Skip to content

arf-foundation/arf-frontend

Repository files navigation

ARF Frontend

License GitHub stars Vercel

Interactive frontend for the Agentic Reliability Framework (ARF) – a Bayesian‑powered governance system for cloud infrastructure. Visualize risk scores, simulate incidents, and explore governance decisions in real time.

🔗 Live demo: arf-frontend-sandy.vercel.app

Overview

ARF Frontend provides a user‑friendly dashboard to interact with the ARF API. It displays system‑wide risk metrics, memory statistics, recent decisions, and allows users to test incident evaluations with rich explanations, risk contributions, and recommended healing actions.

Features

  • 📊 Real‑time system risk monitoring
  • 🧠 Memory graph statistics (incident nodes, cache hit rates)
  • 📈 Historical risk chart
  • 🧪 Incident evaluation with full HealingIntent response
  • 🔗 Links to live demos and documentation
  • 💬 Community engagement (Slack, email, LinkedIn)

Getting Started

Prerequisites

  • Node.js 18+ and yarn/npm
  • ARF API backend (local or deployed)

Installation

  1. Clone the repository
    git clone https://github.com/arf-foundation/arf-frontend.git
    cd arf-frontend
  2. Install dependencies
yarn install
# or npm install
  1. Set up environment variables

Create a .env.local file in the root directory:

NEXT_PUBLIC_API_URL=https://your-arf-api-url.com
NEXT_PUBLIC_API_KEY=your-api-key   # if required
  1. Run the development server
yarn dev
  1. Open http://localhost:3000 to view the app.

Related Projects

ARF is composed of several interoperable components:

Deployment

The frontend is optimized for deployment on Vercel. Simply connect your GitHub repository and set the required environment variables.

Contributing

We welcome contributions! Please see our contributing guidelines for details.

License

This project is licensed under the Apache 2.0 License – see the LICENSE file for details.

Community

Acknowledgements

Built with Next.jsTailwind CSS, and Lucide icons. Powered by the ARF open‑source community.

About

Interactive frontend for ARF — visualize advisory decisions, risk scores, and governance simulations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors