One purchase · Lifetime updates
Changelog
Every change to the boilerplate, dated and traceable. Security fixes land in your repo via GitHub, at no extra cost.
Subscribe to the RSS feed- New
Full FR / EN internationalization
- FR/EN language switcher with locale middleware and translated navigation labels
- All modules translated: CRM, invoicing, quotes, reminders, HR, accounting, timesheets, settings
- Bilingual public pages and onboarding flow
- New
Dev blog, RSS and 7 new articles
- 7 technical articles: no-code, AI, email, GDPR, rate-limiting, tests, CI/CD
- RSS feed, per-article Open Graph, tag pages, table of contents and sharing
- <Callout> component for important notes in MDX articles
- New
No-code deployment wizard
- 5-step /setup wizard, no terminal required
- Live validation of every API key (Supabase, Stripe, Resend, Upstash)
- Deploy button locked until the configuration is valid
- Pre-filled Vercel deployment URL + unit tests for the crypto/validator helpers
- v1.0.1SecurityFix
Delivery audit — 10 blockers resolved
- Security audit: 65 vulnerabilities fixed (OWASP Top 10, IDOR, multi-tenant isolation)
- GDPR guard on the third-party service deletion cascade
- Rebranding and hardening of post-purchase emails
- v1.0.0New
First stable release
- Complete foundation: NextAuth v5 authentication, Stripe payments, multi-tenant, dashboard
- 160+ Prisma models, 70+ type-safe tRPC routers, 4,000+ automated tests
- Business modules: CRM, invoicing, quotes, HR, accounting
- Refactor
Monorepo architecture
- Split between apps/web (SaaS) and apps/marketing (sales site)
- Shared packages: @heartco/ui, @heartco/shared
- Prisma schema cleanup (dead models removed)