{"id":32482418,"url":"https://github.com/rayan2104/shopify-node","last_synced_at":"2026-04-16T00:31:43.683Z","repository":{"id":319329108,"uuid":"1078382839","full_name":"rayan2104/shopify-node","owner":"rayan2104","description":"An embedded Shopify app starter template made with Node, Express, React and Vite, with all the required stuff hooked up.","archived":false,"fork":false,"pushed_at":"2025-10-17T16:38:35.000Z","size":530,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-18T19:04:53.123Z","etag":null,"topics":["boilerplate","shopify","shopify-api","shopify-app","shopify-app-node","shopify-app-node-mongodb","shopify-apps"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/rayan2104.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-17T16:36:43.000Z","updated_at":"2025-10-17T16:41:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0990f67-00c5-4589-b49b-4de9da612850","html_url":"https://github.com/rayan2104/shopify-node","commit_stats":null,"previous_names":["rayan2104/shopify-node"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rayan2104/shopify-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayan2104%2Fshopify-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayan2104%2Fshopify-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayan2104%2Fshopify-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayan2104%2Fshopify-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rayan2104","download_url":"https://codeload.github.com/rayan2104/shopify-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayan2104%2Fshopify-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31866252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["boilerplate","shopify","shopify-api","shopify-app","shopify-app-node","shopify-app-node-mongodb","shopify-apps"],"created_at":"2025-10-27T03:00:58.638Z","updated_at":"2026-04-16T00:31:43.669Z","avatar_url":"https://github.com/rayan2104.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopify Node.js x Express.js x React.js Boilerplate\n\nAn embedded app starter template to get up and ready with Shopify app development with JavaScript. This is heavily influenced by the choices Shopify Engineering team made in building their [starter template](https://github.com/Shopify/shopify-app-template-node) to ensure smooth transition between templates.\n\nI've included [notes](/docs/NOTES.md) on this repo which goes over the repo on why certain choices were made.\n\nI also did make a video going over the entire repo.\n\n[![Creating a Shopify app from scratch](https://img.youtube.com/vi/iV_3ENCraaM/0.jpg)](https://www.youtube.com/watch?v=iV_3ENCraaM)\n\n## Supporting repositories\n\n- [`@rayan2104/shopify-nextjs-prisma-app`](https://github.com/rayan2104/shopify-nextjs-prisma-app): A Shopify app boilerplate built with Next.js and Prisma ORM, with deployments available on Vercel.\n- [`@rayan2104/shopify-polaris-playground`](https://github.com/rayan2104/shopify-polaris-playground): Build your app's UI using Polaris, without an internet connection.\n\n## Tech Stack\n\n- React.js\n  - `raviger` for routing.\n- Express.js\n- MongoDB\n- Vite\n- Ngrok\n\n## Why I made this\n\nThe Shopify CLI generates an amazing starter app but it still needs some more boilerplate code and customizations so I can jump on to building apps with a simple clone. This includes:\n\n- MongoDB based session and database management.\n- Monetization (recurring subscriptions) ready to go.\n- Webhooks isolated and setup.\n- React routing taken care of (I miss Next.js mostly because of routing and under the hood improvements).\n- Misc boilerplate code and templates to quickly setup inApp subscriptions, routes, webhooks and more.\n\n## Notes\n\n### Setup\n\n- Refer to [SETUP](/docs/SETUP.md)\n- Migrations are available in [DOCS](/docs/migrations/)\n- Setting up [Polaris WebComponents](/docs/POLARIS_WC.md)\n\n### Misc\n\n- Storing data is kept to a minimal to allow building custom models for flexibility.\n  - Session persistence is also kept to a minimal and based on the Redis example provided by Shopify, but feel free to modify as required.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayan2104%2Fshopify-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayan2104%2Fshopify-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayan2104%2Fshopify-node/lists"}