art-gallery
activegreenDatabase
Aurora Postgresready
DATABASE_URL is set on the Vercel project — redeploy the frontend to pick it up. Reaching the cluster needs Secure Compute.
View the Actions runGet started — clone, develop with AI, and deploy
1
Clone the repo
git clone https://github.com/Nerdwallet-Experiments/art-gallery.git2
Open it with your AI editor
The repo ships an AGENTS.mdthat orients the agent to the layout, local dev, the deploy model, and this app's green guardrails.
cd art-gallery && claude…or open the folder in Cursor.
3
Let the agent deploy for you (optional)
Connect Runway's MCP server so Claude/Cursor can deploy, set env vars, and check status without leaving your editor. Mint a token at /settings/tokens, then add this URL:
/api/mcp4
Run it locally
cd apps/web && npm install && npm run dev5
Ship it
Hit Deploy above (or ask your agent to run deploy_app). Runway deploys the backend, wires its URL into the frontend, then deploys the frontend.
Deployments
- Sep 10, 2026, 04:35 PM
205da68 - Sep 10, 2026, 04:32 PM
d1d63c9 - Sep 10, 2026, 04:28 PM
b870e0e - Sep 10, 2026, 04:16 PM
8323cb3 - Sep 10, 2026, 04:05 PM
d1de3f9 - Sep 10, 2026, 03:04 PM
c269c91 - Sep 10, 2026, 02:44 PM
2c45647 - Sep 10, 2026, 02:25 PM
ad0107d - Sep 10, 2026, 02:21 PMbackendqueuedfrontendqueued
Environment variables
Frontend (Vercel)
No variables.
Backend (Lambda)
No variables.
Frontend vars sync to Vercel immediately. Backend vars are applied on the next deploy.