Web3 Factory

Deploy & Launch Token

Turn your Next.js app into a live website with its own Base token. No blockchain experience needed.

What is Web3 Factory?

Web3 Factory is the simplest way to deploy a web app and launch a token. You build your app locally using your own AI tools (Claude, Cursor, etc.), then upload it here. We handle deployment to Vercel and token creation on Base via Uniswap.

No server-side AI costs. You run the prompts. We just deploy and launch.

What You Need

  • A Next.js web app (built locally with Claude/Cursor/etc.)
  • A crypto wallet (MetaMask, Rainbow, Coinbase Wallet, etc.)
  • Basic app info: name, description, optional screenshots

Step-by-Step Guide

1

Build Your App Locally

Use any AI tool to generate your Next.js app. We recommend theApp Factory CLIor just use Claude/Cursor directly.

npx create-next-app my-app
cd my-app
# ... build your app with AI ...
# Ready for upload!

2

Zip Your Project

Create a zip file of your project. Important: Do NOT include the node_modules folder.

# macOS / Linux
zip -r my-app.zip . -x "node_modules/*"

# Windows (PowerShell)
Compress-Archive -Path * -DestinationPath my-app.zip -Exclude node_modules

Maximum file size: 50MB. Most apps are well under this.
3

Upload to Web3 Factory

Go to theWeb3 Factory submit pageand drag your zip file into the upload area. We validate automatically.

We check for:

  • Valid Next.js project structure
  • No node_modules (would make it too large)
  • No suspicious files or symlinks
4

Add App Details

Fill in the form with your app information:

  • App Name: The display name for your app
  • Description: What does your app do?
  • Screenshots: (Optional) Show off your app
  • Twitter/Website: (Optional) Social links
5

Deploy to Vercel

Click the Deploy button. We deploy your app to Vercel and give you a live preview URL. This takes about 1-2 minutes.

You can share this URL immediately. Later, you can add your own domain.

6

Launch Your Token

Connect your wallet, then fill in your token details:

  • Token Name: (defaults to app name)
  • Token Symbol: 2-10 characters, like BTC or ETH
  • Description: (defaults to app description)

Click Launch Token, sign with your wallet, and you're done.

You're Live!

Your app is deployed, your token is tradable on Uniswap, and you're featured in theWeb3 Showcase.

Fee Structure

  • Trading fees: 1% of all trading volume on your token
  • Your share: 75% of trading fees go to your wallet
  • App Factory share: 25% of trading fees

There is no upfront cost to launch. Fees are only taken from trading activity.

After Launch

  • Add a custom domain: Connect your own domain from the settings page
  • Track your token: View trading activity on Basescan
  • Update your app: Upload a new version anytime