mkitzmann/awwesome
Enhanced user interface for Awesome Selfhosted
awesomegraphqlselfhostedsvelte
First Claude commit: Feb 7, 2026Last Claude commit: 1mo agoDiscovered: Mar 22, 2026
Recent Claude Commits
Add license filter to FilterPanel
db6335e1mo agoauthor_emailAdd canonical URLs, sitemap.xml, and robots.txt for SEO
75a1c871mo agoauthor_emailFix SSR: initialize projects from server data instead of empty array
0b325511mo agoauthor_emailFix SSR for SEO: use server data instead of client-side store
b8394661mo agoauthor_emailAdd dynamic SEO meta tags per category page
ee2f9751mo agoauthor_emailRename env vars from UMAMI to ANALYTICS for flexibility
d96af461mo agoauthor_emailAdd Umami analytics tracking via environment variables
82f2f111mo agoauthor_emailAdd star history backfill script using page-sampling technique
801644c1mo agoauthor_emailReplace published port with expose for Traefik reverse proxy
966285c1mo agoauthor_emailAdd migration for archived column in seed script
db75cac2mo agoauthor_emailFix reduce crash on empty commit_history objects
e2126c82mo agoauthor_emailAdd filters and sort options: stars range, commit activity, platform, date added
5c1e1652mo agoauthor_emailAdd integration tests for getProjectsPaginated query
af3f31c2mo agoauthor_emailFix all 26 type errors across 8 files
eeddef02mo agoauthor_emailServer-side pagination, search, and sort for project listing
16b82702mo agoauthor_emailShow archived projects with warning, display demo links and stack
c6fb7a32mo agoauthor_emailAdd unit tests for seed utils, category tree, and removeTrailingSlashes
273e9302mo agoauthor_emailUse firstAdded instead of createdAt, label as "added"
54c954b2mo agoauthor_emailFall back to firstAdded when createdAt is unavailable
302748a2mo agoauthor_emailFix reduce() crash on empty commit_history
9e68dd72mo agoauthor_emailFix SSR crash: always initialize children array on category nodes
eeff6682mo agoauthor_emailUse port 8080 externally to match original nginx setup
2c68da32mo agoauthor_emailAdjust Docker setup for Node server with SQLite
cd568512mo agoauthor_emailCache category tree in memory since it only changes on seed
a0fae4f2mo agoauthor_emailRemove dead code: fetch-github, repositories, query, files, unused index exports
b32b9e32mo agoauthor_emailReplace project_topics with project_categories many-to-many join
2be408e2mo agoauthor_emailSwitch seed script to read YAML from awesome-selfhosted-data repo
49bfaba2mo agoauthor_emailAdd SQLite database prototype with Drizzle ORM
f2848d82mo agoauthor_email