A studio monorepo. One domain. Independent ideas.
| Path | Purpose | URL |
|---|---|---|
platform/ |
Main site, the bench | https://ideabench.ai |
ideas/writeboost/ |
WriteBoost | https://writeboost.ideabench.ai |
ideas/brandkit/ |
BrandKit | https://brandkit.ideabench.ai |
- No shared packages. No workspace tooling. Git is the only shared layer.
- Each idea owns its stack, dependencies, and deploy pipeline.
- Each idea deploys to its own subdomain via a separate Vercel project.
- Create
ideas/<name>/with any stack - Add
vercel.jsoninside the folder declaring the framework - Create a new Vercel project, set root directory to
ideas/<name>/ - Assign subdomain
<name>.ideabench.ai - Add a row to the table above
Wildcard *.ideabench.ai is configured once in Vercel. Each new idea just needs a Vercel project pointed at its folder.