Tips & Tricks

Advanced tips to get the most out of Looops AI website generator. Power user guide for faster building.

Become a Looops power user with these tips and tricks. Work faster and get better results.

Keyboard Shortcuts

Essential Shortcuts
ShortcutAction
⌘ + EnterSend message
⌘ + KQuick command palette
⌘ + /Toggle chat focus
⌘ + BToggle file browser
⌘ + PQuick file open
⌘ + Shift + PCommand palette

Productivity Tips

Batch Your Requests

Instead of multiple small prompts, combine related changes:

❌ Slow:

"Change the button color to blue" "Make the button larger" "Add a hover effect"

✅ Fast:

"Update the buttons: make them blue, larger, and add a subtle hover effect with shadow"

Use Context References

Reference existing elements by name:

"Make the hero section match the pricing section style" "Use the same card style as the features for testimonials"

The AI understands your existing design system.

Be Explicit About Scope

Tell the AI exactly where to make changes:

"Only in the header, change..." "On the about page only..." "In the mobile view..."

This prevents unintended changes elsewhere.

Design Tricks

Get Consistent Styling

Ask the AI to create a design system first:

"Create a design system with:

  • Primary color: #1985FF
  • Secondary: #10B981
  • Font: Inter
  • Border radius: 8px for cards, 4px for buttons

Then apply it to the whole site."

Responsive First

Mention mobile early:

"Create a responsive hero section that works great on mobile first, then desktop"

Mobile-first often produces cleaner designs.

Animation Best Practices

For smooth animations:

"Add subtle animations—nothing flashy:

  • Fade in sections on scroll
  • Gentle hover states
  • 200ms transitions Keep it professional."

Content Tips

Let AI Write Copy

Short on content? Ask for help:

"Write compelling copy for a SaaS landing page about [product]. Focus on [benefit]."

Then refine:

"Make the headline punchier" "Add more urgency to the CTA"

Placeholder Content

For faster prototyping:

"Use placeholder content for now—lorem ipsum for text, placeholder.com for images"

Replace later when you have real content.

Debugging Tips

When Things Break

If the AI breaks something:

  1. Use version control: Rollback to the last working version
  2. Be specific: Describe exactly what's broken
  3. Ask for diagnosis: "Why is the mobile nav broken?"
Performance Issues

If the site feels slow:

"Optimize the page performance:

  • Lazy load images
  • Reduce bundle size
  • Remove unused CSS"

Advanced Techniques

Component Reuse

Ask for reusable components:

"Create a reusable Card component I can use for features, testimonials, and team members"

Then:

"Use the Card component for the pricing tiers too"

Conditional Content

For dynamic sections:

"Only show the 'Pro' badge on the pricing card if the tier is Pro or higher"

The AI can add logic to your components.

Next Steps