Quick Start
Get a working SaaS application in under 5 minutes.
Prerequisites
- Go 1.25+
- Docker & Docker Compose
- PostgreSQL 15+ (or use the bundled Docker setup)
1. Clone the Repository
git clone https://github.com/septagon-dev/platformkit-apps.git
cd platformkit-apps/complete-saas-monolith
2. Start Services
make up
This launches PostgreSQL, Redis, NATS, and the application server.
3. Access Your App
Open http://localhost:8080 in your browser. Log in with:
- Email: admin@mysaas.com
- Password: AdminPassword123!
4. Explore the Admin Panel
Navigate to /admin to see all registered modules, entities, and configuration options.
What’s Next?
- Architecture Overview — understand how the pieces fit together
- Creating Your First Module — build a custom module in 50 lines
- Module Catalog — browse the 30+ built-in modules