Adios

Adios Blog

Field notes for building and shipping software.

Product updates, engineering decisions, and practical guidance from the team building Adios.

Featured
request → edge → route → workload
13 current locations, one routing layer
Network8 min read

Inside the Adios edge network

Thirteen current edge locations bring requests onto the Adios network. Here is what happens there—and what still happens in a compute region.

Read article

Latest

More from Adios

11 articles
MCP7 min read

How to Turn Claude Output into a Live App

Claude can help write the first version. The production work is keeping that code attached to source, config, previews, logs, and a deployment path.

Read article
Guide7 min read

Source-Backed AI Workspaces vs. Sandboxes

Sandboxes are good for experiments. Source-backed AI workspaces are for code that needs Git history, previews, logs, secrets, and deployment.

Read article
Engineering8 min read

The Deploy Contract for AI-Generated Apps

AI-generated code still needs a contract: build it, start it, configure it, check it, and route traffic to the exact version you reviewed.

Read article
MCP8 min read

MCP Servers Are Production Software, Not Local Demos

A hosted MCP server needs the same discipline as an API: auth, input validation, timeouts, secrets, health checks, logs, and deploy history.

Read article
Engineering7 min read

Why Health Checks Matter for AI-Built APIs

AI can generate an API quickly, but the platform still needs a truthful health endpoint before it should send production traffic.

Read article
Security7 min read

Keep secrets out of source

Environment names can live in a manifest. Credentials should not. Secret references preserve that boundary from local work through production.

Read article
Guide8 min read

Designing a small production API

A production starter does not need dozens of abstractions. It needs a clear process boundary, predictable configuration, and enough signals to operate safely.

Read article
Product7 min read

More ways to start on Adios

The template catalog now reaches beyond a handful of app starters. It covers web apps, APIs, databases, caches, and queues in one place.

Read article
Engineering7 min read

One Manifest from Local to Live

A small adios.yaml keeps build and runtime decisions close to the code, whether the source starts in a local folder or a shared workspace.

Read article
Guide8 min read

Choose a template by constraint, not hype

The best starter is usually the one that matches your team, data, and operating constraints—not the framework with the loudest launch week.

Read article