logoalt Hacker News

samuelstrosyesterday at 9:28 PM1 replyview on HN

Initial reaction: Looks too complicated & too niche of a problem to appeal to a sustainably large user group.

GDocs might be annoying to track who read the RFC etc. etc. but everyone is familiar with it.

I write RFCs, I share RFCs and your tool seems to require a substantial amount of buy in

- register

- unclear what the writing experience is

- outdated / overloaded UI

The last RFC I wrote was in hackmd (https://hackmd.io/Jjy-afCWS4CAFlHa62anMQ) because

- I wanted Markdown to store the RFC in git eventually

- Google Docs has issues with Markdown rouundtrips

- I didn't want to use git to write with VSCode (although... I actually did. I let CLaude Code write most of the RFC under my guidance, then put it into hackmd for easy sharing)

I hope the feedback helps!


Replies

tlhunteryesterday at 9:55 PM

Thanks for the feedback!

I agree that the UI is dated and can be a little overwhelming. The sample RFC (https://rfchub.app/rfchub/rfc1-org-batch-markdown-exporter-j...) shows what a proposal looks like with every single feature being used. Most of the time they'll look a bit simpler. I have a big UI overhaul planned but I'm hoping to get more real usage feedback on the core functionality first.

FWIW the editing process does use markdown, and the "download" link in the sidebar downloads a markdown file with YAML frontmatter to avoid vendor lock-in. RFC Hub has so much functionality that it's difficult to explain it all on the homepage. There is this overview document but it's honestly just overwhelming:

https://rfchub.app/blog/an-overview-of-rfc-hub

show 1 reply