Live: https://allan.feather-cloud.dev/public/autoweb-dashboard/
Every commit in this repo was made by autoweb — the dashboard improves itself.
A real-time status dashboard for all running autoweb instances. Shows keeps, reverts, crashes, last improvement, and a live activity feed across all instances.
| Instance | Target | Live URL |
|---|---|---|
| feather | Feather Claude session viewer | https://allan.feather-cloud.dev |
| trading | Crypto MM dashboard | localhost:8080 |
| nba | NBA scores dashboard | https://allan.feather-cloud.dev/public/nba/ |
| dashboard | This dashboard | https://allan.feather-cloud.dev/public/autoweb-dashboard/ |
Edit program.md to add a row to the instances table, then update the instances list in run.sh's generate_stats() function with the new results.tsv and pid_file paths.
Same loop as all autoweb instances:
- Harness regenerates
stats.jsonfrom liveresults.tsvfiles - Screenshots the live dashboard
- Picks one improvement
- Verifies, keeps or reverts
- Commits and pushes here automatically
git clone https://github.com/inceptel/autoweb
cp autoweb/program.md.example myproject/program.md
# edit program.md: set your target URL and file
./autoweb/run.shSee inceptel/autoweb for full docs.