Elevate your financial management with Limetta. Our user-friendly Next.js app simplifies expense tracking, offers multiple account management, easy money transfers, and efficient dues tracking. Take charge of your finances and make informed choices, all in one platform.
- Framework: Next.js
- Database: Supabase
- Typesafe APIs tRPC
- Styling: Tailwind CSS
- Authentication: NextAuth.js
- ORM: Drizzle ORM
- Deployment: Vercel
- Authentication with NextAuth.js
- End-to-end typesafe APIs with tRPC
- ORM using Drizzle ORM
- Database on Supabase
- Validation with Zod
- Responsive design with Tailwind CSS
- Clone the repository
https://github.com/Sukrittt/Limetta.git- Install dependencies using pnpm
pnpm install- Copy the
.env.exampleto.envand update the variables.
cp .env.example .env- Start the development server
pnpm dev- Push the database schema
pnpm db:pushFollow the deployment guides for Vercel, Netlify and Docker for more information.