> For the complete documentation index, see [llms.txt](https://uniquevc.gitbook.io/unique-venture-clubs-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uniquevc.gitbook.io/unique-venture-clubs-docs/technology-and-security/technology/platform-architecture.md).

# Platform Architecture

This is what our platform is built from.

Unique.vc consists of 3 core components:&#x20;

### 1. Unique dApp&#x20;

[Unique dApp](https://unique.vc/) is a React web application that represents the platform’s frontend. It allows people to connect their wallets and start [creating](broken://pages/Rgl5SwKUHFZMF3l5aW2J) and [joining](broken://pages/gAXcPfUOc3rogfMqREhi) Venture Clubs.&#x20;

### 2. Backend&#x20;

The backend consists of a server application written in NextJS and a Postgres database which are hosted on a securely configured cloud infrastructure. The backend is used as a supporting component for the Unique dApp and is responsible for handling non-sensitive off-chain data and files, such as descriptions, tags and images/avatars.&#x20;

### 3. Blockchain Programs&#x20;

Blockchain programs are the core of our platform. They provide on-chain instructions for managing clubs and club assets (governance and financial configurations, memberships, proposals, etc.) with which the users are interacting through the Unique dApp component.
