{"id":15496542,"url":"https://github.com/guilleangulo/next-commerce","last_synced_at":"2026-02-13T08:30:16.460Z","repository":{"id":102181503,"uuid":"336282865","full_name":"GuilleAngulo/next-commerce","owner":"GuilleAngulo","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-05T13:42:06.000Z","size":1053,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T13:21:33.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"commerce.guilleangulo.vercel.app","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/GuilleAngulo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-05T13:41:56.000Z","updated_at":"2023-03-07T16:46:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"9403c91d-e800-4557-862a-178892060dd5","html_url":"https://github.com/GuilleAngulo/next-commerce","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"b90b86896f9111be23e5221837087ed437cb4b43"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuilleAngulo%2Fnext-commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuilleAngulo%2Fnext-commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuilleAngulo%2Fnext-commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuilleAngulo%2Fnext-commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuilleAngulo","download_url":"https://codeload.github.com/GuilleAngulo/next-commerce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816477,"owners_count":19701753,"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-02T08:25:47.634Z","updated_at":"2026-02-13T08:30:16.401Z","avatar_url":"https://github.com/GuilleAngulo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fcommerce\u0026project-name=commerce\u0026repo-name=commerce\u0026demo-title=Next.js%20Commerce\u0026demo-description=An%20all-in-one%20starter%20kit%20for%20high-performance%20e-commerce%20sites.\u0026demo-url=https%3A%2F%2Fdemo.vercel.store\u0026demo-image=https%3A%2F%2Fbigcommerce-demo-asset-ksvtgfvnd.vercel.app%2Fbigcommerce.png\u0026integration-ids=oac_MuWZiE4jtmQ2ejZQaQ7ncuDT)\n\n# Next.js Commerce\n\nThe all-in-one starter kit for high-performance e-commerce sites. With a few clicks, Next.js developers can clone, deploy and fully customize their own store.\nStart right now at [nextjs.org/commerce](https://nextjs.org/commerce)\n\nDemo live at: [demo.vercel.store](https://demo.vercel.store/)\n\nThis project is currently \u003cb\u003eunder development\u003c/b\u003e.\n\n## Features\n\n- Performant by default\n- SEO Ready\n- Internationalization\n- Responsive\n- UI Components\n- Theming\n- Standardized Data Hooks\n- Integrations - Integrate seamlessly with the most common ecommerce platforms.\n- Dark Mode Support\n\n## Work in progress\nWe're using Github Projects to keep track of issues in progress and todo's. Here is our [Board](https://github.com/vercel/commerce/projects/1)\n\n## Integrations\nNext.js Commerce integrates out-of-the-box with BigCommerce. We plan to support all major ecommerce backends.\n\n\n## Goals\n\n* **Next.js Commerce** should have a completely data **agnostic** UI\n* **Aware of schema**: should ship with the right data schemas and types.\n* All providers should return the right data types and schemas to blend correctly with Next.js Commerce.\n* `@framework` will be the alias utilized in commerce and it will map to the ecommerce provider of preference- e.g BigCommerce, Shopify, Swell. All providers should expose the same standardized functions. _Note that the same applies for recipes using a CMS + an ecommerce provider._\n\nThere is a `framework` folder in the root folder that will contain multiple ecommerce providers.\n\nAdditionally, we need to ensure feature parity (not all providers have e.g. wishlist) we will also have to build a feature API to disable/enable features in the UI.\n\nPeople actively working on this project: @okbel \u0026 @lfades.\n\n## Troubleshoot\n\n\u003cdetails\u003e\n\u003csummary\u003eI already own a BigCommerce store. What should I do?\u003c/summary\u003e\n\u003cbr\u003e\nFirst thing you do is: \u003cb\u003eset your environment variables\u003c/b\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n.env.local\n\n```sh\nBIGCOMMERCE_STOREFRONT_API_URL=\u003c\u003e\nBIGCOMMERCE_STOREFRONT_API_TOKEN=\u003c\u003e\nBIGCOMMERCE_STORE_API_URL=\u003c\u003e\nBIGCOMMERCE_STORE_API_TOKEN=\u003c\u003e\nBIGCOMMERCE_STORE_API_CLIENT_ID=\u003c\u003e\n```\n\nIf your project was started with a \"Deploy with Vercel\" button, you can use Vercel's CLI to retrieve these credentials.\n\n1. Install Vercel CLI: `npm i -g vercel`\n2. Link local instance with Vercel and Github accounts (creates .vercel file): `vercel link`\n3. Download your environment variables: `vercel env pull .env.local`\n\nNext, you're free to customize the starter. More updates coming soon. Stay tuned.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eBigCommerce shows a Coming Soon page and requests a Preview Code\u003c/summary\u003e\n\u003cbr\u003e\nAfter Email confirmation, Checkout should be manually enabled through BigCommerce platform. Look for \"Review \u0026 test your store\" section through BigCommerce's dashboard.\n\u003cbr\u003e\n\u003cbr\u003e\nBigCommerce team has been notified and they plan to add more detailed about this subject.\n\u003c/details\u003e\n\n## Contribute\n\nOur commitment to Open Source can be found [here](https://vercel.com/oss).\n\n1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device.\n2. Create a new branch `git checkout -b MY_BRANCH_NAME`\n3. Install yarn: `npm install -g yarn`\n4. Install the dependencies: `yarn`\n5. Duplicate `.env.template` and rename it to `.env.local`.\n6. Add proper store values to `.env.local`.\n7. Run `yarn dev` to build and watch for code changes\n8. The development branch is `canary` (this is the branch pull requests should be made against).\n   On a release, `canary` branch is rebased into `master`.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilleangulo%2Fnext-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilleangulo%2Fnext-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilleangulo%2Fnext-commerce/lists"}