What problem does it solve?
Building a consistent, working example application for each Fedify web framework integration requires repeating the same federation setup, routing, design system, and test registration work, which is error-prone when done manually.
Core Features & Use Cases
- Standardized example scaffolding: Copies template files (federation.ts, store.ts, logging.ts, public assets) and adapts them to a target web framework for both Deno and Node.js environments.
- Architecture and design conformance: Implements the shared routing spec (actor profiles, posts, follow/unfollow, SSE updates) and the light/dark design system defined in ARCHITECTURE.md and DESIGN.md.
- Automated verification: Registers the example in the test registry and validates it with
mise test:examples using a pinggy.io tunnel, then runs lint and format checks.
- Use Case: When adding a new
@fedify/<framework> integration package, use this Skill to generate the matching example app under examples/ and confirm it federates correctly before merging.
Quick Start
Create an example application for the Hono framework integration and test it with mise test:examples.