Sam-Ciber-Dev/lunark

2026-05-11

Language: TypeScript

Link: https://github.com/Sam-Ciber-Dev/lunark

Lunark is an ambitious full-stack e-commerce clothing platform that reads like a tour of the modern edge-native web stack. Most zero-star repos on a given day are tutorials or throwaways — this one is a portfolio project that genuinely commits to a coherent, production-shaped architecture.

The stack is what makes it interesting:

That combination is notable because it's a fully serverless, edge-first build with zero traditional infrastructure — no Postgres on a VPS, no Express server, no managed Kubernetes. Everything is request-priced and globally distributed by default. For a clothing storefront, the latency profile this gives you is genuinely competitive with much larger commercial platforms.

It's also a useful reference implementation. Most tutorials show one or two of these tools in isolation; seeing them wired together — Hono routes hitting Drizzle hitting Turso from a Cloudflare Worker, with Brevo handling order confirmations — is the kind of integration glue that's frustratingly hard to find documented.

Who benefits from looking at this:

Why check it out: A well-architected reference for stitching Next.js, Hono, Turso, and Cloudflare Workers into a single edge-native commerce stack.

All newsletters