Live URLs are perfect for generating AI placeholder images during development.
Unlike generic placeholder services that show gray boxes or random stock photos,
Banatie generates contextual images that match your design intent.
Traditional placeholder services give you gray rectangles or random photos
that have nothing to do with your actual content.
With Banatie Live URLs, you describe what you need and get a relevant AI-generated image instantly.
Your mockups look real. Client demos make sense. Prototypes feel complete.
Quick Start
Use a Live URL directly in your <img> tag:
`}
language="html"
filename="Basic Usage"
/>
First request generates the image. Subsequent requests serve from cache instantly.
Common Sizes
Use the aspectRatio parameter for standard sizes:
`}
language="html"
filename="Size Examples"
/>
Dark Mode Placeholders
For dark UI interfaces, include dark theme hints in your prompt:
Keywords like "dark background", "moody lighting", "dark theme", and "night mode" help generate dark-friendly images.
Profile Avatars
Generate realistic avatar placeholders for user profiles:
`}
language="html"
filename="Avatar Examples"
/>
Tips for Better Results
•
Be specific
"modern minimalist office with plants" works better than "office".
•
Include style hints
Add "photorealistic", "illustration", "3D render", or "flat design" for consistent style.
•
Use scopes to organize
Group related placeholders: /live/avatars/, /live/products/, /live/backgrounds/.
•
Same prompt = same image
Cached results mean consistent placeholders across your app.
>
);
}
```
---
## Verification
After all changes:
1. Run `pnpm dev` in `apps/landing`
2. Check `/docs/live-urls/` — verify new "Placeholder Images" section
3. Check `/docs/guides/` — verify guides index page
4. Check `/docs/guides/placeholder-images/` — verify guide content
5. View page source — verify SEO metadata on all pages
---
## Done criteria
- [ ] live-urls SEO metadata updated with placeholder keywords
- [ ] live-urls page has new "Placeholder Images" section with examples
- [ ] `/docs/guides/` index page created
- [ ] `/docs/guides/placeholder-images/` guide created
- [ ] All pages render without errors
- [ ] sitemap.ts includes new pages (may need manual update)