EquAIton

Build Your First AI App

Your companion for the workshop. Everything you need to build, test, and deploy your own AI-powered application.

TITAN Cover Generator Workshop
Signed in as

How This Works

Think of it like ordering at a restaurant. You hand the chef (Gemini AI) a detailed order (prompt), and the chef hands back a ready-made dish (your code file). Three orders, three files, one complete app.

📋
Step 01
Copy a Prompt
Open one of the prompt cards below and copy the text.
🤖
Step 02
Paste into Gemini
Go to Google AI Studio or Gemini and paste the prompt.
💾
Step 03
Save the Output
Copy the generated code and save it as the indicated file.

Three Prompts, Three Files, One App

Each prompt below generates one file of your app. Click a card to reveal the prompt, copy it, and feed it to the AI.

01
The Dining Room — HTML
Structure, layout, and everything the visitor sees

This prompt generates the HTML file, the skeleton of your application. Think of it as the dining room of a restaurant: the tables, chairs, menu board, and entrance.

💡 Save the AI's output as index.html.
02
The Interior Design — CSS
Colors, fonts, spacing, and the visual atmosphere

This prompt generates the CSS file, the interior designer of your restaurant. It takes the bare skeleton and makes it beautiful.

💡 Save the AI's output as styles.css.
03
The Staff — JavaScript
The logic, interactions, and the connection to the AI chef

This prompt generates the JavaScript file, the staff of your restaurant. It handles everything that happens: taking the photo, calling the AI, and presenting the finished cover.

💡 Save the AI's output as app.js. This is the brain of your app. Same folder as the other two files.

Gemini API Key

Your app needs an API key to talk to Gemini, the AI chef. Enter the secret code shared during the workshop to reveal it.

Enter the 6-digit workshop code to unlock the API key.

Copy this key and paste it into your app when prompted.

AIzaSyBEV8WxtJvNZ30o2PLX7Ulrc9dmIN52zcs

This key is shared for workshop use only. Please do not distribute it.

Ready-Made Files

Want the full-featured version without generating it yourself? Download these files, place them in one folder, and you are ready to deploy.

🏗️
index.html
The complete page structure with all form fields and layout.
↓ Download
🎨
styles.css
Dark theme, red accents, responsive design, and animations.
↓ Download
app.js
All the logic including Gemini API integration and cover generation.
↓ Download

Deploy Your App

Once your three files are ready and working locally, put them on the internet in under two minutes.

Create a project folder Put your three files (index.html, styles.css, app.js) into a single folder.
Go to Netlify Drop Open app.netlify.com/drop in your browser.
Drag and drop your folder Drag the folder onto the Netlify page. You will get a live URL within seconds.
Share your URL Your app is live. Send the link to anyone and they can generate their own covers.
🔗
Submit Your Live Link
Share your Netlify URL so we can see your creation

Once your app is deployed on Netlify, paste the URL below. This lets us feature your work in the EquAIton showcase gallery.