Roadmap
What we're building, in what order, and why. Vote on the ones that matter to you — votes shift the priority queue. Got an idea that isn't here? Submit it.
No ideas match . Try a different keyword.
Planned · 12
- 24 Planned ETA · July 2026
Fork a bundle — start from someone else's stack
One-click "Fork this bundle" on any public bundle detail page. Copies the items into a new bundle owned by you, ready to remix. Surfaces the original as "Forked from {bundle}" credit, with a backlink. Works across all three pillars (status / news / MCP).
- 24 Planned ETA · August 2026
Manual subscription tracker
Track every recurring AI bill — Claude Pro, ChatGPT Plus, Cursor, Replit, etc. Renewal reminders, currency conversion, CSV export. The first pillar of the personal AI dashboard.
- 23 Planned ETA · July 2026
Reviews + ratings on servers
5-star rating + markdown reviews from people who actually shipped with the tool. Reviewer karma based on bundle adoption.
- 21 Planned ETA · June 2026
Side-by-side service comparison — /compare/{a}-vs-{b}
Permalink-friendly comparison page for any two tracked services — 30-day uptime overlay, incident-frequency delta, latency comparison, "Provider X had Y% more uptime than Z this month". Auto-generates from getAllServices() pairs. Targets the long-tail "anthropic vs openai status" / "claude vs gpt uptime" search surface that vendors don't publish themselves. ~10-100 searches per pair per month across the 77 services.
- 19 Planned ETA · July 2026
Submit a new MCP server
PR-style submission flow — paste a GitHub URL, fill out a short form, we curate. Pro accounts get priority moderation. (Partially shipped: GitHub topic-search auto-discovery covers any repo tagged `mcp-server` or `model-context-protocol`. Manual submission form for repos without the topic is still queued.)
- 18 Planned ETA · June 2026
OG images + Twitter cards for shareable bundles
Each bundle gets a generated 1200×630 OG image — name, items preview, owner avatar, gradient backdrop. Renders as a rich card when someone pastes a bundle URL into Slack, Discord, Twitter, LinkedIn. Same `/api/og/...` SVG pipeline the status pages already use.
- 17 Planned ETA · August 2026
Public profile pages
Each user gets `/u/<username>` — bio, bundles, reviews, follow button. Custom theme colour for Pro accounts.
- 14 Planned ETA · June 2026
Featured bundles on the homepage
Curate 3-5 high-quality bundles for the LIVE NOW band on the homepage — "Coding agents stack", "AI research feed", "Anthropic everything". Operator-picked, swappable from /admin/dev-tools without a redeploy. Drives first-time visitors into the bundles surface area.
- 14 Planned ETA · September 2026
Connected providers — pull live API spend
Optional: paste an OpenRouter / OpenAI / Anthropic admin key (AES-GCM-encrypted, AAD-bound to your userId) and we pull live token usage + spend into the dashboard. Provider keys never leave KV unencrypted. Pro feature.
- 14 Planned ETA · August 2026
Personalized feed of AI tooling
Activity from people you follow + global trending. New servers, fresh bundles, headline AI news, status incidents on your starred services. Sorted by relevance, not recency.
- 13 Planned ETA · July 2026
/monitor/{service} — "How to monitor [X]" tutorial pages
Per-service how-to tutorials targeting the long-tail "how to monitor anthropic", "set up openai status alerts" search queries. Same data as /subscribe/{id} but structured as a step-by-step guide (HowTo JSON-LD with totalTime + steps) — explains starring, alert channels, webhook setup, RSS, badge embed. Auto-generates from the getAllServices() registry.
- 9 Planned ETA · August 2026
CSV + JSON export of everything
One-click export. Bundles, reviews, saved servers, manual subs. No vendor lock-in — your data, your file.
Ideas · 12
- 13 Idea
Compare AI services side-by-side
/status/compare?ids=anthropic,openai,cursor — pin 2-4 services next to each other for a uptime / incident-frequency / latency comparison. Drives a long-tail "anthropic vs openai status" SEO surface that vendors don't publish themselves.
- 12 Idea
Follow developers whose stack you trust
See what they bundle, what they review, what they ship with. The asymmetric "follow" model (Twitter-style, not Facebook-style).
- 11 Idea
Comments on bundle detail pages
Same threaded markdown comments + emoji reactions the news + MCP detail pages have, now on /{pillar}/bundles/{slug}. Lets people discuss curation choices, suggest additions, explain why this stack works.
- 9 Idea
Browser extension for Claude.ai / ChatGPT / Cursor
Read your already-visible usage limits (no cookie access), surface them in Prismix. Pair with a per-device token, revocable any time.
- 8 Idea
Public /changelog page — what shipped this week
Operator-curated stream of "what shipped" entries, RSS feed, dev.to / Hacker News-style. Backed by the roadmap status field — every transition to "shipped" auto-creates a changelog draft for review. Builds the launch-week narrative beyond a one-shot post.
- 7 Idea
Browser push notifications for alerts + releases
Web Push API destination alongside email + webhook. Useful for folks who keep Prismix pinned but don't want yet another email. Pro feature; subscribes to the same alert pipeline as email destinations.
- 7 Idea
Public read API (versioned, rate-limited)
GET /api/v1/servers — paginated, filterable. SDK comes after. Build your own MCP launcher. (The /api/v1/statuses + /api/v1/incidents endpoints for the status hub already follow this pattern.)
- 6 Idea
PWA — install Prismix as an app on phone / desktop
manifest.json + service worker + offline-friendly cache for /status snapshot. Lets users add Prismix to their home screen for one-tap "is my AI stack up?" checks. Push notifications come later (Phase 2).
- 6 Idea
Anomaly detection on API spend + incident frequency
Statistical baselines per provider — flag when your daily OpenAI spend is 3σ above last 30 days, or when Anthropic incident count spikes for the week. Email + webhook alert. Pro feature.
- 5 Idea
In-app notifications inbox
A bell icon in the header that opens a list of recent alerts, release notifications, comment replies, follower events. Backs the same dispatch pipeline that emails go through, so muting an email channel doesn't kill the in-app surface. Useful for users who don't want any outbound email.
- 4 Idea
Affiliate partnerships with Claude Desktop, Cursor, Zed
"Install via Claude Desktop" buttons that pass attribution. Revenue share goes to maintaining curation.
- 3 Idea
Migrate hot tables KV → D1
KV is great for write-once-read-many key/value. When the directory + feed cross ~10k items, the trending sort + filtered queries cost too many round-trips. Migrate `mcp:server:*`, `feed:item:*`, and `roadmap:item:*` to D1 while keeping KV for caches + sessions.
Shipped · 31
- 68 Shipped ETA · Shipped May 2026
Per-service alert preferences
Tune severity threshold per starred service or mute it entirely, on top of the global default. "Page me on Anthropic minor degradation, only critical on OpenAI, mute Cursor". Pro feature, surfaced inline on /alerts under "Per-service overrides".
- 53 Shipped ETA · Shipped May 2026
Real-time status dashboard for AI services
Aggregated live status of 48 AI providers — model APIs, dev tools, infrastructure, consumer apps. Colour-coded indicators, incident counts, 30-day uptime, cross-service incident feed, star your favourites, per-service detail pages, embeddable badges. Cached 60s.
- 48 Shipped ETA · Shipped May 2026
Accounts + sign-in
Email 6-digit code + GitHub OAuth. Magic-link-free, no passwords, no third-party identity provider in the request path. Sessions in HttpOnly Secure cookies.
- 48 Shipped ETA · Shipped May 2026
MCP Server Directory — search, filter, install
Curated, taggable directory of Model Context Protocol servers. Auto-discovery from GitHub topic search every 24h on top of a hand-curated seed (80 entries). Per-server install command + Claude Desktop / Cursor config snippet. Like + Installed + Comments + Reactions like the news pillar. Per-category + per-tag dedicated pages + RSS feeds.
- 42 Shipped ETA · Shipped May 2026
Discord / Slack / generic webhook alerts
Alerts where devs actually live. Add a webhook URL in profile prefs — we auto-detect Discord / Slack / generic JSON and POST a structured payload on every starred-service state change. HMAC-signed for the generic kind. Pro feature.
- 37 Shipped ETA · Shipped May 2026
Email alerts when a starred AI service degrades
Star the AI services you depend on. We email you the moment one flips state — outage, partial degradation, recovery. Configurable severity threshold so you only get paged for what matters. Pro feature.
- 32 Shipped ETA · Phases A-E shipped May 2026
AI news feed — releases, papers, tooling drops
Phases A-E SHIPPED: ingestion + /news + per-article + per-source pages, 12 curated sources, full-text mirroring with credit + link back, JSON-LD + sitemap entries. Engagement: likes, threaded comments with markdown + replies (depth-1) + 5-min edit window + soft-delete. Personalisation: subscriptions, dismissals, "For you" vs "All" tabs, heuristic ranking, /news?liked=1 filter. Discovery: tag pages + popular-tags cloud + free-text search. Distribution: /news.rss Atom feed + RSS auto-discovery in layout. Pro: instant news notifications when a subscribed source publishes (5-per-tick cap, 7d idempotency). Profile integration: subscribe list + recent likes + dismissal management. Digest emails carry Top 5 weekly/daily AI news. Future phase: R2 image caching (when traffic justifies it).
- 29 Shipped ETA · Shipped May 2026
Bundles — named, shareable stacks across all three pillars
SHIPPED across all three pillars. Status bundles ("my coding setup" = Claude + Cursor + GitHub Copilot, aggregate health pill), news bundles (sources + tags UNION feed — "AI research deep cuts"), MCP bundles (one-paste install for whole stacks into Claude Desktop / Cursor config). Public + private (Pro), owner-or-admin edit, shareable permalinks. Save-to-bundle dropdown on every relevant detail page. Bundles are a Pro feature.
- 23 Shipped ETA · Shipped May 2026
Embeddable status badges + public API
Shields-style SVG badges for any tracked service — drop them into READMEs, docs, dashboards. Free public REST API at /api/v1/statuses with 60s cache. No auth required.
- 22 Shipped ETA · May 2026
Latency probe + uptime sparkline
Probe each provider on every cron tick, record response time, render a 24h sparkline on /service/[slug] + an aggregate ms tile on /status. Real signal we own, not delayed status-page updates.
- 19 Shipped ETA · Shipped May 2026
Instant emails when a tracked MCP server ships a release
When an MCP server you marked installed or liked publishes a new GitHub release, we email you the changelog excerpt, tag, deep link to the release page on Prismix and on GitHub. Per-(user, slug, releaseId) idempotency so re-edits to the same release don't re-notify. Pro feature, opt-in toggle on /mcp/settings.
- 18 Shipped ETA · Shipped May 2026
/what-is-mcp — explainer + ecosystem map
"What is Model Context Protocol?" gets ~20k/mo global search. Now we have a dedicated explainer at /what-is-mcp covering: a) what MCP is + why it exists, b) which clients integrate (Claude Desktop, Cursor, Zed, Continue), c) ecosystem map by category, d) 5-step install guide with HowTo JSON-LD, e) 6-question FAQ with FAQPage schema. Cross-linked from /mcp index header. SHIPPED May 2026.
- 15 Shipped ETA · May 2026
Daily / weekly status digest email
Opt-in summary of every incident across your starred AI services in the last 24h (daily) or 7d (weekly). TZ-aware send-time picker, multi-destination fan-out (up to 5 verified addresses), per-destination theme. Pro feature.
- 13 Shipped ETA · Shipped May 2026
Combined daily + weekly digest — status + news + MCP in one email
A single email per cadence batching everything: starred-service incidents in the window, top news from followed sources, releases on installed/liked MCP servers. Replaces the old one-pillar-per-email model. TZ-aware send-time + quiet-hours-aware. Pro feature.
- 13 Shipped ETA · Shipped May 2026
Cron-driven snapshot refresh (no traffic dependency)
Status snapshots used to refresh only when traffic hit /status on cache miss. On a low-traffic site that meant alerts could lag. /api/internal/refresh-status is now hit by an external cron every 5 min — diff runs reliably, regardless of who is viewing the page.
- 10 Shipped ETA · Shipped May 2026
MCP releases timeline — global feed of what shipped across the ecosystem
/mcp/releases — newest-first timeline of every release across every tracked MCP server, with body excerpts, pre-release pills, deep links to /mcp/{slug}#release-{id}. Atom feed companion at /mcp/releases.rss. Daily refresh via the same cron that does GitHub stats + auto-discovery.
- 9 Shipped ETA · Shipped May 2026
/status/embed — public landing for the badge generator
Long-tail SEO surface for "anthropic status badge", "openai uptime badge" type queries. The /api/badge endpoint shipped months ago but had no human discovery page — this is it. 8 most-asked-about providers with live light + dark previews + copy-paste markdown, 3-step HowTo, 5-question FAQ, JSON API hint. Cross-linked from /status header. SHIPPED May 2026.
- 8 Shipped ETA · Shipped May 2026
Auto-discovery of MCP servers from GitHub topic search
Daily cron walks `topic:mcp-server`, `topic:model-context-protocol`, `topic:mcp` on the GitHub search API. New repos get classified by a heuristic (description + topic words → category), merged with the curated registry. ~500 discovered entries on top of 80 curated. Each gets a /mcp/{slug} detail page automatically.
- 7 Shipped ETA · Shipped May 2026
First-visit onboarding callout on /status
Signed-in users with zero starred services see a "Star 3 services to get started" amber banner above the fold. Disappears once they've starred anything. Brought /status to feature-parity with /news and /mcp, both of which already had onboarding wizards. SHIPPED May 2026.
- 5 Shipped ETA · Shipped May 2026
Pricing page restructure — accordion + "Why Pro?" section
Pre-launch UX pass on /pricing: trimmed tier cards from 5-6 bullets to 4 max, added a "Why Pro?" three-card mini-section above the comparison table (concrete jobs Pro does — bundles, combined digest, real alert pipeline), and converted the 40-row comparison table into a per-pillar accordion. Mobile overflow fixed via overflow-x-auto + min-w-[640px]. SHIPPED May 2026.
- 4 Shipped ETA · Shipped May 2026
First-visit welcome tour for signed-in users
3-step modal carousel introducing Status / News / MCP on the homepage, shown once per user (KV flag welcome:seen:{userId} = "v1"). Opens 800ms after page load so it never blocks first paint. Skip / Back / Next / Got-it controls, ESC + backdrop dismiss. Version-keyed so bumping resets for everyone when we add a fourth pillar. SHIPPED May 2026.
- 3 Shipped ETA · Shipped May 2026
/about — operator story + positioning
Missing pre-launch credibility surface. Three-pillar positioning, "what makes it different" (independent / anon-friendly / no tracking / honest pricing / open API), stack details, operator info. Organization JSON-LD + BreadcrumbList so answer engines can cite "who runs Prismix" verbatim. SHIPPED May 2026.
- 1 Shipped ETA · Shipped May 2026
Hover-prefetch + denormalised KV cache for instant tab switches
Hover-prefetch globally (Astro defaultStrategy: 'hover') means tab clicks on /mcp, /news, /status start the fetch as the user hovers. /mcp summary blob now reads as ONE KV.get instead of ~580 — rebuilt at the end of the refresh-mcp cron. Module-scope WeakMap caches the /news latest index inside Workers isolates for a 60s window. Tab clicks feel instant.
- 1 Shipped ETA · Shipped May 2026
Anonymous per-service subscribe landing
SEO landing at /subscribe/{id} for searches like "subscribe to anthropic status". HMAC-signed confirm-by-email flow, no account required. Drops into the same alert pipeline starred services use, with a one-click unsubscribe token. Public, free.
- 1 Shipped ETA · Shipped May 2026
Admin analytics dashboard
In-app /admin/analytics tab with KV-backed metric tiles (users, Pro, online, signed-in last 7d, email-verified, GitHub-linked, services, cron health), cron + digest heartbeat detail, and one-click links out to Cloudflare Web Analytics, KV, Pages, GitHub Actions, Resend, and Google Search Console. Operator-only.
- 1 Shipped ETA · Shipped May 2026
Diff-only KV writes — stay under CF free-tier quota
The cron path used to write ~8,400 status-cache entries per day (8× the 1,000-write Cloudflare KV free-tier ceiling). rememberLastGood + setLastIndicators + the snapshot write now read existing entries first and skip when nothing material changed. Steady state dropped to ~600 writes/day with one extra read per probe.
- 1 Shipped ETA · Shipped May 2026
AI crawler discovery — robots.txt allow-list + llms.txt
Explicit User-agent blocks in robots.txt for GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, and friends. A curated /llms.txt summarising the site for answer engines (ChatGPT browsing, Claude web search, Perplexity, Gemini) so Prismix data gets cited verbatim rather than synthesised from stale copies.
- 1 Shipped ETA · Shipped May 2026
Per-service incident history page
Extended 30-day incident history at /service/{id}/incidents with summary tiles (active / total / major-critical / maintenance), permalinks to each incident, breadcrumb nav, and JSON-LD ItemList + BreadcrumbList for long-tail SEO ("anthropic outage history", "openai incidents may 2026").
- 1 Shipped ETA · Shipped May 2026
Public incident RSS / Atom feed
/incidents.rss — every incident across the 48 tracked services, newest first, with provider + impact tags. Subscribe in any RSS reader; pipe into a Discord webhook RSS bot; index into your own ops dashboard. Public, free, no auth.
- 1 Shipped ETA · Shipped May 2026
/incidents — cross-service timeline page
A first-class page listing every incident across every tracked AI service, with permalinked per-incident pages, JSON-LD Event schema, and an Atom feed companion. Same data the /status feed surfaces, but as a paginated, SEO-friendly view.
- 1 Shipped ETA · Shipped May 2026
Quiet hours — pause alerts during sleep / weekends
TZ-aware time-of-day window. When the user's local hour sits inside [start, end), transition alerts drop silently for that tick. Wraps midnight. v1 is silent-drop; v2 will queue + deliver a morning summary instead. Pro feature.
Have an idea we missed?
Submit it to the queue. Other users vote — the ones that gain traction get prioritised on the actual build schedule.
Sign in to submit + vote
Free account, 30 seconds. Email code or GitHub one-click. We bring you right back here.