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.
Shipped · 29
- 67 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.
- 18 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.
- 14 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
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.
- 12 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.
- 9 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.
- 7 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.
- 6 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.
- 4 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.
- 3 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.
- 2 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.
- 0 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.
- 0 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.
- 0 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.
- 0 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.
- 0 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.
- 0 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").
- 0 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.
- 0 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.
- 0 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.