Public changelog. Updated when we ship something material — not every commit, not every typo fix. Reverse chronological.
Supabase wired end-to-end for leads, events, subscribers, affiliate clicks
Schema (4 tables + indexes + RLS) lives in supabase/schema.sql. The three API routes (/api/lead, /api/event, /api/subscribe) persist through a service-role admin client and degrade to console.log when env is absent so local/preview don't crash.
PostHog analytics live — pageviews, session replay, custom events
Tracks page views, qualification funnel steps, affiliate link clicks, and custom merchant events. Session replay enabled with strict input masking (no form values, no password/email content). US Cloud, project 437113.
Shipped 4 use-case landing pages
/fund-inventory, /bridge-tax-bill, /fund-equipment, and /fund-marketing-launch. Each walks the decision tree from cheapest option to most expensive, then routes to MCA only when it's actually the right product.
Shipped 5 buyer-intent merchant guides
What factor rate is bad, which funders reward prepayment, 12 reasons applications get denied, MCA with sub-600 credit, and the 7% rule for daily ACH. Cites specific funders + realistic worked math instead of generic ranges.
Project ownership: hv-one → keerthanaaketi-2184
Vercel project transferred from a shared HyperVerge team to the founder's personal Vercel team. Zero downtime, deployments + domains + env vars carried over via Vercel's /claim-deployment flow.
Shipped /fund-payroll-gap
First use-case landing page. Anchors on the most stressful search merchants do ("need money for payroll Friday") and tells them when an MCA is wrong — usually option #5 or later.
Custom domain live: fundnode.co
Domain registered at Porkbun, DNS through Cloudflare/Porkbun, SSL auto-provisioned by Vercel via Let's Encrypt. Google Search Console verified, sitemap submitted (57 pages at the time, expanding). Bing Webmaster imported from GSC.
Initial /learn pillars + funder rankings
Shipped 6 foundational articles on factor rates, MCA vs LOC vs term loan, qualifying, stacking, fund speed, and best-restaurant funders for 2026. Plus 10 funder comparison pages (Credibly vs OnDeck, etc.) and 24 funding-type combos under /funding.
Design system: Anthropic-warm + Stripe-disciplined
Fraunces serif + Inter + JetBrains Mono on a cream (#F5F2EB) + terracotta (#C66B3D) palette. Deliberately rejected the "everything is blue" SaaS template — the audience has been burned by glossy broker sites and needs the page to feel like a financial newsletter they'd actually trust. Lighthouse: 98 / 96 / 96 / 100 mobile.
Factor rate calculator + embeddable widget
/calculator runs the math on any factor + term + advance: daily payment, total payback, APR-equivalent. Free, no login, no email gate. Embed variant at /calculator/embed/install for accountants and CFO consultants who want to host it on their own sites.
Pre-qualification funnel (/qualify)
Four steps: funding need → revenue + TIB → state + industry → contact. Local-storage save-and-resume on every step. Rule-based v0 scorer against revenue, TIB, NSFs, industry, and funding ratio — returns indicative factor range, daily ACH, and APR-equivalent before any docs change hands. No credit pull.
Are-you-fundable quiz
/quiz/are-you-fundable — a softer entry than /qualify. 5 questions, no contact info required, returns your A/B/C-paper tier. Designed for top-of-funnel education traffic from SEO and content distribution.