A powerful, all-in-one locally hosted dashboard that integrates a Next.js frontend with a robust FastAPI backend. It features dozens of utilities ranging from media processing (like machine translation and image upscaling) to system monitoring, file conversions, and web scraping—all easily accessible through a unified web interface.
The toolbox is organized into several distinct categories:
The project requires Python 3.8+ and Node.js installed on your system.
We have included an automated startup script that handles:
.venv).node_modules).If you prefer to run the setup script manually through Python:
python start.py
(Use python3 on macOS/Linux if python is not aliased).
Once started, the backend API will run on http://127.0.0.1:8000 and the web interface will automatically be available at http://localhost:3000.
23 commits
TypeScript
65.4%
Python
33.9%
A powerful, all-in-one locally hosted dashboard that integrates a Next.js frontend with a robust FastAPI backend. It features dozens of utilities ranging from media processing (like machine translation and image upscaling) to system monitoring, file conversions, and web scraping—all easily accessible through a unified web interface.
The toolbox is organized into several distinct categories:
The project requires Python 3.8+ and Node.js installed on your system.
We have included an automated startup script that handles:
.venv).node_modules).If you prefer to run the setup script manually through Python:
python start.py
(Use python3 on macOS/Linux if python is not aliased).
Once started, the backend API will run on http://127.0.0.1:8000 and the web interface will automatically be available at http://localhost:3000.
23 commits
TypeScript
65.4%
Python
33.9%