Code Arena, Arena.ai's platform for comparing AI coding models head-to-head, just made a significant leap. It started as a frontend prototyping sandbox where you could watch models build web UIs and vote on the results. Now it supports full-stack development: PostgreSQL databases, user authentication, third-party API integrations, and one-click deployments to Vercel. The pitch has changed from "compare models" to "build and ship real software."

What was missing before

Traditional benchmarks measure correctness: whether code compiles and passes a set of static test cases. Correctness matters, but it's only part of what defines real development. Building software is iterative and creative: you plan, test, refine, and repeat. Code Arena was already ahead of static benchmarks by letting models act as agents and build live apps. But the apps it could build had a hard ceiling: no login flows, no persistent data, no backend. That ruled out anything resembling a real product.

AI coding models are evolving faster than ever before. The question is no longer simply whether a model can write static code, but how well it can build real end-to-end applications. Fullstack Code Arena is Arena's answer to that question.

What's new

The update ships five concrete capabilities that weren't possible before:

  • Database integration: A PostgreSQL layer that lets agents generate code for database schemas, user authentication, and Row Level Security (RLS) , a Postgres feature that enforces access control at the database row level, so users can only read or write their own data.
  • Third-party API access: You can now securely pass in API keys to connect to external services , an OpenAI key for a chatbot, a Stripe key for payments, or any other REST API.
Alpha Signal

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves