Hobby
For prototypes and weekend projects.
Freefor as long as you like
- One project
- English and Georgian
- Community support
Auth, i18n, rate limits, payments and type-safe RPC, already wired and tested.
One command. Postgres, API and web app.
Four things that usually take a fortnight of plumbing. They are wired, typed and covered by tests before you write a line.
const { data } = useQuery(
orpc.todo.list.queryOptions(),
);
data.map((todo) => todo.titel)The handler's return type reaches the component. A typo fails the build, not production.
Clone the stack
Point it at your database
Ship it
Nothing here is a black box. Every hop is code in the repo — locale resolved in the proxy, origin and rate checks before the handler, typed rows out of Postgres.
browser
Static route, already prefetched
proxy.ts
Locale cookie, prefix rewrite
orpc/link
Typed call, locale header attached
fastify
Origin guard, then the Redis limit
prisma
Rows typed at the source
Pay when your team grows.
For prototypes and weekend projects.
Freefor as long as you like
For teams shipping to real users.
$29per month
For products with traffic worth protecting.
$99per month

“Replaced four half-finished internal templates. Shipped a real feature on day two.”
“The locale switch alone saved us a sprint.”
“Rate limiting and CSRF were already there.”

One command sets up the database, API and web app.
No credit card required.