Ship AI products without the infrastructure overhead.

Most AI starter kits give you code and tell you to figure out the rest. AgentScaffold ships with production infrastructure — including first-class EU cloud support — from day one.

AgentScaffold saves early-stage teams a week of setup work — and it ships with the processes, not just the code. Testing pipelines and database migration workflows are built in from day one. These are the things that are nearly impossible to retrofit once your codebase has grown.

You have an idea. You have a team. What you don't have is another sprint to waste on auth, deployments, database migrations, and agent scaffolding.

Start with the right foundation. Build the product.

Everything in the box

One repo to clone. A full production stack on the other side.

Agent Layer
check_circle Mastra.ai agent framework
check_circle Hono HTTP layer
check_circle Multi-provider LLM client
check_circle Streaming responses out of the box
Infrastructure
check_circle Pulumi stacks — AWS & EU clouds
check_circle Automated deployments
check_circle GitHub Actions CI/CD
check_circle Configurable per cloud provider
Team Process
check_circle Database migrations
check_circle Testing pipelines
check_circle Auth, out of the box
check_circle TypeScript throughout
European Sovereignty

Your data stays
in Europe. Full stop.

AgentScaffold ships with first-class support for European cloud infrastructure. Deploy to Scaleway or any EU-based provider without changing a line of application code. No dependency on US hyperscalers. GDPR-compliant by design.

  • check_circleScaleway support — French-owned infrastructure, Paris and Amsterdam regions
  • check_circleMix and match cloud providers — Pulumi stacks are fully configurable
  • check_circleData residency guaranteed — know exactly where every byte is stored
  • check_circleNo vendor lock-in — swap providers without rewriting infrastructure code
Deploy to any cloud
cloudAWS
Supported
public
Scaleway🇫🇷 French-owned
Supported
public
Hetzner🇩🇪 German-owned
Supported
add_circleMore EU providers
Configurable

Pulumi stacks are provider-agnostic — add any cloud without touching application code.

Infrastructure as Code

No more ClickOps. Your infra is code.

Every other boilerplate ships app code and tells you to click through a cloud console. AgentScaffold includes Pulumi stacks that define your entire infrastructure — databases, queues, compute, networking — in TypeScript. Version-controlled, reproducible, and deployable from day one.

  • check_circleFull infrastructure in TypeScript — no YAML, no cloud console
  • check_circleTear down and recreate entire environments in minutes
  • check_circlePreview infrastructure changes before they happen
infra/index.ts
import * as aws from '@pulumi/aws';
import { config } from './config';

const db = new aws.rds.Instance('app-db', {
  instanceClass: 'db.t3.micro',
  engine: 'postgres',
  ...config.db,
});

export const dbEndpoint = db.endpoint;
Team Process

Ship with the processes your team actually needs

Testing and database migrations aren't features you add later — they're the things that are nearly impossible to retrofit into a growing codebase. AgentScaffold builds them in from day one, so your team ships with a real engineering process from the very first commit.

~1 week
Setup time saved
Day 1
Tests & migrations ready
Your first week — before and after
Without AgentScaffold
close Day 1–2: Set up cloud accounts, VPCs, IAM roles
close Day 3: Wire up CI/CD, manage secrets
close Day 4–5: Auth, database schema, migrations
close Week 2: Finally start building your product
With AgentScaffold
check_circle Day 1: Clone, configure, deploy to production
check_circle Day 2: Start building your product
Early Access

Be first to ship with AgentScaffold

Join the waitlist and get early access pricing when we launch.

No spam. Early access pricing for waitlist members.

Frequently Asked Questions

TypeScript throughout. Mastra.ai for agent orchestration, Hono as the HTTP layer, Pulumi for infrastructure as code. Supports AWS and European cloud providers including Scaleway and Hetzner.
AWS, Scaleway, and Hetzner are supported out of the box. The Pulumi-based infrastructure is fully configurable — you can mix and match providers, or add your own without rewriting application code.
AgentScaffold is model-agnostic. It ships with native OpenAI and Anthropic integrations via Mastra.ai, and the provider pattern lets you swap in any model — Gemini, Llama 3 via Groq, or your own self-hosted instances.
One purchase, one year of updates included. The code is yours — use it in as many projects as you like, modify it, ship it to production. No royalties, no restrictions.

Ready to ship your AI product?

Join teams building production AI applications on AgentScaffold.