✨ Early access beta

Fresh contextFaster teams

When code changes, Lupis updates README.md

No more "ask in Slack"
Ship with confidence
Zero manual updates
Feature: OAuth 2.0 Authentication
# Create pull request with OAuth feature
$ git add src/auth/oauth.ts
$ git commit -m "feat: add OAuth 2.0 support"

How it works

Five steps to keep your documentation in sync

01

Connect your repository

Select repositories to monitor and configure triggers.

lupis-appmain
api-backendall branches
02

Configure your workflow

Set triggers, choose what to review, and control approval flow.

Triggers

Push to main
PR merge

Reviews

README.md

Approval

Auto-merge
Review first
03

Push your code

Continue working with your normal Git workflow. Lupis watches for your configured triggers.

$ git commit -m "Add user authentication"
$ git push origin main
→ Lupis webhook triggered
04

AI analyzes changes

Your configured AI model examines the code changes and identifies all affected documentation.

README.md

Update

API Docs

3 endpoints

Linear

2 tickets

Storybook

Current

Changelog

Add entry

05

Review and approve

Get notified with all documentation updates. Review changes and approve them.

CLAUDE.md PR ready to merge