Skip to content

Demo

This page shows a live demo of the entscape visualization using a sample Ent schema.

Interactive ERD

Interaction Tips

  • Click an entity to open its source file
  • Hover over an entity to see its fields
  • Use the toolbar to change layout direction
  • Scroll to zoom in/out

Sample Schema

The demo uses a sample schema with 5 entities demonstrating various relationship types:

Entity Description Relationships
User User accounts Has many Posts, has one Profile, belongs to many Groups
Post Blog posts Belongs to User, has many Comments
Profile User profiles Belongs to User (1:1)
Comment Post comments Belongs to Post
Group User groups Has many Users (M:M)

Source Code

The sample schema files are available in the repository:

Generate Your Own

entscape html ./ent/schema \
  -o docs/erd/index.html \
  --repo https://github.com/your-org/your-repo \
  --title "Your Schema"