# Welcome to GenVibe

GenVibe is an AI app builder. You describe what you want in plain English — or drop in a Figma design or a screenshot — and GenVibe writes the code, runs it live in your browser, and lets you preview, edit, and deploy it. No setup, no local environment, nothing to install.

## Why GenVibe

* **Prompt to app in seconds.** Describe an idea and watch a working app build itself, file by file, with a live preview.
* **Web&#x20;*****and*****&#x20;mobile.** Generate React, Vue, Svelte, and Angular web apps — or full **React Native + Expo** mobile apps you can preview in a device frame.
* **Real code, not a black box.** Every file is editable in the built-in editor, and you can export to GitHub or deploy to Netlify anytime.
* **Design in, code out.** Turn a Figma file or a UI screenshot into a working app.
* **Backend included.** Connect Supabase for a database, authentication, and storage.

## Who it's for

* **Founders & makers** validating an idea without hiring a dev.
* **Designers** turning mockups into working products.
* **Developers** scaffolding and iterating faster than writing boilerplate by hand.

## What you can build

Landing pages, SaaS dashboards, internal tools, e-commerce storefronts, admin panels, mobile apps for iOS and Android, and more — all from natural language.

## Get started in 2 minutes

1. Go to [genvibe.pro](https://genvibe.pro) and sign in with Google.
2. Type what you want to build in the prompt box.
3. Watch it build, then keep chatting to refine it.

{% content-ref url="/pages/glIw8miPaQJaRKg24HYQ" %}
[Quick start](/getting-started/quick-start.md)
{% endcontent-ref %}


---

# 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/getting-started/readme.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.
