Skip to content

HackerWeb 2: A read-only Hacker News client.

Notifications You must be signed in to change notification settings

cheeaun/hackerweb-native-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a164be4 · Nov 22, 2022
Sep 28, 2020
May 9, 2022
May 19, 2022
May 21, 2022
May 13, 2022
May 27, 2022
Dec 13, 2020
May 6, 2022
Sep 11, 2021
Apr 24, 2022
May 14, 2022
Jun 7, 2022
Nov 22, 2022
May 1, 2022
Aug 26, 2022
Sep 12, 2021
May 20, 2022
May 29, 2022
Nov 22, 2022

Repository files navigation

HackerWeb 2

A read-only Hacker News client.


HackerWeb is a super-clean Hacker News app built for maximum readability and has a lean set of features to optimize the reading experience.

It’s created specifically with iOS design guidelines in mind, so it feels native and blends well with the operating system.

It has a simple set of features that are usually invisible:

  • Dual Web and Comments tabs for easy switching between the story’s web page and the list of comments
  • Revolutionary comments thread UI for easy navigation, with smart collapsing to prevent being overwhelmed by too many comments
  • Automatic Dark mode, respecting the system’s appearance settings.
  • Smart indentations and formatting for comments, complementing the existing limited formatting from Hacker News.
  • Automatic syntax highlighting for code blocks in comments, with best-effort programming language detection.
  • Allow interactions like upvoting and replying, which opens up web view with login information and sessions stored in itself, instead of the app.
  • Comment’s “Thread view” to list all parent comments of a comment, on a flat list, for easy reading instead of manually drilling down the nested comments.
  • “Share as Image” for comments, which allows sharing of a specific comment, optionally including the parent comments and/or story, as an image.

HackerWeb is an unofficial Hacker News client, built with React Native and Expo.

This is a passion side project for learning and experimenting ideas. Since 2012.

Also a complete rewrite of the first version launched in 2016.

Download

Download on the App Store

Preview

Light

Dark

Development

This is built with Expo under the Managed Workflow. Currently using SDK 45 and targeted only for iOS (for now).

npm install -g expo-cli

After cloning this repository:

cd hackerweb-native-2
npm i
npm start

Resources

License

  • MIT.
  • Not affiliated with Hacker News or YCombinator.