mkitzmann/awwesome
Enhanced user interface for Awesome Selfhosted
awesomegraphqlselfhostedsvelte
First Claude commit: Feb 7, 2026Last Claude commit: 3mo agoDiscovered: Mar 22, 2026
Recent Claude Commits
Add license filter to FilterPanel
db6335e3mo agoauthor_emailAdd canonical URLs, sitemap.xml, and robots.txt for SEO
75a1c873mo agoauthor_emailFix SSR: initialize projects from server data instead of empty array
0b325513mo agoauthor_emailFix SSR for SEO: use server data instead of client-side store
b8394663mo agoauthor_emailAdd dynamic SEO meta tags per category page
ee2f9753mo agoauthor_emailRename env vars from UMAMI to ANALYTICS for flexibility
d96af463mo agoauthor_emailAdd Umami analytics tracking via environment variables
82f2f113mo agoauthor_emailAdd star history backfill script using page-sampling technique
801644c3mo agoauthor_emailReplace published port with expose for Traefik reverse proxy
966285c3mo agoauthor_emailAdd migration for archived column in seed script
db75cac3mo agoauthor_emailFix reduce crash on empty commit_history objects
e2126c83mo agoauthor_emailAdd filters and sort options: stars range, commit activity, platform, date added
5c1e1653mo agoauthor_emailAdd integration tests for getProjectsPaginated query
af3f31c3mo agoauthor_emailFix all 26 type errors across 8 files
eeddef03mo agoauthor_emailServer-side pagination, search, and sort for project listing
16b82703mo agoauthor_emailShow archived projects with warning, display demo links and stack
c6fb7a33mo agoauthor_emailAdd unit tests for seed utils, category tree, and removeTrailingSlashes
273e9303mo agoauthor_emailUse firstAdded instead of createdAt, label as "added"
54c954b3mo agoauthor_emailFall back to firstAdded when createdAt is unavailable
302748a3mo agoauthor_emailFix reduce() crash on empty commit_history
9e68dd73mo agoauthor_emailFix SSR crash: always initialize children array on category nodes
eeff6683mo agoauthor_emailUse port 8080 externally to match original nginx setup
2c68da33mo agoauthor_emailAdjust Docker setup for Node server with SQLite
cd568513mo agoauthor_emailCache category tree in memory since it only changes on seed
a0fae4f4mo agoauthor_emailRemove dead code: fetch-github, repositories, query, files, unused index exports
b32b9e34mo agoauthor_emailReplace project_topics with project_categories many-to-many join
2be408e4mo agoauthor_emailSwitch seed script to read YAML from awesome-selfhosted-data repo
49bfaba4mo agoauthor_emailAdd SQLite database prototype with Drizzle ORM
f2848d84mo agoauthor_email