Skip to main content

evjs

React fullstack framework built on TanStack + Hono

# Create a new evjs app
$ npx @evjs/create-app my-app
# Start developing
$ cd my-app && npm run dev
Features

Everything you need to build full-stack React apps

Zero Config

ev dev / ev build — no boilerplate needed. Convention over configuration with optional ev.config.ts.

🔒

Client Routes

Full end-to-end type safety from server to browser URL bar, powered by TanStack Router.

🛣️

Server Routes

Standard Request/Response REST endpoints via route() — build APIs alongside your React app.

🚀

Server Functions

"use server" directive auto-transforms async functions into type-safe API calls at build time.

📡

Data Fetching

TanStack Query with built-in proxies — query(fn).useQuery() / mutation(fn).useMutation(), zero boilerplate.

🌐

Multi-Runtime

Hono-based server runs on Node.js, Deno, Bun, and edge runtimes out of the box.