English | 中文
SoloForge is a bilingual platform that showcases products built by solo makers worldwide. It includes a public site, an admin dashboard, and a Rust backend API.
- Curated product discovery and search for indie makers
- Bilingual UI (English / 中文)
- Separate public site and admin console
- Unified backend API backed by Supabase (PostgreSQL)
- Frontend: Next.js 16 + TypeScript + Tailwind CSS + next-intl
- Admin: Next.js 16 + TypeScript + Tailwind CSS
- Backend: Rust + Actix Web + Supabase (PostgreSQL)
Please follow the setup guide first:
Then start the services:
- Frontend:
npm --prefix frontend run dev - Admin:
npm --prefix admin-frontend run dev -- -p 3002 - Backend:
cargo run(from the backend directory)
Key environment variables are described in each app’s .env template and deployment docs.
frontend/public siteadmin-frontend/admin consolebackend/Rust API servicedocs/project docs and assets
MIT License. See LICENSE.