{"id":25168267,"url":"https://github.com/incluud/accessible-astro-dashboard","last_synced_at":"2025-04-04T09:09:10.277Z","repository":{"id":37077996,"uuid":"488872973","full_name":"incluud/accessible-astro-dashboard","owner":"incluud","description":"An Accessible Admin Dashboard Theme for Astro with a login page and a dashboard overview. Includes accessibility features such as landmarks, better focus-outline and skip-links navigation. ","archived":false,"fork":false,"pushed_at":"2025-03-29T09:51:29.000Z","size":1025,"stargazers_count":183,"open_issues_count":0,"forks_count":48,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-02T09:15:38.908Z","etag":null,"topics":["a11y","accessibility","astro","cms","darkmode","dashboard","dashboard-templates","html","javascript","login-page","scss","skip-links","template","theme","utility-classes","wcag"],"latest_commit_sha":null,"homepage":"https://accessible-astro-dashboard.incluud.dev/login/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/incluud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://www.buymeacoffee.com/markteekman"}},"created_at":"2022-05-05T07:29:37.000Z","updated_at":"2025-04-02T08:54:47.000Z","dependencies_parsed_at":"2025-02-07T11:31:51.700Z","dependency_job_id":"d43c1956-60a7-4bde-8f38-a961d345818b","html_url":"https://github.com/incluud/accessible-astro-dashboard","commit_stats":{"total_commits":76,"total_committers":3,"mean_commits":"25.333333333333332","dds":0.03947368421052633,"last_synced_commit":"17349121a349e11592947adda6d10d36172c5cdb"},"previous_names":["incluud/accessible-astro-dashboard","markteekman/accessible-astro-dashboard"],"tags_count":9,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incluud%2Faccessible-astro-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incluud%2Faccessible-astro-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incluud%2Faccessible-astro-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incluud%2Faccessible-astro-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/incluud","download_url":"https://codeload.github.com/incluud/accessible-astro-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142429,"owners_count":20890730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a11y","accessibility","astro","cms","darkmode","dashboard","dashboard-templates","html","javascript","login-page","scss","skip-links","template","theme","utility-classes","wcag"],"created_at":"2025-02-09T07:16:32.403Z","updated_at":"2025-04-04T09:09:10.270Z","avatar_url":"https://github.com/incluud.png","language":"Astro","funding_links":["https://www.buymeacoffee.com/markteekman","https://opencollective.com/incluud"],"categories":[],"sub_categories":[],"readme":"# Accessible Astro Dashboard\n\n[![Built with Astro](https://astro.badg.es/v2/built-with-astro/small.svg)](https://astro.build)\n\n![accessible-astro-dashboard](https://github.com/user-attachments/assets/1c0eaf50-148d-4986-8211-a835a65eb2e3)\n\nA modern, accessibility-focused dashboard template built with [Astro](https://astro.build/). Designed with WCAG guidelines in mind, this theme provides a comprehensive admin interface with built-in accessibility features. It includes a responsive, keyboard-accessible navigation system, authentication flows, and integrates seamlessly with [Accessible Astro Components](https://github.com/incluud/accessible-astro-components). Complete with example pages, authentication flows, and a custom 404 page, this template offers everything you need to kickstart your accessible admin dashboard.\n\n[![LIVE DEMO](https://img.shields.io/badge/LIVE_DEMO-4ECCA3?style=for-the-badge\u0026logo=astro\u0026logoColor=black)](https://accessible-astro-dashboard.incluud.dev/login/) \u0026nbsp;\n[![DOCUMENTATION](https://img.shields.io/badge/DOCUMENTATION-A682FF?style=for-the-badge\u0026logo=astro\u0026logoColor=black)](https://accessible-astro.incluud.dev/themes/accessible-astro-dashboard) \u0026nbsp;\n[![Sponsor on Open Collective](https://img.shields.io/badge/Open%20Collective-7FADF2?style=for-the-badge\u0026logo=opencollective\u0026logoColor=white)](https://opencollective.com/incluud) \u0026nbsp;\n\n## Our mission\n\n\u003e Provide developers with accessible, easy-to-use components that make building inclusive web applications simpler and faster, without compromising on customization or performance.\n\n## (Accessibility) features\n\n- Contains a `login.astro` page with an example login using the `localStorage` and a separate `LoginLayout.astro` layout\n- `login.astro` contains example login data and a warning notification for when the credentials are incorrect\n- Contains a dashboard example in the `index.astro` page using the `DefaultLayout.astro` layout\n- Several examples of admin pages such as `media.astro`, `messages.astro`, `products.astro`, `settings.astro` and `users.astro`\n- `Media.astro` component for images, used on the `media.astro` page \\*\n- `Pagination.astro` component for paginating results, used on the `media.astro` page \\*\n- `DashboardWidget.astro` component serves as an example for the dashboard on `index.astro`\n- `EmpyState.astro` component which can be displayed on pages that don't have any data yet\n- `LoginForm.astro` component with a basic accessible login form and some form controls\n- `SkipLinks.astro` component to skip to either the main menu or the main content \\*\n- `Navigation.astro` component with keyboard accessible navigation (arrow keys, escape key)\n  - This component is a comprehensive sidebar navigation on desktop with the option to expand or collapse\n  - The users menu width preference is stored in a `localStorage` value so that it is preserved during page reloads\n  - The navigation automatically switches to an accessible mobile navigation for viewport widths below the medium breakpoint\n- `ResponsiveToggle.astro` component with an accessible responsive toggle button for the mobile navigation\n- `DarkMode.astro` component toggle with accessible button which saves the users preference in the `localStorage` \\*\n- `404.astro` provides a custom 404 error page which you can adjust to your needs\n- `.sr-only` utility class for screen reader only text content\n- `prefers-reduced-motion` disables animations for users that have this preference turned on\n- Outline focus indicator which works on dark and light backgrounds\n- [Accessible Astro Components](https://github.com/incluud/accessible-astro-components) package comes preinstalled with extra components such as Accordions, Modals and Notifications\n- Nate Moore's awesome [Astro Icon](https://github.com/natemoo-re/astro-icon) package is also preinstalled which can be applied to different use cases\n\n## Getting started\n\nClone this theme locally and run any of the following commands in your terminal:\n\n| Command           | Action                                       |\n| :---------------- | :------------------------------------------- |\n| `npm install`     | Installs dependencies                        |\n| `npm run dev`     | Starts local dev server at `localhost:4321`  |\n| `npm run build`   | Build your production site to `./dist/`      |\n| `npm run preview` | Preview your build locally, before deploying |\n\n## Accessible Astro projects\n\n- [Accessible Astro Starter](https://github.com/incluud/accessible-astro-starter): Fully accessible starter for kickstarting Astro projects, with Tailwind.\n- [Accessible Astro Components](https://github.com/incluud/accessible-astro-components/): Library of reusable, accessible components build for Astro.\n- [Accessible Astro Dashboard](https://github.com/incluud/accessible-astro-dashboard/): User-friendly dashboard interface with a login screen and widgets.\n- [Accessible Astro Docs](https://github.com/incluud/accessible-astro-docs): Comprehensive documentation for all Accessible Astro projects.\n\nCheck out our [roadmap](https://github.com/orgs/incluud/projects/4/views/1) to see what's coming next!\n\n## Contributing\n\nWe welcome contributions to improve the documentation! You can help by:\n\n1. [Filing an issue](https://github.com/incluud/accessible-astro-dashboard/issues)\n2. [Submitting a pull request](https://github.com/incluud/accessible-astro-dashboard/pulls)\n3. [Starting a discussion](https://github.com/incluud/accessible-astro-dashboard/discussions)\n4. [Supporting on Open Collective](https://opencollective.com/incluud)\n\n## Support this project\n\nYour support helps us cover basic costs and continue building accessible solutions for the Astro ecosystem. By becoming a sponsor, you're not just supporting code – you're helping create a more inclusive web for everyone. Every contribution, big or small, helps maintain and improve these accessibility-focused tools.\n\n[![Sponsor on Open Collective](https://img.shields.io/badge/Open%20Collective-7FADF2?style=for-the-badge\u0026logo=opencollective\u0026logoColor=white)](https://opencollective.com/incluud)\n\n## Together we make a difference\n\nWe want to express our heartfelt gratitude to everyone who contributes to making the web more accessible:\n\n- **The Astro team** for creating an amazing static site generator and the wonderful Starlight theme\n- **Our contributors** who dedicate their time and expertise to improve these tools\n- **Our sponsors** who help make this project sustainable\n- **The web community** for embracing and promoting web accessibility\n- **You, the developer** for choosing to make your projects more accessible\n\n\u003ca href=\"https://github.com/incluud/accessible-astro-starter/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=incluud/accessible-astro-dashboard\" /\u003e\n\u003c/a\u003e\u003cbr /\u003e\u003cbr /\u003e\n\nTogether, we're not just building documentation or components – we're creating a more inclusive and accessible web for everyone. Every contribution, whether it's code, documentation, bug reports, or feedback, helps move us closer to this goal. ✨\n\nRemember: Accessibility is not a feature, it's a fundamental right. Thank you for being part of this journey!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincluud%2Faccessible-astro-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincluud%2Faccessible-astro-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincluud%2Faccessible-astro-dashboard/lists"}