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

# Quickstart

> This guide will walk you through setting up Micleo boilerplate. We will go through the process of cloning the project, installing dependencies, setting up your database and running the local development server.

### Create accounts

<CardGroup>
  <Card title="Supabase" icon="database" href="/dependencies/supabase/introduction">
    Database
  </Card>

  <Card title="Infisical" icon="key" href="/dependencies/infisical">
    SecretOps
  </Card>

  <Card title="Hookdeck " icon="key" href="/dependencies/hookdeck">
    Webhooks / Gateway - `optional`
  </Card>

  <Card title="Cloudflare" icon="cloudflare" href="/dependencies/cloudflare">
    Hosting
  </Card>

  <Card title="Stripe" icon="stripe-s" href="/dependencies/stripe">
    Payments
  </Card>

  <Card title="Doppio.sh" icon="image" href="/dependencies/doppio">
    HTML to image - `optional`
  </Card>

  <Card title="Unlayer" icon="newspaper" href="/dependencies/unlayer">
    Drag and drop Email Editor
  </Card>

  <Card title="hCaptcha" icon="robot" href="/dependencies/hcaptcha">
    Protect your apps from bots - `optional`
  </Card>
</CardGroup>

### Workspace - Repositories

The workspace is split into 2 folders:

1. `Micleo App - Front End` (the front-end Vue client)
2. `Micleo Edge functions - Back End` (the back-end Deno Edge functions + SQL templates + Email templates)

<Card title="Micleo App - Front End" href="/front-end">
  Quickstart
</Card>

<Card title="Micleo Edge functions - Back End" href="/back-end">
  Quickstart
</Card>
