|
|
|
|
|
by meiraleal
971 days ago
|
|
Just pure ol' JavaScript with a couple libraries. Frontend: Lit and Tailwind (in reality, unocss, a tailwind runtime that doesn't need build) Database: indexeddb + some CRDT Backend: no backend, webrtc to sync between devices without a central server Hosting: Github and cloudflare cache, the app has a functionality to deploy itself, generating a minified tailwind CSS and if needed, a "SSR" version of it (but without hydration, this is the part of the frontend craziness that I don't wanna get close). |
|