What problem does it solve?
This Skill helps AI agents implement MoonShine v4 frontend behavior correctly when working with API mode, JWT auth, SDUI, Alpine.js events, async responses, and reactive UI updates, instead of relying on outdated assumptions.
Core Features & Use Cases
- API Mode: Return JSON from CRUD routes for headless admin workflows and custom clients.
- JWT Authentication: Configure token-based access for secure API-first MoonShine deployments.
- SDUI and Alpine.js: Drive server-rendered component trees, custom JavaScript components, and event-based UI updates.
- Async and Reactive Flows: Use callbacks, fragments, table refreshes, and reactive fields to keep interfaces responsive.
- Use Case: A team building a mobile companion app for MoonShine can use this Skill to expose structured UI, authenticate users with JWT, and synchronize updates after edits without guessing the framework’s frontend conventions.
Quick Start
Ask the AI to implement a MoonShine v4 frontend flow using the API mode, JWT, SDUI, and Alpine.js guidance from this Skill.