hyperclay
v0.2.0
Published
Run HTML apps locally.
Maintainers
Readme
Hyperclay
Hyperclay is a simple Node.js server script that allows you to serve local HTML files and save modifications made in the browser directly back over the files.
This is useful for creating lightweight, self-editing web apps.
Features
- Serves static HTML, CSS, and JS files from the current working directory.
- Provides directory listings if no
index.htmlis found. - Allows saving the current DOM of any served HTML page back to the server.
- Filename validation and security checks on the server.
Installation
You can install Hyperclay globally if you want to use it as a command-line tool in any directory:
npm install -g hyperclay