Code architecture in one clear view
A collaborative diagramming tool built for software teams that ship



Trusted by engineers at
OpenAI
Anthropic
Google
Microsoft
Amazon
Netflix
Apple
Nvidia
Your Single Source Of Truth
Built for living architecture. CodeViz keeps your documentation in sync.
Linked to code
No ambiguity in translation from models to code. Every diagram element maps directly to your actual implementation.
Click any component to jump straight to the source.
page.tsx
globals.css
import { cn } from "@/lib/utils"; import clsx from "clsx"; import { PropsWithChildren } from "react"; type NoteProps = PropsWithChildren & { title?: string; type?: "note" | "danger" | "warning" | "success"; className?: string; }; export default function Note({ children, title = "Note", type = "note", className, }: NoteProps ) { const noteClassNames = clsx({ "dark:bg-stone-950/25 bg-stone-50": type == "note", "dark:bg-red-950 bg-red-100 border-red-200 dark:border-red-900": type === "danger", "dark:bg-orange-950 bg-orange-100 border-orange-200 dark:border-orange-900": type === "warning", "dark:bg-green-950 bg-green-100 border-green-200 dark:border-green-900": type === "success", });
@import "tailwindcss"; @plugin "tailwindcss-animate"; @import "../styles/syntax.css" layer(utilities); @import "../styles/theme.css" layer(utilities); @custom-variant dark (&:where(.dark, .dark *)); @theme inline { --color-brand: var(--brand); --color-brand-foreground: var(--brand-foreground); --color-light: var(--light); --color-light-foreground: var(--light-foreground); --color-background: var(--background); --color-foreground: var(--foreground); --color-sidebar-ring: var(--sidebar-ring);
Always up to date
Always maintained and up to date with changes. CodeViz automatically keeps your architecture diagrams in sync as your codebase evolves.
Pricing plans
Designed for developers like you
CodeViz makes it easy to understand and navigate code
- 5 diagrams/month
- 1 repository
- Architecture visualization
- Natural language queries
- Export to Mermaid, draw.io, png
Everything in Free, plus:
- Unlimited diagrams
- Faster processing
- PR visualization
- Jira integration
Everything in Pro, plus:
- Unlimited repositories
- Shared workspaces
- Real-time collaboration
- Version history
- Embeddable diagrams (Notion, Confluence)
Everything in Teams, plus:
- SSO/SAML
- Role-based access control
- Cross-repository architecture
- On-premise deployment
- API access
