SubEase is a SaaS product designed to help users track and manage their subscriptions effortlessly. Whether it’s OTT platforms, productivity tools, or other recurring services, SubEase offers a simple dashboard to provide insights into your spending and helps you stay on top of your subscriptions.
https://subease.vercel.app
Note: This is the coming soon page. We will deploy the app to production super soon!
- Subscription Management: Easily add, edit, and delete your subscriptions with key details like renewal date, cost, and billing cycle.
- Automatic Categorization: Group subscriptions into categories like entertainment, productivity, and more to get a clear view of where your money goes.
- Spending Insights: Understand how much you're spending on different categories and receive spending analytics.
- Authentication: Secure login and user management powered by Clerk.
- MongoDB Integration: Data storage and management built with MongoDB for efficient backend operations.
- Frontend: Next.js, React, TypeScript, TailwindCSS.
- UI Components: ShadCn.
- Backend: MongoDB (with future plans for extended backend features).
- Authentication: Clerk.
- Hosting: Vercel.
- Version Control: Git & Github.
- Clone the repository:
git clone https://github.com/ayushscripts/subease-main.git cd subease-main
- Install dependencies:
npm install
- Set up environment variables:
- Create a .env.local file and add your MongoDB and Clerk credentials.
NEXT_PUBLIC_CLERK_FRONTEND_API=<your-clerk-frontend-api> MONGO_DB_URI=<your-mongodb-uri>
- Run the development server:
Visit http://localhost:3000 to see your application in action.
npm run dev
We welcome contributions from developers of all skill levels. If you have ideas, feature suggestions, or bug fixes, feel free to open an issue or submit a pull request.
- Fork the repository
- Create a feature branch: git checkout -b feature-name
- Commit your changes: git commit -m 'Add new feature'
- Push to the branch: git push origin feature-name
- Open a Pull Request
- Subscription Reports: Send periodic reports to users about their subscription spending.
- Auto-pay Tracking: Provide reminders for auto-pay subscriptions.
- Improved Analytics: Deep dive into users’ spending patterns with enhanced visualizations.
This project is licensed under the MIT License. See the [LICENSE] file for details.
SubEase is free and open to feedback. If you have suggestions or features you'd like to see, let us know!