Zodra

Installation

How to install and set up Zodra in your Rails project

Installation

Backend (Ruby Gem)

Add Zodra to your Gemfile:

Gemfile
gem "zodra"

Then run:

bundle install

Frontend (NPM Package)

Install the TypeScript client:

npm install @zodra/client

Or with your preferred package manager:

pnpm add @zodra/client
yarn add @zodra/client

Next steps

  • Quickstart — build your first Zodra API in 5 minutes
  • Configuration — customize output paths, key formats, and validation

On this page