deniz.in

Markets

Weather

Loading weather

· via dev.to (home feed)

Lixev launches Git and Docker PaaS on Uzbekistan-hosted infrastructure

A developer in Uzbekistan has released Lixev, a platform-as-a-service that builds and deploys Git and Docker applications with automatic HTTPS on infrastructure inside the country.

Lixev launches Git and Docker PaaS on Uzbekistan-hosted infrastructure

A developer-built PaaS debuts in Uzbekistan

A developer in Uzbekistan has publicly released Lixev, a platform-as-a-service that deploys applications from Git repositories or Docker images without the usual manual VPS setup. The project was introduced in a "Show HN" post published on dev.to, where its creator, Mirsaid, describes it as a tool built originally to simplify deployment of personal projects before being opened up to a wider audience.

What the platform does

According to the dev.to announcement, Lixev compresses deployment into a short pipeline: an application starts as Git source code or a Docker image, is built by the platform, deployed as a container, and served over HTTPS. Around that core, the service handles the operational tasks that typically fall to whoever administers the server — managing environment variables, exposing logs, attaching custom domains, and issuing TLS certificates automatically.

The post also lists databases, Redis, backups, and per-application resource limits among the platform's capabilities. The intended users are developers who would rather not repeat a full server configuration routine every time a new application ships.

Aimed at Central Asia, open to anyone

The distinguishing detail is where the service runs. Lixev currently operates on infrastructure located in Uzbekistan, and its initial target market is developers and startups in Central Asia, although anyone can use it. That positions it as a rare regionally hosted entry in a category otherwise dominated by platforms whose data centres sit far from the region.

The release is an early one, and the creator treats it accordingly. The dev.to post describes this as the first public release and asks early users for technical feedback — specifically what breaks, what is confusing, and which expected PaaS features are still absent — while offering to answer questions about how the system is architected.

Why it matters

Global cloud providers have historically had limited in-region presence in Central Asia, and the PaaS model in particular has been served almost exclusively by companies whose infrastructure sits elsewhere. A locally operated platform can mean lower latency for regional users, a simpler answer to data-residency questions, and fewer payment and access hurdles for teams that would otherwise depend on foreign services.

Lixev is also an early signal of the region's developer ecosystem moving from consuming infrastructure to building it. The caveats are real — the product is a first release from a single developer, and its reliability under real workloads will only become clear over time — but a working Git-and-Docker deployment option running on Uzbek infrastructure is a meaningful addition for local startups that previously had to look abroad for this kind of tooling.

  • #paas
  • #docker
  • #deployment
  • #uzbekistan
  • #cloud

Related posts