A unified ecosystem for receipt scanning, smart bill splitting, and streamlined group expense management.
This monorepo contains all major components of the Sepurito platform, including the mobile app, website, and backend API.
sepurito_monorepo/
│
├── client/
│ ├── mobile/ # Flutter mobile application
│ └── website/ # NuxtJS (Vue) web application
│
└── server/
└── api/ # NestJS backend API service
- Flutter
- NuxtJS
- TailwindCSS
- NestJS
- PostgreSQL
- ML Kit Text Recognition (on-device)
- Firebase AI Logic (Gemini 2.5 Flash)
git clone https://github.com/Dynameiz/sepurito.git
cd sepurito
cd client/mobile
flutter pub get
flutter run
cd client/website
npm install
npm run dev
Access at: http://localhost:3000
cd server/api
npm install
npm run start:dev
Access docs at: http://localhost:8000/docs
- Mobile: Internal APK downloads
- Website: Vercel
- API services: Vercel
- Hans William Christianto Wijaya (Founder / Developer)