Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 1.34 KB

File metadata and controls

22 lines (13 loc) · 1.34 KB

sonicjs-multisite-plugin

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.

Purpose

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.

Notes

  • 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.

Reference

Relevant discussion: