# Lucifer Lucifer is a web interface for controlling Phillips Hue bulbs and providing access control to individual users. ## Structure * `cmd/`: The CLI entry points. * `models`: The models and their repository interfaces. * `database/`: Repository implementations for the various models. * `webui/`: React client.