A small, production-shaped starter for Replit and other AI app builders. It adds one Pollinations image-generation feature while keeping POLLINATIONS_API_KEY on the server.
Import this public repository with Replit rapid import, then add POLLINATIONS_API_KEY in Replit Secrets and press Run.
The included replit.md and .agents/skills/pollinations/SKILL.md give Replit Agent current, security-conscious Pollinations context.
export POLLINATIONS_API_KEY=sk_your_key_here
npm startOpen http://localhost:3000.
Import lovable-skill/SKILL.md as a public GitHub Skill, then use a focused prompt such as:
build an image-generation page with a prompt field, loading and error states, and a generated image result. use the Pollinations skill for the server-side integration and never expose a secret key in browser code.
For a one-click starting prompt, use Build with Lovable.
Use https://gen.pollinations.ai/docs and the live model endpoints. Do not copy a static model list into a template or an AI-agent instruction file.