SchemaVis is an AGPL-3.0-or-later application for visualizing database schemas. It incorporates modifications derived from the chartdb project (AGPL-3.0).
Repository: https://github.com/IntegerAlex/SchemaVis Live: https://schemavis.gossorg.in
Landing page hero with brand, auth-aware buttons, and a live preview canvas.
An uploaded SQL file rendered as an interactive ER-style diagram with table nodes and relationships.
Focused state highlighting a selected table while dimming others for clarity.
- AGPL-3.0-or-later. See
LICENSE. - Copyright (C) 2025 Akshat Kotpalliwar (IntegerAlex).
- This project includes code derived from chartdb (AGPL-3.0). Attribution and details are in
NOTICE. COPYRIGHTsummarizes ownership and licensing.
DATABASE_URL(Postgres)NEXT_PUBLIC_CLERK_PUBLISHABLE_KEYCLERK_SECRET_KEYCLERK_WEBHOOK_SECRET(for/api/wekbookClerk webhook verification)NEXT_PUBLIC_USE_SSE(optional, default:false) - Set totrueto enable Server-Sent Events for real-time presence updates (lower latency, requires Vercel Pro for optimal performance)
- Repository source (Corresponding Source) is available in this repo.
- Public deployments must offer the Corresponding Source to users (per AGPL).
- See
NOTICEfor upstream attribution and modified components.
- Contributions must be compatible with AGPL-3.0-or-later.
- Include appropriate license headers in new files and update
NOTICEif you add or significantly modify components.

