A clone of Hacker News built with Prism, Rust and Actix-web
Last updated Oct 16, 2025
51
Stars
7
Forks
0
Issues
0
Stars/day
Attention Score
7
Language breakdown
No language data available.
โธ Files
click to expand
README
Hackernews Prism
A clone of Hackernews built with Prism, Rust and Actix-web.
Built using the Hackernews REST API.
Inspired by hn.svelte.dev.
This project shows the main benefits of using Prism which no other framework / compiler has:
- Smallest bundle size
- Isomorphic Rust compilation
- JIT Hydration
Run
git clone https://github.com/kaleidawave/hackernews-prism.git
cd hackernews-prism
npm install
npm run build
npm start๐ More in this category