Register on any AIUNITES site and your identity follows you across the network. No separate accounts. No re-entering your information. One user, one profile, everywhere.
A shared user table in SQLite serves every site in the network. The authentication middleware handles the rest.
Create an account on any AIUNITES site. Your user record goes into the shared database. Every other site in the network recognizes you immediately.
Login creates a session stored locally. No third-party auth providers, no OAuth dependencies, no tokens expiring in the middle of your work. Simple, predictable, reliable.
Every site with auth offers demo login buttons โ try the app without creating an account. Demo users are auto-created with sample data so you can see exactly how things work before committing.
The first person to register on a site automatically gets admin privileges. No setup wizards, no config files. Admin unlocks the admin panel, user management, system settings, and statistics.
Every authenticated site gives you a user dropdown with: settings (edit name/email), backup & restore (download/upload your data as JSON), cache viewer, and legal information. Your data, your control.
Every site with full middleware gets the same admin panel with four tabs.
Email verification toggle, public signup toggle, max items limit, maintenance mode. Control how your site operates.
User list with avatars, usernames, roles, and join dates. See who's on your site and when they signed up.
Total users, total items, app version, storage usage. Quick health check for your site.
Version history tracking. See what changed and when. Built into the admin panel, not a separate page.
Every new AIUNITES site starts from DemoTemplate โ a base template that includes the complete identity system, admin panel, user modals, dark theme, and webring navigation out of the box.
This means a new site goes from zero to full middleware in one clone. No building auth from scratch. No reinventing the admin panel. No custom navigation. The infrastructure is already there โ just add the domain-specific features.
Currently 4 sites have the full DemoTemplate features (VideoBate, AIByJob, Redomy, and DemoTemplate itself). The remaining sites are being upgraded progressively. CloudDB has already been deployed to all 18.
Where each site stands in the middleware integration.
| Feature | Deployed To | Status |
|---|---|---|
| CloudDB Module | All 18 sites | โ Complete |
| Webring Navigation | All 18 sites | โ Complete |
| Full Auth System | VideoBate, AIByJob, Redomy, DemoTemplate | ๐ข 4/18 |
| User Dropdown + Modals | VideoBate, AIByJob, Redomy, DemoTemplate | ๐ข 4/18 |
| Admin Panel | VideoBate, AIByJob, Redomy, DemoTemplate | ๐ข 4/18 |
| Auth (no modals) | AIZines | ๐ก Partial |
| MNN Notation | BodSpas | โ v1.0 |
| VRN Notation | VoiceStry | โ Active |
Visit any site with auth and click "Demo Login" to see the identity system in action.