Settings

Configure browser sessions for Freepik and TopView.ai. Credentials are used by the server's headless browser — they are never stored in plain text on disk. Add them to your server's .env file for persistence across restarts.

Freepik — Image Generation

Used to generate scene images with Nano Banana 2

TopView.ai — Video Generation

Used to animate images into video clips with Seedance 2.0

Persist credentials in .env

Add these to your server's .env file so sessions survive container restarts:

FREEPIK_EMAIL=your@email.com
FREEPIK_PASSWORD=yourpassword
TOPVIEW_EMAIL=your@email.com
TOPVIEW_PASSWORD=yourpassword

Browser session data is saved in /app/browser_data/ (Docker volume) — once logged in, credentials are only re-used on session expiry.