ARAreef Rezainareefreza.hashnode.dev·Mar 14 · 10 min readTaking My AI Email Assistant Fully LocalTL;DR: I rebuilt my AI email assistant to run entirely on my laptop. No cloud APIs, no subscriptions, and no email data leaving my machine. The system runs on Ollama using Mistral NeMo 12B for classif10
ARAreef Rezainareefreza.hashnode.dev·Feb 27 · 21 min readThe Age of Personal AI AppsTL;DR: I built a fully custom AI email assistant that triages my inbox, handles invoices, and lets me search months of email history in natural language. It runs on Google Cloud services, costs almost00
RNRamu Narasingainthinkthroo.com·Jan 7 · 4 min readVSCode custom code snippets in Inbox Zero codebase.In this article, we review the custom code snippets defined in the Inbox Zero codebase. We will look at: Code snippets in VSCode Inbox Zero custom code snippets Code snippets in VSCode Code snippets are templates that make it easier to enter rep...00
RNRamu Narasingainthinkthroo.com·Jan 6 · 3 min readResend package in Inbox Zero codebase.In this article, we review Resend package in Inbox Zero codebase. We will look at: packages/resend folder. How the emails are sent. packages/resend folder Inbox Zero uses this resend package to send transactional emails to users. Resend Resend ...00
RNRamu Narasingainthinkthroo.com·Jan 5 · 2 min readCLAUDE.md in Inbox Zero codebase.In this article, we review CLAUDE.md in Inbox Zero codebase. We will look at: What is CLAUDE.md? CLAUDE.md in Inbox Zero Best practices to define CLAUDE.md What is CLAUDE.md? CLAUDE.md is a special file that Claude automatically pulls into cont...00