You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,6 +384,17 @@ Download the `inspectorepo-report` artifact from the Actions tab to see the full
384
384
-[ ] Dependency graph and cascade analysis
385
385
-[ ] Performance profiling for large codebases
386
386
387
+
## Deployment Readiness
388
+
389
+
The InspectoRepo web UI is currently in **Preview**. It is stable enough for local experimentation and demo purposes but is not yet deployed as a hosted service.
390
+
391
+
-**Browser support:** The folder picker requires the File System Access API (Chrome or Edge). Other browsers can use the Upload Folder fallback or the "Try with sample project" button.
392
+
-**Onboarding:** The app shows a clear About section explaining how to run an analysis, with browser capability detection and a sample project for instant exploration.
393
+
-**Empty state:** When no issues are found, the UI displays a friendly confirmation with the analysis score.
394
+
-**Preview badge:** A visible "Preview" badge in the top bar signals the product is under active development.
395
+
396
+
For production deployment, the web app is a standard Vite/React build (`npm run build`) and can be served from any static hosting provider.
397
+
387
398
## Custom Rule API
388
399
389
400
Extend InspectoRepo with your own rules using `defineRule()`:
0 commit comments