<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vadym Arnaut</title>
    <description>The latest articles on DEV Community by Vadym Arnaut (@arvavit).</description>
    <link>https://dev.to/arvavit</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3896990%2F62322e82-5995-4a00-8018-ee618fec8d00.jpeg</url>
      <title>DEV Community: Vadym Arnaut</title>
      <link>https://dev.to/arvavit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arvavit"/>
    <language>en</language>
    <item>
      <title>Open Source Bible School LMS — we need your help (React, FastAPI, Supabase)</title>
      <dc:creator>Vadym Arnaut</dc:creator>
      <pubDate>Sat, 25 Apr 2026 05:01:11 +0000</pubDate>
      <link>https://dev.to/arvavit/open-source-bible-school-lms-we-need-your-help-react-fastapi-supabase-4hod</link>
      <guid>https://dev.to/arvavit/open-source-bible-school-lms-we-need-your-help-react-fastapi-supabase-4hod</guid>
      <description>&lt;h2&gt;
  
  
  Why I’m writing this
&lt;/h2&gt;

&lt;p&gt;Small Bible schools, home groups, and volunteer-run training programs still run classes on &lt;strong&gt;paper, messengers, and spreadsheets&lt;/strong&gt;. Big LMS products are either &lt;strong&gt;too expensive&lt;/strong&gt; or &lt;strong&gt;too heavy&lt;/strong&gt; for a team that has no DevOps and no budget.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bible School LMS&lt;/strong&gt; is a &lt;strong&gt;free, open-source&lt;/strong&gt; learning platform built for that reality: &lt;strong&gt;tens to low hundreds of users&lt;/strong&gt;, not “enterprise 10k seats”.&lt;/p&gt;

&lt;p&gt;We’re on &lt;strong&gt;&lt;a href="https://github.com/ArVaViT/biblie-school" rel="noopener noreferrer"&gt;GitHub (MIT)&lt;/a&gt;&lt;/strong&gt; and we’d love &lt;strong&gt;contributors&lt;/strong&gt; — code, UI, docs, accessibility, and ideas.&lt;/p&gt;




&lt;h2&gt;
  
  
  What it does today
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Courses&lt;/strong&gt; → modules → chapters with a &lt;strong&gt;TipTap&lt;/strong&gt; rich editor (text, images, YouTube, callouts, audio).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quizzes&lt;/strong&gt; — multiple choice, true/false, short answer, essay; teacher grading and extra attempts when needed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Assignments&lt;/strong&gt; + &lt;strong&gt;gradebook&lt;/strong&gt;, &lt;strong&gt;progress&lt;/strong&gt;, &lt;strong&gt;certificates&lt;/strong&gt; (with approval flow).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Teacher &amp;amp; admin&lt;/strong&gt; tools: cohorts, calendar, announcements, analytics, soft-delete / restore, CSV export.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auth&lt;/strong&gt; via &lt;strong&gt;Supabase&lt;/strong&gt; (email/password + Google).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deploy&lt;/strong&gt;: &lt;strong&gt;Vercel&lt;/strong&gt; (static frontend + serverless &lt;strong&gt;FastAPI&lt;/strong&gt; backend), &lt;strong&gt;Postgres&lt;/strong&gt; on Supabase with &lt;strong&gt;RLS&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Live app:&lt;/strong&gt; &lt;a href="https://biblie-school-frontend.vercel.app" rel="noopener noreferrer"&gt;biblie-school-frontend&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Roadmap:&lt;/strong&gt; in the repo → &lt;code&gt;ROADMAP.md&lt;/code&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;How to contribute:&lt;/strong&gt; &lt;code&gt;CONTRIBUTING.md&lt;/code&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Stack (if you like concrete tech)
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Tech&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;UI&lt;/td&gt;
&lt;td&gt;React 18, TypeScript, Vite, Tailwind, shadcn/ui, TipTap, Radix&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;API&lt;/td&gt;
&lt;td&gt;Python 3.12, FastAPI, SQLAlchemy 2, Pydantic 2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data&lt;/td&gt;
&lt;td&gt;PostgreSQL (Supabase), migrations in &lt;code&gt;supabase/migrations/*.sql&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CI&lt;/td&gt;
&lt;td&gt;GitHub Actions — lint, typecheck, tests (backend + frontend)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;We keep &lt;strong&gt;conventional commits&lt;/strong&gt;, &lt;strong&gt;no Docker&lt;/strong&gt; in the project by design, and we care about &lt;strong&gt;types&lt;/strong&gt; (mypy + strict TypeScript) and a &lt;strong&gt;clean&lt;/strong&gt; codebase.&lt;/p&gt;




&lt;h2&gt;
  
  
  How you can help (no need to be a “10×” developer)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Good first issues&lt;/strong&gt; — filter by &lt;code&gt;good first issue&lt;/code&gt; on GitHub.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UI/UX&lt;/strong&gt; — especially accessibility and a calmer, “editorial” reading experience.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docs&lt;/strong&gt; — setup stories from real machines (Windows / macOS / Linux) help a lot.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;i18n&lt;/strong&gt; — the product UI is largely &lt;strong&gt;Russian&lt;/strong&gt; today; if you care about &lt;strong&gt;internationalization&lt;/strong&gt;, that’s a meaningful roadmap area.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Open a &lt;strong&gt;draft PR&lt;/strong&gt;, ask in an &lt;strong&gt;issue&lt;/strong&gt;, or &lt;strong&gt;fork&lt;/strong&gt; and experiment — we’re building in public and want this to stay &lt;strong&gt;approachable&lt;/strong&gt; for nonprofits and volunteers.&lt;/p&gt;




&lt;h2&gt;
  
  
  One line pitch
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Free LMS, small scale, real classrooms — if that resonates, star the repo and pick an issue.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Thanks for reading — hope to see you in the issues tab 🤝&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>react</category>
      <category>fastapi</category>
      <category>supabase</category>
    </item>
  </channel>
</rss>
