Official website for REPL Works.
REPL Works is an AI-Native Product Development Framework.
The framework provides:
Workflow
Prompts
Documents
Tools
for building and maintaining AI-native products.
This repository contains the official REPL Works website.
This repository uses document-driven development.
Authoritative project state is defined only by:
AGENTS.md
PRODUCT_SPEC.md
ARCHITECTURE.md
TASKS.md
AI agents must start from:
AGENTS.md
and follow the declared document order.
README.md is:
Human Documentation
README.md is NOT:
Project Specification
Architecture Definition
Task Definition
Source of Truth
Do not use README.md to determine project requirements.
Astro 6.x
MDX
TypeScript 5.x
Tailwind CSS 4.x
GitHub Pages
Node.js 24.x
npm 11.x
npm installStart local development server.
npm run dev| Command | Purpose |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start development server |
npm run build |
Create production build |
npm run preview |
Preview production build |
npm run lint |
Run linting |
npm run astro check |
Run type checks |
npm run test |
Run tests |
npm run test:e2e |
Run end-to-end tests |
npm run buildnpm run previewDeployment Target
GitHub Pages
Deployment is fully automated through GitHub Actions.
The website exists to:
Explain REPL Works
Publish Workflow
Publish Prompts
Publish Documents
Publish Tools
Showcase REPL Works Compatible Projects
Home
Workflow
Prompts
Documents
Tools
Showcase
FAQ
AI-Native Product Development Framework
Core Principle
Models change.
Projects survive.
MIT