Fastposter Poster Generator is a powerful and efficient tool designed for quickly developing and designing posters. Simply upload the background image we select, then add the components you need in the corresponding positions, such as text, images, QR codes, or avatars, to easily and simply complete the poster production.
The author's GitHub project address is as follows:
https://github.com/psoho/fast-posterfastposter#
Supports the following features:
Supports docker deployment locally
Supports e-commerce production environment
Supports mainstream SDKs such as Java Python GO, etc.
Compatible with mainstream file formats such as png, jpeg, webp, etc.
Supports quick code export
If you don't have a server, you can directly visit the author's online website to try making it:
https://fastposter.net/demo/open/#
If you want to deploy it on a server, you just need to install docker. After that, run the command docker run -it --name fastposter -p 5000:5000 fastposter/fastposter to start the container. Then run firewall-cmd --permanent --zone=public --add-port=5000/tcp and firewall-cmd --reload to expose the port. Then access http://ip:5000 in the foreground. The deployed style looks like this.
There are specific example code on the page. You can also directly visit the developer documentation: https://fastposter.net/doc/sdk/ for better code integration.