{"id":15159580,"url":"https://github.com/getmarkus/astro-shopify-polaris","last_synced_at":"2026-01-20T11:32:32.685Z","repository":{"id":212988964,"uuid":"732765633","full_name":"getmarkus/astro-shopify-polaris","owner":"getmarkus","description":"Astro template for Shopify's Polaris Design System","archived":false,"fork":false,"pushed_at":"2023-12-17T19:53:26.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T16:52:34.803Z","etag":null,"topics":["astro","astro-build","astro-build-template","astro-template","astro-theme","astro-themes","astrojs","astrojs-template","builtatlightspeed","jamstack","shopify","shopify-app","shopify-apps","static-site-generator","template","theme","themes"],"latest_commit_sha":null,"homepage":"http://www.cmsoftdev.com/astro-shopify-polaris/","language":"TypeScript","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/getmarkus.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}},"created_at":"2023-12-17T18:55:40.000Z","updated_at":"2024-08-09T06:00:19.000Z","dependencies_parsed_at":"2024-12-21T06:43:08.506Z","dependency_job_id":"ea8ff7f2-719a-46ed-80b0-74c1ceaf5fb9","html_url":"https://github.com/getmarkus/astro-shopify-polaris","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"49ea2efbd82d88288824e2090bdd346d59afcbd2"},"previous_names":["getmarkus/astro-shopify-polaris"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/getmarkus/astro-shopify-polaris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getmarkus%2Fastro-shopify-polaris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getmarkus%2Fastro-shopify-polaris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getmarkus%2Fastro-shopify-polaris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getmarkus%2Fastro-shopify-polaris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getmarkus","download_url":"https://codeload.github.com/getmarkus/astro-shopify-polaris/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getmarkus%2Fastro-shopify-polaris/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28602459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"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":["astro","astro-build","astro-build-template","astro-template","astro-theme","astro-themes","astrojs","astrojs-template","builtatlightspeed","jamstack","shopify","shopify-app","shopify-apps","static-site-generator","template","theme","themes"],"created_at":"2024-09-26T21:40:20.132Z","updated_at":"2026-01-20T11:32:32.670Z","avatar_url":"https://github.com/getmarkus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro + Shopify's Polaris Admin Framework\n\nHere is a quick theme template to experiment with Shopify's design system for Admin Apps called [Polaris](https://polaris.shopify.com/). The goal is to see if it works with [Astro](https://astro.build).\n\n```bash\nnpm create astro@latest -- --template getmarkus/astro-shopify-polaris\n```\n\n[Live Demo](https://www.christophermarkus.com/astro-shopify-polaris/). Please keep in mind this is a work in progress and not functionally complete.\n\nBreaking down this implementation into three broad steps.\n\n### See if Shopify's opinionated React components play well with Astro:\n\nSo far so good, Shopify's design system and [React components](https://github.com/Shopify/polaris/tree/main/polaris-react) seem to work well together on first attempt. The only core requirement was to make sure the Components are always wrapped in their [App provider](https://polaris.shopify.com/components/utilities/app-provider).\n\n### See if this integrates in with Shopify's system (WIP)\n\nAs would be expected Shopify has requirements for building Apps and Admin extentions that developers need to [follow](https://shopify.dev/docs/apps/tools#app-templates). \n\nShopify recommends and provides [remix](https://github.com/Shopify/shopify-app-template-remix) and [node](https://github.com/Shopify/shopify-app-template-node) templates to get started. So this next experiment will be to see if Astro also works.\n\n### Finish out and comply with the full suite of App Design Guildlines (WIP)\n\nAre their any Astro gotchas? I doubt it but this last step will test it out. Need to makes sure this will cover Shopify's [App Design Guidelines](https://shopify.dev/docs/apps/design-guidelines)\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a 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| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetmarkus%2Fastro-shopify-polaris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetmarkus%2Fastro-shopify-polaris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetmarkus%2Fastro-shopify-polaris/lists"}