{"id":17766117,"url":"https://github.com/thedevelop3r/nextjsandshopify","last_synced_at":"2025-04-01T14:48:27.767Z","repository":{"id":159409680,"uuid":"584713678","full_name":"Thedevelop3r/nextJsandSHopify","owner":"Thedevelop3r","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-03T10:22:44.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T09:32:36.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Thedevelop3r.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-03T10:22:42.000Z","updated_at":"2023-01-03T10:22:49.000Z","dependencies_parsed_at":"2023-05-05T14:16:01.891Z","dependency_job_id":null,"html_url":"https://github.com/Thedevelop3r/nextJsandSHopify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"carstenlebek/shopify-non-embedded-app-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thedevelop3r%2FnextJsandSHopify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thedevelop3r%2FnextJsandSHopify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thedevelop3r%2FnextJsandSHopify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thedevelop3r%2FnextJsandSHopify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thedevelop3r","download_url":"https://codeload.github.com/Thedevelop3r/nextJsandSHopify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246659898,"owners_count":20813333,"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":[],"created_at":"2024-10-26T20:23:39.180Z","updated_at":"2025-04-01T14:48:27.740Z","avatar_url":"https://github.com/Thedevelop3r.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀Free Shopify x Next.js App Template for serverless non-embedded Apps\n\nEverything to build your next non-embedded Shopify App and Marketing pages in one place.\nThis Template utilizes Middleware and APIs for OAuth, so no custom server is needed.\n\nIntentionally barebones. 🦴\n\n## Table of Contents\n\n- 🤩 Features\n- 👀 Requirements\n- 🤓 Getting Started\n- 🚀 One click deploy\n- 🧰 Built with\n\n## 🤩 Features\n\n- ⚡ Next.js - React Framework for static rendering\n- ✨ Serverless Architecture\n- 💳 App Subscrptions\n- 💾 Session Storage with Redis\n- 🚇 Ngrok for development\n- 🚀 Apollo/Client\n- 🪝 Webhooks set up\n\n## 👀 Requirements\n\n- Shopify Partner Account\n- Shopify Dev Store\n- Ngrok account\n- Upstash Redis Database\n\n## 🤓 Getting Started\n\n- Click `Use this template` or [this link](https://github.com/carstenlebek/shopify-non-embedded-app-template/generate)\n- Create an App in your Shopify Partner Account\n  - Set https://localhost as the App Url for now\n  - Go to `App Setup` -\u003e `Embedded app` and disable `Embed your app in Shopify admin`\n- Fill out your `.env` file\n  - `SHOPIFY_API_KEY`: The Shopify Api key of the app, you have just created\n  - `SHOPIFY_API_SECRET_KEY`: The Shopify Api secret key of the app, you have just created\n  - `SCOPES`: The [access scopes](https://shopify.dev/api/usage/access-scopes) your app needs\n  - `HOST`: The Url of your app. Leave this empty for development\n  - `SHOP`: Your dev stores url\n  - `NGROK_AUTH_TOKEN`: Your [Ngrok auth token](https://dashboard.ngrok.com/get-started/your-authtoken)\n  - `UPSTASH_REDIS_REST_URL`: Your Upstash Redis REST url.\n  - `UPSTASH_REDIS_REST_TOKEN`: Your Upstash Redis REST token.\n- Run `npm install`\n- Run `npm run dev`\n- Visit `https://{YOUR_APP_URL}/login` to install your app\n\n## 🚀 One click deploy\n\nClone and deploy this template in one click to Vercel for free!\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcarstenlebek%2Fshopify-non-embedded-app-template\u0026env=SHOPIFY_API_KEY,SHOPIFY_API_SECRET_KEY,SCOPES,MONGO_URI\u0026envDescription=API%20keys%20needed%20for%20this%20Shopify%20App%20Template.\u0026project-name=non-embedded-shopify-app\u0026repo-name=non-embedded-shopify-app)\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n## 🧰 Built with\n\n- [Next.js](https://nextjs.org/)\n- [@shopify/shopify-api](https://github.com/Shopify/shopify-node-api)\n- [@apollo/client](https://www.apollographql.com/docs/react/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedevelop3r%2Fnextjsandshopify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedevelop3r%2Fnextjsandshopify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedevelop3r%2Fnextjsandshopify/lists"}