Skip to content

docs(website): add User Stories and Use Cases collage page#18282

Merged
teknium1 merged 1 commit into
mainfrom
hermes/hermes-d81bff95
May 1, 2026
Merged

docs(website): add User Stories and Use Cases collage page#18282
teknium1 merged 1 commit into
mainfrom
hermes/hermes-d81bff95

Conversation

@teknium1
Copy link
Copy Markdown
Contributor

@teknium1 teknium1 commented May 1, 2026

Summary

New top-of-sidebar docs page at /docs/user-stories — a masonry-style collage of 99 real user stories scraped from X/Twitter, GitHub issues and PRs, Reddit, Hacker News, YouTube, blogs (Medium, Substack, dev.to), podcasts, LinkedIn, GitHub Gists, and Product Hunt. Every tile links directly to the original post/issue/video/gist where someone describes a specific Hermes Agent use case.

Coverage

Source Count
GitHub (issues + PRs) 38
X / Twitter 25
Blog (Medium / Substack / dev.to) 12
YouTube 8
GitHub Gist 4
Reddit 3
Hacker News 3
LinkedIn 3
Podcast 2
Product Hunt 1

Across 15 categories: Dev Workflow, Personal Assistant, Integrations, Meta and Ecosystem, Business Ops, Enterprise, Content Creation, Research, Messaging, Cost Optimization, Trading and Markets, Creative, Privacy / Self-Hosted, Marketing, General.

Highlights (to give a sense of the mix):

  • @Teknium: 12 parallel Hermes instances used daily to build Hermes itself
  • @alexcovo_eth: fully-autonomous movie generation via Browser-Use + Seedance
  • @EXM7777: whole-family assistant on WhatsApp replacing a ChatGPT sub
  • @Gkisokay: multi-agent plan → code → QA → repair → ship pipeline
  • @DeRonin_: self-learning weather-market trading bot ($100 → $216 in 48h)
  • @arkka: legal-domain work on a 4B Gemma on an edge GPU, no cloud APIs
  • @Xwm1234: printing factory running Hermes daily with a custom memory skill
  • @JuanDragin: 8h/day on Opus, orchestrating a production email pipeline
  • Keith Rumjahn: Apple Health, Threads analytics, Gmail, Obsidian on NAS
  • WorldofAI: shadcn finance dashboard + Manim explainer videos
  • Better Stack: tweets in my own voice from past video scripts
  • Startup Ideas podcast: 90% token spend cut, Hermes on Android via Termux

Changes

  • website/docs/user-stories.mdx — MDX entry point, mounts the component
  • website/src/components/UserStoriesCollage/ — React component with category and source filters, CSS-columns masonry, per-category accent colors
  • website/src/data/userStories.json — source-of-truth dataset (force-added; the root `.gitignore`'s unanchored `data/` rule would otherwise swallow it, same reason `skills.json` is explicitly listed in `website/.gitignore`)
  • website/sidebars.ts — link added at the top of the docs sidebar

Validation

Before After
User Stories page didn't exist 99 tiles, 15 categories, 10 sources, all external links
`npm run build` passes passes (no new warnings)
`curl /docs/user-stories` 404 HTTP 200
Masonry 4 columns desktop → 1 column mobile

Adding new stories

The footer invites contributors to edit `website/src/data/userStories.json` and open a PR, or share the link in the Nous Discord.

Adds a new top-of-sidebar docs page at /docs/user-stories that is a
masonry-style collage of 99 real user stories sourced from X/Twitter,
GitHub issues/PRs, Reddit, Hacker News, YouTube, blogs (Medium, Substack,
dev.to), podcasts, LinkedIn, GitHub Gists, and Product Hunt.

Every tile links to the original post/issue/video/gist where someone
described a specific use case: personal assistants, dev workflows,
trading bots, research briefs, family WhatsApp agents, Kubernetes
deployments, legal-domain self-hosted setups, and more.

- docs/user-stories.mdx: MDX entry mounting the collage component
- src/components/UserStoriesCollage: React component with category +
  source filters, CSS-columns masonry layout, per-category accent colors
- src/data/userStories.json: source-of-truth dataset (force-added; the
  root .gitignore's unanchored 'data/' rule would otherwise swallow it,
  same reason skills.json is explicitly listed in website/.gitignore)
- sidebars.ts: link added at the top of the docs sidebar
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have labels May 1, 2026
@teknium1 teknium1 merged commit a2a3268 into main May 1, 2026
8 of 10 checks passed
@teknium1 teknium1 deleted the hermes/hermes-d81bff95 branch May 1, 2026 06:57
jooray added a commit to jooray/hermes-agent that referenced this pull request May 1, 2026
* upstream/main: (208 commits)
  fix: kanban button
  fix(telegram): send seed message after creating DM topics (NousResearch#18334)
  fix(yuanbao): enforce owner identity check on group slash commands
  docs(website): add User Stories and Use Cases collage page (NousResearch#18282)
  fix: prevent tui rebuilding assets
  fix(paths): route achievements plugin + profile-tui through HERMES_HOME
  docs: publish llms.txt and llms-full.txt for agent-friendly ingestion (NousResearch#18276)
  docs: add Persistent Goals (/goal) feature page (NousResearch#18275)
  fix(moonshot): also strip nullable/enum after anyOf collapse
  chore(release): map hendrixfreire for moonshot salvage
  fix(moonshot): fill missing type before enum cleanup to handle anyOf branches without explicit type
  chore(release): add mikeyobrien to AUTHOR_MAP
  fix(gateway): honor MATRIX_HOME_ROOM in onboarding
  feat: /goal — persistent cross-turn goals (Ralph loop) (NousResearch#18262)
  docs(sidebar): collapse exploding skills tree to a single Skills node (NousResearch#18259)
  feat(update): add --yes/-y flag to skip interactive prompts (NousResearch#18261)
  feat(gateway): auto-delete slash-command system notices after TTL (NousResearch#18266)
  fix(curator): rewrite cron job skill refs after consolidation (NousResearch#18253)
  fix(deepseek): use non-empty reasoning_content placeholder for V4 Pro thinking mode
  fix(compression): include system prompt + tool schemas in token estimates (NousResearch#18265)
  ...

# Conflicts:
#	tools/tts_tool.py
donald131 pushed a commit to donald131/hermes-agent that referenced this pull request May 2, 2026
…rch#18282)

Adds a new top-of-sidebar docs page at /docs/user-stories that is a
masonry-style collage of 99 real user stories sourced from X/Twitter,
GitHub issues/PRs, Reddit, Hacker News, YouTube, blogs (Medium, Substack,
dev.to), podcasts, LinkedIn, GitHub Gists, and Product Hunt.

Every tile links to the original post/issue/video/gist where someone
described a specific use case: personal assistants, dev workflows,
trading bots, research briefs, family WhatsApp agents, Kubernetes
deployments, legal-domain self-hosted setups, and more.

- docs/user-stories.mdx: MDX entry mounting the collage component
- src/components/UserStoriesCollage: React component with category +
  source filters, CSS-columns masonry layout, per-category accent colors
- src/data/userStories.json: source-of-truth dataset (force-added; the
  root .gitignore's unanchored 'data/' rule would otherwise swallow it,
  same reason skills.json is explicitly listed in website/.gitignore)
- sidebars.ts: link added at the top of the docs sidebar
nickdlkk pushed a commit to nickdlkk/hermes-agent that referenced this pull request May 11, 2026
…rch#18282)

Adds a new top-of-sidebar docs page at /docs/user-stories that is a
masonry-style collage of 99 real user stories sourced from X/Twitter,
GitHub issues/PRs, Reddit, Hacker News, YouTube, blogs (Medium, Substack,
dev.to), podcasts, LinkedIn, GitHub Gists, and Product Hunt.

Every tile links to the original post/issue/video/gist where someone
described a specific use case: personal assistants, dev workflows,
trading bots, research briefs, family WhatsApp agents, Kubernetes
deployments, legal-domain self-hosted setups, and more.

- docs/user-stories.mdx: MDX entry mounting the collage component
- src/components/UserStoriesCollage: React component with category +
  source filters, CSS-columns masonry layout, per-category accent colors
- src/data/userStories.json: source-of-truth dataset (force-added; the
  root .gitignore's unanchored 'data/' rule would otherwise swallow it,
  same reason skills.json is explicitly listed in website/.gitignore)
- sidebars.ts: link added at the top of the docs sidebar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants