Getting Started
Template
Create a new fate app with Vite+:
vp create fate my-appThe template selector can create a Void app with Drizzle, a tRPC app with Drizzle, or a tRPC app with Prisma. The template sources live in the fate repo under packages/create-fate/templates/fate. They feature modern tools to deliver an incredibly fast development experience.
Manual Installation
fate requires React 19.2+. For a React client, install react-fate:
npm add react-fatepnpm add react-fateyarn add react-fateIf your server is a separate package, install @nkzw/fate there as a runtime dependency too. Install @nkzw/fate on the client only for a barebones integration without React:
npm add @nkzw/fatepnpm add @nkzw/fateyarn add @nkzw/fateWARNING
fate is currently in alpha and not production ready. If something doesn't work for you, please open a pull request.
If you'd like to try the example app in GitHub Codespaces, click the button below: