Files
GibSend/apps/docs/introduction.mdx
KM Koushik b9643f41e1 Add basic documentation (#14)
* Docs MVP

* Change to mintlify

* Add more docs

* Init docs
2024-05-21 20:51:53 +10:00

34 lines
679 B
Plaintext

---
title: Introduction
description: "Unsend is Open source alternative to Resend, Sendgrid, Mailgun and Postmark etc."
---
## Setting up
Quicklinks to set up your account and get started
<CardGroup col={2}>
<Card
title="Add domain"
icon="globe"
href="https://app.unsend.dev/domains"
>
Add domains to send emails
</Card>
<Card
title="Create API key"
icon="key"
href="https://app.unsend.dev/api-keys"
>
Generate API key to send emails from your app.
</Card>
<Card
title="Try our API"
icon="code"
href="/api-reference/introduction"
>
Learn how to use our API to send emails programmatically.
</Card>
</CardGroup>