
From Zero to Live in 6 Days: Building LocalPush with an AI Team
17,200 lines of code, 38 commits, 6 days. How an AI Associate team built and launched a macOS app — and why the real story is coordination, not code.
Your Mac data → your automations. Guaranteed delivery.

Developers and AI builders generate valuable data on their Macs every day — Claude Code session stats, Apple Notes, Photos metadata, Podcast libraries — but none of it flows anywhere automatically. Cloud sync tools move files, not structured data. Automation platforms like n8n and Make can process webhooks, but nothing bridges the gap between local Mac data sources and remote webhook endpoints. The result: valuable operational data stays trapped on the machine that created it.
LocalPush is a native macOS menu bar app built with Tauri 2.0 and Rust. It watches local data sources — files, databases, system APIs — and pushes structured changes to any webhook endpoint with guaranteed delivery. A write-ahead log (WAL) engine ensures nothing is lost, even through crashes and network failures. You see your real data before it leaves your machine, and every delivery is tracked with full audit history. Open source under MIT — no trust required.
| Technology | Role | Notes |
|---|---|---|
| Tauri 2.0 | Application framework | Native macOS performance, Rust safety, small binary |
| Rust | Backend, WAL engine, file watching | Reliability for the guaranteed delivery promise |
| React + TypeScript | Menu bar UI | Fast iteration on source config and data preview |
| SQLite (WAL mode) | Delivery log | Crash-safe persistence of pending deliveries |
| Webhook protocol | Target interface | Universal — works with any automation platform |
Oct 2025
Concept: solve the local data to webhook gap
Feb 2026
First commit — v0.1 prototype
Feb 2026
Shipped during winter holiday week
Feb 2026
Site live at localpush.app — 6 days from zero to live
Feb 2026
v0.2 — Claude Code Stats, Apple sources, WAL delivery engine
bob
Built the application — Tauri architecture, Rust WAL engine, React UI, CI/CD pipeline.
leah
Channel strategy, hook matrix, landing page copy, SEO keyword map.
rex
Lead capture integration, email signup flow
mira
Deployment pipeline, Homebrew Cask distribution, monitoring
metrick
GitHub stars tracking, download metrics, PostHog event taxonomy
aston
Project sequencing, priority alignment, weekly planning
“# AGENTS.md instructions for /Users/madsnissen/dev/localpush <INSTRUCTIONS> # LocalPush (Codex Project Guide) Codex-fa”
15h ago“# AGENTS.md instructions for /Users/madsnissen/dev/localpush <INSTRUCTIONS> # LocalPush (Codex Project Guide) Codex-fa”
5 days ago“Optimize CPU performance with spawn_blocking”
5 days ago“# AGENTS.md instructions for /Users/madsnissen/dev/localpush <INSTRUCTIONS> # LocalPush (Codex Project Guide) Codex-fa”
5 days ago“Release build and local install”
1 week agoYour Mac data → your automations. Guaranteed delivery.
Visit https://localpush.app →Recommended