A blazingly fast, feature-rich todo application built with Next.js 13+, React, and TypeScript. Features real-time updates, masonry layout, and a beautiful dark mode.
- ⚡️ Blazing fast performance with Next.js 13+ and React
- 🎨 Beautiful UI with dark mode support
- 📱 Fully responsive masonry layout
- 💾 Local storage sync
- 🔄 Real-time updates
- 🎯 PostHog analytics integration
- 💬 Comment system
- 🔒 Google authentication
- 📊 Featurebase feedback integration
- MCP Server for Workspaces
- Add Stripe on trial/subscription end etc emails via resend.
- Framework: Next.js 15+
- Language: TypeScript
- Styling: Tailwind CSS
- Database: PostgreSQL with Drizzle ORM
- Authentication: NextAuth.js
- Analytics: PostHog
- Deployment: Vercel
- Package Manager: Bun
- Node.js 18+ or Bun
- PostgreSQL database
- Google OAuth credentials (for authentication)
- PostHog account (for analytics)
-
Clone the repository:
git clone https://github.com/R44VC0RP/todo-exon.git cd todo-exon
-
Install dependencies:
bun install # or npm install
-
Copy the example environment variables:
cp .env.example .env
-
Update the environment variables in
.env
with your values -
Run the development server:
bun dev # or npm run dev
-
Open http://localhost:3000 in your browser
todo-exon/
├── app/ # Next.js 13+ app directory
├── components/ # React components
├── lib/ # Utility functions and types
├── hooks/ # Custom React hooks
├── public/ # Static assets
├── styles/ # Global styles
└── types/ # TypeScript type definitions
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes
- Run tests and linting:
bun test
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with v0.dev
- Deployed on Vercel
- Analytics by PostHog
- Feedback by Featurebase