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

# What is Nometria?

> Turn your vibe-coded product into a production-ready app you actually own.

## The problem with vibe-coded apps

AI builders like Base44, Lovable, Bolt, Manus, Emergent, and Replit let you ship working products in hours. But the moment you're done building, you hit the same wall:

* Your code lives inside the builder's proprietary environment
* You're paying hosting fees to a platform you don't control
* Scaling, custom domains, and environment variables are locked behind upgrade walls
* A developer can't open a pull request against your app
* There's no rollback if a prompt breaks something

Your product is real. Your infrastructure should be too.

## What Nometria does

Nometria takes your vibe-coded app and deploys it as a **production-grade application on your own AWS infrastructure** — with a real domain, SSL, database, and Git history.

<Columns cols={3}>
  <Card title="Connect" icon="plug" href="/connect/github">
    Link your app via GitHub, ZIP upload, or Chrome Extension
  </Card>

  <Card title="Deploy" icon="rocket" href="/deploy/overview">
    One click to AWS with your domain, SSL, and database wired up
  </Card>

  <Card title="Sync" icon="arrows-rotate" href="/sync/overview">
    Keep building in your vibe coder while your production app stays in sync
  </Card>
</Columns>

## What you get

<AccordionGroup>
  <Accordion icon="server" title="Your own AWS infrastructure">
    Your app runs on EC2 instances in your AWS account (or ours, managed on your behalf). You own the server. You own the data. You own the domain.
  </Accordion>

  <Accordion icon="globe" title="Custom domain + SSL">
    Route53 DNS management and automatic TLS certificates. Point your domain and we handle the rest.
  </Accordion>

  <Accordion icon="database" title="Production database">
    Supabase or Appwrite — your data lives in your own project, not shared infrastructure. We migrate your schema and seed data automatically.
  </Accordion>

  <Accordion icon="code-branch" title="Real Git history">
    Every deploy is a Git commit. Roll back with a click. Let developers open PRs. Two-way sync keeps builder changes and developer changes from colliding.
  </Accordion>

  <Accordion icon="arrows-rotate" title="Two-way sync">
    Keep iterating in your AI builder. The Chrome Extension detects changes and pushes them to your repo. Production stays up to date without manual intervention.
  </Accordion>
</AccordionGroup>

## Supported platforms

Nometria works with apps built on:

| Platform        | Connection method          |
| --------------- | -------------------------- |
| Base44          | Chrome Extension           |
| Lovable         | GitHub or Chrome Extension |
| Bolt            | Chrome Extension or ZIP    |
| Manus           | Chrome Extension           |
| Emergent        | Chrome Extension           |
| Replit          | GitHub or ZIP              |
| Any GitHub repo | GitHub                     |

<Card title="See all supported platforms" icon="list" href="/platforms" horizontal>
  Learn what gets migrated from each platform and what to expect.
</Card>

## Ready to launch?

<Card title="Launch your first app" icon="rocket" href="/quickstart" horizontal>
  Follow our quickstart guide and have your app live in under 10 minutes.
</Card>
