Getting Started
Getting Started Checklist
A checklist built from the actual workspace and builder flow. Use it to move from a blank project to a tested build.
What this guide covers
- • Workspace setup and versioning essentials.
- • The builder workflow: visual builder, AI coach, code editor, and simulation.
- • Deployment and export steps that exist in the current UI.
Configuration map
These environment variables enable the core onboarding flow. Start with the production keys and add sandbox keys for safe testing.
# Supabase (required) NEXT_PUBLIC_SUPABASE_URL_PROD=... NEXT_PUBLIC_SUPABASE_ANON_KEY_PROD=... SUPABASE_SERVICE_ROLE_KEY_PROD=... # AI generation (required for prompts) GEMINI_API_KEY=... # Web3 wallets (required for deploy) NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=...
Workspace setup
Create a project
Projects live in the workspace and store versions, prompts, and visual state.
Open in appReview version history
Use version history to compare contract iterations and restore prior states.
Open in appBuilder workflow
AI coach + code editor
Generate Solidity from prompts and refine it in the integrated editor.
Open in appDeployment & export
Launch readiness checklist
Environment & secrets
- • Supabase production + sandbox keys configured.
- • AI key set for template generation (Gemini).
- • WalletConnect project ID configured for web3 flows.
Compliance & risk
- • Issuer + reserve policy documented.
- • KYC/AML flow chosen for target regions.
- • Incident playbook and monitoring enabled.
Deployment & ops
- • Network selected (Base Sepolia vs Base mainnet).
- • Gas + treasury wallets funded.
- • Rollback plan and version tags created.
Need deeper technical detail?
Continue with Technical Features or the API Reference.
Documentation navigation
Platform Overview
Understand the core areas of the product and how they connect.
Quick Start (5 min)
A fast, practical walkthrough to create and test your first project.
Getting Started
A guided checklist for setting up your workspace and builder flow.
Technical Features
See what the builder, AI guidance, simulation, and deployment panels do today.
API Reference
Sandbox-ready endpoints for wallets, payments, and balances.
Industry Examples
Browse and generate use cases from the live explorer.
Regional Guides
Interactive jurisdiction previews and locked regions list.
Related resources
Metrics Dashboard
Snapshot metrics and category filters from the Stablecoin Metrics page.
Issuer Directory
Browse the issuer directory and related analytics pages.
API Composer
Generate API snippets from a use case prompt in the composer UI.
Integrations
Connect and manage integration records in the integrations hub.
Glossary
Review stablecoin terminology and definitions.
Workspace
Manage projects, versions, and sharing settings.
