keystonejs
Installation
SKILL.md
KeystoneJS
Open-source Node.js headless CMS that auto-generates GraphQL API and Admin UI from your schema. TypeScript-first with powerful access control.
Quick Start
npm create keystone-app@latest my-app
cd my-app
npm run dev
Opens:
- Admin UI:
http://localhost:3000 - GraphQL Playground:
http://localhost:3000/api/graphql