evjs provides a lightweight React full-stack framework focused on type-safe routing and server functions. It combines TanStack Router, TanStack Query, and Hono to let you define route modules, server-side functions (RPC-style), and programmatic REST endpoints. Typical use cases include building SPA-style React apps with first-class server functions for backend logic, type-safe data fetching via useQuery hooks, and edge/deployable services that need a minimal zero-config setup.
Use evjs when you want to: build React apps that call server functions as local code; keep routing and data-loading type-safe with TanStack Router/Query; create programmatic REST routes using createRoute(); and deploy to edge or Node environments without heavy configuration. It's suited for teams that prefer convention-over-configuration and want tighter type-safety between client and server.
Compatible with developer-facing agent workflows (code assistants, Copilot-style helpers, and CLI-savvy agents) that can read repository docs and run or scaffold projects. Likely useful for agents that help with TypeScript/React code, dev environment setup, and code examples.
evjs is a React fullstack framework skill providing type-safe routing, server functions, and TanStack integration. No bundled scripts to test. SKILL.md is well-structured with clear sections covering server functions, page routing, and data loading conventions. The skill is purely informational with no executable code, so static analysis only.
Clean skill, no security concerns. Purely informational SKILL.md with no scripts. References point to relative doc paths which is correct per skill spec. Well-organized content with specific coding rules and conventions.