One API key.
Four communication
primitives.
Changelog, waitlist, feedback triage, and notifications. Pre-launch to retention. For solo devs. Works with Claude Code and Cursor.
Launching 2026 · Join the waitlist for early access
per month to stitch together four separate tools: four logins, four API keys, none of them talking to your AI coding agent.
Solo devs already stitch together separate tools for changelogs, waitlists, feedback, and notifications. Each adds friction. Each costs money. None of them ship with MCP support.
Nordva is one API key for all four.
Thirty seconds to first changelog.
Install the MCP server
npx nordva init. One command. Works in Claude Code and Cursor.
Get your API key
One key covers all four primitives. Manage from the dashboard.
Ship and communicate
Changelog entries, waitlist signups, feedback triage, notifications. All from REST or from your AI coding session.
Developers trust code,
not marketing copy.
Every primitive ships with a REST endpoint, an MCP tool, and full documentation on day one. No surprises after signup.
See every primitivecurl -X POST https://api.nordva.dev/v1/changelog/entries \
-H "Authorization: Bearer nv_live_..." \
-H "Content-Type: application/json" \
-d '{"title": "Dark mode","notify_subscribers": true}'
# → 201 Created
{ "id": "entry_01hw...", "subscriber_count_notified": 1247 } You: "Publish v1.4.0, dark mode is live"
Claude: Using nordva_publish_changelog...
title: "Dark mode is now available"
notify_subscribers: true
✓ Published · 1,247 subscribers notified
✓ Public URL ready Four primitives. One API key.
Changelog API
Coming soonMarkdown entries with email notification to subscribers. Your users hear about every ship.
Waitlist + Referral API
Coming soonSignup collection with viral referral attribution. Track who brings who.
Feedback Triage
Coming soonClaude Haiku classifies incoming feedback by category and confidence score.
In-App Notifications
Coming soonServer-sent events push real-time notifications to your active users.
MCP Server
Coming soonNative Claude Code and Cursor integration. Manage everything without leaving your session.
Embeddable Widgets
Coming soonScript-tag embeds for changelog and waitlist. CORS-hardened. Custom domain on Builder plan.
// You, in Claude Code
Publish a changelog entry: "Webhooks shipped"
and notify all subscribers.
// Claude, calling MCP tool
nordva_publish_changelog({
title: "Webhooks shipped",
notify_subscribers: true
})
✓ entry_01hwx5...
✓ 1,247 notified · 12ms
Your AI coding agent
already knows how to
use Nordva.
The MCP server at mcp.nordva.dev integrates natively with Claude Code and Cursor. No config files. No custom prompts. No documentation tabs open.
Your competitors are copying API keys into .env files. You're telling Claude to handle it.
See every primitiveSimple, transparent, one API.
One platform replaces what used to take four separate subscriptions. Start free, upgrade when you ship.
Exact pricing announced at launch — join the waitlist for early access.
Free
Try every primitive. No card needed.
- All 4 primitives (changelog · waitlist · feedback · notifications)
- MCP server access
- Community support
Indie
For builders shipping real product.
- Everything in Free
- More projects & higher limits
- Custom domains
- Email support
Builder
For small teams and agencies.
- Everything in Indie
- Unlimited projects
- Team seats · Audit log
- Priority support
Questions, honestly answered.
Why not use Beamer, Canny, and Knock separately?
You can. It costs around $257/month, requires four accounts, four API keys, and none of them offer MCP coverage. Nordva trades best-of-breed depth for a single integration surface, which is the right trade-off for solo developers and small teams.
What happens when I hit plan limits?
You get an in-dashboard warning at 80%. At 100%, the API returns 429 with a clear remediation message. No silent overages, no surprise bills.
Where is my data stored?
Cloudflare D1 (SQLite at the edge) and Workers KV, hosted in EU and US regions. No data is sent to third parties except Resend (for transactional email) and Anthropic (for feedback triage classification on the Indie and Builder plans).
Which AI coding tools does the MCP server support?
Anything that speaks the Model Context Protocol. Verified on Claude Code, Claude Desktop, and Cursor. Other compatible clients should work out of the box.
Can I self-host this?
Not in v1. The Workers-based stack is tightly coupled to Cloudflare D1 and KV. Self-hosting is on the roadmap but not committed.
What is the uptime SLA?
No formal SLA in v1. We will not pretend otherwise. Live uptime is published at status.nordva.dev. We commit to an SLA once we have the operational history to back one.