Display Bible verses beautifully in your OBS streams with an easy-to-use control panel and customizable overlay.
OBS Bible Stream Verses is a modern tool for streamers who want to display Bible passages during their broadcasts. It provides:
- Control Panel: Custom Browser Dock for searching and selecting verses
- Overlay: Browser Source that displays verses on your stream
- Offline: No internet connection required
- Optimized: Lazy loading architecture (only 2.6 MB initial load)
Perfect for church services, Bible studies, Christian content creators, and worship streams.
- π Dual Search: Find verses by reference (
John 3:16) or by text content - π 6 Bible Versions: Kadosh, Americas, NVI, NTV, BTX, RVR60
- β‘ Performance: Optimized with lazy loading (95% size reduction)
- π¨ Customizable: Easy to modify styling and add new translations
- π 100% Offline: All databases are local
- π Free & Open Source: MIT License
- Download the latest release from Releases page
- Extract the ZIP file to a folder
- Follow the step-by-step guide in
INSTALLATION.md(included in download)
Detailed installation instructions: INSTALLATION.md
π Note: The plugin includes RVR60 (Reina-Valera 1960) as the reference Bible version. This is a public domain Spanish translation included for testing and immediate use. You can add more Bible versions following the instructions below.
# Clone the repository
git clone https://github.com/boraita/obs-bible-plugin.git
cd obs-bible-plugin
# Install dependencies
pnpm install
# Development with hot reload
pnpm start
# Production build
pnpm build
# Create release package
pnpm release-
Obtain a SQLite database file (
.sqlite) with the Bible translation- Source: https://www.ph4.org or any trusted provider
- Required tables:
book,verse(standard Bible database schema)
-
Copy the file to
src/db/folder:cp /path/to/BIBLE.sqlite src/db/
-
Configure in
src/config/bibleConfig.js:export const BIBLE_CONFIG = { // ... existing Bibles newBible: { name: 'newBible', displayName: 'NB', // Short name for UI fullName: 'New Bible Version', // Full name requiresTagCleaning: false, // Set true if contains HTML tags loader: () => import('../db/BIBLE.sqlite'), }, };
-
Rebuild:
pnpm build
The new Bible will automatically appear in the version selector!
- Open the Control Panel dock in OBS
- Select your preferred Bible version from the dropdown
- Search for verses:
- By reference:
Genesis 1:1,Psalm 23,Matthew 5:1-10 - By text: Type any words from the verse
- By reference:
- Click on a verse result to display it on your overlay
- The verse appears instantly on your Browser Source!
The Resume tab allows you to track timestamps of displayed verses during your recording or stream. This is useful for creating video chapters or providing viewers with a summary of all verses shown.
- Navigate to the Resume tab in the Control Panel
- Click
βΆοΈ Startto begin tracking timestamps - Show verses as normal - each time you display a verse, it will be logged with:
- Timestamp (MM:SS format from when you started)
- Verse reference (e.g., "GENESIS 1:1")
- Bible version (e.g., "RVR60")
- Click
βΉοΈ Stopwhen finished
- π Copy: Copy the entire list to clipboard (ready to paste in video description)
- ποΈ Clear: Clear all entries and reset the timer
If you stop and start again, a separator --- New recording --- will be added to distinguish between sessions.
00:00 GENESIS 1:1 - RVR60
01:30 PSALM 23:1 - NVI
03:45 JOHN 3:16 - RVR60
--- New recording ---
00:00 MATTHEW 5:3 - RVR60
02:15 ROMANS 8:28 - NVI
This format is perfect for YouTube video chapters or stream summaries!
- INSTALLATION.md - Complete installation guide for OBS
- CONTRIBUTING.md - How to contribute to the project
- SECURITY.md - Security policy and privacy information
- AGENTS.md - Developer guidelines and code architecture
- BUILD_INFO.md - Technical build documentation
For maintainers creating a new release:
- Review RELEASE_CHECKLIST.md for complete steps
- Build and test:
pnpm build - Create package:
pnpm release - Create GitHub Release with the generated ZIP
- Optionally submit to OBS Forum using OBS_FORUM_SUBMISSION.md
- Modern JavaScript: ES6+ with modules and async/await
- Webpack 5: Code splitting and lazy loading
- SQL.js: Fast local SQLite queries
- BroadcastChannel: Real-time communication between panel and overlay
- Clean Code: DRY principles, Single Responsibility, maintainable architecture
Contributions are welcome! Whether it's:
- π Bug reports
- π‘ Feature suggestions
- π Documentation improvements
- π New Bible translations
- π» Code contributions
See CONTRIBUTING.md for guidelines.
- β No data collection or tracking
- β No external API calls
- β All data stored locally
- β Open source for transparency
Read more: SECURITY.md
This project is licensed under the MIT License - free for personal and commercial use.
See LICENSE for details.
- Developer: Rafael MontaΓ±o
- Bible Databases: https://www.ph4.org
- Originally inspired by: Tosin-JD/obs-bible-plugin
This project was originally forked from Tosin-JD/obs-bible-plugin but has been completely rewritten for version 2.0.0 with:
- New Clean Code architecture
- Performance optimization (lazy loading)
- Centralized configuration system
- Comprehensive documentation
- Independent development direction
The current codebase shares no functionality with the original fork and represents a fresh start.
- GitHub: https://github.com/boraita/obs-bible-plugin
- Issues: https://github.com/boraita/obs-bible-plugin/issues
- Releases: https://github.com/boraita/obs-bible-plugin/releases
- OBS Forum: [Coming soon]
- π Check existing Issues
- π Create a new issue for bugs or feature requests
- π¬ Start a Discussion for questions
Made with β€οΈ for the streaming community | Enjoy displaying God's Word! πβ¨