Open Source Theology

Everything on this site is built to be given away. The Bible text is free. Your published notes are free. The code that runs the site is free. Here's why we believe that's exactly how it should be.

"Freely you have received; freely give."

— Jesus Christ, Matthew 10:8

This isn't a slogan. It's a command — and it's the foundation everything here is built on. If God gives wisdom, understanding, and talent freely, then hoarding the fruit of those gifts behind paywalls and patents contradicts the nature of the Giver.

The early Church understood this. The apostles didn't franchise. The gospel was preached freely, copied freely, and spread by people who believed truth was too important to own. This site exists in that tradition.

Those Who Gave Freely

George Washington Carver

Carver discovered over 300 uses for the peanut and hundreds more for sweet potatoes, soybeans, and pecans. He revolutionized Southern agriculture and could have become one of the wealthiest men in America. He refused.

When asked why he wouldn't patent his discoveries, Carver replied:

"God gave them to me. How can I sell them to someone else?"

Carver saw his work as a conversation with the Creator. Every morning he walked into his laboratory and asked God what to reveal that day. He understood that his brilliance was a gift — and that gifts are meant to be shared, not monetized.

Thomas Edison offered Carver a salary that would be worth over a million dollars today. Carver turned it down. He lived simply, taught freely, and died having changed the world without extracting a dime from the knowledge God gave him.

Johann Sebastian Bach

Bach composed over 1,100 works — cantatas, fugues, concertos, and some of the most complex music ever written. On nearly every manuscript, he inscribed three letters: S.D.G.Soli Deo Gloria, "To God alone be the glory."

He didn't write music to build a brand. He wrote music as an act of worship. His manuscripts weren't guarded trade secrets — they were copied, shared, studied, and built upon by every generation of musicians that followed.

What Bach did with those manuscripts shaped the very language of music. His Well-Tempered Clavier — 48 preludes and fugues cycling through all 24 major and minor keys — was a proof of concept for equal temperament, the tuning system that made modern music possible. Before Bach championed it, keyboards could only sound good in a handful of keys. He showed the world that every key could sing. Every piano, every guitar, every orchestra today is tuned to the system Bach helped establish.

His work on counterpoint — the art of weaving independent melodic lines into a unified whole — became the foundation of Western harmony. Haydn studied Bach. Mozart, upon hearing Bach's motets, said "Now, here is something one can learn from." Beethoven was raised on the Well-Tempered Clavier and called Bach the "original father of harmony." Every composer who followed built on the framework Bach laid down.

The reason his influence runs this deep is inseparable from the fact that his work was freely shared. Bach's manuscripts were copied by his students, circulated among musicians, and studied by anyone who wanted to learn. When Felix Mendelssohn revived Bach's St. Matthew Passion in 1829 — nearly 80 years after Bach's death — it was possible only because the manuscripts had been preserved and passed along freely. That single performance sparked a Bach revival that continues to this day.

Modern musical theory — functional harmony, voice leading, modulation, the entire tonal system that underpins everything from symphonies to jazz to film scores — traces a direct line back to Bach. Not because he patented a method or licensed a theory, but because he offered it to God and God gave it to the world.

Today, every music student on Earth studies Bach. His gift to God became a gift to all of humanity — not because someone marketed it, but because truth and beauty, once released, find their own way.

A Tradition, Not an Exception

Carver and Bach aren't outliers. They belong to a long line of people who understood that knowledge hoarded is knowledge wasted:

  • The monastic scribes spent their lives copying scripture and preserving knowledge through the Dark Ages — not for profit, but because they believed truth should survive.
  • Jonas Salk refused to patent the polio vaccine. When asked who owned it, he said: "The people. Could you patent the sun?" His decision made the vaccine accessible worldwide and saved millions of lives.
  • William Tyndale was executed for translating the Bible into English. His crime was making God's word accessible to ordinary people. The establishment wanted to keep scripture locked behind Latin and institutional control. Tyndale believed everyone deserved to read it for themselves.
  • Tim Berners-Lee invented the World Wide Web and gave it away. He could have patented the most transformative technology of the 20th century. Instead, he released it freely — and it changed everything.

The pattern is consistent across centuries and disciplines: the people who change the world the most are the ones who give their work away.

Our Ethics

Open Bible Ministry is built on two pillars: Christ's ethics and open knowledge. These aren't in tension — they're the same thing expressed in different languages.

Creative Commons Zero (CC0)

When you publish a note on this site, it's released under CC0 — Creative Commons Zero. That means you're giving it to the world with no strings attached. Anyone can read it, share it, remix it, or include it in their own devotional Bible. No permission needed. No attribution required.

This isn't losing your work. It's planting a seed. Your insight about a verse might help someone on the other side of the world understand God's word in a way they never could before. CC0 removes every legal barrier between your understanding and their need.

Christ's Ethics

Published content on this site reflects Christ's teaching. This means:

  • Truth over popularity. We don't publish what sounds good — we publish what aligns with scripture.
  • Grace and accountability together. God's love is unconditional. His standards are not. Both are real.
  • No false gospels. Theology that contradicts clear scripture — whether it's overly permissive or needlessly harsh — doesn't pass review.
  • Humility. Every published note goes through review. No one's interpretation is above scrutiny, including the moderators'.

Your private notes are yours alone — write whatever helps you study. But when you share with the community, you're contributing to a shared understanding of God's word, and that carries responsibility.

Your Data Belongs to You

Every note you write can be downloaded at any time. If this site disappears tomorrow, you leave with everything. Your notes export as simple text files that work in any note-taking app.

Private notes are locked on your device before they ever reach our servers. We couldn't read them even if we wanted to. That's not a policy — it's math.

The Open Source Connection

The principles behind this site aren't new to the tech world either. The open source software movement — one of the most successful collaborative efforts in human history — runs on the same ethic: knowledge shared freely produces better results than knowledge hoarded.

Linux powers most of the internet. Wikipedia educates billions. Open source code runs the infrastructure of nearly every company on Earth. None of this happened because someone charged for access. It happened because people chose to give their best work away.

Linus Torvalds didn't patent the Linux kernel. Jimmy Wales didn't put Wikipedia behind a paywall. The creators of the Internet's core protocols — TCP/IP, HTTP, HTML — released them as open standards. The result was the most powerful tool for human communication ever created.

Open source works because it trusts people. It says: "Here's the best I can build. Take it. Improve it. Share it." That's the same thing Carver said about his peanut discoveries. The same thing Bach said with S.D.G. on every manuscript. The same thing Jesus said when he told his disciples to give freely what they'd freely received.

We didn't invent this ethic. We inherited it — from scripture, from history, and from a global community of builders who proved it works.

Under the Hood

Technical details for developers, engineers, and the curious.

Technology Stack

Layer Technology Why
Framework Astro (SSR) Content-heavy site, static-first with interactive islands
UI React + TypeScript Largest ecosystem for editors and interactive components
Styling Tailwind CSS v4 Utility-first, no separate CSS files to manage
Backend Supabase (Postgres) Auth, database, Row Level Security — no custom backend
Encryption Web Crypto API AES-256-GCM, browser-native, zero dependencies
Bible Text Static JSON Immutable data served as static files — fast and offline-ready
Hosting Vercel Edge deployment, automatic SSL, zero-config
Offline Service Worker + IndexedDB Full PWA — works without internet

Security Model

Security isn't a feature — it's the foundation. Every piece of user data is protected by multiple independent layers:

  • Row Level Security (RLS) — Postgres policies enforce access control at the database level. Even if every other layer fails, your data is protected.
  • Client-side encryption — Private notes are encrypted with AES-256-GCM before leaving your browser. The encryption key is derived from your passphrase via PBKDF2 (600,000+ iterations). The server never sees your key.
  • OAuth only — No passwords stored. Authentication is handled by Google, Microsoft, Discord, or GitHub via Supabase Auth with PKCE flow.
  • OWASP Top 10 — Every feature is evaluated against the OWASP Top 10. Parameterized queries, sanitized Markdown rendering, CSP headers, no inline scripts.

Open Source Codebase

The complete source code for this site is publicly available. Every line of code, every security policy, every database migration — visible and reviewable by anyone. This isn't transparency theater. It's accountability.

If you find a bug, you can report it. If you find a security issue, you can flag it. If you want to understand exactly how your data is handled, the code is there to read.

Built With AI. Auditable By AI.

This site is developed through AI-assisted engineering. A human developer sets the vision, ethics, and product direction. An AI agent (Claude, by Anthropic) implements the code, makes architectural decisions, writes tests, and enforces security standards.

This isn't a shortcut — it's a higher standard. Every commit message, every code comment, and every architectural decision is written to be readable by both humans and other AI agents. The project documentation is designed for context portability: any LLM can be given the project files and immediately understand the codebase, review decisions, and flag potential issues.

Why does this matter? Because accountability shouldn't depend on a single person's review. The codebase is structured so that:

  • Any AI agent can audit it. Paste the project documentation into any capable LLM and ask it to review the security model, test coverage, or architectural decisions. It will have enough context to give a meaningful assessment.
  • No shortcuts are hidden. Every trade-off is documented. Every known limitation has a comment explaining why. There are no // TODO: fix later items without a concrete plan attached.
  • Tests are mandatory. Every feature ships with tests. Row Level Security policies are tested adversarially — verifying both that authorized users can access their data and that unauthorized users cannot. Snapshot tests are banned (they silently pass when behavior changes).
  • The AI is held to the same standard as a human engineer. If a future AI reviewer finds a legitimate flaw — a missing test, a security gap, a lazy shortcut — that is treated as a real bug, not a philosophical disagreement.

The Standard

The code that handles your Bible notes is held to the same rigor as the code that handles your bank account. Not because a regulation requires it, but because treating people's relationship with scripture carelessly would be a failure of both engineering and theology. We build to a standard that is defensible under adversarial review — by humans, by AI, by anyone who cares to look.

"The object of all human life is to grow into the likeness of God, and to use every talent to serve others."

— paraphrase of Matthew 25:14–30, the Parable of the Talents