Git Repo: Link

Deployed at: Link

Bible API as the name implies, is an API server which serves bible verses over REST endpoints. To avoid licensing issues, only bibles in the Public Domain are available.

It uses a postgresql database and is written using Actix Web and SQLx.

Right now, two frontends get data from the API.

  • UI 1 - SSR with hydration, fast and responsive UI (prerendering, fetch on hover, etc).
  • UI 2 - SSG, more mature UI.

License

The server, the data and the bibles are all in the public domain and so feel free to self host, distribute everything.