Developer-preview website and documentation hub for the Vibe model.
The site also publishes the live desktop demo for
vibe-browser.
The project now focuses on:
- discovering
VIBE.md - reading its required sections
- resolving any optional integrations listed there
- optionally using
llms.txtas a companion text index when a site publishes it
- Vite + React + TypeScript
- TailwindCSS
- Cloudflare Worker for SPA and docs asset delivery
Install deps and run dev server:
pnpm install
pnpm devThe public docs live in public/docs.
Primary reader flow:
OVERVIEW.mdVIBE.mdDEVELOPER-GUIDE.mdEXAMPLES.mdINTEGRATIONS.mdASSET-BUNDLES.mdSECURITY-PRIVACY.md
src/content/docs.ts controls how those docs are grouped and surfaced on the site.
vibe-browser- Tauri desktop client that discovers and rendersVIBE.md
Apache License 2.0. See LICENSE.