Project ideas from Hacker News discussions.

Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS

📝 Discussion Summary (Click to expand)

Three dominant themes emerging from the discussion

Theme Summary Supporting quote
1. Electron is seen as bloated and users are hunting lighter alternatives Several participants argue that Electron apps feel heavy and propose smaller, native‑focused toolkits (e.g., Tauri). “I recently migrated a few of my Electron apps to Tauri... went down from 130 mb installer to 3 mb installer.” – yboris
2. Preference for native, minimalist markdown editors and criticism of UI buzzwords The conversation highlights a desire for clean, native‑looking editors and dismisses jargon like “rice”. “The term is quite a bit older than today’s tech bubble… it came out of hot‑rod car modification clubs.” – reaperducer (explaining why “ricing” feels out‑of‑place)
3. Growing ecosystem of alternative markdown‑focused tools, including truly native options Users point to existing native editors (SubEthaEdit, iA Writer, Bear, etc.) as viable replacements for Electron‑based apps. SubEthaEdit is still around and open source… excellent lightweight (26 mb, native) editor.” – OvidStavrica

These themes capture the community’s main concerns: the perception of Electron’s size and resource use, the push for leaner native alternatives, and the appetite for polished, purpose‑built markdown editors that don’t rely on heavy web stacks.


🚀 Project Ideas

Generating project ideas…

Tauri Markdown Writer

Summary

  • A tiny native markdown editor (≈ 3 MB installer) that focuses on speed, offline‑first note taking, and deep theming for bloggers and knowledge‑base creators.
  • Solves Electron bloat complaints by using Tauri/Rust for a lean, cross‑platform binary while offering a modern glass‑aesthetic UI.

Details

Key Value
Target Audience Writers, bloggers, developers maintaining Markdown docs who hate heavy Electron apps
Core Feature Side‑by‑side live preview, math/latex rendering, image embedding, custom themes, markdown linking, export to PDF/HTML
Tech Stack Tauri (Rust + Vite), Preact, KaTeX for math, SQLite for storage, optional Obsidian‑compatible folder sync
Difficulty Medium
Monetization Revenue-ready: Subscription: $4.99/mo

Notes

  • HN users repeatedly mention Electron size concerns and love Tauri’s 130 mb → 3 mb reduction; they’d adopt a native markdown editor built on that stack.
  • Potential for discussion around “ricing” your editor UI and for practical utility as a daily driver for notes and blog drafts.

MarkdownBox CLI

Summary

  • A minimalist, command‑line‑first markdown editor with optional lightweight GUI, delivering fast editing, Git integration, and one‑click export without any background services.
  • Provides a truly tiny, dependency‑free binary (≈ 2 MB) for developers who need a reliable markdown authoring tool inside their workflow.

Details

Key Value
Target Audience Developers, technical writers, CI/CD pipelines needing markdown editing with version control
Core Feature Git‑aware editing, syntax highlighting, live preview via embedded server, PDF/HTML export, auto‑formatting on save
Tech Stack Rust (Clap, crossterm, Syntect), Markdown-it, optional Tauri‑lite for a thin GUI wrapper
Difficulty Low
Monetization Hobby

Notes

  • Commenters express frustration with Electron bloat (“Electron? No thanks.”) and would welcome a CLI tool that just works alongside Git repos.
  • Could spark discussion on tooling preferences and offers immediate practical utility for README/CHANGELOG maintenance.

MacroMark Blog Engine

Summary

  • A single‑executable static site generator that turns a folder of markdown files into a fully‑themed, glass‑aesthetic blog with built‑in image handling and SEO metadata, targeting indie bloggers who want a zero‑setup publishing pipeline.
  • Eliminates the need for separate CMS tools and heavy web frameworks, delivering a fast, portable solution (< 5 MB binary) for personal publishing.

Details

Key Value
Target Audience Indie bloggers, content creators, researchers who maintain personal blogs or knowledge sites in Markdown
Core Feature Automatic theme rendering with customizable glass aesthetic, image CDN integration, front‑matter metadata, incremental site rebuild, export to ZIP or GitHub Pages
Tech Stack Rust (Serde, Askama, Tera), Tailwind‑css compiled to static assets, optional Docker container for one‑click deployment
Difficulty Medium
Monetization Revenue-ready: One‑time License: $29

Notes

  • HN users like the “rice it until it feels like yours” mindset; they’d value a tool that lets them fully customize blog appearance while staying lightweight.
  • Could generate discussion on the future of static site generation and offer a concrete alternative to existing heavy Jekyll/Hugo setups.

Read Later