# Quickstarts

Every quickstart is the same short path: install, authenticate, and send a first email through Bird's shared onboarding sender, with no domain setup. Each one is three copy-pasteable steps that end with a real `202` from the API, sent to a sandbox recipient so the outcome never depends on DNS or a mailbox. The SDKs and the CLI pick the API region for you; only the raw-HTTP page asks you to choose a host. Pick the page that matches your stack.

## TypeScript / Node.js

- [Node.js](/docs/get-started/quickstarts/typescript/email): a plain script with `@messagebird/sdk`.
- Frameworks: [Next.js](/docs/get-started/quickstarts/typescript/next-js/email), [Remix](/docs/get-started/quickstarts/typescript/remix/email), [Nuxt](/docs/get-started/quickstarts/typescript/nuxt/email), [SvelteKit](/docs/get-started/quickstarts/typescript/sveltekit/email), [Express](/docs/get-started/quickstarts/typescript/express/email), [Hono](/docs/get-started/quickstarts/typescript/hono/email), [Bun](/docs/get-started/quickstarts/typescript/bun/email), and [Astro](/docs/get-started/quickstarts/typescript/astro/email).

## Python

- [Python](/docs/get-started/quickstarts/python/email): a plain script with the Bird Python SDK.
- Frameworks: [FastAPI](/docs/get-started/quickstarts/python/fastapi/email), [Django](/docs/get-started/quickstarts/python/django/email), and [Flask](/docs/get-started/quickstarts/python/flask/email).

## Go

- [Go](/docs/get-started/quickstarts/go/email): a standard-library HTTP handler.
- [Gin](/docs/get-started/quickstarts/go/gin/email).

## No SDK

- [cURL](/docs/get-started/quickstarts/curl/email): the raw HTTP request, ready to paste into any terminal.
- [CLI](/docs/get-started/quickstarts/cli/email): send from your shell with the `bird` CLI, no code at all.

## Next steps

Want the concepts behind the happy path? [Send your first email](/docs/get-started/send-your-first-email) walks through API keys, regions, and what happens after the `202`. Building with an AI assistant? Start at [AI onboarding](/docs/get-started/ai-onboarding).