> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperminds.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# HyperUI Framework

> Transform AI responses into rich, interactive interfaces with the standardized and optimized HyperUI framework.

## Problem analysis

While the current state of AI-powered interfaces is an improvement over traditional interfaces in many regards, it is also a massive step back in some key aspects. Over the past decades, systems have evolved from text-based interfaces to rich, interactive experiences optimized for their task. Many agentic applications take us back to the interface stone age.

<img className="block" src="https://mintlify.s3.us-west-1.amazonaws.com/notyetknown/images/hyperui_problem.png" alt="HyperUI" />

This example illustrates how AI is successfully leveraged to make the retrieval of token information trivial, but fails to effectively communicate its findings back to the user.

***

## Solution

HyperUI is a framework that elevates any AI interaction into rich, interactive interfaces. This allows all types of agentic applications to leverage the best of both worlds, to actually provide a superior user experience.

<CardGroup>
  <Card title="Universal support">
    Supports any AI interaction, including all actions performed during function calling.
  </Card>

  <Card title="Framework agnostic">
    Works with any modern front-end framework, such as React, Vue, or Angular
  </Card>

  <Card title="LLM optimization">
    Does not introduce any overhead, optimized for LLMs
  </Card>
</CardGroup>

<img className="block" src="https://mintlify.s3.us-west-1.amazonaws.com/notyetknown/images/hyperui_solution.png" alt="HyperUI" />

***

<Warning>
  HyperUI is currently under development. This page describes the vision of HyperUI, but does not yet reflect the current state of the project nor guarantee the functionality described. Read the full [disclaimer here](/legal/disclaimer).
</Warning>
