Work · Tech

Signal

An inbox distilled to what needs your eyes.

Tech Live Client work · shown re-skinned
0
databases, by design
2–3s
full-mailbox search, every folder
1 flag
= one item that needs your eyes

The problem

An executive's inbox is where attention goes to die. He didn't need another email client — he needed someone else's judgment about what deserved his, delivered as a short list.

Any solution with its own database would drift from the truth of the mailbox within a week.

What we built

  • Flag an email in the source inbox and it appears in the app on next load; live IMAP on every request, nothing cached, nothing to reconcile.
  • Full messages render in a sandboxed frame with attachments; replies send through the real account with the right signature, quote and thread correctly, and file to Sent.
  • Done (or a sent reply) clears the flag — 'dealt with' is a property of the mailbox, so it's true everywhere, forever.
  • Whole-mailbox search across every folder, fanned out over ~8 parallel IMAP connections — 2–3 seconds typical.
Node.jsLive IMAPSMTPSandboxed renderingZero-database architecture

In the product

The queue
Signal
QueueSearch
Broker ServicesFri 5:01 PM
FW: Outstanding claims — member transition
OpenReplyDone ✓
A. RiveraFri 3:54 PM
Activation successful — your account is live
OpenReplyDone ✓
Enrollment DeskThu 7:45 PM
RE: Mentorship & career advice
OpenReplyDone ✓

Warm paper ground, one column, three verbs — navy Open, maroon Reply, green Done. Nothing else survives.

The week, cleared
Signal
QueueSearchSent
54Waiting · flagged
31Cleared this week
2.4sFull-mailbox search

The mailbox is the database — these numbers are read live off IMAP, never synced, never stale.