💬Prompt Engineering

Prompting Basics

Learn the fundamentals of writing effective prompts.

Prompting Basics

Learn how to write effective prompts for AI app building.

The Golden Rule

Be specific about what you want, but let AI decide how to implement it.

Anatomy of a Good Prompt

  1. 1
    Action: What should happen? (Add, Create, Change, Fix, Remove)
  2. 2
    Subject: What are we working on? (button, form, page, feature)
  3. 3
    Details: Specifics like color, size, behavior, location
  4. 4
    Context: Why or for whom? (optional but helpful)

Weak Prompts

  • "Make it better"
  • "Add some features"
  • "Fix the design"
  • "It's not working"

Strong Prompts

  • "Add a blue submit button below the form"
  • "Create a pricing page with 3 tiers"
  • "Make the header sticky on scroll"
  • "The login form shows an error - email validation is failing"