
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
It provides locked architectural decisions, runbooks, and configuration templates that eliminate costly startup choices, enabling AI agents to produce consistent, production-ready scaffolding.
Ship a Next.js + Android product on Firebase without spending your first week deciding auth, quotas, billing and CI.
GreenField is an operating manual for AI coding agents: 104 notes of prescriptive standards, 22 decision records, and 61 copy-ready configuration files. You point an agent at it; the agent builds the product.
Starter kits hand you a running page and leave every expensive decision open:
You answer these under deadline pressure, once per product, usually wrong the first time. An AI agent asked to answer them will invent something plausible and different every run.
GreenField answers them once, in writing, and hands the answers to the agent as a contract.
Not a demo app. Not a one-click starter that pretends to ship a finished product.
It is a manual with a materializer: locked architectural decisions, runbooks whose order matters, and templates that write your repository's configuration contract.
| GreenField gives you | Your agent builds next |
|---|---|
| Standards, ADRs, and runbooks | Domain schemas and product UI |
| Materialized config and CI contracts | Web routes, Android modules, tests |
| Security rules, Auth/App Check posture | Capability phases (billing, AI, voice) |
An AGENTS.md the agent must obey | The product itself |
Materialization writes 61 files. No application source — configuration, contracts, and the agent's instructions:
my-product/
├── AGENTS.md the contract your agent must obey
├── package.json pnpm workspace + Turborepo pipeline
├── packages/contracts/ Zod + JSON Schema — cross-platform source of truth
├── apps/web/ Next.js: middleware, Vitest, Playwright, App Hosting
│ ├── apphosting.yaml production back
Ship a Next.js + Android product on Firebase without spending your first week deciding auth, quotas, billing and CI.
Similar projects matched by category, topics, and programming language.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.