Quickstart

Go from zero to a live landing page and connected store listing in about 10 minutes - manually or with the AI Agent.

Updated 2026-04-21
7 min read

This guide walks you from signing up to shipping your first landing page and connecting your app stores. Expect to spend about ten minutes end to end. If you already have an app ready to submit, the AI Agent can do the whole launch in one flow - see the shortcut at the end.

What you get with a project

Every project on Forvibe comes with a few things out of the box - no configuration required:

  • A free subdomain (your-app.forvibe.app) that hosts your landing page and legal documents
  • A dedicated support mailbox (your-app@forvibe.app) that receives customer emails into the built-in inbox
  • A setup tracker with four milestones: Mailbox, Landing Page, Legal, and App Store Setup
  • Connected store dashboards once you link App Store Connect or Google Play - listings, versions, TestFlight, screenshots, reviews, pricing, all in one place

You do not need to connect a store to create a project or a landing page. You can explore most features without credentials.

Step-by-step

1

Create your account

Sign up at forvibe.app. You land on the console with 200 starter AI credits already on your account - enough to try most AI features, including one full App Store automation with the AI Agent.

2

Create a project

Click New Project. The wizard walks you through basic info (name, description, support email prefix), optional app context document upload, legal page paths, store selection, and credential setup. Forvibe assigns a permanent subdomain (your-app.forvibe.app) based on your project name.

Write a detailed app description here. The AI Agent, Landing Page, and Legal generators all read from it. Two sentences is thin; a full paragraph produces dramatically better output.

3

(Optional) Connect your app stores

If your app is already on the stores, connect App Store Connect or Google Play so Forvibe can pull in your listings, screenshots, versions, and reviews. You have three ways to connect:

  • Chrome Extension auto-import - the extension creates API keys and service accounts for you. Fastest path. See the Chrome Extension auto-import guide.
  • Saved credentials - if you already added a credential under Account > Credentials, pick it from the dropdown and Forvibe discovers your apps.
  • Manual setup - create API keys yourself following the App Store Connect or Google Play setup guide.
4

Generate a landing page

From the project dashboard, open Landing Page and click Create Page. Forvibe drafts a complete single-page site from your app description using Gemini Flash (10 credits). The visual editor opens in fullscreen - edit any section with the chat assistant ("make headline more compelling", "add a testimonials section"), tweak properties in the right inspector, or drop into the code editor for full HTML/CSS control.

5

Publish

Hit Publish. Your landing page goes live at your-app.forvibe.app within seconds (allow up to 30 seconds for first-time propagation). To use a custom domain instead, upgrade to Pro and follow the Custom Domain setup guide.

What to do next

Once your project exists and landing page is live, the natural progression is:

  • Generate legal documents - Privacy Policy, Terms of Use, Disclaimer, EULA. Auto-hosted on your subdomain. The credits reference lists costs.
  • Design store screenshots - use Screenshot Studio for template-based designs or SS Studio V2 for AI-generated frames.
  • Manage store listings - unified editor for App Store and Play Store metadata with 175+ language localization.
  • Research keywords - ASO Studio tracks your rankings, competitors, and chart positions.
  • Monitor reviews and emails - Reviews and Customer Support tabs give you a unified inbox with AI-drafted replies.

Shortcut: let the AI Agent do it all

If you have the source code of your app locally, the AI Agent can run the entire App Store + Google Play submission pipeline in one flow - competitor analysis, metadata generation in every language, legal documents, landing page, screenshots, and the final push to both stores. Cost: 100 credits for App Store, 50 credits for Play Store.

bash
# 1. Start a session at forvibe.app/console/project/new (choose Agent mode)
#    Copy the 6-character OTC it gives you.

# 2. In your app's project directory, export an AI key and run the CLI
export ANTHROPIC_API_KEY=sk-ant-...
npx @forvibe/cli

# 3. Paste the OTC when prompted. Answer a few questions about your app.
# 4. The CLI uploads an analysis report and prints a URL like:
#    https://forvibe.app/console/agent/<sessionId>
# 5. Open that URL - trigger each phase and review the output before the store push.

Full details in the AI Agent overview.

Tips

  • Save store credentials once under Account > Credentials and reuse them across every project you create.
  • Install the Chrome Extension before connecting stores - it creates API keys and service accounts automatically so you never manually generate them.
  • Free plan allows one project. Upgrade to Pro for unlimited projects, custom domains, and +750 credits every month.
  • Subdomains are permanent. Double-check the project name and description before confirming creation.

Troubleshooting

  • Project creation fails - Free plan is limited to one project. Delete an unused project or upgrade to Pro.
  • Landing page generation hangs - check that you have at least 10 credits. AI landing page costs 10 credits on the default Gemini Flash model.
  • Subdomain shows a 404 after publishing - it can take up to 30 seconds on first publish to propagate.
  • Store connection verification fails - Google Play service accounts can take up to 36 hours to propagate through Google's servers after you invite them in Play Console. App Store Connect keys are instant.
  • AI Agent refuses to start - you need at least 100 credits on your balance. Top up from the Subscription page.

Next step: automate the entire App Store submission with the AI Agent overview.