aicf
v0.0.1
Published
Create AI-optimized frontend applications with one command
Maintainers
Readme
aicf
Create AI-optimized frontend applications with one command.
Quick Start
npx aicf my-app
cd my-app
npm run devFeatures
- 🤖 AI/LLM First - Context governance system prevents LLM drift
- 🔒 Secure by Default - Auto-sanitization via
htmltemplate tag - 📁 File-System Routing - Create a file, get a route
- ⚡ Signals - Fine-grained reactivity (simpler than React hooks)
- 📝 Forms - Built-in validation and two-way binding
- 💾 Store - Global state with persistence
- 🐳 Docker Ready - Production and dev configurations included
Options
npx aicf my-app [options]
Options:
--skip-install Skip npm install
--skip-git Skip git initialization
--no-docker Exclude Docker configurationWhat's Included
my-app/
├── core/ # Framework kernel (immutable)
├── context/ # AI governance files
│ ├── AI_INSTRUCTIONS.md
│ ├── features.md
│ ├── intent.md
│ ├── design.json
│ └── libraries.md
├── src/
│ ├── pages/ # File-system routing
│ ├── components/
│ ├── features/
│ └── store/
├── Dockerfile # Production build
├── docker-compose.yml # Dev & prod services
└── package.jsonLicense
MIT
