Level Up Your AI Project

Stage 2: Features, Design & Databases

You've got a live website—congratulations! Now let's make it actually useful. In this guide, you'll learn how to add features, customize the design, connect a database, and start new projects from scratch. Same approach as before: just tell AI what you want in plain English.

Let's keep building.

Part 1

Add New Features

Your site works, but it could do more. The great thing about AI is that adding features is as simple as describing what you want.

1

Think About What's Missing

Open your site and use it like a visitor would. What's missing? A contact form? A pricing page? A photo gallery? Write down 1–2 things you want to add.

2

Describe It to AI

Go back to Antigravity, open the AI chat, and describe what you want. Be specific about what it should do, not how to code it.

Example prompts:

Add a contact form with fields for name, email, and message. When someone submits it, show a thank you message.
Add a pricing section with three tiers: Basic ($9/mo), Pro ($29/mo), and Enterprise (Contact Us).
Add a FAQ section with 5 questions about our service. Make each question expandable.
3

Review What AI Built

After the AI generates code, look at the preview. Does it look right? Does it work when you click around? If something's off, just tell the AI:

  • “Make the form wider”
  • “Change the button color to blue”
  • “Add a phone number field too”

Pro Tip: You can go back and forth with AI as many times as you need. Each change usually takes seconds. Don't settle—keep refining until it looks exactly how you want.

4

Push Your Changes Live

Once you're happy, tell AI: “Push these changes to GitHub.” Your site on Vercel will automatically update within a minute or two.

Part 2

Change Design & Branding

Your site works, but maybe it doesn't look like your brand yet. Let's fix that.

1

Know What You Want

Before talking to AI, think about your brand:

  • What colors represent your brand? (e.g., “navy blue and gold”)
  • Do you have a logo? (you can drag it into Antigravity)
  • What feeling should your site give? (e.g., “professional and trustworthy” or “fun and playful”)
2

Tell AI Your Brand Style

Example prompts:

Change the color scheme to navy blue (#1a365d) as the primary color and gold (#d69e2e) for accents.
Make the design feel more modern and minimal. Use lots of white space, thin fonts, and subtle shadows.
Make this look like a premium SaaS product. Clean, professional, with a dark mode option.
3

Use Screenshots as References

If you see a website you love, take a screenshot and drag it into Antigravity's chat. Then say:

  • “Make my site look similar to this style”
  • “I like the header layout from this screenshot. Can you make mine similar?”

Pro Tip: This is one of the most powerful tricks. AI can understand screenshots and recreate design patterns. Found a site you love? Screenshot it and use it as a reference.

4

Fine-Tune the Details

Once the big changes look right, dial in the details:

  • “Make the heading font bigger”
  • “Add more space between sections”
  • “Make the buttons more rounded”
  • “The text is hard to read—increase the contrast”
Part 3

Connect a Database

Right now your site is like a digital brochure—it shows information but can't remember anything. A database changes that.

1

What's a Database? (Plain English)

A database is just a place to store information. Think of it like a spreadsheet that your website can read and write to automatically.

When someone fills out your contact form, the database saves their info. When you want to see all submissions, the database gives them back. It's storage for your site's data.

2

Sign Up for Neon

Neon gives you a free database in the cloud.

  1. Go to neon.tech and sign up (free tier is plenty)
  2. Click “Create Project” and give it a name (same as your website name works)
  3. You'll get a “connection string”—it looks like a long URL. Copy it.

Pro Tip: Your connection string is like a password for your database. Don't share it publicly or put it in your code directly.

3

Tell AI to Add the Database

Go back to Antigravity and tell the AI:

I want to connect a Neon Postgres database. My connection string is: [paste it here]. Store contact form submissions in the database.
Add a database to store user signups. Use Neon Postgres.

The AI will set everything up—creating tables, connecting your forms to the database, and making it all work together.

4

Add Your Connection String to Vercel

For your live site to use the database:

  1. Go to your project on vercel.com
  2. Click SettingsEnvironment Variables
  3. Add a variable called DATABASE_URL with your connection string as the value
  4. Redeploy your site (Vercel will prompt you, or tell AI to push again)
5

Test It

Fill out a form on your live site. Then ask AI: “Show me a way to view the data in my database.” It can create a simple admin page or you can use Neon's dashboard directly.

Part 4

Build Something Different

You've learned the process. Now apply it to anything.

1

Start Fresh

Create a new folder in your Development directory. Open it in Antigravity. You already know the drill.

2

Pick a Project

Not sure what to build? Here are some ideas:

Portfolio site

Showcase your work, projects, or resume

Landing page

Promote a product, service, or event

Blog

Share your thoughts with a built-in post editor

Dashboard

Track metrics, display data, manage information

Online store

Sell products with a catalog and cart

Booking page

Let clients schedule appointments

3

Apply What You've Learned

Every project follows the same pattern:

  1. Describe what you want to AI
  2. Review and refine until it looks right
  3. Push to GitHub
  4. Deploy on Vercel
  5. Add a database if you need to store data

That's it. That's the whole process. Whether you're building a simple landing page or a full web app, these are the same steps.

Keep Learning

The best way to learn is to build. Here are some tips to keep growing:

  • Build something every week, even if it's small
  • When you see a website you like, try to recreate it
  • Read the code AI writes—you'll start recognizing patterns
  • Join communities where people are building with AI

The more you build, the better you get. There are no shortcuts—just reps.

If you went through this guide and found yourself genuinely hooked—if you're already thinking about what to build next—we'd love to have you.

Built with AI is a community of people who are building with these tools 5–10 hours a day. We share what's working, debug together, and push each other to ship. It's not a casual interest group—it's for people who can't stop building.

Join the Community