diff --git a/README.md b/README.md index db25872..ea271bd 100644 --- a/README.md +++ b/README.md @@ -282,4 +282,8 @@ MIT License — see [LICENSE](LICENSE) for details. Made with ❤️ by [Krish](https://github.com/ykrishhh) | [Portfolio](https://harrydev.one) | [Twitter](https://x.com/ykrishhh) - \ No newline at end of file + + +## Architecture + +Explore interactive diagrams of this project's architecture: [docs/architecture.html](docs/architecture.html). diff --git a/docs/architecture.html b/docs/architecture.html new file mode 100644 index 0000000..b29e5cc --- /dev/null +++ b/docs/architecture.html @@ -0,0 +1,124 @@ + + + + + + HarryPanel – Architecture + + + + ← Back to README +

HarryPanel – Architecture

+
★ 1 · Procfile, Python, HTML, Dockerfile · created 2026-07-02 · updated 2026-07-19
+

Web hosting control panel: server management, database admin, file manager, and deployment tools

+
+

Architecture

+Architecture + + + + + +InputUser / API Entry +Core EngineHarryPanel logic +OutputReports / Artifacts +
+

Components

+Components + + + + + + + + +CLIEntry +ConfigYAML/JSON +ParserLoad input +LogicWeb hosting control panel +StorageCache/DB +LoggerAudit trail +
+

Data Flow

+Data Flow + + + + + + + +StartInit +ReadInput +ProcessHarryPanel Procfile +EmitResult +
+

Hybrid

+Hybrid + + + + + + + + + +UserOperator +AuthSession +LogicMain +DBState +ReportOutput +AuditLog +
+
+ + + +