Codebase for 100kb.space.
- 100kb.space is an opinionated blog aggregator
- Inspired by 100kb.danhill.is and indieblog.page
- Learn more how we use and store your activity on the activity page
- You can find list of blogs here
- To add/remove blog (or anything else) please open an issue on GitHub
- Improve the blog list
- Add other sources like youtube channels, podcasts, newsletters, reddit, HN, etc.
- Introduce categories, persist data
- Install dependecies
pnpm install
- Copy
.env
file and set environment variables (if you want to use upstash as storage)
cp .env.example .env
- Start the development server on
http://localhost:3000
pnpm run dev
- Generate feed
pnpm run task:feed