# LiveLocalhost documentation for LLMs > LiveLocalhost is a simple localhost development web server with hot reloading. It serves web files from any local directory, watches for file changes, and triggers automated browser refreshes. ## LiveLocalhost documentation - [LiveLocalhost](https://publican.dev/tools/livelocalhost/): LiveLocalhost is a simple localhost development web server with hot reloading. You can run it from the command line or in a Node.js application. - [LiveLocalhost quickstart](https://publican.dev/tools/livelocalhost/quickstart/): How to use LiveLocalhost to start a local web development server. - [LiveLocalhost CLI usage](https://publican.dev/tools/livelocalhost/server-cli/): The configuration options available to LiveLocalhost when used in a terminal. - [LiveLocalhost environment variables](https://publican.dev/tools/livelocalhost/server-env/): LiveLocalhost can be configured with environment variables. - [LiveLocalhost Node.js API](https://publican.dev/tools/livelocalhost/server-api/): LiveLocalhost can be installed, configured, and run from any Node.js application.