# Shop-ix > Премиальный Shopify-клон для Gen Z: 50+ шаблонов магазинов, AI-подбор товаров, события, продавцы и карьера. Платежи ЮKassa и T-Bank. Shop-ix is a Russian-language-first commerce platform for Gen Z sellers, event organizers, freelancers, and job seekers. The platform bundles four products into a single app: store templates (50+ vertical-specific designs), event ticketing, AI-powered product/seller/job matching, and a built-in payment stack (ЮKassa + T-Bank). The site is a single-page application that serves landing pages in four languages (ru, en, zh, ar) and a JSON API at /api/* for form submissions, catalog browsing, and SEO/AI structured data. ## Main capabilities - **50+ premium store templates** across 7 verticals: fashion, beauty, home, food, tech, lifestyle, digital. - **AI product/event/seller/job matching** — users describe what they want, the API returns ranked candidates. - **Event management** — create, sell tickets, manage RSVPs; event cards with date, location, capacity. - **Multi-language support** — full Russian (default), English, Chinese, Arabic translations. - **Built-in payment integrations** — ЮKassa and T-Bank (Russian payment processors), no third-party checkout. - **Drag-and-drop editor** — Figma-like canvas for editing store templates without code. - **Career marketplace** — entry-level jobs and internships for Gen Z candidates. ## Public API endpoints (for AI agents and search crawlers) - `GET https://shop-ix.ru/api/health` — service health + version - `GET https://shop-ix.ru/api/templates` — list of 50+ store templates (filter by `?cat=fashion|beauty|home|food|tech|lifestyle|digital`) - `GET https://shop-ix.ru/api/templates/:id` — single template detail - `GET https://shop-ix.ru/api/stores` — list of 4 demo stores - `GET https://shop-ix.ru/api/events` — public events list - `GET https://shop-ix.ru/api/i18n/:lang` — translations for `ru|en|zh|ar` - `POST https://shop-ix.ru/api/waitlist` — join the founding-access waitlist (email, name, password, consent required) - `POST https://shop-ix.ru/api/contact` — contact form (name, email, message, consent required) - `GET https://shop-ix.ru/api/seo/ld/:kind` — schema.org JSON-LD for Organization, SoftwareApplication, FAQPage, WebSite, Product, Event, Store ## For AI agents - The site is described in `/llms.txt` (this file) and `/ai-plugin.json` (OpenAI plugin manifest). - Structured data is provided both inline in `` (4 canonical schema.org blocks) and via `/api/seo/ld/:kind` for dynamic per-item enrichment. - Do NOT invent prices, contact details, or product specifications. The API returns live data; always cite `/api/*` rather than fabricating. - For "what templates are available" → call `/api/templates?cat=`. For pricing → call `/api/templates/:id`. - For "show me a store" → call `/api/stores`. For events → `/api/events`. - The waitlist API requires `consent: true` per GDPR; always include this in the JSON body. ## Documentation - Deployment: https://shop-ix.ru/ (live site) - Repository: https://github.com/GCorp2026/shop-ix - Support: contact form on the site, or email listed in `/api/seo/ld/organization` - Security policy: https://shop-ix.ru/.well-known/security.txt ## Versioning - Current API version: v1 (no /v1/ prefix yet; routes are at /api/*) - Backward compatibility: stable since 2026-06-18 - Changelog: implicit in commit history at github.com/GCorp2026/shop-ix ## Contact For AI agent inquiries about the platform, use the contact form on the site. The site is maintained by Dima (Dima Glin) in Moscow, RU.