CodeLume is an open-source, minimalist alternative to the Ray app, offering essential features for developers to effectively analyze and understand their application's behavior. It's designed to be a lightweight, yet powerful tool for logging and debugging.
Caution
CodeLume is currently in early development. Features may change, and functionality may be unstable.
- Ray Drop-In Replacement: Seamlessly integrates with existing setups using Ray.
- Data Type Support: Handles arrays, JSON, objects, and more with ease.
- Application Logs: Captures and displays logs in a clear, concise manner.
- Backtrace Support: Offers in-depth backtrace to track down the source of issues.
- Color Coding & Filtering: Enhance log readability with color coding and easy filtering.
- Rich Content Display: Supports HTML, tables, and plain text for versatile log presentation.
- Eloquent Model Handling: Effortlessly display Eloquent model attributes and loaded relationships.
- CodeLume's Own Library: In the future, CodeLume will introduce its own dedicated library to further enhance the user experience and feature set.
To get started with CodeLume, clone the repository. For building the application, refer to the Tauri build tutorial available at Tauri's official guide.
Contributions to CodeLume are welcome! Whether it's feature enhancements, bug fixes, or documentation improvements, your help is appreciated.
CodeLume is released under the Apache-2.0 License.
Special thanks to the team at myray.app for their library, which inspired the creation of CodeLume.