🐾 Pawprint Wrapper

Development tools sidebar for any pawprint-managed nest

👋 Quick Start

This is a standalone demo of the Pawprint Wrapper sidebar. Click the toggle button on the right edge of the screen, or press Ctrl + Shift + P to open the sidebar.

🎯 Features

👤 Test Users

Try logging in as one of these test users (from config.json):

Note: In this demo, login will fail because there's no backend running. When integrated with a real AMAR instance, clicking a user card will:
  1. Call POST /api/token/ with username/password
  2. Store access & refresh tokens in localStorage
  3. Reload the page with the user logged in

🔧 How It Works

The sidebar is implemented as three files:

To integrate with your app, simply include these in your HTML:

<link rel="stylesheet" href="/wrapper/sidebar.css">
<script src="/wrapper/sidebar.js"></script>

🚀 Next Steps

Planned enhancements:

📚 Documentation

See WRAPPER_DESIGN.md in core_nest/ for the complete architecture design, including Docker integration patterns and alternative approaches.