Skip to content

CodeStory

CodeStory offers a suite of products designed to help you interact with your project's Git history in powerful and intuitive ways.
(Not familiar with Git? Check out: Version Control | Git Intro).

Think of CodeStory as a modern layer on top of version control systems. It doesn’t replace Git; instead, it provides a high-level, intuitive interface that simplifies workflows.
Just as higher-level programming languages have replaced direct assembly coding, CodeStory aims to minimize—or even eliminate—the need for manual interaction with low-level Git commands.


Products

CodeStory CLI

The CodeStory CLI lets you manage your Git repositories directly from the terminal.
For example, it can automatically create small, logical commits from your current working directory changes.
Reviewing a large pull request? The CLI can break it into smaller, more manageable pieces.

It uses a multi-stage pipeline, including semantic code analysis and AI, to generate the smallest atomic units of change efficiently.

Learn more: CLI Docs


CodeStory GitHub Extension

The CodeStory GitHub Extension brings the power of CodeStory to a visual interface.
Manage and refine your Git history directly from GitHub, making your project history cleaner and easier to navigate.

Docs coming soon.


CodeStory Analysis Portal (Coming Soon!)

The CodeStory Analysis Portal provides deep insights into a project’s evolution.
Using advanced analysis techniques, it can generate a complete timeline of a project’s development.

For example, you can quickly get up to speed on a new project by reviewing a “play-by-play” snapshot reel showing the project build from the ground up, with clear explanations for each change.

Other features include:
- Query why specific changes were made.
- Identify potential structural issues.
- Track code quality trends over time.
- Monitor scope creep and project evolution.

With the Analysis Portal, onboarding and understanding complex projects takes hours, not weeks.