Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Next.js | 115,297 | 7,716 | 7,817 | a day ago | 2,251 | December 03, 2023 | 2,858 | mit | JavaScript | |
The React Framework | ||||||||||
Chatgpt Next Web | 52,406 | a day ago | 94 | mit | TypeScript | |||||
A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。 | ||||||||||
Trpc | 30,172 | 402 | 2 days ago | 591 | November 24, 2023 | 99 | mit | TypeScript | ||
🧙♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy. | ||||||||||
Swr | 28,469 | 13 | 1,110 | 5 days ago | 157 | September 25, 2023 | 92 | mit | TypeScript | |
React Hooks for Data Fetching | ||||||||||
Jsoncrack.com | 26,642 | 9 days ago | 50 | gpl-3.0 | TypeScript | |||||
✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs. | ||||||||||
Hey | 21,477 | a day ago | 82 | agpl-3.0 | TypeScript | |||||
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | ||||||||||
Medusa | 20,807 | 246 | a day ago | 1,058 | December 01, 2023 | 445 | mit | TypeScript | ||
Building blocks for digital commerce | ||||||||||
Nx | 20,395 | 2 | 561 | a day ago | 921 | November 30, 2023 | 834 | mit | TypeScript | |
Smart, Fast and Extensible Build System | ||||||||||
Next Auth | 20,060 | 21 | 300 | a day ago | 687 | November 28, 2023 | 354 | isc | TypeScript | |
Authentication for the Web. | ||||||||||
Nativebase | 19,793 | 4,291 | 395 | 7 days ago | 378 | March 06, 2023 | 353 | mit | TypeScript | |
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web. |
A Next.js 14 and App Router-ready ecommerce template featuring:
Note: Looking for Next.js Commerce v1? View the code, demo, and release notes.
Vercel will only be actively maintaining a Shopify version as outlined in our vision and strategy for Next.js Commerce.
Vercel is happy to partner and work with any commerce provider to help them get a similar template up and running and listed below. Alternative providers should be able to fork this repository and swap out the lib/shopify
file with their own implementation while leaving the rest of the template mostly unchanged.
Note: Providers, if you are looking to use similar products for your demo, you can download these assets.
Integrations enable upgraded or additional functionality for Next.js Commerce
You will need to use the environment variables defined in .env.example
to run Next.js Commerce. It's recommended you use Vercel Environment Variables for this, but a .env
file is all that is necessary.
Note: You should not commit your
.env
file or it will expose secrets that will allow others to control your Shopify store.
npm i -g vercel
.vercel
directory): vercel link
vercel env pull
pnpm install
pnpm dev
Your app should now be running on localhost:3000.
vc link
.Vercel Solutions
scope.commerce-shopify
project.vc env pull
to get environment variables.pnpm dev
to ensure everything is working correctly.You can use this comprehensive integration guide with step-by-step instructions on how to configure Shopify as a headless CMS using Next.js Commerce as your headless Shopify storefront on Vercel.