A micro-cms toolkit
```js import Webhandle from "@webhandle/core/webhandle.mjs"; import listenOnHttpServer from "@webhandle/core/lib/listen-on-http-server.mjs";
Boilerplate code for a module to add itself to a webhandle instance
setup the project as a webhandle project
```json { "@webhandle/emergent-ideas-2025": { "excludeBasicInfrastructure": false , "excludeManagementTools": false } } ```
Webhandle auth and users module
```bash npm install @webhandle/tree-page-properties-editor ```
Edits a file which contains menus. Relies on `@webhandle/site-editor-bridge` for access to server data.
A webhandle component to make it easy to send mail and handle contact forms, with google recpatcha, spam checking, submitted information cleaning, and message archiving.
GUI to manage @webhandle/users-data users and groups.
Adds tripartite rendering support to webhandle. It addes a rendering engine if express is set up and modifies the response to render with tripartite templates (if they exist) directly to the response instead of having to buffer the output.
slideshow webhandle
people groups webhandle
Calendar tools for node webhandle
Adds a webhandle response filter to combine import maps for firefox or if it is configured to.
Loads Mongo instances for webhandle based on env variables
setup a project to develop a webhandle data type
A pretty simple dialog which can be used for forms and notification and can be stacked.
Mostly client side html/css/js components to browse, select, upload, and delete files on a server from a browser. It uses the [File Sink](https://www.npmjs.com/package/file-sink) family of packages to provide access to server files.
Some basic support for google's material icon set
A widget which transforms `<input>` elements into file browsers.
Adds the resource for the ckeditor 4 module and includes the css for the editor.
Edit web pages
Packages the fantastic swipe-listener module as a webhandle-component. By default, this component will provide a resource via the external resource manager.
An asynchronous event dispatch mechanism for Rust
Damascene browser host for wasm apps