v0.3.9
September 2, 2025Admin UI Integration & Simplified Workflow
Web-based admin interface and streamlined development workflow
v0.3.9 introduces the web-based Admin UI for complete monitoring and management of your nself stack. With simplified initialization, enhanced reset system, and SMTP email testing, this release significantly improves the development experience.
Key Features
Web-based Admin UI
Complete admin interface at localhost:3021 with real-time monitoring, service management, log viewing, backup management, and configuration editing.
Related commands:
nself admin enablenself admin passwordnself admin openSimplified Initialization
Minimal setup by default with --wizard and --full options for advanced configuration. New --admin flag enables admin UI during init.
Related commands:
nself initnself init --wizardnself init --fullnself init --adminEnhanced Reset System
Timestamped backups in _backup/ directory with version history. Never lose configuration when resetting your project.
Related commands:
nself resetSMTP Email Testing
Built-in SMTP testing using Docker swaks container. Test email delivery without external dependencies.
Related commands:
nself email testServerless Functions & MLflow
Built-in serverless functions runtime with hot reload. MLflow integration for ML experiment tracking and model registry.
Related commands:
nself functionsnself mlflowBug Fixes
- Fixed status command container detection
- Fixed stop command graceful shutdown
- Fixed exec command environment injection
- Resolved admin UI port conflicts