# Urban Prime

> Urban Prime helps customers in Georgia buy, sell, inspect, and invest in cars with a managed human process.

Urban Prime is a multilingual public storefront. The canonical Georgian page is `/`; Russian and English versions are available at `/ru/` and `/en/`. The callback form sends requests to the first-party `/api/lead` endpoint; visitors never need to contact Telegram or Payload CMS directly.

## Canonical pages

- [Georgian landing](https://urbanprime.ge/): Primary Urban Prime landing page.
- [Russian landing](https://urbanprime.ge/ru/): Russian version of the landing page.
- [English landing](https://urbanprime.ge/en/): English version of the landing page.
- [Georgian car catalog](https://urbanprime.ge/cars): Published Urban Prime vehicles from the public catalog.
- [Russian car catalog](https://urbanprime.ge/ru/cars): Russian version of the public vehicle catalog.
- [English car catalog](https://urbanprime.ge/en/cars): English version of the public vehicle catalog.

## Machine-readable resources

- [Sitemap](https://urbanprime.ge/sitemap.xml): Canonical route list.
- [API catalog](https://urbanprime.ge/.well-known/api-catalog): Linkset of public machine-readable resources.
- [Security contact](https://urbanprime.ge/.well-known/security.txt): Vulnerability disclosure contact.
- [Web app manifest](https://urbanprime.ge/manifest.webmanifest): Install/display metadata.

## Public API surface

- `POST https://urbanprime.ge/api/lead`: First-party callback request endpoint. Accepts form data from the public landing page and returns JSON status.
