# Hyperflow v2.0

{% hint style="success" %}
In Apr 2025, we've released Hyperflow v2.0 ( HF2 ), which has been re-architected to support a number of new capabilities.
{% endhint %}

## What is Hyperflow?&#x20;

**Hyperflow is Sygnal's rapidly expanding framework of reverse-proxy-based services, specifically designed for Webflow-hosted sites.**

We have a huge range of capabilities including;

* Hyperspeed edge-caching and performance enhancements for your sites &#x20;
* Custom files & folder, including Apple Pay and other .well-known compliance files&#x20;
* Webflow User Accounts enhancements- full user info anywhere, anytime, throughout your site&#x20;
* Live integration of external resources, like Google Docs content directly on your pages&#x20;
* Custom path rewriting&#x20;
* Split Localized Webflow sites into multiple Locale-spedific domains  &#x20;
* Middleware custom APIs for secure access to your favorite APIs and services.&#x20;

There are so many things, we're too excited to tell you about.

## What's New in HF2?&#x20;

### Microservices&#x20;

**Hyperflow 2.0** uses a Cloudflare-based infrastructure and is architected as collection of individually configurable microservices. &#x20;

Benefits;&#x20;

* More flexible service pipeline.  Multiple services can work on the same page to deliver the same site.&#x20;
* Both global and service-level configurations&#x20;
* Individual micro-service code repos, teams, and upgrade cycles&#x20;

### Logging

We now support logging to external services, currently Posthog. Other logging providers can be supported on request.&#x20;

{% hint style="success" %}
One of the primary benefits of this approach is that each Hyperflow App can now be managed in a separate Github repo, with separate development teams working on them.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hyperflow.sygnal.com/overview/v5.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
