Show HN: Thread4.eu – Platform to deploy a Python function to the web in seconds
4 joexbayer 0 7/27/2025, 11:25:01 AM thread4.eu ↗
Hi! I’ve always wanted a simple way to throw my Python projects online. Just to try things out, share them, or test a webhook with a real endpoint. But every time I hit the same wall: Buy a server, Set up HTTPS, Configure DNS, Get a domain. Write boilerplate to glue it together.
It always felt like too much for something so small that I wanted to test.
So Ive been hacking on Thread4 (currently in alpha): a tiny platform where you can write a Python function and go live instantly at yourname.thread4.eu. It’s not for production use, just quick testing, experimenting, or sharing your idea without setting anything up. Everything runs in Docker, hosted in the EU
Some example sites ive built using it: https://bookshelf.thread4.eu/ https://mealby.thread4.eu/ https://mock.thread4.eu/
Would love some feedback or any ideas!
No comments yet