Buildboard user docs

This is the user-facing documentation area for Buildboard. It should stay current as the product evolves.

What Buildboard does

Buildboard gives a small product team one public place for feedback, roadmap visibility, and changelog updates.

Current user flows

Auth and workspace setup

Buildboard is moving toward a more direct self-serve product flow: signup, email verification, login, and password recovery. The current scaffold still reflects earlier auth work, but the product direction is now more account-led than waitlist-led.

The public workspace route scaffold currently follows the pattern /w/your-slug.

For the implementation direction, see the auth + hardening roadmap or try the current auth UI scaffold at /auth.html.

Owner settings flow

The owner dashboard is evolving to let a founder manage the basics of their workspace directly. The first settings flow focuses on:

This is the foundation for later owner-side flows like feedback moderation, embed setup, and roadmap/changelog management.

Embed overview

The free-tier embed will keep visible Buildboard attribution and expose targetable CSS classes so the host site can adapt colors and spacing.

<iframe src="https://buildboard.italyinsider.net/embed/your-slug" width="100%" height="760" style="border:0;border-radius:12px;" loading="lazy"></iframe>

The live scaffold route is /embed/your-slug.

Embed CSS class reference

Example host-side CSS override

.bb-embed {
  --host-accent: #f97316;
}

.bb-embed__header,
.bb-embed__card {
  border-color: rgba(249, 115, 22, 0.35);
}

.bb-embed__button {
  background: var(--host-accent);
}

Feedback to roadmap workflow

Buildboard is evolving toward a visible loop:

Related pages

Docs roadmap