Breaking: Shuttle raises $6M seed led by Y Combinator 20,000+ developers on the platform 120,000+ deployments and counting Infrastructure from code - no Dockerfiles, no Terraform Backed by former GitHub CEO Thomas Dohmke Written 100% in Rust The AI platform engineer for the vibe-coding era Breaking: Shuttle raises $6M seed led by Y Combinator 20,000+ developers on the platform 120,000+ deployments and counting Infrastructure from code - no Dockerfiles, no Terraform Backed by former GitHub CEO Thomas Dohmke Written 100% in Rust The AI platform engineer for the vibe-coding era
YesPress Dispatch // Developer Tools London · Est. 2019
Shuttle logo
Shuttle // the deploy button
you never had to build

You write the code.
Shuttle writes the cloud.

The Rust-native platform that provisions databases, secrets and servers straight from your code - no infrastructure files required. Now betting it can be the AI platform engineer for a world where the code writes itself.

Y Combinator S20 Open Source $6M Seed Rust-native B2B SaaS
Share this dispatch X / Twitter LinkedIn Facebook Instagram
The Scene · 2026

It is 11pm and somewhere a developer just watched an AI write an entire backend in ninety seconds. The code is good. The code compiles. And then comes the wall that has stopped programmers for twenty years: getting it to actually run somewhere real. A database. Secrets. A server that does not fall over. The part nobody enjoys.

This is the exact moment Shuttle was built for. Type one command, and the database appears. Annotate a function, and the secret store is provisioned. There is no Dockerfile to debug at midnight, no Terraform to memorize, no cloud console with four hundred buttons. The infrastructure is derived from the code itself - a philosophy the company calls, plainly, "infrastructure from code."

More than 20,000 developers have decided that is a better way to live. In October 2025, Y Combinator and a roster of unusually well-known angels agreed, writing a $6 million seed check.

20K+
Developers
120K+
Deployments
$6M
Seed Round
100%
Rust
What It Actually Does

The config file, quietly deleted

Most cloud platforms hand you knobs. Shuttle hands you back your afternoon. Here is what that looks like in practice.

main.rs
// Ask for a Postgres database.
// Shuttle provisions it for you.
#[shuttle_runtime::main]
async fn main(
    #[shuttle_shared_db::Postgres]
    pool: PgPool,
) -> ShuttleAxum {
    let router = Router::new()
        .route("/", get(hello));
    Ok(router.into())
}
// $ shuttle deploy  ->  it's live.
Caption: A database, a router, a live URL. No YAML was harmed in the making of this app.
Provision

Resources by macro

Databases, secrets and storage declared as annotations - the resource appears when you deploy.

Frameworks

Axum, Actix, Rocket, Warp

First-class support for the Rust web ecosystem, plus SQLx, PostgreSQL and Qdrant integrations.

Deploy

One command to AWS

Lightning-fast redeploys, custom domains, logging and status monitoring - built in, not bolted on.

"AI is wiping away the borders between different language ecosystems."
Nodar Daneliya · Founder & CEO, Shuttle
The Turn

From Rust tool to AI platform engineer

Shuttle spent years as the friendliest way to ship a Rust backend. Then the ground moved.

Founded in 2019 and forged in Y Combinator's Summer 2020 batch, Shuttle started narrow and deep: make deployment disappear for Rust developers. It worked. The open-source project on GitHub drew a devoted following, and the platform became one of the most popular ways to put a Rust backend online.

Then tools like Cursor, GitHub Copilot and Lovable arrived and made writing code almost trivial - and made the deployment gap glaringly obvious. AI could generate an app in seconds; it still could not make it run. Shuttle's bet is that the same engine which turns Rust annotations into infrastructure can become a language-agnostic "AI platform engineer" - one that assesses your app, presents infrastructure options with pricing, and provisions a database or buys hosting from a plain-English prompt.

Seed Round · October 2025
$6,000,000
Led by Y Combinator & Global Founders Capital
Thomas Dohmke · ex-GitHub CEO Calvin French-Owen · Segment co-founder Angels from OpenAI Angels from Deel Angels from Confluent
The Builders

Who's behind it

ND

Nodar Daneliya

Founder & CEO

Worked at Google, then led trading at an ML-driven quant hedge fund - building cloud-native systems and data pipelines in production - before deciding deployment was the harder, more universal problem.

CH

Christos Hadjiaslanis

Co-founder

Co-founded Shuttle and helped shape its open-source, developer-first engineering culture around the Rust ecosystem.

The Road

Five years, one obsession

  • 2019
    Shuttle is founded with a single fixation: kill the deploy step.
  • Summer 2020
    Joins Y Combinator's S20 batch (YC partner Brad Flora).
  • 2020-2024
    Becomes a go-to open-source way to deploy Rust backends; community and Discord grow.
  • Oct 2025
    Raises $6M seed to build "the AI platform engineer" and expand beyond Rust.
  • Jan 2026
    CEO details the roadmap toward agentic, prompt-driven infrastructure.
Who It's For

Built for the person who just wants it live

Individual developers, small teams, and increasingly anyone shipping AI-generated apps who hit the same wall between "it works on my machine" and "it works."

Rust engineers

Ship in minutes

The original audience - backend developers who want production without the operations tax.

AI-tool users

The last mile

People using Cursor and Copilot who have working code and need it running somewhere real.

Small teams

No platform team

Startups without a dedicated DevOps hire, getting scaling, secrets and monitoring for free.

Marginalia

Things worth knowing

Back to 11pm

The wall, gone

That same developer, same late hour, same AI-written backend. Except now there is no wall. One command runs. A database materializes. Secrets are stored. A live URL prints to the terminal. The hard part - the part that used to eat the whole evening - is over before the coffee gets cold. The app is real, and the developer got to go to bed.

Shuttle did not make the code better. It made the distance between "written" and "running" almost disappear - and it is betting the next version of that distance gets crossed by a prompt instead of a command. For 20,000 developers, that trade has already been made.