Skip to content

docs: adds integrations page and points to the right places #867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions docs/gen/integrations.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: 'Integrations'
description: 'Integrate Codegen with your favorite tools and platforms'
icon: 'puzzle-piece'
---

<Card
title="Install Codegen + Set Up Integrations"
icon="puzzle-piece"
href="https://codegen.sh/install"
>
Get started with Codegen integrations by installing the CLI
</Card>

## Available Integrations

### GitHub

Codegen integrates seamlessly with GitHub, allowing you to:
- Run automated code reviews
- Manage pull requests
- Analyze codebases
- Automate code modifications at scale

### Slack

Connect Codegen with Slack to:
- Receive notifications about code changes
- Run code analysis directly from Slack
- Get instant feedback on pull requests
- Collaborate with your team on code reviews

### Linear

Our Linear integration enables you to:
- Link code changes to issues
- Automatically update ticket status
- Track code modifications across projects
- Streamline your development workflow

## Coming Soon

We're actively working on integrations with:
- Sentry
- Vercel
- Modal
- And more!

Stay tuned for updates or [join our community](/introduction/community) to request new integrations.
Loading