This repository contains my Reflex.dev projects — starting with a real-time System Monitoring Dashboard that displays live CPU, memory, and disk usage in your browser.
Reflex.dev is a modern Python framework that compiles frontend code from Python functions into a performant, real-time web application using React under the hood — all without writing JavaScript.
This repo serves as both a learning journey and a toolbox for building web apps using Reflex. It will grow to include more apps and features over time.
A responsive Reflex web app that:
- Displays live CPU, memory, and disk usage
- Uses Python backend + real-time frontend updates
- Requires no JavaScript
- Reflex.dev (Python-based fullstack web framework)
- psutil for system metrics
- distro for system info
- Python 3.13+
- Reflex CLI (
pip install reflex)
git clone https://github.com/YOUR_USERNAME/reflex.dev-apps.git
cd reflex.dev-apps/dashboard
reflex run