Docs / Getting Started / Introduction

Introduction to Vubble

Vubble is the first AI-native application builder designed for developers who want speed without sacrificing code quality. Unlike traditional low-code tools, Vubble generates clean, production-ready React and Node.js code that you can export and own forever.

Why Vubble?

Building modern web applications requires stitching together databases, authentication, payments, and UI libraries. Vubble handles this orchestration automatically using advanced LLMs (Large Language Models).

Note

Vubble is currently in public beta. Some features like native mobile export are coming in Q4.

Installation

To get started with the Vubble CLI (optional), you can install it via npm. This allows you to sync your local environment with the Vubble cloud.

npm install -g vubble-cli
vubble login
vubble init my-new-app

Your First App

Once you are logged in, simply describe what you want to build in the console. For example:

"Build a CRM for a real estate agency with a dashboard for agents and a property listing page."

Vubble will generate the database schema, API routes, and frontend components in real-time.