Welcome to Create
An AI-powered platform that generates complete Web3 applications from natural language descriptions. Describe what you want, get production-ready code.
What is Create?
Create turns your ideas into fully functional Web3 applications through a conversational interface. You describe what you want to build in chat, and the AI generates smart contracts, frontend UI, and API routes — all streamed in real time. Preview your project in a live sandbox, then deploy to production when ready.
Under the hood, Create uses a streaming pipeline with six stages: INTENT PLAN GENERATE FIX VALIDATE DEPLOY. Each stage runs automatically, producing working code from a single conversation.
How It Works
Create follows a six-step pipeline that takes you from a chat message to a live Web3 application.
Describe Your Idea
Open the chat interface and describe what you want to build in plain language. For example: "I want an NFT minting page on Base with allowlist support."
Intent Analysis
The AI analyzes your description to understand what you need. If anything is ambiguous, it asks clarifying questions before proceeding.
Architecture Planning
The AI plans the project architecture, selects relevant templates from the cew3 module, and determines which feature flags to enable.
Code Generation
Smart contracts, frontend components, and API routes are generated and streamed to your browser in real time via SSE (Server-Sent Events).
Auto-Fix and Validation
The pipeline automatically detects and fixes issues in the generated code, then validates that everything compiles and works correctly.
Sandbox Preview and Deploy
Your project launches in a live sandbox where you can interact with it immediately. When satisfied, deploy to production from the same interface.
Architecture Overview
Create is composed of four main systems that work together to go from conversation to deployed application.
Ready to get started?
Jump into the Quick Start guide to create your first Web3 project.
Start Building