| I was sourcing e-commerce templates for a client and ran into two bad options: - expensive, locked-down ecosystems like Shopify
- broken AI-generated junk So I built Estrocom, an e-commerce template with Astro, Tailwind, and TypeScript,
designed to be WCAG AA accessible, SEO-friendly, and mobile-first. Live demo:
https://estrocom.netlify.app Source code:
https://github.com/VBproDev/estrocom Why it’s worth checking out: - Accessibility: 0 issues detected by Axe and Lighthouse, WCAG AA contrast maintained
- Performance: Sub-1s load time with strong Lighthouse scores
- Mobile-first: Works from 360px up to large screens
- Atomic design: Atoms, molecules, and organisms for scalability
- Full shopping flow: Cart + product categorization
- SEO-ready: JSON-LD schema and sitemap support |