About Us


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

Born out of a passion for serverless architecture, this hobby project is inspired by AWS Lambda and API Gateway. It’s designed to let users explore, create, and deploy serverless applications. Our services are EU-based and hosted entirely within the EU, ensuring compliance with regional data protection standards.

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


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