{"id":48349091,"url":"https://github.com/faykarr/asteria-dash","last_synced_at":"2026-04-05T08:36:14.675Z","repository":{"id":345303859,"uuid":"1185212611","full_name":"faykarr/asteria-dash","owner":"faykarr","description":"A modern, dark and light themed admin dashboard template powered by Tailwind CSS v4, daisyUI, and Alpine.js. Built with Vite and Handlebars.","archived":false,"fork":false,"pushed_at":"2026-03-19T02:50:25.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-19T04:43:28.632Z","etag":null,"topics":["admin","admin-dashboard","tailwind-admin-template","tailwind-template","tailwindcss"],"latest_commit_sha":null,"homepage":"https://asteria-dash.vercel.app","language":"Handlebars","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/faykarr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-18T10:57:00.000Z","updated_at":"2026-03-19T02:50:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/faykarr/asteria-dash","commit_stats":null,"previous_names":["faykarr/asteria-dash"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/faykarr/asteria-dash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faykarr%2Fasteria-dash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faykarr%2Fasteria-dash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faykarr%2Fasteria-dash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faykarr%2Fasteria-dash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faykarr","download_url":"https://codeload.github.com/faykarr/asteria-dash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faykarr%2Fasteria-dash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31430009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["admin","admin-dashboard","tailwind-admin-template","tailwind-template","tailwindcss"],"created_at":"2026-04-05T08:36:11.532Z","updated_at":"2026-04-05T08:36:14.666Z","avatar_url":"https://github.com/faykarr.png","language":"Handlebars","funding_links":["https://paypal.me/faykar","https://ko-fi.com/faykarr"],"categories":[],"sub_categories":[],"readme":"# Asteria Dash\n\n[![Stars](https://img.shields.io/github/stars/faykarr/asteria-dash?style=flat-square)](https://github.com/faykarr/asteria-dash/stargazers)\n[![Forks](https://img.shields.io/github/forks/faykarr/asteria-dash?style=flat-square)](https://github.com/faykarr/asteria-dash/network/members)\n[![Issues](https://img.shields.io/github/issues/faykarr/asteria-dash?style=flat-square)](https://github.com/faykarr/asteria-dash/issues)\n[![Pull Requests](https://img.shields.io/github/issues-pr/faykarr/asteria-dash?style=flat-square)](https://github.com/faykarr/asteria-dash/pulls)\n[![License](https://img.shields.io/github/license/faykarr/asteria-dash?style=flat-square)](LICENSE)\n\nAsteria Dash is a agnostic framework modern admin dashboard template built with Vite, Tailwind CSS v4, Alpine.js, and Handlebars. This template is designed to provide a clean, responsive, and easily customizable interface for various web application needs.\n\n## Key Features\n\n- **Vite**: A blazing fast build tool for modern web development.\n- **Tailwind CSS (v4)**: A utility-first CSS framework for rapid and flexible styling.\n- **Alpine.js**: A lightweight JavaScript framework for component interactivity.\n- **Handlebars**: A templating engine to separate HTML structure into reusable components.\n- **DaisyUI**: A component plugin for Tailwind CSS to speed up UI development.\n- **Iconoir**: Elegant open-source icons.\n- **Perfect Scrollbar**: Beautiful custom scrollbars to enhance the look and feel.\n\n## Prerequisites\n\nMake sure you have Node.js installed on your system before starting.\n\n## Getting Started\n\nFollow these steps to run the project in your local environment:\n\n1. **Clone the Repository**\n   ```bash\n   git clone https://github.com/faykarr/asteria-dash.git\n   cd asteria-dash\n   ```\n\n2. **Install Dependencies**\n   ```bash\n   npm install --legacy-peer-deps\n   ```\n\n3. **Run the Development Server**\n   ```bash\n   npm run dev\n   ```\n   The Vite server will run and can be accessed via your browser, usually at `http://localhost:5173`.\n\n## Project Structure\n\n```text\nasteria-dash/\n├── src/\n│   ├── assets/       # CSS files, images, and other static assets\n│   ├── data/         # JSON data or configuration files\n│   ├── layouts/      # Main Handlebars layouts (e.g., layout.hbs)\n│   ├── pages/        # Specific pages\n│   └── partials/     # Reusable Handlebars components\n├── package.json      # Project dependencies and scripts configuration\n└── vite.config.js    # Vite-specific configuration\n```\n\n## Build for Production\n\nTo generate production-ready static files, run the following command:\n\n```bash\nnpm run build\n```\n\nThe build results will be in the `dist` folder.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE). Copyright (c) 2026 Nasyath Faykar.\n\n## Contributing\n\nPlease refer to [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute to this project. We appreciate every form of contribution! Don't forget to follow our [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## Supports Developer\n\nIf you find this project useful and want to support its development, you can donate via:\n\n[![PayPal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge\u0026logo=paypal\u0026logoColor=white)](https://paypal.me/faykar)\n[![Ko-fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://ko-fi.com/faykarr)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaykarr%2Fasteria-dash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaykarr%2Fasteria-dash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaykarr%2Fasteria-dash/lists"}