Skip to content
Tech News
← Back to articles

Show HN: BAREmail ʕ·ᴥ·ʔ – minimalist Gmail client for bad WiFi

read original get Minimalist Gmail Client → more articles
Why This Matters

BAREMAIL offers a lightweight, offline-capable Gmail client optimized for low-bandwidth environments, making email access more accessible in rural, developing, or WiFi-challenged areas. Its minimal design and efficient use of resources can improve user experience and productivity for those with limited connectivity. This innovation highlights the importance of creating inclusive, resource-efficient tools in the tech industry.

Key Takeaways

BAREMAIL ʕ·ᴥ·ʔ

Email's bare necessities. A minimalist Gmail client for low-bandwidth environments — airplane wifi, rural connections, developing regions, or any situation where Gmail's full interface is too heavy.

ʕ·ᴥ·ʔ BAREMAIL ── email's bare necessities ──

What is BAREMAIL?

BAREMAIL is a Progressive Web App that talks directly to the Gmail API. The entire app shell is under 200KB gzipped, cached by a service worker, and then the only network traffic is Gmail API JSON — the UI itself costs zero bytes on repeat visits.

App shell: ~60KB gzipped (Preact + HTM + your styles and logic)

gzipped (Preact + HTM + your styles and logic) Inbox load: ~3-5KB of API data for 25 messages

of API data for 25 messages Single email: ~1-3KB for a typical text message

for a typical text message Offline-first: read cached emails, compose and queue messages with no connection

read cached emails, compose and queue messages with no connection Zero-install: works in any modern browser, installable as a PWA

... continue reading