UniQuick

A "deploy in one prompt" backend for AI-built web apps at Illinois. Faculty and students ask their AI coding agent for an app—a poll, a guestbook, a live dashboard, an AI tutor—and it goes live on a campus URL in seconds. Illinois sign-in, shared data, file uploads, realtime, and AI are already wired in: no accounts, no API keys, no servers to manage. A lightweight on-ramp that gives non-developers a reason to start building with agents.

1 Prompt to Live
5 Built-in Services
0 Config Required

From Prompt to Live URL

No accounts to create, no API keys to manage, no servers to provision

💬

1. Ask Your Agent

Describe the app you want to any AI coding agent—Claude Code, Cursor, Codex, or anything that speaks MCP. UniQuick ships an npm package and an MCP server so the agent knows how to build against the platform.

  • npx -y uniquick — CLI, no clone needed
  • npx -y -p uniquick uniquick-mcp — MCP server
  • Agent-neutral onboarding at /start

2. Deploy in One Command

The agent generates a static front end and deploys it to a campus URL at /s/<slug>/. The browser SDK is served from /sdk.js—every backend service is one function call away, with zero configuration.

  • Sites served at quick.disruptionlab.illinois.edu/s/<slug>/
  • Capability-URL file uploads
  • Deploy tokens scoped per site
🌍

3. Share & Discover

Owners flip a switch to publish to an opt-in public gallery, so colleagues can discover and reuse what others have built. A super-admin dashboard curates featured apps and tracks usage across campus.

  • Opt-in public gallery at /gallery
  • Owner dashboard at /my
  • View counts and featuring

Five Services, Already Wired In

The backend every AI-built app needs—without writing or hosting any of it

🔑

Illinois Sign-In

  • Entra ID (Azure AD) SSO
  • Every visitor verified by NetID
  • No accounts to build or manage
📊

Shared Data

  • Per-site Postgres-backed storage
  • Read/write from the browser SDK
  • No schema or migrations to manage
📤

File Uploads

  • Azure blob store backend
  • Capability-URL upload links
  • Deployed site files served from blob
📡

Realtime

  • WebSocket rooms out of the box
  • Live cursors, presence, multiplayer
  • No socket server to stand up
🤖

AI

  • Azure OpenAI proxy (gpt-4o-mini)
  • No API keys for builders
  • Per-visitor daily token budget
🔨

Platform

  • Fastify 5 ESM monolith on Azure
  • Browser SDK + CLI + MCP server
  • Open-source uniquick npm package

Why It Matters

Lowering the floor so non-developers can build with agents

An On-Ramp to Agentic Tools

The hardest part of an AI-built app isn't the front end—it's the backend: auth, a database, file storage, realtime, and an AI key. UniQuick removes all of it so a first prompt can actually ship something real on a campus URL.

Safe by Default

Every visitor is verified by Illinois sign-in, and AI usage is metered per end-user with a daily token budget—so a popular app can't run up campus AI cost, and the creator is never charged for their students' usage.

Open Source & Live

Running live on Azure at quick.disruptionlab.illinois.edu, with the client published as the open-source uniquick package on npm. One npx command—no clone, no setup—and an agent can start deploying.