What you get
- Create and edit visuals inside the post composer.
- Work with templates, text and brand assets.
- Update designs in place without re-uploading finished files.
- Reuse and modify visuals across scheduled posts.
Setup
1
Create a Polotno account
Sign up at polotno.com and open the
API dashboard to generate an
API key.
2
Add the API key to PostQueen
Set In
NEXT_PUBLIC_POLOTNO in your environment to the key from
the Polotno dashboard:docker-compose.yaml:3
Restart PostQueen
PostQueen reads
NEXT_PUBLIC_POLOTNO on the server for each
request, so recreating the container picks up the new value:
run docker compose down, then docker compose up -d. Running
from source, restart the dev server.Licensing
Polotno bills you separately, and a production key is not free.- You buy and renew the license directly through Polotno.
- PostQueen does not bundle, resell or proxy Polotno licenses.
- Polotno bills you and sets its own terms.
Reference
- Env var:
NEXT_PUBLIC_POLOTNO - Polotno docs: polotno.com/docs
- Polotno pricing: polotno.com/pricing