About Thread4


Welcome to our application! We're excited to have you here.

I’ve always wanted a simple way to put my Python Flask and FastAPI projects online, just to try things out, share them, or test them in a real-world setting. But every time, I’d hit the same roadblocks:

  • 1. Buying a server
  • 2. Setting up HTTPS and TLS
  • 3. Configuring DNS
  • 4. Purchasing a domain name

It felt like too much overhead for something that should be easy. So I built Thread4! A platform designed to make it effortless to deploy small apps and functions to the web without the hassle.

Everything is hosted entirely within the EU, ensuring your data stays compliant with strict European privacy standards.

Whether you're building a quick test API or want to share your latest idea with the world, Thread4 is here to help you get there faster.

Currently in alpha, this means most features are heavily limited and volatile. We're always looking for feedback, so please don't hesitate to reach out to us with any questions or suggestions.

If you have any questions, feel free to reach out to us at contact@thread4.eu


Studio

The Studio is the heart of our application. It allows you to create and manage your API routes, functions, and documents. The Studio is designed to be user-friendly and intuitive, making it easy for you to get started with serverless applications.

Try it out!

Image of the Studio Service
Image of the gateways

Gateways

Gateways allow users to group routes by a common prefix. This makes it easier to manage and organize your API. All users have access to a default gateway. Currently routes only support GET and POST requests.

Read more.

Functions

Create dynamic Python functions and associate them with a route. A custom Python engine running on FastAPI powers the functions. Functions are updated at runtime, so you can make changes without restarting the server.

Read more.

Image of the function editor
Image of the document editor

Documents (Work in progress)

Create rich text documents or HTML files and serve them from your API. Access to documents is allowed through a custom Python Module that can be imported into your functions.

Read more.

Dashbaord

The dashboard visualizes your Endpoints and their usage. Live updates are under construction.

Read more.

Image of the dashboard