https://github.com/rybla/url-notes
An automated system for collecting, analyzing, and publishing a feed of interesting URLs.
https://github.com/rybla/url-notes
Last synced: 9 months ago
JSON representation
An automated system for collecting, analyzing, and publishing a feed of interesting URLs.
- Host: GitHub
- URL: https://github.com/rybla/url-notes
- Owner: rybla
- Created: 2025-08-20T20:50:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-26T07:07:24.000Z (10 months ago)
- Last Synced: 2025-09-26T09:11:18.330Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 39.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# url-notes
This application has two parts:
- A collection of scripts to collect and analyze online content
- The code related to this is grouped in `src/analysis`
- A static web app for conveniently viewing the results of the analysis
- The code related to this is grouped in `src/app`
## Technology Stack
- [bun](https://bun.sh) as a runtime environment and package manager
- [Next.js](https://nextjs.org) as a framework for building the web app