<h1 align="center">Grimoire</h1>

<p align="center">
  <img src="logo.png" alt="Grimoire logo" width="280">
</p>

<p align="center">
  <a href="https://lucabello.github.io/grimoire/">Documentation</a> |
  <a href="https://lucabello.github.io/grimoire/tutorials/getting-started/">Getting Started</a> |
  <a href="https://lucabello.github.io/grimoire/reference/configuration/">Configuration</a> |
  <a href="CONTRIBUTING.md">Contributing</a>
</p>

---

A self-hostable GitHub repository monitoring dashboard — track CI health, stale PRs/issues, and run automated checks & actions across your repos.

## 🚀 Quick Start

```bash
git clone https://github.com/lucabello/grimoire.git
cd grimoire
cp config.yaml.example config.yaml
# Edit config.yaml — add your GitHub token and the repos you want to monitor
just run
# Open http://localhost:8000
```

## 📄 License

See [LICENSE](LICENSE) for details.

