A prototype multisite / multitenant plugin for SonicJS.
This repository explores how multisite support could be implemented using SonicJS’s plugin system, including tenant-aware admin behavior, site resolution by domain, and content filtering by active site. It was built primarily as an experiment to test the SonicJS plugin feature and explore what a multisite architecture might look like in practice.
This project was created mostly for shit and giggles — as a hands-on experiment, not as a polished or production-ready plugin. The goal was to learn the boundaries of SonicJS plugins, validate ideas, and provide a concrete reference implementation for discussion.
It should be viewed as a prototype and reference repo, especially in relation to issue #830 in the SonicJS repository, where it is being evaluated as a community multisite plugin.
- This is an experimental codebase.
- It is not packaged or documented as a production-ready plugin.
- It exists mainly to test concepts, surface limitations, and support discussion around possible multisite support in SonicJS.
Relevant discussion:
- SonicJS issue #830: community evaluation of this repo as a multisite plugin reference.