Skip to content

Effortlessly track and manage expenses on-the-go with categorisation and logging.

License

Notifications You must be signed in to change notification settings

gokulkrishh/expense.fyi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d14c51 · Jan 20, 2024
Jul 12, 2023
Jan 20, 2024
Jan 20, 2024
Oct 7, 2023
Feb 1, 2023
Dec 7, 2023
Jan 14, 2024
Jan 1, 2024
Jul 24, 2023
Jul 12, 2023
Feb 1, 2023
May 20, 2023
Jul 12, 2023
Jul 12, 2023
Oct 25, 2023
Jul 12, 2023
Dec 16, 2023
Feb 1, 2023
Aug 28, 2023
Jul 13, 2023
Jul 12, 2023
Jan 20, 2024
Jan 14, 2024
Jan 14, 2024
Jul 12, 2023
Oct 25, 2023
Jul 12, 2023

Repository files navigation

Expense.fyi – An open source expense tracker application to track your incomes, investments, subscriptions, and expenses at ease.

Expense.fyi is an open-source expense tracker application to effortlessly track and manage your expenses.

License

Introduction · Tech Stack · Implementation · App Routes · Contributions


Introduction

Expense.fyi is an open-source application to effortlessly track and manage your incomes, expenses, investments, and subscriptions.

Tech Stack

Implementation

  • Expense.fyi is built using NextJs from scratch.
  • Postgresql is used as the ORM for easily communicating with the database for storing user, subscription data, etc. You can refer to the Prisma schema here.
  • Supabase is an open-source Firebase alternative, the data is stored in the Postgres database (private data are encrypted) and uses a magic link for authentication provided by supabase.
  • LemonSqueezy is used as the payment system. Its implementation is super simple.

Routes

Path Production Local
Home / /
Signup app.expense.fyi/signup app.localhost:3000/signup
Signin app.expense.fyi/signin app.localhost:3000/signin
Dashboard app.expense.fyi app.localhost:3000

Contributions

Here's how you can contribute:

  • Open an issue if you believe you've encountered a bug.
  • Make a pull request to add new features/make quality-of-life improvements/fix bugs.
contributors

Repo Activity

Alt

Author

License

Expense.fyi is an open source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You can find it here.