Stackdome: Open Source Self-Hostable Railway Alternative on Kubernetes

Stackdome is an open source, self-hostable deployment platform that wraps the CNCF ecosystem into an opinionated, Railway-style experience. It runs on Kubernetes but hides the complexity, letting developers deploy apps without diving into YAMLology. The project started in 2024 as a hobby and is now self-hostable from a small VPS to a large cluster.
Key Features
- Multi-service canvas: A visual UI (inspired by Railway) shows your entire stack. You can edit, wire up, and create resources directly on the canvas.
- Multi-cluster support: Stackdome acts as a hub, placing workloads across multiple Kubernetes clusters in a hub-and-spoke pattern.
- Managed Postgres: Built on CNPG, it includes WAL archiving, high availability, backups, and point-in-time recovery (PITR).
- Release system: Deploy a release that targets the whole stack and roll it back as a unit if something breaks.
- Source-to-image: Uses an in-cluster registry (Zot) to build and deploy images directly from source.
- Preview environments: Disposable, multi-service preview environments for testing pull requests.
- Declarative apps: Define your stack in a
Stackfileand deploy via the CLI.
Getting Started
To install on a VPS, run:
curl -fsSL https://get.stackdome.com/install.sh | sudo sh
You can also try the hosted cloud at cloud.stackdome.com – no credit card or compute required.
Who It's For
If you already run Kubernetes and want a higher-level developer experience for your team, Stackdome is something you can adopt incrementally. It's also a strong option if you want a self-hosted Platform-as-a-Service that doesn't lock you into a vendor.
At the time of writing, the project is on GitHub with early adoption. The developer mentions ideas for an 'expert mode' to expose more Kubernetes bells and whistles, plus the ability to adopt already-running workloads – so the roadmap is worth watching.
📖 Read the full source: HN LLM Tools
👀 See Also

Turn Your Knowledge Base into a Wiki + MCP Server for Claude
A demo of Akyn transforming a knowledge base (URL, PDF, Notion) into a wiki and exposing it as an MCP server, enabling Claude to query and write back — with OAuth, human-in-the-loop, and auto-sync.

LumaBrowser: Electron Browser Offloads DOM Parsing to Local LLMs for AI Agents
LumaBrowser is an Electron browser that offloads DOM parsing to local LLMs via OpenAI-compatible endpoints, helping autonomous agents avoid processing raw HTML. It uses models like Qwen 2.5 variants to identify UI elements and returns CSS selectors.

Agent Telephony Layer Goes Open Source: Give Your AI a Phone Number
A dev built an open-source telephony layer for AI agents, enabling them to call and text. It's REST + MCP, framework-agnostic, and has an OpenClaw skill.

agentcontract v0.0.1: A Portable JSON Permission Layer for AI Coding Agents
agentcontract v0.0.1 introduces a portable JSON permission layer for AI agents, with a local browser UI for editing, validating, and dry-running tool calls.