β¨ Phase 0 Web UI + π PyPI Release
π NOW AVAILABLE ON PyPI!
pip install lazy-birdPyPI Page: https://pypi.org/project/lazy-bird/
π¦ What's New in v0.1.0
PyPI Distribution (Nov 29, 2025)
- β
Global installation:
pip install lazy-bird - β Python 3.8-3.12 support
- β
CLI Command:
lazy-birdwith subcommands - β Automatic dependencies: Flask, PyYAML, psutil, requests
Phase 0 Web UI Complete (Nov 12, 2025)
- Modern React + TypeScript frontend
- Flask REST API backend
- Dark mode support
- Responsive design
π Features
Web Dashboard
- System monitoring (CPU, RAM, disk)
- Project CRUD operations
- systemd service control
- Task queue viewer
- Settings management
CLI Commands
lazy-bird setup # Run setup wizard
lazy-bird status # Show system status
lazy-bird server # Start web backend
lazy-bird godot # Run Godot test server
lazy-bird watch # Run issue watcher
lazy-bird project # Manage projectsποΈ Tech Stack
- Backend: Flask + Python 3.8+
- Frontend: React 18 + TypeScript + Vite
- State: TanStack Query
- Styling: Tailwind CSS v4.1
- Package: setuptools + wheel
π Quick Start
# Install from PyPI
pip install lazy-bird
# Run setup wizard
lazy-bird setup
# Create your first task
gh issue create --template task --title "Add feature" --label "ready"
# Monitor progress
lazy-bird statusπ Stats
- Package Size: 45KB (wheel), 223KB (source)
- Lines of Code: ~20,000+ total
- Frameworks Supported: 18 presets
- Routes: 9 web routes
- API Endpoints: 15+ endpoints
π Links
- PyPI: https://pypi.org/project/lazy-bird/
- Documentation: CLAUDE.md
- Install Guide: INSTALL.md
- Changelog: CHANGELOG.md
- Phase 0 Summary: PHASE0_UI_SUMMARY.md
π― What's Next
Check out the roadmap for upcoming features:
Install now: pip install lazy-bird π