Bible Jot is an open-source Bible note-taking app designed for capturing insights and reflections during Bible study, small groups, and sermons.
- Inline Note-Taking: The user interface (UI) is designed to allow you to take notes directly within the Bible text, making it easier to reference your thoughts alongside the scriptures.
- User-Friendly: Whether you're taking notes during a sermon, group study, or personal reading, the app offers a seamless and distraction-free experience.
- Open Source: Bible Jot is fully open source, meaning you can contribute, customize, and build upon it to suit your needs.
Check out the live version of Bible Jot at dev.biblejot.app.
To get started with Bible Jot locally, follow these steps:
-
Clone the repository:
git clone https://github.com/tt9/bible-jot.git
-
Navigate into the project folder:
cd bible-jot -
Install the necessary dependencies (if applicable):
npm install
-
Run the app locally:
npm run dev
We welcome contributions from the community! If you'd like to contribute to Bible Jot, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your modifications.
- Submit a pull request with a description of your changes.
Bible Jot is open-source and available under the MIT License.