> For the complete documentation index, see [llms.txt](https://docs.genvibe.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.genvibe.pro/getting-started/readme.md).

# 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 a cloud sandbox, and lets you preview, edit, and deploy it. No setup, no local environment, nothing to install — and because the sandbox runs in the cloud, you can build from **any device: desktop, tablet, or phone.**

{% embed url="<https://www.youtube.com/watch?v=NCL9xErjHYw>" %}

## 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, or scan a QR code to run on your real phone.
* **Plan first, if you want.** For bigger ideas, switch on **Plan mode** and GenVibe asks a few questions and lays out a plan before it builds — you approve, then it goes.
* **Build from any device.** GenVibe runs in a cloud sandbox, so you can build and preview from a desktop, tablet, or phone — no install, no powerful machine required.
* **Your work is saved.** Projects auto-back up to the cloud — close the tab or switch devices and your apps and chat history are right where you left them.
* **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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.genvibe.pro/getting-started/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
