
Spliq
Spliq is a modern expense-splitting and group-settlement web application built with Next.js. It helps groups track shared expenses, calculate balances, and settle up fairly and transparently.
Status: IN PROGRESS — actively developed. This repo is a demo for evaluation and not yet production-ready.
Project snapshot
Spliq provides:
- Group management (create/join groups)
- Expense creation with multiple participants and split logic
- Balances & settlement flows
- Group messaging and notifications
- AI-assisted expense parsing (planned)
Tech Stack
- Next.js (App Router)
- TypeScript
- Supabase (auth + Postgres)
- Drizzle ORM
- TailwindCSS
- Jest + React Testing Library
Quick Start
npm install
cp .env.example .env.local
npm run dev