Todo Exon - The World's Fastest Todo App
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.
Features
- β‘οΈ 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
Current Items in Implementation:
- [ ] MCP Server for Workspaces
- [ ] Add Stripe on trial/subscription end etc emails via resend.
Tech Stack
- Framework: Next.js 15+
- Language: TypeScript
- Styling: Tailwind CSS
- Database: PostgreSQL with Drizzle ORM
- Authentication: NextAuth.js
- Analytics: PostHog
- Deployment: Vercel
- Package Manager: Bun
Getting Started
Prerequisites
- Node.js 18+ or Bun
- PostgreSQL database
- Google OAuth credentials (for authentication)
- PostHog account (for analytics)
Installation
-
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
.envwith your values -
Run the development server:
bun dev # or npm run dev -
Open http://localhost:3000 in your browser
Project Structure
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
Contributing
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
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Built with v0.dev
- Deployed on Vercel
- Analytics by PostHog
- Feedback by Featurebase