@miurajs/miura-architect
v0.1.4
Published
Architecture-first developer tools for the Miura framework.
Maintainers
Readme
@miurajs/miura-architect
Architecture-first developer tools for the Miura framework.
Overview
Miura Architect is a next-generation developer tool designed to visualize and debug Miura applications. Unlike traditional debuggers that focus solely on state timelines, Architect prioritizes the application architecture, providing a spatial "Visual Brain Map" of your components, data flows, and dependencies.
Key Features
- Architecture Graph: A spatial visualization of your component hierarchy.
- Data Flow Mapping: See how signals, stores, and contexts connect across your application.
- Real-time Synchronization: Live updates as your application state changes.
- Manifest Integration: Merge static build-time metadata with runtime snapshots for a complete architectural view.
- Spatial Navigation: Pan, zoom, and focus on specific areas of your application graph.
Documentation
Installation
npm install @miurajs/miura-architectQuick Start
- Install the Vite plugin: Use
@miurajs/miura-viteto enable manifest generation in your project. - Launch the Architect Server:
npx miura-architect server - Open the Architect UI: Navigate to
http://localhost:3005to start visualizing your app.
License
MIT
