PlatformKit is a reference architecture for multi-tenant SaaS in Go. It brings together the kernel, business modules, a server-rendered UI and a runnable reference application. Modules declare their dependencies explicitly, and the admin screens derive from resource schemas. Start with its README to run the application, then read the architecture and decisions to understand the boundaries and their verification. The documentation site, septagon-oss.github.io/platformkit-docs, walks the same ground page by page and links back to the files that own it.
PlatformKit Mobile is the
Expo and React Native shell. It signs in to a running PlatformKit server and
generates resource screens from GET /api/v1/admin/resources. Renderer packs
provide custom screens for workflows the schema cannot describe.
The public foundation is Apache-2.0 licensed and runs independently. Private catalogs and client applications can consume its contracts without becoming dependencies of the public code. Current development belongs in the two repositories above; archived repositories are historical references.
For bugs and repository questions, use the affected repository's issue tracker and contribution guide. Report vulnerabilities privately through its security policy or the organization policy. Built by Septagon.