BunshipBunship
Integrations

Admin Console

Operational cockpit for customer support, billing review, wallet control, AI governance, and CMS.

If you run a SaaS product, this is where your team spends time every day after launch.

Feature Page Screenshot

Admin console entry page (English)

Included Admin Domains

  • Dashboard stats: orders, users, revenue, growth
  • Customers, orders, products, wallets
  • Affiliate levels and withdrawal reviews
  • AI model/rate-limit management
  • CMS post/category/tag operations

Route Map

  • Frontend admin pages: apps/ship/src/app/[locale]/(admin)/admin/*
  • Admin API prefix: /v1/admin/*
  • API assembly: apps/ship-api/src/module/admin/index.ts

High-Value Modules

  • .../admin/users
  • .../admin/orders
  • .../admin/wallets
  • .../admin/affiliate
  • .../admin/ai-models
  • .../admin/cms

What Buyers Should Do Before Launch

  1. Define admin role boundaries and account provisioning flow.
  2. Confirm manual wallet/withdrawal actions are auditable.
  3. Verify key dashboards match your business definitions.
  4. Add internal SOP for incident handling (billing, AI failures, refunds).

Operations Checklist

  1. All sensitive actions require authenticated admin access.
  2. Search/filter/pagination perform well on real data volume.
  3. Admin actions do not bypass ledger/invoice correctness.
  4. EN/ZH admin copy is ready for your team.

Next Steps