Exploring the Edge of Tech

Latest Insights

A chronological journey through thoughts, tutorials, and deep dives into modern development.

Updated Jun 1, 2026
14 min read
AI Automation

I Built an AI Agent That Manages Multiple Email Accounts, a Calendar, and Sends a Morning Briefing — Every Single Day

A real estate professional was drowning in 3 inboxes, scattered tasks, and missed follow-ups. I built a multi-agent AI system with 23 real tools, live Gmail access, and a daily briefing pushed to Telegram every morning. Here's exactly how it works.

#AI Agents#Gmail API#Google Calendar#Mem0#OpenRouter#Langfuse#Supabase#Telegram Bot#Automation
Updated Feb 24, 2026
10 min read
AI Development

vinext: One Engineer + AI Rebuilt Next.js in a Week — 4x Faster Builds, 57% Smaller Bundles

Cloudflare's vinext is a drop-in Next.js replacement built on Vite that deploys to Cloudflare Workers. One engineer and an AI model rebuilt the most popular front-end framework from scratch — 4x faster builds, 57% smaller bundles, and it cost about $1,100 in tokens.

#vinext#Next.js#Vite#Cloudflare Workers#AI#Open Source
Updated Feb 14, 2026
12 min read
Architecture

Dynamic OG Tags for React SPA: Cloudflare Workers + Supabase Edge Functions

How to fix the generic Open Graph preview problem in React SPAs — using Cloudflare Workers to intercept crawler requests and serve dynamic meta tags from Supabase in real time.

#SEO#Cloudflare Workers#React#Supabase#Open Graph#SPAs