stingray icon indicating copy to clipboard operation
stingray copied to clipboard

Stingray is a modern, beautiful Hacker News reader app built in Flutter.

Stingray

Stingray is a new, modern, beautiful Hacker News reader app.

featured image

Images made with previewed.app

There are a bunch of nice looking Reddit apps, but I have not been able to find similarly nice looking one for Hacker News, so I decided to try my hands at one using Flutter.

Right now it's pretty basic, it's missing a couple of features such as:

  • No refresh
  • No login
  • No upvote
  • No reply
  • No submission

Most of them are related to login/auth (Hacker News does not have an API for it), but there exists some solution to hack around it, for reference:

  • https://swizec.com/blog/reverse-engineered-hacker-news/swizec/7741
  • https://github.com/hidroh/materialistic

Contributions are welcomed!