Find Related products on Amazon

Shop on Amazon

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.