Skip to content
Documentation

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.

AI Code Generation
129 templates power the generation engine: 30 hooks, 36 components, 43 API routes, 5 providers, and 6 deployable smart contracts. 17 feature flags control what gets included following a minimal inclusion principle.
Self-Custody Security
Users always sign transactions from their own wallet (MetaMask, Phantom, etc.). Private keys never leave the browser. The server is read-only — limited to eth_call and getBalance queries.
Multi-Chain Support
Deploy to EVM L2 networks — Base, Arbitrum, Optimism, and Polygon — using thirdweb v5 as the SDK. Solana is also supported via @solana/web3.js. Smart contracts are compiled with Solidity ^0.8.20 and OpenZeppelin v5.
Modern Stack
Every generated project uses Next.js 15+ with App Router, Tailwind CSS for styling, and Supabase for authentication and data. No legacy tooling — you get a clean, current stack out of the box.

How It Works

Create follows a six-step pipeline that takes you from a chat message to a live Web3 application.

1

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."

2

Intent Analysis

The AI analyzes your description to understand what you need. If anything is ambiguous, it asks clarifying questions before proceeding.

3

Architecture Planning

The AI plans the project architecture, selects relevant templates from the cew3 module, and determines which feature flags to enable.

4

Code Generation

Smart contracts, frontend components, and API routes are generated and streamed to your browser in real time via SSE (Server-Sent Events).

5

Auto-Fix and Validation

The pipeline automatically detects and fixes issues in the generated code, then validates that everything compiles and works correctly.

6

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.

Frontend
Next.js application with real-time streaming via Server-Sent Events (SSE). The chat interface, code viewer, and live preview are all part of a single reactive dashboard.
Backend API
NestJS-based API handling authentication, project management, and pipeline orchestration. Coordinates between the frontend and the AI engine.
AI Engine (cew3)
The code generation module with 129 templates. Runs the INTENT → PLAN → GENERATE → FIX → VALIDATE → DEPLOY pipeline, assembling projects from battle-tested building blocks.
Preview Sandbox
Vercel/Daytona sandbox environment that spins up a live preview of your generated project. Interact with your dApp before committing to a production deployment.

Ready to get started?

Jump into the Quick Start guide to create your first Web3 project.

Start Building