We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the Prism documentation. Prism is a modular page system for vibe-coded web apps — drop a folder in, get a page.
src/modules/my-page/ ├── index.ts ← backend routes └── public/ ├── index.html ← your UI ├── app.js └── style.css
Restart the server. Your page is live at /my-page.
/my-page
→ Start with Creating-a-Module