<div align="center">
<p align="center">
<a href="https://www.edgee.cloud">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.edgee.cloud/img/favicon-dark.svg">
<img src="https://cdn.edgee.cloud/img/favicon.svg" height="100" alt="Edgee">
</picture>
<h1 align="center">Edgee</h1>
</a>
</p>
**The full-stack edge platform for your edge oriented applications.**
[](https://www.edgee.cloud)
[](https://crates.io/crates/edgee)
[](https://flakehub.com/flake/edgee-cloud/edgee)
[](https://hub.docker.com/r/edgeecloud/edgee)
[](https://www.edgee.cloud/slack)
[](https://docs.edgee.cloud)
</div>
## Documentation
- [Official Website](https://www.edgee.cloud)
- [Official Documentation](https://docs.edgee.cloud)
## Contact
- [Twitter](https://x.com/edgee_cloud)
- [Slack](https://www.edgee.cloud/slack)
# Usage as a flake
Add edgee to your `flake.nix`:
```nix
{
inputs.edgee.url = "https://flakehub.com/f/edgee-cloud/edgee/*.tar.gz";
outputs = { self, edgee }: {
# Use in your outputs
};
}
```
## Contributing
If you're interested in contributing to Edgee, read our [contribution guidelines](./CONTRIBUTING.md)
## Reporting Security Vulnerabilities
If you've found a vulnerability or potential vulnerability in our code, please let us know at
[edgee-security](mailto:security@edgee.cloud).