Nindo is a RSS reader and blogging platform designed to be easy and minimal.
- Markdown support
- Comments
- Dark mode
- Readable
- RSS feeds
- REST API
- Responsive and quick
Steps necessary to make Nindo a stable platform:
- Render posts in LiveComponent instead of seperate LiveView to remove the need to cache them seperately.
- Update to the newest LiveView version and replace the current node stuff with esbuild?
- Write full test-suite (ugghh)
- Update ex_doc (because newer version has nicer docs & dark mode)
- Add PubSub for live updating the timeline
Read more about why we need to do this here: The current state of Nindo.