github.com/knpwrs/instant.bible ↗
The source code for https://instant.bible, an as-you-type Bible search engine!
Open this visualization on its own page →
Contributors
2
Lines of Code
1,196
From
2019-09-20
To
2020-12-13
About knpwrs/instant.bible
instant.bible is a Bible search engine that delivers results as you type, providing real-time search functionality across scripture. The project is available across multiple platforms including a web application, iOS app on the App Store, and Android app on the Google Play Store.
This is a monorepo written primarily in TypeScript that contains the codebases for the search engine and all platform-specific applications. The project is organized with application and engine code housed in a packages directory, and uses conventional commits for version control. Development setup requires running npm ci at the repository root and optionally installing direnv for environment configuration management.
The project is open source under the MIT license and represents a full-stack implementation spanning web, iOS, and Android platforms. The technology stack includes TypeScript as the primary language alongside Kotlin for Android and Swift for iOS development, with Rust also listed among the project topics.