Skip to content

DavidKaczmarek92/DevLog

Repository files navigation

DevLog Wordmark

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.

Screenshots

DevLog App Screenshot

Why DevLog?

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.

Getting Started

Prerequisites

Development

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 storybook

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

Open source desktop app for developers to run structured weekly reviews, powered by AI insights and integrated with the tools they already use.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors