No description
  • TypeScript 72.6%
  • CSS 26.1%
  • HTML 1.3%
Find a file
2026-05-13 12:31:29 +02:00
components/ui design 2026-05-13 11:58:40 +02:00
lib design 2026-05-13 11:58:40 +02:00
src personalisation 2026-05-13 12:31:29 +02:00
.gitignore first commit 2026-05-13 00:41:32 +02:00
components.json design 2026-05-13 11:58:40 +02:00
index.html design 2026-05-13 11:58:40 +02:00
metadata.json design 2026-05-13 11:58:40 +02:00
package-lock.json design 2026-05-13 11:58:40 +02:00
package.json design 2026-05-13 11:58:40 +02:00
README.md design 2026-05-13 11:58:40 +02:00
tsconfig.json design 2026-05-13 11:58:40 +02:00
vite.config.ts design 2026-05-13 11:58:40 +02:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/071e8c22-3500-499b-9dc2-b22ca89d3e61

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev