Sefaria is a digital library and platform for accessing Jewish texts and text-based learning. We invite developers to leverage the largest open-source database of Jewish texts in history to build apps and services utilizing the Jewish canon.
Visit our Developer Portal to read our docs, play with our interactive API Reference and to learn more about Sefaria's open source data and technology. There, you can also find tutorials, installation instructions, and all of the most up-to-date information about our technology.
Interested developers can join the sefaria-dev mailing list.
- If you have questions about our API or our technology, you can contact us via the Developer Portal.
- For general questions about using Sefaria.org, please email hello@sefaria.org.
- If you find textual problems in our library, please email corrections@sefaria.org.
- If you believe you have encountered a bug while using our website or mobile app, you can report it here.
- If you find bugs in the code, you can create a GitHub Issue.
We're grateful to the following organizations for providing us with donated services:
We use Storybook with the Vite builder to develop and review shared React components. To start Storybook locally:
- Ensure you are using Node.js 18 or newer (Storybook 8 requires the active LTS releases).
- Install dependencies with
npm installif you have not done so recently. - Run
npm run storybookto launch the dev server at http://localhost:6006.
Stories live in the stories/ directory. Each story can import components from static/js and will automatically receive the global Sefaria stubs defined in .storybook/preview.js.