Today's Goal: Build Your Own Web Page
In this article, you'll create your very own web page — just by talking to AI. When you're done, you can share it with family and friends online.
If you followed our previous article, "Try Antigravity," you're familiar with the interface. Today, we're completing an actual project.
What We're Building: A Hobby Showcase Page
We'll create a web page showcasing a personal hobby. Feel free to substitute your own interests. For this example, we'll use "home gardening."
Step 1: Create a Project
Log into Antigravity (idx.google.com) and create a new project using the "HTML" template.
Step 2: Ask AI to Build the Foundation
Type something like this in the AI chat:
You: "Create a web page about my home gardening hobby.
Include:
- Page title: 'Jane's Garden Journal'
- A brief intro (hobbyist gardener for 3 years)
- List of vegetables I'm growing
(tomatoes, cucumbers, eggplant, basil)
- A section about recent harvests
- Green color scheme, soft and warm
- Mobile-friendly layout"
In seconds, AI generates the HTML and your page appears in the preview panel.
Step 3: Refine What You See
If something isn't quite right, just tell AI what to change.
You: "Make the text a bit larger.
Also, add 'Contact me by email' at the bottom."
You: "Turn the vegetable list into a table
with planting and harvest seasons."
AI: "Converting to a table format:
| Vegetable | Plant | Harvest |
|-----------|-----------|-------------|
| Tomatoes | March | July-Aug |
| Cucumbers | April | June-Aug |
| Eggplant | March | July-Sept |
| Basil | April | June-Oct |
Updating the HTML now."
Step 4: Make the Design Beautiful
You: "Add a large header at the top that says
'Jane's Garden Journal' with a dark green
background and white text."
You: "Add divider lines between sections and
use a rounded card design for each section."
You don't need to know anything about design. Just describe what you want, and AI applies professional styling.
Step 5: Review Your Finished Page
The preview panel shows your completed creation. Scroll through to see the whole thing.
Your finished page:
┌─────────────────────────────┐
│ Jane's Garden Journal │ ← Header
├─────────────────────────────┤
│ 👩🌾 About Me │
│ Hobbyist gardener, 3 years │
├─────────────────────────────┤
│ 🌱 What I'm Growing │
│ Tomatoes, cucumbers, ... │
├─────────────────────────────┤
│ 📝 Recent Harvests │
│ Last week, my first... │
├─────────────────────────────┤
│ 📧 Contact │
└─────────────────────────────┘
Ideas for More Customization
Once the basics are done, try requesting extras:
"Add a section where I can display photos"
"Make smooth scrolling navigation links"
"Add a visitor counter"
"Change the background based on the time of day"
AI will implement what it can, progressively enhancing your page.
Your Takeaway — With AI, You Can Build Anything
Today, you went from zero coding knowledge to a finished web page. That's genuinely impressive.
All it took was describing what you wanted. AI turned your words into a real, working creation. If this experience made you think "I can actually do this" — that's exactly the feeling we hoped for.
In the next article, we'll explore the many ways non-programmers can use AI development tools in their daily lives.