mkitzmann/awwesome
Enhanced user interface for Awesome Selfhosted
awesomegraphqlselfhostedsvelte
First Claude commit: Feb 7, 2026Last Claude commit: 4mo agoDiscovered: Mar 22, 2026
Recent Claude Commits
Add license filter to FilterPanel
db6335e4mo agoauthor_emailAdd canonical URLs, sitemap.xml, and robots.txt for SEO
75a1c874mo agoauthor_emailFix SSR: initialize projects from server data instead of empty array
0b325514mo agoauthor_emailFix SSR for SEO: use server data instead of client-side store
b8394664mo agoauthor_emailAdd dynamic SEO meta tags per category page
ee2f9754mo agoauthor_emailRename env vars from UMAMI to ANALYTICS for flexibility
d96af464mo agoauthor_emailAdd Umami analytics tracking via environment variables
82f2f114mo agoauthor_emailAdd star history backfill script using page-sampling technique
801644c4mo agoauthor_emailReplace published port with expose for Traefik reverse proxy
966285c4mo agoauthor_emailAdd migration for archived column in seed script
db75cac5mo agoauthor_emailFix reduce crash on empty commit_history objects
e2126c85mo agoauthor_emailAdd filters and sort options: stars range, commit activity, platform, date added
5c1e1655mo agoauthor_emailAdd integration tests for getProjectsPaginated query
af3f31c5mo agoauthor_emailFix all 26 type errors across 8 files
eeddef05mo agoauthor_emailServer-side pagination, search, and sort for project listing
16b82705mo agoauthor_emailShow archived projects with warning, display demo links and stack
c6fb7a35mo agoauthor_emailAdd unit tests for seed utils, category tree, and removeTrailingSlashes
273e9305mo agoauthor_emailUse firstAdded instead of createdAt, label as "added"
54c954b5mo agoauthor_emailFall back to firstAdded when createdAt is unavailable
302748a5mo agoauthor_emailFix reduce() crash on empty commit_history
9e68dd75mo agoauthor_emailFix SSR crash: always initialize children array on category nodes
eeff6685mo agoauthor_emailUse port 8080 externally to match original nginx setup
2c68da35mo agoauthor_emailAdjust Docker setup for Node server with SQLite
cd568515mo agoauthor_emailCache category tree in memory since it only changes on seed
a0fae4f5mo agoauthor_emailRemove dead code: fetch-github, repositories, query, files, unused index exports
b32b9e35mo agoauthor_emailReplace project_topics with project_categories many-to-many join
2be408e5mo agoauthor_emailSwitch seed script to read YAML from awesome-selfhosted-data repo
49bfaba5mo agoauthor_emailAdd SQLite database prototype with Drizzle ORM
f2848d85mo agoauthor_email