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 NPM for development and build processes.
# Install dependencies
npm install
# Start the development environment (Frontend + Rust backend)
npm run dev
# Build the production application
npm run build
# Format source code
npm run fmt
# Lint source code
npm run lint
# Type check source code
npm run type-check
# Run tests
npm test
# Start Storybook
npm run storybookThis project is licensed under the MIT License - see the LICENSE file for details.