A mind mapping app like Miro. But Miro does not support adding videos directly, so I made my own version of it.
Hosted here.
- Install Vercel CLI:
bun add -d vercel - Login:
vercel login - Link your project:
vercel link - Create
.envfile with:OPENAI_API_KEY=your_key_here - Run
vercel devin one terminal (starts API functions on port 3000) - Run
bun run devin another terminal (starts Vite dev server)
The API endpoint is automatically proxied in development via Vite's proxy configuration.