Skip to content

v0.0.2 — Initial Release

Choose a tag to compare

@Moon-DaeSeung Moon-DaeSeung released this 17 Feb 08:20
· 67 commits to main since this release

comwit v0.0.2

React state management for vibe coding. Pass llm.txt to Claude Code.

Highlights

  • model() / action() / create() — core state management API
  • query() / query.infinite() — built-in data fetching with caching
  • silent() — SSR hydration without re-renders
  • Decorators: @OnError, @OnSuccess, @Debounce, @Throttle, @Authorized
  • createInterceptor — reusable decorator factories
  • MuchaProvider — React context with default query options
  • Full llm.txt support — just pass the URL to Claude Code

Links