A modern web application for managing and organizing your creative ideas. Demo.
- Create and manage ideas with text, images, and tags
- Swipe-based interface for quick actions (favorite/archive)
- Mood-based categorization
- Image storage integration
- Filter and search capabilities
- Calendar view
- Integrated dashboard
- Responsive design
- Next.js 14+ with TypeScript
- React
- Supabase (PostgreSQL, Storage, Auth)
- Tailwind CSS
- Clone the repository
- Install dependencies:
npm install
- Create a
.env.localfile with your Supabase credentials:NEXT_PUBLIC_SUPABASE_URL=your-project-url NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
- Run the development server:
npm run dev
/src/app- Next.js app directory with pages and API routes/src/components- Reusable React components/src/lib- Utility functions and configurations/supabase.sql- Database schema
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
MIT
Developed by @marcamsn
