# FAQ

## What is GenVibe?

GenVibe is an AI app builder. You describe an app in plain English (or import a Figma design or screenshot), and it writes the code, runs it live, and lets you preview, edit, and deploy — no coding or setup required.

## Is it free?

Yes. You can sign up and build for free with 25 starter credits — every feature included. Paid plans (Standard and Pro) add a monthly credit refill and unlock the most capable AI model. See [Plans & credits](/getting-started/plans-and-credits.md).

## What's the difference between Standard and Pro?

Both include the same models — **including Claude Opus**. Standard lets you pick a monthly credit tier (100–2,000), while Pro gives you 750 credits a month plus priority processing for heavier projects. Most people start on Standard and scale up.

## Do I need to know how to code?

No. You build by chatting. If you *do* code, you can edit any file directly and export the project.

## What can I build?

Web apps (landing pages, dashboards, tools, stores) and **mobile apps** (iOS + Android via React Native + Expo) — all from prompts.

## Can I really build mobile apps?

Yes — GenVibe generates real React Native + Expo projects and previews them in a phone frame. It's one of the few AI builders that does this, and it's on the free tier. See [Mobile apps](/features/mobile-apps.md).

## Do I own the code?

Yes. Your app is standard code with no lock-in. Export it to GitHub or download it anytime.

## Can I connect a database?

Yes, via [Supabase](/integrations/supabase.md) — database, authentication, and storage, all set up by asking.

## How do I publish my app?

Deploy to Netlify for a live URL, or export to GitHub. See [Deploying your app](/features/deployment.md).

## Which AI model does it use?

Claude Sonnet on the free plan; Claude Opus (the most capable) unlocks on **every paid plan** — both Standard and Pro. Pick your model in the prompt toolbar.

## How is GenVibe different from \[other builder]?

GenVibe builds both web and mobile apps from prompts, designs, or screenshots; runs everything live in your browser; and gives you real, exportable code with an integrated Supabase backend.

## My app has a bug — what do I do?

Describe what happened and GenVibe will fix it. Many runtime errors are fixed automatically. See [Fixing errors](/guides/fixing-errors.md).

## How do I get help?

See [Contact & support](/help/contact.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.genvibe.pro/help/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
