Back to browse
GitHub Repository
86 starsTypeScript

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

by Virgo_matt·Apr 8, 2026·44 points·44 comments

AI Analysis

MidCozyShip It

Gmail PWA under 60KB when basic HTML mode already exists.

Strengths
  • Service worker caches entire app shell so UI costs zero bytes on repeat visits.
  • Offline compose with outbox queue and background sync when connection returns.
  • Setup wizard walks through Google Cloud API credentials in seven guided steps.
Weaknesses
  • Gmail's official basic HTML mode already solves low-bandwidth email access.
  • Plain-text only means no attachments, images, or rich formatting support.
Category
Target Audience

Travelers, remote workers, people in developing regions with unreliable internet

Similar To

Gmail Basic HTML · Superhuman · Spark

Post Description

I've been frustrated one too many times by terrible airplane wifi and not being able to load Gmail or Superhuman when all I want to do is get a few simple text-only emails out the door.

These clients have become pretty bloated with the assumption you've always got great bandwidth.

So I vibe coded BAREMAIL. It's open source, has no backend, and you can just set it up for yourself. Takes ~3 mins to setup API access via Google Cloud Platform (thanks for making this not super easy Google!)

I tried to maintain nice design and some important keyboard shortcuts without getting to overBEARing.

Similar Projects