What problem does it solve?
Create or extend Fragno fragments (library-author workflow): scaffold a fragment package, define
fragment config/schema, add dependencies/services, declare routes, build server instantiation, and
export client builders plus per-framework client entrypoints. Use when asked to build a new
fragment, add routes/hooks, or set up fragment packaging/code-splitting for authors.
Core Features & Use Cases
- Scaffold a new fragment package with type-safe routes, server and client entry points, and framework-specific client hooks.
- Define fragment config/schema, wire dependencies/services, declare routes, and build server bootstrap.
- Use cases include authoring new fragments, extending existing ones, or setting up packaging and code-splitting for multi-framework support.
Quick Start
Run the Fragno CLI to scaffold a new fragment package, then customize routes, config, and client entrypoints.