Marketplace Starter Kit
Seller center

Dashboard

1. Overview

The Seller Center is the core management interface for Sellers on the marketplace. It provides structured access to all listing-related activities, including editing listing content, managing guest conversations, reviewing bookings, reading feedback, and tracking payouts.

The Dashboard is designed as listing-based—that is, each listing has an individual dashboard. Metrics across listings are not aggregated in a single dashboard.


2. Visual Reference

Seller Center Dashboard

Empty state

Dropdown listing selector


3. Core Experience

Modular by design

The codebase is structured in a modular, component-based way—making it easy for your team to modify, replace, or extend individual flows to fit your unique marketplace model. Whether you’re adjusting pricing logic, onboarding steps, or messaging behavior, customization is straightforward and isolated.

3.1 Seller Center Homepage

When a Seller accesses the Seller Center, he/she will be redirected to the dashboard of one of the listings. The following is the logic:

  • If Seller has published listings, the Seller will be redirected to the dashboard of latest listing.
  • If Seller has no published listing, but has unpublished listing, the Seller will be redirected to the dashboard of the unpublished listing.
  • If the Seller has neither published nor unpublished listing, an empty state is shown with CTA buttons:
    • Return to Peerspace: Redirects to the main browsing interface.
    • Add a space: Opens Create Listing flow.

3.2 Listing Dropdown

The Seller navigates between his/her listings via Listing Dropdown. The dropdown includes:

  • Published Listings: Click-through lands on the Overview tab of the selected listing.
  • Unpublished Listings: Click-through lands on the unfinished Create Listing flow.
  • Add new space: Starts a new listing draft.

💡 The Platform may add search or filter capability in dropdown for Sellers with 10+ listings.


4. Common Platform Customizations

CustomizationDescription
Tab visibilityShow/hide navigation tabs depending on the Platform’s purpose
Listing statusAdd colored badges (e.g., red for Unpublished) for clarity in the dropdown
Dashboard metricsDisplay metrics like Cancellation Rate, Average Response Time