README.md
# FusionKit
[](https://discord.gg/7zjnpna239)
**FusionKit** is an Elixir SDK for building custom integrations and extensions for **FusionFlow**. It provides the tools to simplify the development of nodes and real-time workflows.
---
> [!IMPORTANT]
> **Status:** This project is currently in active development.
## 🚀 Getting Started
Add `fusion_kit` to your dependencies in `mix.exs`:
```elixir
def deps do
[
{:fusion_kit, "~> 0.1.0"}
]
end
```
For detailed documentation, visit **[HexDocs](https://hexdocs.pm/fusion_kit)**.
## 🤝 Community & Contributing
We build in public. Join us:
- **Discord**: Join our [Discord Server](https://discord.gg/7zjnpna239) for support.
- **GitHub**: Contribute via [GitHub Issues](https://github.com/pedrohfonseca81/fusion_kit/issues).
## License
FusionKit is open-source software licensed under the [MIT license](LICENSE).