> For the complete documentation index, see [llms.txt](https://antsankov.gitbook.io/go-live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://antsankov.gitbook.io/go-live/usecases.md).

# Using go-live

- [Local Development Server](https://antsankov.gitbook.io/go-live/usecases/defaults.md): The default use case of go-live is as local development server. This application will serve any files of the directory it's run in, including subdirectories.
- [Production Site Hosting](https://antsankov.gitbook.io/go-live/usecases/production-site-hosting.md): go-live is also intended to be a simple replacement to Github-pages. Use this on an internet-facing server to quickly host a set of HTML files.
- [File Hosting Server](https://antsankov.gitbook.io/go-live/usecases/file-hosting-server.md): go-live can also perform basic network file hosting of a directory. Fast file grabbing.
