Skip to content
Anthony Chen edited this page Feb 23, 2026 · 1 revision

Prism Wiki

Welcome to the Prism documentation. Prism is a modular page system for vibe-coded web apps — drop a folder in, get a page.

Pages

Quick start

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.

→ Start with Creating-a-Module

Clone this wiki locally