Edge & App Platforms arenaBuyer checklist
Every requirement we judge edge & app platforms products against, as a ready-to-send RFP checklist — with each item's priority, why it matters, and how the top-ranked products score on it today.
96 requirements · 11 themes · verdicts for 6 products · updated 2026-09-16 · priorities mirror the story weights our scoring uses (methodology)
Show the markdown export
# Edge & App Platforms — buyer checklist (RFP) Derived from ProductArena's evidence-graded user-story taxonomy for Edge & App Platforms: 96 judged requirements. Priorities mirror story weights (3 = must-have, 2 = should-have, 1 = nice-to-have). ## Agenticness - [ ] **[must-have]** Plug MCP servers into this product so it can use their tools - [ ] **[must-have]** Connect an agent via an official MCP server - [ ] **[must-have]** Drive the product through a documented public API - [ ] **[must-have]** Delegate tasks to a built-in AI assistant inside the product - [ ] **[must-have]** The documented rate limits and concurrency caps for APIs and functions so I can plan for scale - [ ] **[should-have]** Point an agent at llms.txt or agent-oriented docs - [ ] **[should-have]** Run the product headlessly / in CI for automation - [ ] **[should-have]** Use an official CLI - [ ] **[should-have]** Issue scoped/least-privilege API credentials for an agent - [ ] **[should-have]** Build against official SDKs - [ ] **[should-have]** Subscribe to events via webhooks - [ ] **[should-have]** Get AI-generated insights and suggestions from my data inside the product - [ ] **[should-have]** Set up automations that run autonomously in the background - [ ] **[should-have]** Operate the product with natural-language commands - [ ] **[should-have]** Explore an interactive API reference with runnable examples - [ ] **[should-have]** Download a machine-readable API spec (OpenAPI or equivalent) - [ ] **[should-have]** Rely on versioned APIs with a documented deprecation policy - [ ] **[nice-to-have]** Test against a sandbox environment without touching production data ## Automation depth - [ ] **[must-have]** Define rules that trigger actions automatically on events - [ ] **[should-have]** Perform bulk operations across many items at once - [ ] **[should-have]** Schedule recurring jobs or workflows - [ ] **[nice-to-have]** Version, review, and roll back my automations ## Deploy workflow - [ ] **[must-have]** Automatically deploy my app on every Git push - [ ] **[must-have]** Deploy my app by simply connecting my repo without manual build configuration - [ ] **[must-have]** Get an automatic preview URL for every pull request - [ ] **[must-have]** Roll back a deployed service to any previous version in one click - [ ] **[should-have]** Deploy my project directly from the command line without using a web dashboard - [ ] **[should-have]** Scaffold and deploy a new project with a single CLI command - [ ] **[should-have]** Develop and test my app locally using a simulator that matches the production runtime - [ ] **[should-have]** Deploy applications packaged as Docker containers - [ ] **[should-have]** Roll out new deployments incrementally to reduce blast radius - [ ] **[should-have]** Define, deploy, and version my entire architecture with a single configuration file - [ ] **[should-have]** Deploy a project by uploading a folder of files directly, with no Git repo required and the new deployment kept private until I choose to publish it - [ ] **[should-have]** Get ephemeral full-stack preview environments for every pull request - [ ] **[nice-to-have]** Deploy one-click templates and starters for common use cases ## Dev experience - [ ] **[should-have]** Rely on the same core APIs and primitives from prototype through massive scale, without rearchitecting or migrating platforms as usage grows - [ ] **[should-have]** Manage team-level access, secrets, and environment variables centrally - [ ] **[should-have]** Keep using my existing Git, CI, editor, and framework workflows without adopting proprietary tooling - [ ] **[should-have]** Write code against standard runtime APIs so it runs unmodified across multiple edge platforms instead of being locked into proprietary storage/runtime APIs - [ ] **[should-have]** Visualize and edit my entire infrastructure stack on a visual canvas without writing config files - [ ] **[nice-to-have]** Use an in-browser toolbar to leave feedback, manage feature flags, and inspect performance directly on my live site - [ ] **[nice-to-have]** Let teammates and collaborators comment directly on preview and production environments - [ ] **[nice-to-have]** Spin up unlimited isolated environments so my whole team can ship simultaneously ## Edge compute - [ ] **[must-have]** Run AI model inference globally with a single call without managing GPUs or capacity planning - [ ] **[must-have]** Access hundreds of AI models through a single unified gateway endpoint - [ ] **[must-have]** Run unmodified Node.js code and npm packages in edge/serverless functions instead of a restricted runtime subset - [ ] **[must-have]** Run my code on a global edge network close to end users - [ ] **[must-have]** Deploy serverless functions and full-stack apps with no servers to manage - [ ] **[should-have]** Give my coding agent a persistent runtime environment that checkpoints its state automatically while working - [ ] **[should-have]** Deploy my application to specific regions closer to my users - [ ] **[should-have]** Rely on automatic compute placement near backend data to optimize latency - [ ] **[should-have]** Handle persistent WebSocket connections from within edge/serverless functions for real-time apps - [ ] **[should-have]** Write edge functions in languages other than JavaScript such as Python, Go, or Rust - [ ] **[should-have]** Run untrusted code in hardware-isolated, disposable sandboxes - [ ] **[should-have]** Deploy instances that boot in under a second and scale to tens of thousands under load - [ ] **[should-have]** Rely on load-based autoscaling to absorb large traffic bursts automatically - [ ] **[should-have]** Deploy durable, long-running workflows as code without manually wiring queues and retries ## Networking security - [ ] **[must-have]** Have DDoS protection and a web application firewall applied to every request by default - [ ] **[must-have]** Get free, automatically renewing TLS certificates for every domain including wildcards - [ ] **[should-have]** Put simple password protection on a deployed site without standing up a custom auth system - [ ] **[should-have]** Attach custom domains to my deployed services - [ ] **[should-have]** Programmatically provision and route custom domains for my own multi-tenant SaaS customers - [ ] **[should-have]** Secure internal apps, deployments, and agents using my organization's identity provider - [ ] **[should-have]** Keep internal service-to-service traffic off the public internet without VPC complexity - [ ] **[nice-to-have]** Protect my app from automated bot traffic with invisible challenge-based protection - [ ] **[nice-to-have]** Isolate non-production environments from accessing production services - [ ] **[nice-to-have]** Serve HTTP, TCP, gRPC, and WebSocket traffic from the same deployed service without separate protocol configuration ## Observability - [ ] **[must-have]** Review a published uptime SLA with defined credits for downtime - [ ] **[must-have]** View all my build, deploy, and runtime logs in one place - [ ] **[should-have]** Set up alerts that notify me via chat or email when specific conditions are met - [ ] **[should-have]** Build custom dashboards combining metrics from any service - [ ] **[should-have]** Check a public status page with historical incident postmortems before committing - [ ] **[should-have]** The guaranteed support response times and escalation paths for my plan tier - [ ] **[nice-to-have]** Track site performance and visitor behavior with built-in analytics ## Openness - [ ] **[must-have]** Export all of my data in open formats and leave - [ ] **[must-have]** Self-host the core product - [ ] **[should-have]** Do everything through the API that I can do in the UI - [ ] **[should-have]** Read the product's source under an open license ## Pricing limits - [ ] **[must-have]** The CPU and wall-clock execution time limits for functions so I can tell whether long-running or agentic workloads will fit - [ ] **[must-have]** The exact overage fee schedule for exceeding plan usage limits (bandwidth, invocations, build minutes) before I get billed - [ ] **[should-have]** Set hard spending limits to control my cloud costs - [ ] **[should-have]** Whether pricing is per-seat with minimum seat counts that increase cost as my team grows - [ ] **[should-have]** Pay only for active compute time rather than idle wall-clock time - [ ] **[should-have]** Attached disk/storage auto-grows with usage and I'm billed only for bytes actually written rather than pre-provisioned capacity - [ ] **[nice-to-have]** Receive migration credits when moving my production infrastructure to a new platform ## Privacy posture - [ ] **[must-have]** Prevent my data from being used to train AI models - [ ] **[should-have]** Choose where my data is stored (region/residency) - [ ] **[should-have]** Control data retention and deletion - [ ] **[should-have]** Opt out of telemetry and usage tracking ## Storage data - [ ] **[must-have]** Provision a fully-managed Postgres database with point-in-time recovery, replicas, and high availability - [ ] **[should-have]** Serve static assets faster using a global CDN with edge caching - [ ] **[should-have]** Connect my code to external services like databases, APIs, and storage through native bindings with minimal boilerplate instead of hand-wiring SDKs and credentials - [ ] **[should-have]** Use a Redis-compatible key-value store for low-latency caching and job queues - [ ] **[should-have]** Persist user-generated uploads using built-in object storage - [ ] **[should-have]** Query a serverless SQL database directly from my code with no connection management - [ ] **[nice-to-have]** Resize and optimize images on demand via a built-in image CDN --- Source: https://ultrametric.ai/productarena/arena/edge-platforms (evidence-graded verdicts for 6 products) · methodology: https://ultrametric.ai/productarena/methodology
Chips show the top 5 ranked products' current verdict on each requirement — ✓ full · ~ partial · ! disputed · — none · n/a not applicable.
Agenticness — how well agents can access and operate the productAgenticness· 18 items
How well agents can access and operate the product
- must-have
ai-native userPlug MCP servers into this product so it can use their tools
Core requirement — weighs 3× in arena scoring · 1 of 3 products fully deliver this today
- must-have
ai-native userConnect an agent via an official MCP server
Core requirement — weighs 3× in arena scoring · 3 of 6 products fully deliver this today
- must-have
ai-native userDrive the product through a documented public API
Core requirement — weighs 3× in arena scoring · 4 of 6 products fully deliver this today
- must-have
ai-native userDelegate tasks to a built-in AI assistant inside the product
Core requirement — weighs 3× in arena scoring · 1 of 5 products fully deliver this today
- must-have
developerThe documented rate limits and concurrency caps for APIs and functions so I can plan for scale
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- should-have
ai-native userPoint an agent at llms.txt or agent-oriented docs
Important, not disqualifying — weighs 2× in arena scoring · all 6 products fully deliver this today
- should-have
ai-native userRun the product headlessly / in CI for automation
Important, not disqualifying — weighs 2× in arena scoring · 4 of 6 products fully deliver this today
- should-have
ai-native userUse an official CLI
Important, not disqualifying — weighs 2× in arena scoring · all 6 products fully deliver this today
- should-have
ai-native userIssue scoped/least-privilege API credentials for an agent
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
ai-native userBuild against official SDKs
Important, not disqualifying — weighs 2× in arena scoring · 2 of 6 products fully deliver this today
- should-have
ai-native userSubscribe to events via webhooks
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
ai-native userGet AI-generated insights and suggestions from my data inside the product
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userSet up automations that run autonomously in the background
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
ai-native userOperate the product with natural-language commands
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
ai-native userExplore an interactive API reference with runnable examples
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)
Important, not disqualifying — weighs 2× in arena scoring · 3 of 6 products fully deliver this today
- should-have
ai-native userRely on versioned APIs with a documented deprecation policy
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- nice-to-have
ai-native userTest against a sandbox environment without touching production data
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 2 of 6 products fully deliver this today
Automation depth — how much of the product can run unattendedAutomation depth· 4 items
How much of the product can run unattended
- must-have
ai-native userDefine rules that trigger actions automatically on events
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- should-have
ai-native userPerform bulk operations across many items at once
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userSchedule recurring jobs or workflows
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- nice-to-have
ai-native userVersion, review, and roll back my automations
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 2 of 6 products fully deliver this today
Deploy workflow — the commit-to-production path — builds, previews, rollbacksDeploy workflow· 13 items
The commit-to-production path — builds, previews, rollbacks
- must-have
developerAutomatically deploy my app on every Git push
Core requirement — weighs 3× in arena scoring · 4 of 6 products fully deliver this today
- must-have
developerDeploy my app by simply connecting my repo without manual build configuration
Core requirement — weighs 3× in arena scoring · 4 of 6 products fully deliver this today
- must-have
developerGet an automatic preview URL for every pull request
Core requirement — weighs 3× in arena scoring · 3 of 6 products fully deliver this today
- must-have
developerRoll back a deployed service to any previous version in one click
Core requirement — weighs 3× in arena scoring · 3 of 6 products fully deliver this today
- should-have
developerDeploy my project directly from the command line without using a web dashboard
Important, not disqualifying — weighs 2× in arena scoring · all 6 products fully deliver this today
- should-have
developerScaffold and deploy a new project with a single CLI command
Important, not disqualifying — weighs 2× in arena scoring · 3 of 6 products fully deliver this today
- should-have
developerDevelop and test my app locally using a simulator that matches the production runtime
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
developerDeploy applications packaged as Docker containers
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
devops-leadRoll out new deployments incrementally to reduce blast radius
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
devops-leadDefine, deploy, and version my entire architecture with a single configuration file
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
developerDeploy a project by uploading a folder of files directly, with no Git repo required and the new deployment kept private until I choose to publish it
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
developerGet ephemeral full-stack preview environments for every pull request
Important, not disqualifying — weighs 2× in arena scoring · 3 of 6 products fully deliver this today
- nice-to-have
developerDeploy one-click templates and starters for common use cases
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 1 of 6 products fully deliver this today
Dev experience — day-to-day developer experience — setup friction, docs, debugging, iteration speedDev experience· 8 items
Day-to-day developer experience — setup friction, docs, debugging, iteration speed
- should-have
developerRely on the same core APIs and primitives from prototype through massive scale, without rearchitecting or migrating platforms as usage grows
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
devops-leadManage team-level access, secrets, and environment variables centrally
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
developerKeep using my existing Git, CI, editor, and framework workflows without adopting proprietary tooling
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
developerWrite code against standard runtime APIs so it runs unmodified across multiple edge platforms instead of being locked into proprietary storage/runtime APIs
Important, not disqualifying — weighs 2× in arena scoring · 1 of 4 products fully deliver this today
- should-have
devops-leadVisualize and edit my entire infrastructure stack on a visual canvas without writing config files
Important, not disqualifying — weighs 2× in arena scoring · 1 of 2 products fully deliver this today
- nice-to-have
developerUse an in-browser toolbar to leave feedback, manage feature flags, and inspect performance directly on my live site
Differentiator, not a dealbreaker — weighs 1× in arena scoring · all 1 products fully deliver this today
- nice-to-have
developerLet teammates and collaborators comment directly on preview and production environments
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 1 of 3 products fully deliver this today
- nice-to-have
developerSpin up unlimited isolated environments so my whole team can ship simultaneously
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 2 of 6 products fully deliver this today
Edge compute — running code at the edge — regions, cold starts, runtime limitsEdge compute· 14 items
Running code at the edge — regions, cold starts, runtime limits
- must-have
ai-native builderRun AI model inference globally with a single call without managing GPUs or capacity planning
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- must-have
ai-native builderAccess hundreds of AI models through a single unified gateway endpoint
Core requirement — weighs 3× in arena scoring · 1 of 3 products fully deliver this today
- must-have
developerRun unmodified Node.js code and npm packages in edge/serverless functions instead of a restricted runtime subset
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- must-have
developerRun my code on a global edge network close to end users
Core requirement — weighs 3× in arena scoring · 3 of 6 products fully deliver this today
- must-have
developerDeploy serverless functions and full-stack apps with no servers to manage
Core requirement — weighs 3× in arena scoring · 3 of 6 products fully deliver this today
- should-have
ai-native builderGive my coding agent a persistent runtime environment that checkpoints its state automatically while working
Important, not disqualifying — weighs 2× in arena scoring · 1 of 5 products fully deliver this today
- should-have
devops-leadDeploy my application to specific regions closer to my users
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
devops-leadRely on automatic compute placement near backend data to optimize latency
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
developerHandle persistent WebSocket connections from within edge/serverless functions for real-time apps
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
developerWrite edge functions in languages other than JavaScript such as Python, Go, or Rust
Important, not disqualifying — weighs 2× in arena scoring · 1 of 4 products fully deliver this today
- should-have
developerRun untrusted code in hardware-isolated, disposable sandboxes
Important, not disqualifying — weighs 2× in arena scoring · 2 of 5 products fully deliver this today
- should-have
devops-leadDeploy instances that boot in under a second and scale to tens of thousands under load
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
devops-leadRely on load-based autoscaling to absorb large traffic bursts automatically
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
developerDeploy durable, long-running workflows as code without manually wiring queues and retries
Important, not disqualifying — weighs 2× in arena scoring · 2 of 6 products fully deliver this today
Networking security — network controls and isolation — private access, firewalls, encryptionNetworking security· 10 items
Network controls and isolation — private access, firewalls, encryption
- must-have
devops-leadHave DDoS protection and a web application firewall applied to every request by default
Core requirement — weighs 3× in arena scoring · 1 of 6 products fully deliver this today
- must-have
devops-leadGet free, automatically renewing TLS certificates for every domain including wildcards
Core requirement — weighs 3× in arena scoring · 1 of 6 products fully deliver this today
- should-have
developerPut simple password protection on a deployed site without standing up a custom auth system
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
developerAttach custom domains to my deployed services
Important, not disqualifying — weighs 2× in arena scoring · 3 of 6 products fully deliver this today
- should-have
developerProgrammatically provision and route custom domains for my own multi-tenant SaaS customers
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
devops-leadSecure internal apps, deployments, and agents using my organization's identity provider
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
devops-leadKeep internal service-to-service traffic off the public internet without VPC complexity
Important, not disqualifying — weighs 2× in arena scoring · 1 of 5 products fully deliver this today
- nice-to-have
developerProtect my app from automated bot traffic with invisible challenge-based protection
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 1 of 5 products fully deliver this today
- nice-to-have
devops-leadIsolate non-production environments from accessing production services
Differentiator, not a dealbreaker — weighs 1× in arena scoring · no product fully delivers this yet
- nice-to-have
developerServe HTTP, TCP, gRPC, and WebSocket traffic from the same deployed service without separate protocol configuration
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 1 of 5 products fully deliver this today
Observability — seeing what the system is doing — logs, metrics, traces, alertsObservability· 7 items
Seeing what the system is doing — logs, metrics, traces, alerts
- must-have
devops-leadReview a published uptime SLA with defined credits for downtime
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- must-have
developerView all my build, deploy, and runtime logs in one place
Core requirement — weighs 3× in arena scoring · 1 of 6 products fully deliver this today
- should-have
devops-leadSet up alerts that notify me via chat or email when specific conditions are met
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
devops-leadBuild custom dashboards combining metrics from any service
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
devops-leadCheck a public status page with historical incident postmortems before committing
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
devops-leadThe guaranteed support response times and escalation paths for my plan tier
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- nice-to-have
devops-leadTrack site performance and visitor behavior with built-in analytics
Differentiator, not a dealbreaker — weighs 1× in arena scoring · no product fully delivers this yet
Openness — open source, data portability, and self-hosting storiesOpenness· 4 items
Open source, data portability, and self-hosting stories
- must-have
ai-native userExport all of my data in open formats and leave
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- must-have
ai-native userSelf-host the core product
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- should-have
ai-native userDo everything through the API that I can do in the UI
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userRead the product's source under an open license
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
Pricing limits — free-tier ceilings, usage caps, and rate limits before you have to payPricing limits· 7 items
Free-tier ceilings, usage caps, and rate limits before you have to pay
- must-have
devops-leadThe CPU and wall-clock execution time limits for functions so I can tell whether long-running or agentic workloads will fit
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- must-have
devops-leadThe exact overage fee schedule for exceeding plan usage limits (bandwidth, invocations, build minutes) before I get billed
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- should-have
devops-leadSet hard spending limits to control my cloud costs
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
devops-leadWhether pricing is per-seat with minimum seat counts that increase cost as my team grows
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
devops-leadPay only for active compute time rather than idle wall-clock time
Important, not disqualifying — weighs 2× in arena scoring · 2 of 6 products fully deliver this today
- should-have
devops-leadAttached disk/storage auto-grows with usage and I'm billed only for bytes actually written rather than pre-provisioned capacity
Important, not disqualifying — weighs 2× in arena scoring · 1 of 4 products fully deliver this today
- nice-to-have
devops-leadReceive migration credits when moving my production infrastructure to a new platform
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 1 of 6 products fully deliver this today
Privacy posture — data-handling and privacy storiesPrivacy posture· 4 items
Data-handling and privacy stories
- must-have
ai-native userPrevent my data from being used to train AI models
Core requirement — weighs 3× in arena scoring · no product fully delivers this yet
- should-have
ai-native userChoose where my data is stored (region/residency)
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userControl data retention and deletion
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
ai-native userOpt out of telemetry and usage tracking
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
Storage data — storing and moving data — persistence, formats, durabilityStorage data· 7 items
Storing and moving data — persistence, formats, durability
- must-have
developerProvision a fully-managed Postgres database with point-in-time recovery, replicas, and high availability
Core requirement — weighs 3× in arena scoring · 1 of 6 products fully deliver this today
- should-have
developerServe static assets faster using a global CDN with edge caching
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
developerConnect my code to external services like databases, APIs, and storage through native bindings with minimal boilerplate instead of hand-wiring SDKs and credentials
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
developerUse a Redis-compatible key-value store for low-latency caching and job queues
Important, not disqualifying — weighs 2× in arena scoring · 1 of 6 products fully deliver this today
- should-have
developerPersist user-generated uploads using built-in object storage
Important, not disqualifying — weighs 2× in arena scoring · no product fully delivers this yet
- should-have
developerQuery a serverless SQL database directly from my code with no connection management
Important, not disqualifying — weighs 2× in arena scoring · 2 of 6 products fully deliver this today
- nice-to-have
developerResize and optimize images on demand via a built-in image CDN
Differentiator, not a dealbreaker — weighs 1× in arena scoring · 1 of 4 products fully deliver this today
Full evidence behind every verdict lives on the arena page and each product page — chips above deep-link straight to the judged story.