Skip to content
@LayeroInfra

Layero

Frontend hosting and deployment with build servers and CDN inside Russia. Deploy from GitHub, the CLI, or straight from an AI agent.

Layero

Платформа деплоя и хостинга с серверами сборки внутри России. Статика и SPA, SSR (Next.js, Nuxt, SvelteKit, Remix), Node‑ и Python‑бэкенды (Express, NestJS, Hono, FastAPI, Django, Flask, Streamlit, Gradio) и fullstack‑приложения. Фреймворк определяется сам, 35+ пресетов; у каждого проекта — адрес <проект>.layero.app, HTTPS, превью на ветку, свои домены, переменные окружения, аналитика и Postgres с Data API.

Deployment and hosting platform for static sites, SSR, Node/Python backends and fullstack apps, with build servers inside Russia — an alternative to Vercel and Netlify for the Russian market.

🌐 layero.ru · 📚 docs.layero.ru · 🚀 app.layero.ru · 📡 status.layero.app · 💬 t.me/layero_ru


Три способа опубликовать проект

Ситуация Путь
Код в репозитории на GitHub, GitVerse, GitLab, GitFlic или SourceCraft Подключите его в панели или npx layero@latest projects create --repo <provider>:<owner/repo>. Дальше push в ветку — превью, push в main — прод.
Папка с кодом, репозиторий не нужен npx layero@latest deploy — CLI отправляет каталог, платформа собирает и печатает адрес. Без аккаунта: deploy --claim даёт сайт на 72 часа, забрать его можно позже.
Из AI‑агента Один навык и один MCP‑сервер для любого клиента: npx skills add LayeroInfra/layero-agents, npx -y add-mcp https://mcp.layero.ru/mcp. Документация: docs.layero.ru/agents.

Код

Исходники живут на GitHub, зеркала — на GitVerse. Оба адреса равноправны для чтения; issues и pull requests принимаются на GitHub.

Репозиторий GitHub GitVerse Что там
layero-agents github gitverse Канон для AI‑агентов: навык layero, конфиг MCP, команды установки; из него генерируются плагины Claude Code и Cursor и запись в реестре MCP.
cli github gitverse Исходники CLI (npm i layero): деплой папки, проект из репозитория, окружения, домены, env, базы, Data API. JSON‑события и коды выхода для агентов и CI.
layero-docs github gitverse Документация docs.layero.ru (Docusaurus, ru/en), каждая страница доступна и как Markdown.
examples github gitverse Готовые примеры: Vite, Next.js SSR, Astro, статика. Собираются и выкатываются нашим Action при каждом push.
deploy-action github gitverse Официальный GitHub Action для деплоя из CI.
design-system github gitverse Каталог UI‑компонентов (Storybook), живёт на самой Layero: ui-catalog-ds.layero.app.

Организация на GitVerse: gitverse.ru/layero.

Для AI‑агентов

Layero рассчитан на то, что деплоем управляет агент. Источник правил один — навык layero в репозитории layero-agents; всё остальное из него генерируется или проверяется гейтом.

  • Навык в любой агент: npx skills add LayeroInfra/layero-agents.
  • MCP‑сервер в любой клиент: npx -y add-mcp https://mcp.layero.ru/mcp (Streamable HTTP, вход через OAuth, для CI — LAYERO_TOKEN). 34 инструмента: проект из репозитория с первой сборкой, публикация статики, окружения, логи и откат, домены, env, аналитика, Data API. Поиск по документации работает без входа.
  • CLI для агентов: npx layero@latest deploy --json — построчные JSON‑события, стабильные коды ошибок с next_action, коды выхода по классам; вход без localhost‑колбэка.
  • Те же правила текстом для агентов без навыков и MCP: llms.txt.
  • Команды для конкретных клиентов (Claude Code, Cursor, Codex): docs.layero.ru/agents/install.

Где ещё

npm layero · реестр MCP ru.layero/layero · skills.sh · Smithery · Glama · cursor.directory · GitHub Marketplace. Полный список адресов ведётся в README репозитория layero-agents.

Поддержка: docs.layero.ru/contacts.


English

Layero

Deployment and hosting platform with build servers inside Russia. Static sites and SPAs, SSR (Next.js, Nuxt, SvelteKit, Remix), Node and Python backends (Express, NestJS, Hono, FastAPI, Django, Flask, Streamlit, Gradio) and fullstack apps. The framework is detected automatically, 35+ presets; every project gets <project>.layero.app, HTTPS, branch previews, custom domains, environment variables, analytics and Postgres with a Data API. An alternative to Vercel and Netlify for the Russian market.

🌐 layero.ru · 📚 docs.layero.ru/en · 🚀 app.layero.ru · 📡 status.layero.app · 💬 t.me/layero_ru

Three ways to publish

Situation Path
Code lives in a repository on GitHub, GitVerse, GitLab, GitFlic or SourceCraft Connect it in the dashboard or run npx layero@latest projects create --repo <provider>:<owner/repo>. From then on a push to a branch is a preview, a push to main is production.
A folder with code, no repository needed npx layero@latest deploy — the CLI ships the directory, the platform builds it and prints the address. No account yet: deploy --claim gives a site for 72 hours that a person can claim later.
From an AI agent One skill and one MCP server for any client: npx skills add LayeroInfra/layero-agents, npx -y add-mcp https://mcp.layero.ru/mcp. Docs: docs.layero.ru/en/agents.

Code

Sources live on GitHub, mirrors on GitVerse. Both are equal for reading; issues and pull requests are accepted on GitHub.

Repository GitHub GitVerse What is inside
layero-agents github gitverse The canon for AI agents: the layero skill, MCP config, install commands; the Claude Code and Cursor plugins and the MCP registry entry are generated from it.
cli github gitverse CLI sources (npm i layero): deploy a folder, create a project from a repository, environments, domains, env vars, databases, Data API. JSON events and exit codes for agents and CI.
layero-docs github gitverse Documentation for docs.layero.ru (Docusaurus, ru/en); every page is also served as Markdown.
examples github gitverse Ready-made examples: Vite, Next.js SSR, Astro, static. Built and deployed by our Action on every push.
deploy-action github gitverse The official GitHub Action for deploying from CI.
design-system github gitverse UI component catalogue (Storybook), hosted on Layero itself: ui-catalog-ds.layero.app.

Organization on GitVerse: gitverse.ru/layero.

For AI agents

Layero assumes an agent drives the deploy. There is one source of rules — the layero skill in layero-agents; everything else is generated from it or checked against it.

  • The skill into any agent: npx skills add LayeroInfra/layero-agents.
  • The MCP server into any client: npx -y add-mcp https://mcp.layero.ru/mcp (Streamable HTTP, OAuth sign-in, LAYERO_TOKEN for CI). 34 tools: a project from a repository with its first build, static publishing, environments, logs and rollback, domains, env vars, analytics, Data API. Docs search works without signing in.
  • CLI for agents: npx layero@latest deploy --json — JSON-lines events, stable error codes with next_action, exit codes by class; sign-in with no localhost callback.
  • The same rules as plain text for agents without skills or MCP: llms.txt.
  • Client-specific commands (Claude Code, Cursor, Codex): docs.layero.ru/en/agents/install.

Elsewhere

npm layero · MCP registry ru.layero/layero · skills.sh · Smithery · Glama · cursor.directory · GitHub Marketplace. The full list of addresses is kept in the README of layero-agents.

Support: docs.layero.ru/en/contacts.

Popular repositories Loading

  1. layero-docs layero-docs Public

    Документация Layero (docs.layero.ru) — хостинг и деплой фронтенда со сборкой и серверами в России. Docusaurus, ru/en.

    MDX

  2. examples examples Public template

    Готовые примеры деплоя фронтенда на Layero (layero.ru): Vite, Next.js, Astro, статика. Деплой одной командой npx layero deploy.

    HTML

  3. design-system design-system Public

    Layero design system — UI component catalog (Storybook)

    TypeScript

  4. layero-agents layero-agents Public

    Layero for AI agents — the canonical skill, MCP config and install commands. Deploy and operate sites on hosting with build servers in Russia.

    Python

  5. deploy-action deploy-action Public

    GitHub Action: деплой сайта или приложения на Layero — хостинг со сборкой и серверами в России

  6. .github .github Public

    Профиль организации Layero на GitHub

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…