Ship APIs in minutes, not months
Archway generates production-ready API endpoints from your database schema. Type-safe clients, automatic documentation, and built-in rate limiting out of the box.
Get Started Free →Features
Schema-first API generation, TypeScript & Go client SDKs, Automatic OpenAPI docs, Built-in rate limiting & auth, One-click deploy to Cloudflare
<div style="font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#111">
<header style="padding:20px 48px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee">
<span style="font-weight:700;font-size:1rem">{{product_name:string}}</span>
<a href="{{cta_url:link}}" style="background:#111;color:#fff;padding:8px 20px;font-size:0.8rem;text-decoration:none;font-weight:500">{{cta_label:string}}</a>
</header>
<div style="display:grid;grid-template-columns:1fr 1fr;min-height:80vh;align-items:center">
<div style="padding:80px 48px">
<h1 style="font-size:2.8rem;font-weight:700;line-height:1.15;letter-spacing:-0.02em;margin:0 0 20px">{{headline:string}}</h1>
<p style="font-size:1.1rem;color:#555;line-height:1.7;margin:0 0 32px">{{description:text}}</p>
<a href="{{cta_url:link}}" style="display:inline-block;background:#111;color:#fff;padding:14px 32px;font-size:0.9rem;text-decoration:none;font-weight:500">{{cta_label:string}} →</a>
</div>
<div style="height:100%;overflow:hidden">
<img src="{{hero_image:image}}" alt="" style="width:100%;height:100%;object-fit:cover;display:block" />
</div>
</div>
<section style="padding:80px 48px;background:#fafafa;border-top:1px solid #eee">
<h2 style="font-size:0.75rem;text-transform:uppercase;letter-spacing:0.15em;color:#888;margin-bottom:32px;text-align:center">Features</h2>
<p style="text-align:center;font-size:1rem;color:#333;line-height:2.2;max-width:600px;margin:0 auto">{{features:list<string>}}</p>
</section>
</div>