Development tools sidebar for any soleprint-managed room
This is a standalone demo of the Soleprint Wrapper sidebar. Click the toggle button on the right edge of the screen, or press Ctrl + Shift + P to open the sidebar.
Try logging in as one of these test users (from config.json):
POST /api/token/ with username/passwordThe sidebar is implemented as three files:
sidebar.css - Visual styling (dark theme, animations)sidebar.js - Logic (login, logout, toggle, state management)config.json - Configuration (users, URLs, room info)To integrate with your app, simply include these in your HTML:
<link rel="stylesheet" href="/wrapper/sidebar.css">
<script src="/wrapper/sidebar.js"></script>
Planned enhancements:
See WRAPPER_DESIGN.md in core_room/ for the complete
architecture design, including Docker integration patterns and alternative approaches.