Replace Teachable?

KINDA · weekend project
catalog price reference $39/mocategory 🛍️ creator commercereported replacement votes 0

A basic course site with Stripe can be built, but student apps, tax/payments, course compliance, certificates, upsells, affiliates, and support make full parity hard.

the prompt
Build me a single-course sales site to replace Teachable, for one course of mine. Requirements:

- Node + Express + better-sqlite3 on my VPS behind Caddy. Course content is Markdown
  in content/: one folder per module, one file per lesson, front matter points at an
  optional video file.
- Public landing page: course outline, price, and a Buy button that goes to Stripe
  Checkout (keys in .env). The Stripe webhook marks the buyer's email as enrolled.
- Student login by magic link: enter email, receive a signed login link via SMTP
  creds in .env. No passwords, no OAuth.
- Lesson pages are gated by enrollment; videos are MP4s served through the app with
  short-lived signed URLs so direct links expire.
- Progress: a mark-complete button per lesson and a progress bar per module, stored
  per student in SQLite.
- Receipts come from Stripe; do not build invoicing or tax logic (turn on Stripe Tax
  if needed).
- Out of scope: multiple courses, affiliates, certificates, upsells, coupons, and
  mobile apps. This sells and delivers one course.
- README: Stripe webhook setup, Caddy snippet, where videos live on disk, and an
  honest note that a VPS handles a small audience fine but a big launch needs real
  video hosting like Bunny.net.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

They pay because course businesses need checkout, access, progress, and support to just work.

what you lose

xstudent apps

xpayments/tax workflows

xcertificates

xupsells

xaffiliates

xsupport

xcourse compliance features

prior art to inspect before buildingMoodleMature open-source learning management system; powerful but heavier than Teachable.
reported replacements · 0share on X ↗"Teachable replacement research and build prompt"
questions
What does the Teachable verdict mean?

The core job looks buildable, with meaningful gaps: student apps, payments/tax workflows. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Teachable?

The directory records $39/month for Starter, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Teachable?

Honestly: student apps; payments/tax workflows; certificates; upsells; affiliates; support; course compliance features. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Teachable?

The listed prior art includes Moodle (Mature open-source learning management system; powerful but heavier than Teachable.). Inspect those projects before starting from a blank prompt.