Installation
How to install and set up Zodra in your Rails project
Installation
Backend (Ruby Gem)
Add Zodra to your Gemfile:
gem "zodra"Then run:
bundle installFrontend (NPM Package)
Install the TypeScript client:
npm install @zodra/clientOr with your preferred package manager:
pnpm add @zodra/client
yarn add @zodra/clientNext steps
- Quickstart — build your first Zodra API in 5 minutes
- Configuration — customize output paths, key formats, and validation