Limetta
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.
Tech Stack
- Framework: Next.js
- Database: Supabase
- Typesafe APIs tRPC
- Styling: Tailwind CSS
- Authentication: NextAuth.js
- ORM: Drizzle ORM
- Deployment: Vercel
Key Features
- 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
Running Locally
- 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:push
How do I deploy this?
Follow the deployment guides for Vercel, Netlify and Docker for more information.