{"id":24306725,"url":"https://github.com/lalitdotdev/ynab","last_synced_at":"2026-04-16T10:31:24.269Z","repository":{"id":237048138,"uuid":"793031623","full_name":"lalitdotdev/ynab","owner":"lalitdotdev","description":"Ynab —— You Need A Budget !        is a personal finance app that helps you manage your money better. Budgeting Upwards \u0026 Disciplined!","archived":false,"fork":false,"pushed_at":"2024-05-31T08:30:43.000Z","size":1603,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-10T01:40:02.406Z","etag":null,"topics":["budget-tracker","clerkauth","finance-management","nextjs","postgres","prisma-orm","typescript"],"latest_commit_sha":null,"homepage":"https://youneedabudget.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lalitdotdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-04-28T08:26:02.000Z","updated_at":"2025-07-22T05:57:07.000Z","dependencies_parsed_at":"2024-06-13T09:39:23.388Z","dependency_job_id":"4f13932c-5e13-488a-a000-8a3cb61b566f","html_url":"https://github.com/lalitdotdev/ynab","commit_stats":null,"previous_names":["mrexplorist/ynab","lalitdotdev/ynab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lalitdotdev/ynab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2Fynab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2Fynab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2Fynab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2Fynab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lalitdotdev","download_url":"https://codeload.github.com/lalitdotdev/ynab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2Fynab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31881982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["budget-tracker","clerkauth","finance-management","nextjs","postgres","prisma-orm","typescript"],"created_at":"2025-01-17T03:39:21.306Z","updated_at":"2026-04-16T10:31:24.246Z","avatar_url":"https://github.com/lalitdotdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ynab —— You Need A Budget!!\n\n![ynab](https://socialify.git.ci/mrExplorist/ynab/image?description=1\u0026font=Inter\u0026language=1\u0026logo=https%3A%2F%2Fe7.pngegg.com%2Fpngimages%2F692%2F999%2Fpng-clipart-health-insurance-health-care-finance-health-blue-angle-thumbnail.png\u0026name=1\u0026owner=1\u0026pattern=Solid\u0026stargazers=1\u0026theme=Light)\n\nYnab is a personal finance app designed to help you manage your money better by budgeting upwards and maintaining financial discipline. This application allows you to track your income and expenses, set a default currency for transactions, create and manage categories, and view transaction history within a specified date range.\n\n## Features\n\n- **Transaction Management**: Add, edit, and delete transactions with ease. View your transaction history filtered by date range.\n- **Budgeting**: Categorize your income and expenses to maintain a disciplined budget. Create custom categories for better organization.\n- **Currency Settings**: Set and manage your default currency for all transactions.\n- **Date Range Picker**: Easily select and view transactions within a specific date range.\n- **Data Export**: Export your transaction history to CSV format for offline access and analysis.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- pnpm(v8 or higher) or npm (v6 or higher) or Yarn (v1.22 or higher)\n- PostgreSQL (or any other SQL database)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/ynab.git\n   cd ynab\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   pnpm install\n    # or\n   npm install\n   # or\n   yarn install\n   ```\n\n3. Set up the environment variables. Create a `.env` file in the root directory and add the following:\n\n   ```env\n   NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\n   CLERK_SECRET_KEY=\n   NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\n   NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\n   NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/\n   NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/onboarding\n\n   ```\n\n4. SQlite prisma settings\n\n   ```bash\n   provider = \"sqlite\"\n   DATABASE_URL=\"file:./dev.db\"\n   ```\n\n5. Run the database migrations:\n\n   ```bash\n   npx prisma migrate dev\n   ```\n\n6. Start the development server:\n\n   ```bash\n   pnpm dev\n   # or\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n7. Open your browser and navigate to `http://localhost:3000`.\n\n### Deployment\n\nFor deploying the app to production, follow the documentation of your preferred hosting service (Vercel, Netlify, Heroku, etc.). Make sure to set the necessary environment variables in your hosting service's dashboard.\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.\n\n1. Fork the repository.\n2. Create your feature branch (`git checkout -b feature/new-feature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/new-feature`).\n5. Create a new Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- [React](https://reactjs.org/)\n- [Next.js](https://nextjs.org/)\n- [Prisma](https://www.prisma.io/)\n- [date-fns](https://date-fns.org/)\n- [Clerk](https://clerk.dev/)\n- [Shadcn](https://shadcn.com/)\n\n## Contact\n\nFor any inquiries or feedback, please contact us at mailfor.lalitsharma@gmail.com.\n\n---\n\nHappy Budgeting! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalitdotdev%2Fynab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flalitdotdev%2Fynab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalitdotdev%2Fynab/lists"}