Getting Started
Template
Get started with a ready-made template quickly:
bash
npx giget@latest gh:nkzw-tech/fate-templatebash
pnpx giget@latest gh:nkzw-tech/fate-templatebash
yarn dlx giget@latest gh:nkzw-tech/fate-templatefate-template comes with a simple tRPC backend and a React frontend using fate. It features modern tools to deliver an incredibly fast development experience. Follow its README.md to get started.
Manual Installation
fate requires React 19.2+. For your client you need to install react-fate:
bash
npm add react-fatebash
pnpm add react-fatebash
yarn add react-fateAnd for your server, install the core @nkzw/fate package:
bash
npm add @nkzw/fatebash
pnpm add @nkzw/fatebash
yarn 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: