{"id":26129974,"url":"https://github.com/tylerbert31/nxt-expense","last_synced_at":"2026-04-02T03:10:40.391Z","repository":{"id":251886493,"uuid":"837920429","full_name":"tylerbert31/Nxt-Expense","owner":"tylerbert31","description":"Multi Tenant Expense Tracker made with Next.JS and Clerk","archived":false,"fork":false,"pushed_at":"2024-08-17T05:36:23.000Z","size":4215,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T16:32:47.442Z","etag":null,"topics":["aws","aws-ec2","clerk","clerkauth","coolify","nextjs","postgresql","prisma","shadcn-ui","vercel","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://nexpense.tylerbert.cc/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tylerbert31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-04T12:47:34.000Z","updated_at":"2024-08-17T17:18:50.000Z","dependencies_parsed_at":"2024-08-16T16:59:21.181Z","dependency_job_id":"4a1c11cd-55db-4b9d-838c-9e7135067bbb","html_url":"https://github.com/tylerbert31/Nxt-Expense","commit_stats":null,"previous_names":["tylerbert31/nxt-expense"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tylerbert31/Nxt-Expense","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerbert31%2FNxt-Expense","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerbert31%2FNxt-Expense/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerbert31%2FNxt-Expense/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerbert31%2FNxt-Expense/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tylerbert31","download_url":"https://codeload.github.com/tylerbert31/Nxt-Expense/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerbert31%2FNxt-Expense/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-ec2","clerk","clerkauth","coolify","nextjs","postgresql","prisma","shadcn-ui","vercel","vercel-deployment"],"created_at":"2025-03-10T19:59:57.864Z","updated_at":"2026-04-02T03:10:40.370Z","avatar_url":"https://github.com/tylerbert31.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-Tenant NextJS Expense Tracker with Clerk Auth\n\n![Expense Tracker Icon Soon](./assets/expense-tracker.png)\n\nWelcome to the **Multi-Tenant NextJS Expense Tracker**! This application allows multiple users to manage their expenses seamlessly using **Next.js** for the frontend and backend and **Clerk** for authentication.\n\n## Features\n\n- **Multi-Tenant Architecture**: Separate data for different users.\n- **User Authentication**: Secure authentication using Clerk.\n- **Expense Management**: Track and categorize your expenses.\n- **Responsive Design**: Works on desktop and mobile devices.\n\n## Table of Contents\n\n- [Features](#features)\n- [Screenshots](#screenshots)\n- [Tech Stack](#tech-stack)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Screenshots\n\n### Dashboard\n![Dashboard Screenshot Soon](./assets/dashboard.png)\n\n### Expense Form\n![Expense Form Screenshot Soon](./assets/expense-form.png)\n\n## Tech Stack\n\n- **Frontend**: [Next.js](https://nextjs.org/)\n- **Authentication**: [Clerk](https://clerk.dev/)\n- **Database**: PostgreSQL\n- **Deployment**: [Vercel](https://vercel.com/) or [Netlify](https://www.netlify.com/)\n\n## Installation\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/tylerbert31/Nxt-Expense.git\n    ```\n\n2. **Navigate to the project directory:**\n\n    ```bash\n    cd Nxt-Expense\n    ```\n\n3. **Install dependencies:**\n\n    ```bash\n    npm install\n    npx prisma generate\n    npx prisma db push\n    ```\n\n4. **Set up environment variables:**\n\n    Create a `.env.local` file in the root of the project and add your Clerk API keys and other configuration:\n\n    ```env\n    NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\u003cyour-clerk-publishable-key\u003e\n    NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\n    NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\n    DATABASE_URL=\u003cyour-postgres-url\u003e\n    ```\n\n5. **Run the development server:**\n\n    ```bash\n    npm run dev\n    ```\n\n    Open [http://localhost:3000](http://localhost:3000) in your browser to see the app in action.\n\n## Usage\n\n1. **Sign Up / Sign In**: Use Clerk authentication to create an account or sign in.\n2. **Add Expenses**: Click the \"Add expense\" on the homepage to add a new expense.\n3. **View Dashboard**: Access your expense dashboard to track and manage your expenses.\n\n## Contributing\n\nFeel free to submit issues and pull requests. Here are a few ways you can contribute:\n\n- Report bugs\n- Suggest features\n\nFor more details on contributing, please check out the [CONTRIBUTING.md](./CONTRIBUTING.md) file.\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n\n---\n\nMake sure to replace the placeholder links and paths with actual ones relevant to your project. If you want to add images, create an `assets` directory in your repo and put your images there, then use relative paths as shown.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerbert31%2Fnxt-expense","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftylerbert31%2Fnxt-expense","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerbert31%2Fnxt-expense/lists"}