Show HN: I built an app to generate story relationships using Mermaidjs
Published on: 2025-05-06 22:34:27
Austen
Austen is an AI-powered Angular application initialized with Analogjs to generate story relationships between book characters using Mermaidjs diagrams.
Features
๐ Search and analyze any book from Open Library
๐ค AI-powered character relationship analysis
๐ Generate Mermaid diagrams
๐พ Save, download (SVG, PNG) and manage your generated graphs
๐ Share graphs publicly or keep them private
๐ Discover public graphs generated by other users
Example Graph
A character relationship graph generated for "The Wizard of Oz" by "L. Frank Baum":
%%{ init: { 'theme': 'base', 'themeVariables': { 'primaryColor': '#BB2528', 'primaryTextColor': '#fff', 'primaryBorderColor': '#7C0000', 'lineColor': '#F8B229', 'secondaryColor': '#006100', 'tertiaryColor': '#fff' } } }%% graph TD A[Dorothy Gale] -->|Pet| B[Toto] A -->|Family| C[Uncle Henry and Aunt Em] A -->|Friends| D[Scarecrow] A -->|Friends| E[Tin Woodman] A -->|Friends| F[Cowardly Lion] A -->|Enemy| G[The Wicked Witch of The West] A -->|
... Read full article.