Home
Softono
Limetta

Limetta

Open source MIT TypeScript
57
Stars
14
Forks
1
Issues
1
Watchers
4 months
Last Commit

About 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.

Platforms

Web Self-hosted

Languages

TypeScript

Limetta

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub contributors GitHub last commit GitHub repo size Github GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

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

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

  1. Clone the repository
https://github.com/Sukrittt/Limetta.git
  1. Install dependencies using pnpm
pnpm install
  1. Copy the .env.example to .env and update the variables.
cp .env.example .env
  1. Start the development server
pnpm dev
  1. Push the database schema
pnpm db:push

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.