# Getting Started



{/* source: apps/web/lib/board-templates.ts */}

{/* source: apps/web/lib/plan-features.ts */}

Get up and running with FeedIndex in minutes.

## Create an account [#create-an-account]

Sign up at [feedindex.app](https://feedindex.app) using Google or a magic link. No password needed.

## Create your first board [#create-your-first-board]

After signing in, you'll land on the dashboard. Click **New Board** to create your first feedback board. Choose from three templates:

* **Feature Requests** — Collect and prioritize feature ideas
* **Bug Reports** — Track and resolve bugs reported by users
* **General Feedback** — Collect open-ended feedback

Each template comes with pre-configured statuses. You can customize statuses later in board settings.

## Share your board [#share-your-board]

Every board is accessible through your public portal at:

```
https://feedindex.app/p/[your-org-slug]/[board-slug]
```

Share this URL with your users so they can submit feedback and vote on existing posts.

## Plans [#plans]

FeedIndex offers three tiers:

|                                | Free | Starter   | Pro       |
| ------------------------------ | ---- | --------- | --------- |
| Boards                         | 1    | 3         | 10        |
| Posts per board                | 30   | Unlimited | Unlimited |
| Team members                   | 1    | 3         | 10        |
| Browser push to voters         | Yes  | Yes       | Yes       |
| Custom domain                  | —    | Yes       | Yes       |
| Roadmap                        | —    | Yes       | Yes       |
| CSV import                     | —    | Yes       | Yes       |
| Slack notifications            | —    | Yes       | Yes       |
| Completion emails to submitter | —    | Yes       | Yes       |
| Private boards                 | —    | —         | Yes       |
| Changelog                      | —    | —         | Yes       |
| Board analytics                | —    | —         | Yes       |
| Custom statuses                | —    | —         | Yes       |
| CSV export                     | —    | —         | Yes       |
| API keys                       | —    | —         | Yes       |
| Webhooks                       | —    | —         | 5         |
| Team audit log                 | —    | —         | Yes       |

## Next steps [#next-steps]

* [Explore the public portal](/portal) to see what your users experience
* [Embed the widget](/widget) on your website for in-app feedback
* [Configure Slack notifications](/integrations/slack) to stay on top of new submissions
