Class — Domain model template
Classes and their relationships. Open it in the editor, replace what needs replacing, and export a typeset PDF — free, no signup, nothing uploaded.
Preview
Domain Model
The core entities and how they relate.
classDiagram
class User {
+id: string
+email: string
+login()
}
class Order {
+id: string
+total: number
}
User "1" --> "*" Order : places
The Markdown source
# Domain Model
The core entities and how they relate.
```mermaid
classDiagram
class User {
+id: string
+email: string
+login()
}
class Order {
+id: string
+total: number
}
User "1" --> "*" Order : places
```
Copy it anywhere Markdown works — or open it pre-loaded in Scripto with the button above.
Related templates
Ship your class — domain model today.
One click opens this template in the editor with a live paginated preview.