Skip to main content

Highlights

The top 10 biggest sessions.

Ranked by scope of work. The deliverables that moved projects forward the most.

1
Spark AcademyApr 16, 2026FeatureArchitectural

Scaffolded Next.js 16 admin portal with TypeScript, Tailwind 4, shadcn/ui, Playfair+DM Sans fonts, Morning Mist palette · Built 8 production pages: Overview (editorial briefing), Core Programs (2x2 classroom grid), Summer Camp (calendar), Discovery Station (age bands), After-School, Registrations inbox, Revenue (4 KPIs + charts), Families CRM · Expanded Cloudflare Worker API with 15 new endpoints including enroll-multi, revenue-history, registration-inbox, briefing, briefing/send, PATCH parents/students, families-directory · Fixed cross-site cookie auth (SameSite=None + Secure) for admin subdomain to workers.dev · Wrote seed-real-data.mjs parsing 6 CSVs (Brightwheel + Google Sheet tabs + aging report) into D1 with dedup logic and alumni import · Seeded production D1: 206 parents, 271 students, 279 enrollments, 1102 camp day-seats, 1228 billing history records · Created 5 D1 migrations (008-012): real students, billing history, supplemental programs, camp dates reseed, aging snapshot · Built rule-based briefing composer with 5 narrative sections, Save-as-PDF via print stylesheet, weekly Monday 7am CT email cron via Resend · Built reusable InfoDot component with ~18 Theo voice blurbs in steel-blue across all pages · Integrated Recharts for Revenue page YoY bars, monthly trend, category breakdown · Fixed critical YoY bug comparing partial-year to full-year (was -33%, now +64%) · Split Outstanding Balances into Past Due (aging-sourced) + Remaining This Year · Deployed admin app to Cloudflare Pages at admin.sparkacademymorton.com (static export) · Verified end-to-end email delivery · Saved memories for mobile pass, data accuracy fixes, and Aitheos data resilience as follow-ups

161 hrsSenior Developer work$19,400 at agency rates
2
Spark AcademyApr 15, 2026FeatureArchitectural

Fixed 24-hour email delivery delay (FROM_EMAIL secret + new Resend API key for all environments)\n- Built complete 4-step registration form replacing Google Form (50% abandonment rate)\n- Age-based program filtering, camp week/day picker, multi-child tab cycling\n- Live availability badges (X spots left) from D1 database\n- 10% sibling discount system with visual treatment (strikethrough, gold badges, savings banner)\n- Returning family detection via email soft-match\n- Branded HTML notification email with Spark logo, per-child pricing, subtotals\n- D1 database: 7 tables, 7 migrations, 41 programs seeded (core + supplemental)\n- Programs API endpoint with enrollment counts\n- Admin portal backend: 13 API endpoints (CRUD, revenue, families, manual enrollment, CSV export)\n- Admin portal frontend built but needs visual redesign (backend solid)\n- Scraped Google Form fields via Playwright, analyzed both Google Sheets\n- Three docs: Enrollment Platform Plan, Registration Admin Guide, Admin Portal Handoff

100 hrsSenior Developer work$18,100 at agency rates
3
zim-zamApr 10, 2026FeatureArchitectural

Built three design exploration directions (Desert Mystic cinematic dark, Sacred Archive editorial luxury, Field Journal scientific dossier) — each with full custom design system, tokens, components, and homepage · Comprehensive mobile optimization across rebrands B and C (~32 fixes: hero meta grid stacking, tier button cramping, sample data sidebar, ion chart row stacking, FAQ accordion, dossier header overlap) · Built rebrand-b-v2 — added Sample Data sidebar, Ionic Composition chart with gold hatched bars, and Composition Table with chemical formulas, all ported from Field Journal and restyled to Desert Mystic · Built complete 19-page Desert Mystic site: index, shop, our-story, zamzam-water-science, ingredients, how-it-works, mission, faq, our-pledge, contact, affiliate, shipping, returns, privacy, terms, blog index + 3 blog posts · Wrote 280-line HANDOFF.md documenting design tokens, ~50 component classes, mobile breakpoints, conventions, status of pages, and pre-cutover checklist · Production cutover: tarball backup, replaced site/ HTML+CSS with Desert Mystic versions, preserved checkout.html / order-confirmed.html / admin/ / affiliate/ subapps and all existing cart/affiliate/checkout/nav JS scripts · Wired production cart.js + affiliate.js + nav.js into all 19 pages via Python patcher: added cart-toggle id + nav__cart-count badge, injected fullscreen mobile menu drawer, added script tags in dependency order · Built ~600 lines of cart system CSS: slide-in cart drawer with atmospheric gradients, gold discount banner with slideInBanner animation, fullscreen mobile menu, cart line items, qty controls, totals row · Fixed zimzamlabs.com cart fallback bug — decoupled cart.js from URL pattern via [data-add-to-cart] selector, replaced fallback href with mailto: graceful degradation so customers can email manually if API/JS fails · Three commits pushed to aitheos/zim-zam triggering Cloudflare Pages auto-deploys to zim-zam.pages.dev (cutover, cart wiring, fallback fix)

145 hrsJunior Developer work$14,925 at agency rates
4
smoke-shackApr 6, 2026FeatureArchitectural

Full project interview, requirements gathering, and tech stack selection (Flutter + Firebase + Twilio)\n- CLAUDE.md project context, system architecture doc (Firestore data model, auth, notifications, security rules), screen map (24 screens)\n- Ember & Ash brand guide + 13 Stitch UI mockup screens + 36 stock meat/seafood photos\n- Flutter project scaffold with dependencies (Firebase, Riverpod, GoRouter, Google Fonts)\n- Full Ember & Ash dark theme translated to Flutter ThemeData (26 colors, 15 text styles, component themes)\n- 8 Firestore data models (User, MenuItem, WeeklyMenu, Order, PickupLocation, Conversation, Message, Notification)\n- Customer: weekly menu browse, pound stepper (0.25 lb increments), cart with real state management, checkout screen, order history\n- Cook: menu management with toggles + publish, grocery list with shrinkage calc, alerts center with Orders Ready button, revenue dashboard with 10% fee tracker\n- Admin demo toggle (triple-tap to switch customer/cook views), navigation shells, CartNotifier state management\n- Dev environment: Flutter 3.41.6, Firebase CLI 15.13.0, FlutterFire CLI 1.3.2 installed and configured

138 hrsJunior Developer work$13,800 at agency rates
5
strong-humanApr 12, 2026FeatureArchitectural

Product discovery, competitive analysis, and system architecture for Strong Human Daily (fitness + food coaching app for Bret at Strong Human Fitness) · Full Flutter iOS + Android app: 11 client screens (phone auth, meal logging with Gemini AI photo analysis, workout logging with photo proof, weigh-in, calorie ring gauge home screen, streak counter, water tracker, meal history feed, profile) + 4 coach screens (dashboard, tinder-style review queue, client detail dashboard, voice onboarding) · 5 Cloud Functions deployed: processMealPhoto (Gemini vision), processVoiceOnboarding (speech extraction), createClientFromOnboarding, sendDailyDigest (8pm cron), sendMealReminders (10-min proactive pre-meal + follow-up nudge) · Firebase project fully configured: Firestore + Storage rules, org policy override, Gemini API key, OAuth client ID, phone auth · Dark Forge Athletic design system: Urbanist typography, warm gold #D4A574 accent, glass morphism cards, calorie ring CustomPainter with counter-up animation, staggered meal reveal (items slide up, macros count from 0, confidence elastic bounce), full-bleed coach swipe cards with gradient scrim · Cost tracking module logging every Gemini API call for Bret invoicing · 3 test accounts seeded via Admin SDK, comprehensive test flow documentation, architecture docs, Bret website review

135 hrsJunior Developer work$13,500 at agency rates
6
AitheosMar 25, 2026FeatureArchitectural

Designed and built entire Masterlog system (CLI + SQLite + Next.js dashboard) · Built Next.js 16 dashboard with 6 pages, 12 components, dark theme, Recharts charts · Built role-based pricing system with 12 professional roles at St. Louis market rates · Client-facing pivot — removed all ROI/subscription/Claude references, reframed as sales tool · Built dynamic project detail pages with [slug] routing and specialist breakdowns · Built git backfill script and JSON import script for Claude Chat history · Built Team & Rates page with 5 categories and 12 specialist roles · Set up GitHub repo (aitheos/aitheos), Cloudflare Pages deployment, DNS for work.aitheos.com · Imported 150 real entries across 8 projects totaling $279K in value delivered · Resolved 9 HIGH code review issues across CLI and dashboard · Created /masterlog slash command for session-end capture workflow · Created 7 new project folders from template · Added display names, cleaned seed data, merged duplicate projects

135 hrsJunior Developer work$13,500 at agency rates
7
AitheosApr 12, 2026FeatureArchitectural

Built complete Aitheos CRM from scratch in one session — phone-call-powered business management system · Phase 0: D1 database (aitheos-crm) with 7 tables, db.js repository module, migrated worker from KV to D1, seeded 3 clients · Phase 1: Sales pipeline — lead auto-creation on prospect calls, Telegram buttons (Won/Lost/Priority), follow-up cron worker (daily 9am CT) with Claude-drafted emails requiring Telegram approval · Phase 2: Client pipeline — Claude classifies calls as bug/feature/question/message, creates work items in D1, Telegram triage buttons (Assign Agent/Handle Manually/Ask Details/Close) · Phase 3: Dashboard MVP at work.aitheos.com — Next.js 16 static export, 7 pages (Today/Pipeline/Clients/Work/Calls/Login/Guide), Swiss Command Center design (Newsreader + JetBrains Mono + Inter Tight), CORS + bearer token auth · Phase 4: Agent automation — runner.js spawns Claude Code in isolated git worktrees, creates PRs, Telegram Approve & Deploy flow, budget caps, launchd plist for 15-min cron · Dual-experience mobile optimization — useInteractionMode hook (touch vs mouse detection from aitheos.com pattern), ExperienceGate component, 8 touch components with bottom tab navigation, card-based UI, 44px tap targets · 13-section system guide at /guide covering full architecture, all Telegram buttons, database schema, agent runner, API reference · 10+ new worker API endpoints including /pipeline, /stats, /calls, /work-items, /clients-list, /agent/* endpoints

118 hrsJunior Developer work$12,075 at agency rates
8
zim-zamApr 10, 2026FeatureComplex

Auto-approved affiliate signups + self-referral fraud guard in Stripe webhook · Self-serve affiliate application form with editorial-patronage aesthetic + dark success reveal (replaces mailto fallback) · Reversal to manual mosque review with JSONB verification fields (website, address, EIN, role, authorization, secondary contact) + migration 0006 · Desert Mystic restyle across 4 admin pages + Pending tab retire/restore cycle with gold count badge · Admin mosque verification review UI: detail modal with Google Maps + IRS EO Search quick-links, dashboard Pending stat card · Friendly copy rewrite across 17 admin + affiliate + cart + backend files with Alpine tab-aware emptyMessage getters, 'let Theo know' admin fallback · Desert Mystic rebuild of affiliate login + dashboard from scratch (new page-affiliate-dashboard.css) · SVG logo redesign (gold + ink silhouette) + side-by-side comparison preview page + revert to Abel's original for demo · Footer fixes: Est. 2024 → 2026, Texas location, Quran 21:30 verse replacing duplicate legal text, 4/4 nav with centered Our Pledge, socials aligned under columns, new legal compliance row · staging.zimzamlabs.com subdomain setup via CF API: Pages custom domain, explicit CNAME over wildcard, worker route binding staging/api/*, CORS + multi-hostname API_BASE in 6 JS files — resolves Safari iOS 17 Advanced Tracking Protection warning · [email protected] added to admin Cloudflare Access allowlist · Demo seed: 7 affiliates (4 individual + 3 mosque) + 10 customers + 12 orders + 10 commissions + 224 clicks with full denormalization · Migration 0007: demo_order_number_seq + prefix-aware next_order_number RPC — DEMO→ZZL cutover is now a single wrangler env var flip with zero sequence burn · Multi-AUD admin auth fix: middleware accepts comma-separated AUDs + Access app extended to cover new /api/admin path · CLAUDE.md updated with DEMO→ZZL cutover procedure + separate staging DB TODO · Branded HTML emails in Desert Mystic for 7 transactional types with new renderHtmlEmail() wrapper (table layouts, inline styles, Georgia fallback, gold accents) · Admin affiliates default tab → All (reordered leftmost) · OG + Twitter card meta tags on homepage for link previews (founder-abel.jpg)

121 hrsJunior Developer work$11,775 at agency rates
9
AitheosApr 12, 2026FeatureArchitectural

Built complete Flutter native app (iOS/Android/web) — 35 files, 9,148 lines from zero · Dual design system: CRM dark 'Swiss Command Center' + Client light 'Studio Window' · Auth: bearer token (Stephen→CRM) + D1 magic links (clients→Portal) with role-based routing · CRM mode: dashboard with animated count-up stats, pipeline kanban with stage-change sheets, work items with 3-axis filters, client profiles with detail view, call log with expandable transcripts · Portal mode: masterlog activity timeline grouped by day, chat with working send, issue reporting with bug/feature form · FCM push infrastructure: fcm_tokens D1 table, token registration endpoints, HTTP v1 API send via service account JWT, pushes alongside Telegram at 4 notification points · Worker: 4 new endpoints (GET /client/{id}, POST /lead/{id}/update, POST /register-fcm-token, POST /unregister-fcm-token), session header auth for mobile · Design pass: shimmer loading (4 variants), login entrance animation (monogram elasticOut + staggered fades), pull-to-refresh on all data screens, count-up stat numbers · Session handoff doc for App Store submission prep

128 hrsDeveloper work$11,060 at agency rates
10
smoke-shackApr 12, 2026FeatureArchitectural

**Full design overhaul** across landing page + all Flutter screens: film grain, ember particles, breathing stamp, hero parallax, ghost text, count-up animations, scroll progress bar, 3D card tilt, glassmorphism price badges, card fade-in animations, branded bottom nav, custom page transitions, Hero shared-element transitions, breathing Pack with Theo CTA, gradient order summary, animated confirmation dialog, shimmer loading skeletons on all 11 data screens, custom EmberToast snackbar, branded dialogs, accessibility (Semantics labels, touch targets 44px+), responsive overflow protection, color token consistency fixes · **Pack with Theo iOS native voice** — conditional export pattern splitting voice service into web (proven, unchanged) + native (web_socket_channel + audioplayers with WAV-wrapped PCM). iOS now compiles and runs. · **Tap-to-edit meats in Meat Library** — extracted shared meat_editor_sheet.dart, wired into library with onTap. Removed duplicate Meat Library button. · **Profile photo upload** — photoUrl on UserModel, Firebase Storage profiles/{uid} rules, tappable avatar with camera icon overlay, Chef Paul real photo in chat · **Bug fixes** — Stephen's Cut fee $0 (compute from subtotal not totalAmount), LOCK IT IN to LETS GO dialog text, post-order nav to ORDERS tab, loading logo 100 to 160px, Aitheos hyperlink, OTP error color, chat subtitle color · **iOS build setup** — DEVELOPMENT_TEAM signing, CocoaPods xcconfig includes, Podfile committed

81 hrsUX/UI Designer work$10,905 at agency rates