Weekly digest
Changelog & weekly digests.
Every Tuesday Reswell ships a digest — what changed, what landed, and what the playbook picked up. New tools, modules, and template drops, archived in reverse-chronological order.
August 2026
- Dashboard
Trending templates surface on the member dashboard
- New "Top template this week" widget — a rolling 7-day tally of completion counts.
- Each card links into /templates#<slug> so readers can jump straight to the lane.
- Quiet empty / error states — no layout gap when completions are flat.
- Billing
Stripe checkout fixed end-to-end on mobile
- Hosted Checkout redirect now returns a verified session_id we can render on /dashboard.
- Poller pattern detects a success bounce back from the Stripe page on phones and tablets.
- Better-agency billing satisfies the Browser SessionReactive requirement cleanly.
July 2026
- Billing
Stripe billing module wired to Starter & Maker tiers
- Reswell Starter ($19/mo) and Maker ($49/mo) flow through the platform billing module.
- No Stripe SDK on the customer side — checkout is a hosted redirect, not an embedded form.
- Free tier members get the full /tools suite — billing only unlocks the paid flows.
- Auth
better-auth + the /api auth route land
- Auth module installed — /login, /signup, /profile, and /api/auth/* sit behind the module seam.
- requireAuth() and requireAdmin() surface to /api routes; cookie sessions persist across the site.
- No shared-password gimmicks — sign-in reads roles straight out of the framework-owned schema.
- Modules
PDF module — straight-to-disk deliverables, no SDK
- Members can export Module 01 / 02 / 03 worksheets straight to a downloaded PDF.
- Integer-cent money values — no floating-point surprises in the make-once, sell-on-repeat math.
- Routing through /api/pdf/document keeps the platform PDF module hermetic and vendor-free.
June 2026
- Modules
Contact form + the /api/contact route go live
- Single submission form powers both the marketing Landing and the FAQ footer.
- Submissions route to reswell@polsia.app via the platform email proxy — no inbox setup.
- Validation errors round-trip through applyServerErrors so the form stays tight and inline.
- Modules
Landing-page module shipping the marketing site
- Hero, social proof, and "What you ship" sections all render from the restyled module set.
- SiteNav + SiteFooter mount in the framework-owned layout; nav reads from src/lib/nav.ts.
- Theme tokens drive palette, type ramp, and section padding — one brand HUE recolors everything.
Showing 7 of 7 digests in reverse-chronological order. New entries ship every Tuesday.