Conference Hub
Conference operations platform

Manage events, revenue, and attendees from one dashboard.

Conference Hub gives your team a clean landing page, protected login flow, and a modern admin dashboard for orders and analytics.

Protected pages
Dashboard, Orders
Authentication
PostgreSQL users
Access method
Email + Password

Revenue analytics

Track year-by-year conference revenue, month-on-month trends, and selected period insights.

Attendee management

Review attendee names, billing details, and WooCommerce orders in one workspace.

Secure demo login

Use the provided email and password combinations to access the admin experience instantly.

What you get
  • A public-facing landing page at the root route.
  • A dedicated login page that accepts email and password.
  • A default user list for instant demo access.
  • Protected dashboard, orders, and order detail pages.

Secure user management

Users are stored in PostgreSQL with bcrypt-hashed passwords.

Default users are created via npm run db:seed
Passwords are hashed with bcrypt (12 rounds) — never stored in plaintext.
Sessions are signed HMAC tokens stored in secure, HttpOnly cookies.