System Demo
Demo under construction
The live demo environment is being prepared — stay tuned. Until it's online, you can experience all DaxPay features locally as follows.
Quick Local Trial
Bring up the full payment stack (main app + channel sub-apps + PostgreSQL + Redis + Artemis) in minutes via Docker Compose, no online demo needed:
# Prepare .env, then start all services
docker compose --env-file .env up -dSee Run and Docker for full instructions.
Once started, visit:
| App | URL |
|---|---|
| Admin (management) | http://127.0.0.1:6999 |
| Merchant | http://127.0.0.1:7999 |
| H5 | http://127.0.0.1:9500 |
| API docs (dev) | http://127.0.0.1:9999/swagger-ui/index.html |
Online Demo (Planned)
The online demo will provide access to the admin and merchant portals without local deployment.
📷 [Image]: Demo overview — screenshot of the admin dashboard, including workspace and data overview
Demo Accounts
📷 [Image]: Demo login page — login screen with demo credentials
Demo accounts will be published once the demo is live:
| Portal | Role | Username | Password |
|---|---|---|---|
| Admin | Super admin | (TBD) | (TBD) |
| Admin | Operator | (TBD) | (TBD) |
| Merchant | Merchant admin | (TBD) | (TBD) |
Demo data
Demo data is reset daily. Do not enter real business data or sensitive information.
Featured Modules
The demo covers the core modules of DaxPay:
📷 [Image]: Module gallery — composite of screenshots showing payment config, channel management, transaction orders, and refunds
- Merchant & App Management — merchant onboarding, multi-app config, payment params
- Channel Routing — multi-channel routing strategy, payment product config
- Transactions — payment, refund, query, callback records
- System — users, roles, permissions, menus
- Multi-portal — Admin / Merchant / H5 / Mini-App
Feedback
Questions or suggestions during the demo? Open an issue on GitHub or join the community.