This project is the operating system + lightweight software for a fractional developer relations GTM business.
It’s designed for companies like Vapi, Memori Labs, Omi, Friendli, OpenClaw, etc.
- Online + IRL activations (workshops, office hours, hack nights, conference side-events)
- Full-funnel tracking (every visit + action → an identity/profile)
- Enrichment + segmentation (role/company/intent signals)
- Personalized outbound (email sequences per segment)
- Qualification (MQL → SQL) and warm handoff to sales
src/app— Next.js site- Landing page + a simple AI DevRel Agent chat UI
POST /api/chat— placeholder agent endpoint (deterministic, no keys)
We’ll swap the placeholder /api/chat implementation for a full OpenClaw agent runtime that can:
- answer product questions from a knowledge base (docs, changelog, pricing)
- propose activation plans and email sequences
- qualify leads using a scoring rubric
- log events + update CRM objects (MQL/SQL)
Add a minimal tracking + data layer:
- PostHog (events + identity)
- CRM (HubSpot/Pipedrive)
- Email (Resend/Loops)
npm install
npm run devRecommended: Vercel.
- Import repo in Vercel
- Set env vars (as needed once we add integrations)
- Deploy
Status: MVP scaffold (chat works without external keys). Next step is picking the exact OpenClaw agent runtime + tools contract.