Your week in code. Reflected, not forgotten.
DevLog is an open source desktop app for developers to run structured weekly reviews, powered by AI insights and integrated with the tools you already use. Everything is stored locally on your machine. No cloud, no accounts, no data leaving your computer.
Most developers skip weekly reviews entirely. DevLog is a minimal, standalone desktop app built for individual developers who want to reflect on their work without the overhead.
Open it, glance at your week, write your review. That's it.
This project uses Deno tasks for development and build processes.
# Start the development environment (Frontend + Rust backend)
deno task dev
# Build the production application
deno task build
# Format source code
deno task fmt
# Lint source code
deno task lintThis project is licensed under the MIT License - see the LICENSE file for details.