> For the complete documentation index, see [llms.txt](https://almaze.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://almaze.gitbook.io/docs/frontend-technologies.md).

# Frontend Technologies

#### [Core Technologies](/docs/frontend-technologies.md)

* **Framework**: Next.js 14
* **UI Library**: React
* **State Management**: Redux Toolkit
* **Authentication**: Privy
* **Styling**: Tailwind CSS

#### [Key Frontend Features](/docs/frontend-technologies.md)

* **Responsive Design**: Mobile and desktop-friendly
* **Real-time Agent Interaction**: RestAPIs-powered updates
* **Secure Authentication**: Privy-managed user sessions
* **Performance Optimization**: Server-side rendering
* **Dynamic Agent Visualization**: Interactive agent status and workflow

#### [Authentication Flow](/docs/frontend-technologies.md)

1. User registers/logs in via Privy
2. Secure token generation
3. Role-based access control
4. Session management
