Use this page while completing
/launch. The guided flow creates the repository, connects the required services, and deploys a working site to Vercel.Before you start
Admin wallet
The wallet that will sign the setup request and become the first site admin.
GitHub account
The account or organization that will own the generated repository.
Vercel token
A token with access to the account or team that will host the project.
Reown project
A project ID used to enable wallet connections on the deployed site.
Step 1: Site + Wallet
Define the site and create its Kuest credentials.
Step 2: Connections
Connect the services used to build and host it.
Step 3: Deploy
Start the deployment and verify the result.
Step 1: Site + Wallet
Site name
Site name
Use the public name users should see on the site.
Admin wallet
Admin wallet
Connect the wallet that should become the first admin. One signature creates the Kuest credentials used by the site.
Email (optional)
Email (optional)
Add it only if you want a contact email saved with the generated API key.
Nonce (optional)
Nonce (optional)
Keep
0 unless support tells you to change it.This signature does not move funds and the wallet does not need a balance. The connected address becomes the first admin wallet.
Step 2: Connections
GitHub
GitHub
Connect the account or organization where the project repository should live.
Vercel Access Token
Vercel Access Token
Paste a Vercel token and let the form verify it. Get it from vercel.com/account/tokens.
Connect Vercel to GitHub
Connect Vercel to GitHub
If prompted, allow Vercel to import the repository from your GitHub account.
Reown Project ID
Reown Project ID
Paste the project ID used for wallet login. Get it from cloud.reown.com.
Supabase database
Supabase database
Choose Create new for an isolated production database. Reuse an existing project only when the environments are intentionally shared.
Advanced options
Project slug override
Project slug override
Use it only if you want a different project slug or final URL name.
Repository
Repository
Use the
owner/repo format. This is usually filled automatically after GitHub is connected.Branch
Branch
Keep
main unless your production branch uses a different name.Vercel Team ID
Vercel Team ID
Leave it empty for a personal Vercel account. Fill it only for team-owned projects.
Supabase region
Supabase region
Usually the default is fine. Change it only if you want a different region.
BETTER_AUTH_SECRET
BETTER_AUTH_SECRET
You can leave it empty and let the setup generate one automatically.
CRON_SECRET
CRON_SECRET
You can leave it empty and let the setup generate one automatically.
SITE_URL override
SITE_URL override
Fill it only if you already know the final public URL you want to use.
Extra env vars
Extra env vars
Use one
KEY=value per line for optional services or runtime overrides.Helpful pages: Environment Variables and Vercel + Supabase.
Step 3: Deploy
Timeline
Timeline
Follow credential validation, repository setup, database connection, and deployment progress. If a stage fails, open its logs before retrying.
Result panel
Result panel
Shows the project URL, Vercel dashboard, Supabase dashboard, duration, and logs.
After install, go to General to set your brand, support link, fee wallet, and core settings.
Verify the launch
1
Open the project URL
Confirm the home page loads from the URL shown in the result panel.
2
Connect the admin wallet
Sign in with the wallet from Step 1 and confirm the admin dashboard is available.
3
Complete the operator setup
Configure General settings, Integrations, and your Custom Domain before sending traffic to the site.