# Daniel Rosehill GitHub Repository Index > A periodically updating index of GitHub repositories and open source development projects by Daniel Rosehill ## About This website provides a searchable, categorized index of Daniel Rosehill's GitHub repositories and open source projects. The data is sourced from the [Github-Master-Index](https://github.com/danielrosehill/Github-Master-Index) repository and updated regularly. ## Site Structure - **Homepage** (`/`): Browse all repositories sorted by creation date - **Categories** (`/categories`): View all available topic tags - **Category Pages** (`/category/[category]`): Filter repositories by specific topic tags ## Key Features - Repository cards with descriptions, star counts, and topic tags - Dark mode support - Mobile-responsive design - Build-time static generation for optimal performance ## Technology Stack - **Framework**: Astro 5 (Static Site Generator) - **Styling**: Tailwind CSS v4 - **Deployment**: Vercel - **Data Source**: GitHub Master Index (repositories.json) ## Data Source Repository data is fetched from: `https://raw.githubusercontent.com/danielrosehill/Github-Master-Index/main/repositories.json` The data includes: - Repository names and descriptions - GitHub statistics (stars, forks, watchers) - Topic tags for categorization - Creation and update dates - Repository URLs ## Author **Daniel Rosehill** - Website: [danielrosehill.com](https://danielrosehill.com) - GitHub: [@danielrosehill](https://github.com/danielrosehill) - Email: public@danielrosehill.com ## Purpose This index serves as a portfolio and navigation hub for Daniel Rosehill's open source contributions, allowing developers, collaborators, and interested parties to discover and explore his projects organized by topic and date. ## Update Frequency The repository data is periodically updated from the master index. The site rebuilds automatically on deployment to reflect the latest repository information. ## Navigation Use the category system to browse repositories by topic, or view the complete chronological list on the homepage. Each repository card links directly to the GitHub repository for detailed information.