DailyCue — AI-Powered Decision Support for Recruitment Teams
URL: https://dailycue.tech
One-liner
Shipped a recruitment SaaS MVP in 3 days — AI that tells recruiters exactly who to call today, and why.
Project Overview
Most recruitment teams don't have a lead problem. They have a prioritisation problem. CRMs are full, but consultants still rely on gut feel to decide where to focus each day — which means high-value opportunities get buried and revenue stays unpredictable.
DailyCue connects to a recruitment CRM and uses AI to surface daily, prioritised actions for each consultant: who to contact, what the context is, and why now. It replaces the daily morning scramble with a clear, data-driven cue.
What I Built
CRM data ingestion pipeline with normalisation and deduplication
AI prompt layer (GPT-4) generating personalised daily action lists per consultant
Tiered Stripe billing in GBP with seat-based pricing
JobAdder marketplace OAuth integration for one-click CRM connection
Serverless architecture on Vercel with Inngest for background job processing
Landing page, onboarding flow, and trial signup
How I Shipped It
Initial version went live in 3 days. I then iterated directly with real recruitment users, refining the AI prompts based on actual usage feedback until the output matched how experienced consultants naturally think about their pipeline. The product continued to evolve through multiple rounds of user testing and positioning pivots.
Tech Stack
Next.js · Supabase · PostgreSQL · OpenAI API · Stripe · Inngest · Vercel · JobAdder API
0
5
Converc — Turn Website Visitors Into Live Conversations
URL: https://converc.com
One-liner
Built a real-time browser-based calling platform from scratch — MVP live in 5 days.
Project Overview
Converc solves a problem that costs B2B companies revenue every day: high-intent visitors land on your site, can't get a human immediately, and leave. It embeds a call widget that connects visitors to sales reps in real time — no booking links, no forms, no friction.
I architected and built the full product: a Next.js frontend, Supabase backend with Row Level Security, and WebRTC-powered peer-to-peer audio calling that works entirely in the browser with no native app required. The stack was chosen for performance, low latency, and the ability to ship fast without sacrificing production quality.
What I Built
WebRTC call engine with real-time signalling via Supabase Realtime
Embeddable call widget (drop-in script for any website)
Agent dashboard with live call status, queue management, and session history
Webhook integration layer for CRM and Slack notifications on call events
OAuth-based authentication with Google and dev/prod environment separation
Supabase RLS policies enforcing strict data isolation between workspaces
How I Shipped It
The core MVP — widget, signalling, agent dashboard, and working calls — was shipped in 5 days using Cursor with Claude as the AI pair programmer. Post-MVP work covered Google Safe Browsing clearance, Slack App submission, analytics scoping, and hardening the auth and security model for production.
Tech Stack
Next.js · Supabase · PostgreSQL · WebRTC · Vercel · Tailwind CSS