Project ideas from Hacker News discussions.

Xanadu was waiting for agents

📝 Discussion Summary (Click to expand)

1. Suspicion that the article/post was AI‑generated
Many commenters questioned whether the piece was written by a human or an LLM, pointing to its style or perceived lack of coherence.

  • “Tell me you use an LLM to write everything without telling me…” – EGreg
  • “The content was clearly AI written. It made no sense.” – shevy‑java
  • “I’m beginning to think that this sort of behavior is actually an inverted counter‑signal…” – tolerance

2. Why Xanadu never succeeded / is impractical
Several users highlighted the fundamental flaws that prevented Xanadu from gaining traction, such as unnecessary complexity, lack of real‑world demand, and technical shortcomings.

  • “The fundamental problem was that tracking and paying for text ownership and viewing down to the word level isn't really very useful.” – Animats
  • “It continues to not be a thing because… it's solving a problem nobody has.” – Analemma_
  • “They had no idea how to deal with either images or distributed systems.” – Animats

3. Modern tools (AI agents, LLMs, static‑site generators, Git) could revive hypertext ideas
A number of commenters saw promise in combining today’s technologies with Xanadu‑style concepts—using AI to aid static site creation, agents for hyperlinks, or Git‑based versioning.

  • “We remove WordPress, database, configuration… AI helps with making a static page version of our site…” – e12e
  • “I think I agree that agents might be a new tool that might facilitate some hypertext ideas.” – e12e
  • “A single paragraph could have thousands… unless you keep the docuverse limited in scope…” – ThinkBeat (discussing the challenges but still framing the discussion around agent‑based hypertext)

🚀 Project Ideas

XanaduLite: Content‑Addressable Hypertext Editor with AI‑Assisted Versioning

Summary

  • A lightweight editor that stores every word, sentence, or paragraph as a content‑addressable blob (IPFS/Filecoin) and tracks fine‑grained changes via a git‑like DAG.
  • AI agents suggest semantic links, auto‑generate summaries, and help resolve merge conflicts, bringing Xanadu’s vision to everyday writing.

Details

Key Value
Target Audience Writers, researchers, and developers who need precise versioning and bidirectional linking (inspired by bobajeff’s wish for a real Xanadu).
Core Feature Content‑addressable storage of text fragments with immutable hashes, visual diff UI, and AI‑powered link recommendation.
Tech Stack IPFS/Filecoin (storage), Rust/Wasm core, React/TypeScript frontend, Local LLM (e.g., Llama 3) for AI assistance, Git‑like CRDT for version DAG.
Difficulty Medium
Monetization Revenue-ready: Subscription tier ($9/mo) for private collaboration spaces and higher storage quotas; free tier for public docs.

Notes

  • HN commenters expressed desire for “someone would really try to make Project Xanadu a reality” (bobajeff) and highlighted the difficulty of fine‑grained tracking for images/text (Animats). This tool directly tackles that gap.
  • By mixing “solid, boring tools” (version control, static hosting) with AI assistance, it mirrors the empowering workflow e12e described for their 11ty + AI experiment.

HyperAgent Studio: Low‑Code Platform for Xanadu‑Inspired Knowledge Graphs with Micropayments

Summary

  • Enables non‑programmers to build interlinked, versioned knowledge nodes (text, image, video) that are content‑addressable and can be monetized per‑view via Lightning Network micropayments.
  • Provides a visual canvas where each node is an immutable AI‑tagged asset, and edges represent typed hyperlinks with royalty splits.

Details

Key Value
Target Audience Educators, indie creators, and niche publishers seeking a hypertext micropayment ecosystem (aligns with e12e’s note on micropayments and Xanadu’s original goal).
Core Feature Drag‑and‑drop node editor that stores assets on IPFS, mints NFT‑like access tickets, and routes micropayments via Lightning Network when a node is viewed.
Tech Stack Svelte frontend, Tailwind CSS, IPFS/Filecoin backend, Lightning Network SDK (LNbits), AI tagging (CLIP + BLIP), PostgreSQL for metadata, optional Substrate for custom chains.
Difficulty High
Monetization Revenue-ready: 2% transaction fee on each micropayment plus optional premium plugin marketplace.

Notes

  • The discussion highlighted Xanadu’s original micropayment focus (“expensive ones, like Lexis/Nexis”) and the current lack of a viable system for paying per‑view (Animats). HyperAgent Studio revives that idea with modern crypto rails.
  • Commenters praised the intersection of agents and hypertext (ThinkBeat, e12e); this platform provides a concrete substrate for agents to traverse and monetize knowledge graphs.

StaticSiteAI: AI‑Powered Static Site Generator for Non‑Technical Users

Summary

  • Turns a plain‑language site description into a fully functional 11ty/Astro static site, complete with AI‑driven content editing inside VS CI/CD, one‑click push‑to‑deploy via GitHub, and automatic SEO/accessibility suggestions.
  • Lowers the barrier for business owners to adopt the “static site + AI” workflow that e12e’s team is experimenting with.

Details

Key Value
Target Audience Small business owners, marketers, and bloggers who want a maintainable site without wrestling with WordPress or complex tooling (mirrors e12e’s experiment moving from WordPress to 11ty + AI).
Core Feature Natural‑language site scaffolding + AI‑assisted inline editing (VS Code extension) that commits changes to Git, triggers CI build, and deploys to static hosts (Netlify/Vercel).
Tech Stack Node.js, 11ty/Astro generators, OpenAI GPT‑4o API for generation/editing, VS Code extension (TypeScript), GitHub Actions for CI, TailwindCSS for styling.
Difficulty Low
Monetization Hobby (open‑source core) with optional paid premium templates and AI token bundles ($5/10k tokens).

Notes

  • e12e described their “trivial push‑to‑deploy setup… business people… work directly with 11ty and git … with the help of AI in VS Code”; StaticSiteAI productizes exactly that workflow.
  • By removing WordPress cruft and leveraging AI, it addresses the frustration expressed by shevy‑java and others about AI‑generated slop, offering a guided, structured alternative.

Read Later