A beautiful, self-hosted idea board for entrepreneurs.
- Card View Dashboard: Visualize your projects with rich media.
- Markdown Editor: Write detailed specs with formatting support.
- Progress Tracking: Move ideas from Concept to Launch.
- Self-Hosted: Your data lives on your server, not the cloud.
You can run the entire stack using Docker Compose.
- Docker and Docker Compose installed on your machine.
- Clone this repo to a local folder on your machine.
Execute the following command in the project root:
docker compose up -d --buildOpen your browser and go to: http://localhost:5173 (or your server's IP address:5173)
Your ideas are stored in the ./data folder created in your project root. Back up this folder to keep your data safe.