> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

Modelence is a production-ready platform for building and deploying full-stack web applications. You can create a complete app - frontend, backend, database, and hosting - by describing what you want in plain English.

Under the hood, Modelence generates structured, readable TypeScript + React + MongoDB code on an open-source framework, so you always have full access to your codebase.

## Get Started

The fastest way to create an app is through the **App Builder**:

1. Go to [cloud.modelence.com](https://cloud.modelence.com)
2. Describe the app you want to build
3. Submit your prompt - the App Builder will generate and deploy your app

That's it. No setup, no CLI, no configuration required.

<CardGroup cols={2}>
  <Card title="App Builder" icon="wand-magic-sparkles" href="https://cloud.modelence.com">
    Create an app by describing what you want in plain English
  </Card>

  <Card title="Developer Quick Start" icon="terminal" href="/quickstart">
    Set up a local project with the CLI for hands-on development
  </Card>

  <Card title="Framework Guide" icon="book" href="/core-concepts/project-structure">
    Learn about the Modelence framework and project structure
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Full API reference for the Modelence framework
  </Card>
</CardGroup>
