# Using go-live

- [Local Development Server](/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](/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](/go-live/usecases/file-hosting-server.md): go-live can also perform basic network file hosting of a directory. Fast file grabbing.
