Turtle web framework

Bun-native React, without the mystery.

Turtle is a compact application framework built around React Server Components, Web Requests and Responses, explicit server/client boundaries, and deterministic Bun builds.

What Turtle gives you

The core model

Files under app/ are Server Components unless they begin with "use client". A build scans the route tree and client directives once, emits separate RSC, SSR, browser, and request-runtime graphs, and records deterministic manifests. At request time Turtle matches precomputed route data; it does not rediscover the application.

Turtle deliberately does not implement Server Actions. Mutations belong in typed route handlers or application-owned RPC, where policy, validation, logging, and error projection stay centralized.

Choose a path