âī¸ System Settings
Configure application behavior and limits
Registration Settings
Limits
Maintenance
đ Data Sources
Choose where to store your application data
Browser-based storage. Data persists locally, no sync across devices.
Use Google Forms for writes and Apps Script API for reads.
Store data in a GitHub Gist. Public or secret, with version history.
Store JSON data in a GitHub repository file.
Free JSON storage API. 10K requests/month on free tier.
Free JSON endpoints. No authentication required.
đī¸ SQL Database
Query and manage the shared AIUNITES database
đ Database Location
đģ BrowserStored in localStorage. This device only.
Your PC + Cloudflare Tunnel. Access anywhere.
Auto-sync .db file to GitHub. All sites access.
Cloud PostgreSQL. Real SQL, free tier.
Edge SQLite. Fast, free 9GB.
đ Tables
đ SQL Query
đ History
đĨ Users
Manage user accounts and permissions
đ Statistics
Application metrics and usage data
Data Management
đ° Monetization
Configure affiliate links and ad placements
đŗ Amazon Associates
Earn commissions from product recommendations on your landing page.
Products
đ Google AdSense
Display automatic ads on your site. Requires an approved AdSense account.
đ Changelog
Version history and updates
v1.2.0 January 25, 2026
- Admin Page - Dedicated admin.html page with sidebar navigation
- Data Sources tab with 6 storage backend options
- SQL Database tab with query interface
- Better organization and readability
v1.1.0 January 24, 2026
- Cross-Site Auth - Login works across all AIUNITES sites
- GitHub database sync for user data
- SQL.js integration for browser SQLite
v1.0.0 January 2026
- Initial DemoTemplate release
- User authentication system
- Admin panel with modal
- Settings, backup, and cache viewer