one
Production Astro starter with built-in commerce and backend
All Skills in This Repository (7)
Pure Emerald Level Indicatorsai-elements
Build and deploy composable agentic UIs for React and Astro.
reactflow
Visualize envelope chains as interactive node graphs with ReactFlow.
react19
Implement React 19 patterns for interactive components in the Envelope System.
shadcn
Reuse shadcn/ui components to build Envelope System UIs in React.
youtube-subs
Extract YouTube subtitles into clean text transcripts for LLM processing.
astro
Build Astro 6 apps with React islands on Cloudflare Workers.
ai-sdk-structured-data
Extract and validate structured AI outputs using Zod schemas.
Frequently Asked Questions
FAQPage SchemaHow to install ONE?โผ
Run `npx skills add one-ie/one --all -g -y` in your terminal to install all skills in this suite globally.
What can I build with the ONE starter?โผ
You get a full production site with blog, docs, product catalog, Stripe checkout, auth, and SEO out of the box. It runs locally with no account or API key required.
How does the six-token design system work?โผ
You set six HSL color tokens in one.config.ts and the entire site rebrands automatically. Components reference these tokens only, so hardcoded colors are blocked by an automated check.
Does ONE work with Claude Code and other coding agents?โผ
Yes. The repo ships with CLAUDE.md, AGENTS.md, and SKILL.md files that teach agents the project conventions, CLI commands, and design rules automatically.
Can I add a backend later without rewriting?โผ
Yes. Setting one environment variable connects your site to the ONE backend for chat, analytics, CRM, and payments, with no code changes required.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core