Hyper-scalable outbound operating system for Sameer Alam: logical funnel creation, branded HTML email composition, AI icebreakers, integration mesh, sender routing, scale lanes, and deliverability command.
GitHub Search Keywords: cold email platform, outbound operating system, HTML email funnel builder, logical email automation, deliverability dashboard, sender rotation, AI personalization, n8n outbound automation, Next.js email SaaS
Screenshots | Architecture | Integrations + Funnels | API Reference | Deliverability Guide | Runbook | Audit | Authors
AxiomReach Hyperflow is a compliance-first outbound operations starter for teams that want one control surface for:
- campaign creation and pacing
- logical funnel authoring with
all,any, andnotoperators - branded HTML email rendering from reusable funnel steps
- sender, domain, and scale-lane governance
- AI-generated icebreakers and lead scoring
- CRM, automation, enrichment, warehouse, and delivery integrations
- analytics visibility for sent, delivered, clicked, replied, and funnel-state movement
This repo is intentionally architected as a serious monorepo starter, not a one-file demo.
| Layer | Technology |
|---|---|
| Frontend | Next.js App Router, TypeScript, Tailwind CSS |
| Backend | Express, TypeScript, structured API routes |
| Worker | Node.js dispatch and shard-report engine |
| Shared logic | Type contracts, scoring, routing, logical operators, HTML rendering |
| Infra | Docker Compose, NGINX, GitHub Actions |
| AI layer | Prompt templates + JSON schema validation |
axiomreach-hyperflow/
|-- frontend/ Next.js operator console
|-- backend/ API for campaigns, integrations, funnels, analytics, webhooks
|-- worker/ Queue and scale-lane reporting engine
|-- packages/shared/ Shared contracts, scoring, logical operators, HTML rendering
|-- nginx/ Reverse-proxy routing
|-- infrastructure/ Docker Compose stack
|-- ai/ Prompt contracts and schema validation
|-- n8n-integrations/ Webhook payload examples
|-- docs/ Architecture, API, deliverability, funnels, runbook
`-- tests/ API and browser smoke coverage
- Campaign command surface with objective framing, region targeting, and funnel attachment
- Deliverability board for domain posture, tracking domains, and authentication status
- Sender rotation matrix with recommended scale, steady, and cooldown states
- Integration mesh for CRM, AI, delivery, enrichment, automation, and warehouse systems
- Logical funnel engine with nested condition groups and matched-rule explanations
- HTML email preview layer generated from reusable funnel steps
- Scale topology board for queue shards, regional lanes, and operator routing logic
- n8n webhook compatibility for campaign updates and lead-score change broadcasts
npm install
npm run auditnpm run dev -w @sameer/axiomreach-backend
npm run dev -w @sameer/axiomreach-frontendnpm run build -w @sameer/axiomreach-worker
node worker/dist/index.jsnpm run lint
npm run test
npm run buildBrowser smoke and screenshot capture can be run after the app servers are live:
python -m playwright install chromium
python tests/browser_smoke.pyThis repo is presented as a public-facing flagship starter for Sameer Alam / Crynge. The voice, UI, and repo structure are tuned to look polished on GitHub and legible to operators, collaborators, and prospects.
This project is positioned as a deliverability-aware outbound operations platform. It demonstrates domain health, sender pacing, logical funnels, and structured personalization patterns; it does not claim to be a bypass tool for abuse, phishing, or deceptive mass spam.
MIT



