import { Badge } from "@/registry/ui/badge" import { Button } from "@/registry/ui/button" export default function HeroSplit() { return (
v4.2 is out

Your database, with an API in front of it

Acme reads your schema and serves a typed, documented, rate-limited API. Nothing to deploy and nothing to keep running.

Works with Postgres, MySQL and SQLite.

terminal
{`$ acme link postgres://…
✓ read 14 tables
✓ generated 38 endpoints

  https://api.acme.dev/v1
  ready in 1.2s`}
        
) }