SLOs over vibes. If "the API feels slow" is the only signal you have, you don't have observability. We fix that.
Tell me about your project, my DMs are open.
An AI-powered phone receptionist built for real estate agencies that answers inbound calls, qualifies leads in real time, and books showings directly to Google Calendar — all within the call itself, with no manual follow-up required.
The problem: Real estate agencies routinely lose leads to missed calls — after-hours inquiries, calls during showings, or overflow during busy periods. A slow callback often means the lead has already moved on to a competitor.
What it does:
Answers every call instantly, 24/7
Naturally qualifies the caller (buy/sell intent, area of interest, showing vs. agent call)
Collects contact details and preferred timing conversationally
Checks real-time calendar availability before booking
Prevents double-bookings and duplicate entries automatically
Confirms the appointment out loud before ending the call
Built with: Retell AI (conversational voice layer), n8n (workflow automation and business logic), Google Calendar API (scheduling)
Available for: Custom builds for real estate agencies, brokerages, or property management companies looking to stop losing leads to missed calls
Architected and deployed a full production B2B SaaS platform for restaurants, bars, and hospitality businesses with active daily operations and paying subscribers.
Key Engineering & Product Highlights:
• Integrated AI Operations Assistant: In-app conversational assistant powered by Google Gemini API, allowing restaurant managers to query sales velocity, stock anomalies, and daily operational metrics in real-time.
• Granular Inventory Engine: Real-time ingredient tracking down to the gram/milliliter linked directly to recipe consumption upon checkout.
• Real-Time Kitchen Sync: Bi-directional WebSocket events keeping order queues synchronized across multiple kitchen stations with zero page reloads.
• Multi-Branch & Multi-Tenant: Robust tenant data isolation, custom role-based permissions (Cashier, Waiter, Kitchen, Admin), and multi-location management.
Summary: A suite of 20+ developer utilities that run entirely in
the browser. No uploads, no server, no data leaving your machine.
What I did: Built the full stack — Next.js frontend, Web Workers
for heavy processing (formatting tens of thousands of lines of JSON,
PDF manipulation, hashing) so the UI never blocks. Every tool works
offline after first load.
The no-upload promise is the strongest part. I'd make the offline state visible in the UI, so someone working with sensitive JSON or PDFs can see that the file stays on their machine before they drop it in.