Replace Podia?
KINDA · weekend projectSelling a few digital downloads or a course is buildable, but Podia bundles checkout, file delivery, courses, email, memberships, affiliates, and support.
Build me a small digital-products store to replace Podia, for selling a few downloads, not running a course business. Requirements: - Node + Express + better-sqlite3, server-rendered pages with nunjucks, deployed on my VPS behind my existing reverse proxy. - Products live in products.json: slug, title, price, description, and the file to deliver. Delivered files sit outside the web root. - One page per product plus a /store index. The buy button goes straight to Stripe Checkout (keys in .env); no cart, no coupons. - Stripe webhook on payment: record the order in SQLite (email, product, amount, timestamp) and email the buyer a download link via Resend or SMTP (creds in .env). - Download links are signed tokens that expire after 7 days or 5 uses; an expired link shows a resend-by-email form. - An /admin page behind HTTP basic auth: order list and revenue per product. - Out of scope: memberships, drip courses, email marketing, and affiliates. Do not build customer accounts, the receipt email is the account. - README: Stripe webhook setup with the CLI test command, and a plain note that VAT/sales tax is on me, Stripe Tax exists if it matters.
$ 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
They pay because commerce plus content delivery has lots of edge cases.
xcheckout/product UX
xcourse hosting
xemail marketing
xmemberships
xaffiliates
xtax/payment details
xsupport
What does the Podia verdict mean?
The core job looks buildable, with meaningful gaps: checkout/product UX, course hosting. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.
What price does this directory record show for Podia?
The directory records $49/month for Mover, 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 Podia?
Honestly: checkout/product UX; course hosting; email marketing; memberships; affiliates; tax/payment details; support. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Podia?
The listed prior art includes Ghost (Open-source publishing and memberships; combine with Stripe/file hosting for some Podia us). Inspect those projects before starting from a blank prompt.