![The Platformatic logo](https://github.com/platformatic/platformatic/raw/HEAD/assets/banner-light.png 'The Platformatic logo')

<p align="center">
  <br/>
  <a href="https://platformatic.dev/">Platformatic</a> open-source tools simplify
	building and
  <br/>
  running Node.js applications, with best practices baked in.
  <br/><br/>
</p>

## Install

```bash
# Create a new application
npm create platformatic@latest

# Or install manually:
npm install platformatic
```

Follow our [Quick Start Guide](https://docs.platformatic.dev/docs/getting-started/quick-start-guide)
guide to get up and running with Platformatic.

## Documentation

- [Getting Started](https://docs.platformatic.dev/docs/getting-started/quick-start-guide)
- [CLI](https://docs.platformatic.dev/docs/cli)
- [Guides](https://docs.platformatic.dev/docs/guides/movie-quotes-app-tutorial)

Check out our full documentation at [docs.platformatic.dev](https://docs.platformatic.dev).

## Support

If you run into a bug, issues or have a suggestion for improvement, please raise an 
[issue on GitHub](https://github.com/platformatic/platformatic/issues/new) or join our [Discord feedback](https://discord.gg/platformatic) channel.

## License

[Apache 2.0](LICENSE)
