The webjs CLI, published unscoped on npm. Unscoped alias for @webjsdev/cli. Installs the `webjs` command.
webjs CLI - dev, start, create, db
webjs dev/prod server: SSR, router, API, server actions, live reload
webjs core runtime - html/css tags, WebComponent base, isomorphic renderers
An AI-first component library - class-helper functions for visuals, custom elements only where state matters. Source-copied into your repo, you own it. Works with any Tailwind v4 project.
TypeScript language-service plugin for webjs - bundles ts-lit-plugin internally so users install one plugin instead of two. Adds webjs-aware go-to-definition, ts-lit-plugin diagnostic suppression for Class.register('tag') elements, attribute auto-complete
Scaffold a new webjs app. `npm create webjs@latest my-app`.