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

# Decks viewer

When sharing your deck to investors, you ideally need a nice
slide UI to present the data to them. You also need that to do either of the
following:

* Accept emails and use that as part of your fundraising crm
* Prevent unauthorized access by locking the deck down with passwords hence you are in communication
  with everyone who views it and can add that to your fundraising pipeline .

The deck viewer is open sourced too. You can find it [on Github](https://github.com/ayinke-llc/malak-deck) and
install from there

## Configuration

```txt theme={null}
NEXT_PUBLIC_SENTRY_DSN=
NEXT_PUBLIC_API_URL=link_to_your_malak_backend
```

## Installation

It is a quite small and simple NextJS so you can either use Vercel, Netlify or anywhere really

### One click installations

Coming soon
