---
title: Micepad Docs
description: How Micepad Studio actually works — written from the product, not the marketing site.
sidebar:
  order: 1
---

Micepad is a multi-tenant event platform. Organizers work in **Studio**. Attendees use public registration pages, kiosks, and the Event App.

This site is the product and API reference. Step-by-step how-tos for organizers and attendees stay on the [help center](https://help.micepad.co).

<CardGroup cols={2}>
  <Card title="Studio" href="https://studio.micepad.co" icon="rocket">
    Production organizer app
  </Card>
  <Card title="Help center" href="https://help.micepad.co" icon="life-buoy">
    Gist knowledge base — not this site
  </Card>
  <Card title="API reference" href="/reference" icon="code">
    OAuth 2 API generated from Studio
  </Card>
  <Card title="Marketing site" href="https://micepad.co" icon="globe">
    micepad.co
  </Card>
</CardGroup>

## Hosts

| Host | What it is |
| --- | --- |
| [studio.micepad.co](https://studio.micepad.co) | Production Studio |
| [launchpad.micepad.co](https://launchpad.micepad.co) | Alpha / staging |
| [micepad.co](https://micepad.co) | Marketing site |
| [help.micepad.co](https://help.micepad.co) | Help articles (Gist) |
| [docs.micepad.co](https://docs.micepad.co) | This documentation |

Public event pages, registration forms, Event App, and kiosks are served from `micepad.co` and event-specific hosts. Studio stays on `studio.micepad.co`.

## What you can run

An **account** owns many **events** (`Gathering` in the product). Each event can turn on:

- **Registration** — open form, RSVP, ticketing, check-in only, or an external form
- **Onsite** — staff check-in, kiosks, badge printing, app-login QR
- **Event website** — public site builder
- **Event App** — attendee PWA (agenda, speakers, Q&A, exhibitors, live stream)
- **Content** — schedule, speakers, documents, surveys, seating
- **Expo & sponsors** — exhibitors, booths, lead capture, passport
- **Communication** — email campaigns and automated emails
- **Analytics** — reports and exports

:::note
Some modules are plan-gated. Registration forms and email campaigns need Starter or Pro. Badge templates need Starter or higher. Kiosks need Pro. Event App, lead retrieval, and expo passport are add-ons.
:::

## Next

<CardGroup cols={2}>
  <Card title="Get started" href="/getting-started" icon="play">
    Sign in and create an event
  </Card>
  <Card title="Registration" href="/registration" icon="ticket">
    Forms, RSVP, and tickets
  </Card>
  <Card title="Onsite" href="/onsite" icon="qr-code">
    Check-in, kiosks, and badges
  </Card>
  <Card title="API" href="/api" icon="key">
    OAuth 2 for attendees and check-in
  </Card>
</CardGroup>
