Ask HN: Can you give tips on writing a README for project?
2 vseplet 3 5/24/2025, 2:48:07 PM
I'm currently finishing up the initial version of my experimental embeddable library designed for creating web applications without a build step.
But I'm not sure how to make the repository appealing and successful — something that makes people want to try it out, maybe even contribute or improve it.
https://github.com/vseplet/morph?tab=readme-ov-file#morph
So, I'd really appreciate any tips you have on writing a great README or structuring the repo — or pointing out any common mistakes I might have made along the way.
Also a basic description of what your app is/does and what’s it’s trying to solve, a video demonstration also goes a long way. Make sure you use tags on the repo, it’s help with search discovery.
https://tom.preston-werner.com/2010/08/23/readme-driven-deve...
> As a byproduct of writing a Readme in order to know what you need to implement, you’ll have a very nice piece of documentation sitting in front of you. You’ll also find that it’s much easier to write this document at the beginning of the project when your excitement and motivation are at their highest. Retroactively writing a Readme is an absolute drag, and you’re sure to miss all kinds of important details when you do so.