{"id":21169035,"url":"https://github.com/cosmicjs/unft-marketplace","last_synced_at":"2026-03-06T02:13:47.077Z","repository":{"id":44678524,"uuid":"500542538","full_name":"cosmicjs/unft-marketplace","owner":"cosmicjs","description":"A digital art marketplace built using Next.js, Stripe, and Cosmic.","archived":false,"fork":false,"pushed_at":"2024-04-08T07:30:33.000Z","size":9200,"stargazers_count":76,"open_issues_count":1,"forks_count":51,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-29T11:55:33.545Z","etag":null,"topics":["cms","cosmicjs","ecommerce","headlesscms","nextjs","react","reactjs","stripe"],"latest_commit_sha":null,"homepage":"https://cosmic-nextjs-marketplace.vercel.app","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/cosmicjs.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}},"created_at":"2022-06-06T18:07:55.000Z","updated_at":"2025-07-10T18:04:11.000Z","dependencies_parsed_at":"2025-07-29T11:27:10.905Z","dependency_job_id":null,"html_url":"https://github.com/cosmicjs/unft-marketplace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cosmicjs/unft-marketplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Funft-marketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Funft-marketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Funft-marketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Funft-marketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmicjs","download_url":"https://codeload.github.com/cosmicjs/unft-marketplace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Funft-marketplace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30159051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cms","cosmicjs","ecommerce","headlesscms","nextjs","react","reactjs","stripe"],"created_at":"2024-11-20T15:22:07.744Z","updated_at":"2026-03-06T02:13:47.045Z","avatar_url":"https://github.com/cosmicjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Next.js Marketplace\n\nNow updated to connect to the new dashboard and [Cosmic JavaScript SDK](https://www.npmjs.com/package/@cosmicjs/sdk). [Read the article](https://www.cosmicjs.com/blog/4-steps-to-update-the-nextjs-marketplace-template) to learn about the latest updates.\n\nThe Next.js Marketplace is a template that you can use to start your own digital art marketplace. Download for free.\n\n![Cosmic uNFT](https://user-images.githubusercontent.com/1950722/178328933-c6f0008f-a188-4678-9420-404dd1f02871.gif)\n\n## Technology used\n\nThis template uses the following technologies:\n\n- [Next.js](https://nextjs.org/) - scalable and high-performance **React.js** framework for modern web development. Provides a large set of features, such as hybrid rendering, route prefetching, automatic image optimization, and internationalization, out of the box.\n- [Cosmic](https://www.cosmicjs.com/) - fast, fully managed [headless CMS](https://www.cosmicjs.com/headless-cms) that enables us to quickly manage and create website content including UGC (user-generated content).\n- [Stripe](https://stripe.com/) - payments infrastructure that provides API tools to receive one-time and subscription payments.\n\n### Links\n\n- [View the live demo](https://c-marketplace-cosmicjs.vercel.app/)\n- [Install the template](https://www.cosmicjs.com/marketplace/templates/nextjs-marketplace)\n- [Read how it was built](https://www.cosmicjs.com/articles/build-a-digital-art-marketplace-with-nextjs-cosmic-and-stripe)\n\n## Getting started\n\n1. First, install the [template](https://www.cosmicjs.com/marketplace/templates/unft-marketplace) into your Cosmic account to get the demo content ready.\n2. Then download and install the code on your machine.\n\n```bash\ngit clone https://github.com/cosmicjs/unft-marketplace\ncd unft-marketplace\npnpm install\n# or\nyarn\n# or\nnpm install\n```\n\n### Environment variables\n\nYou'll need to create a `.env` file in the root of the project and add the access keys for Cosmic and Stripe. This can be done by copying the `.env.example`.\n\n```bash\ncp .env.example .env\n```\n\n**Cosmic**: Go to [Cosmic](https://app.cosmicjs.com/) and from the Bucket that you installed the app template go to _Bucket Settings \u003e API Access_ and get your API access keys.\n\n**Stripe**: Log in to [Stripe](https://dashboard.stripe.com/) and get your keys in the **for developers** section.\n\nAdd your keys to the `.env` file like so:\n\n```bash\n# .env\nNEXT_PUBLIC_COSMIC_BUCKET_SLUG=your_cosmic_slug\nNEXT_PUBLIC_COSMIC_READ_KEY=your_cosmic_read_key\nCOSMIC_WRITE_KEY=your_cosmic_write_key\n\nNEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=your_stripe_key\nSTRIPE_SECRET_KEY=your_stripe_secret_key\n```\n\n### Then run the development server\n\n```bash\npnpm dev\n# OR\nyarn dev\n# OR\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Deploy on Vercel\n\n\u003cp\u003eUse the following button to deploy to \u003ca href=\"https://vercel.com/\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eVercel\u003c/a\u003e. You will need to add your environment variables before deployment.\u003c/p\u003e\n\u003cp\u003e\n\u003ca href=\"https://vercel.com/import/git?c=1\u0026s=https://github.com/cosmicjs/unft-marketplace\u0026env=NEXT_PUBLIC_COSMIC_BUCKET_SLUG,NEXT_PUBLIC_COSMIC_READ_KEY,COSMIC_WRITE_KEY,NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY,STRIPE_SECRET_KEY\u0026envDescription=Required%20to%20connect%20the%20app%20with%20Cosmic\u0026envLink=https://vercel.link/cms-cosmic-env\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.cosmicjs.com/d3f0d5e0-c064-11ea-9a05-6f8a16b0b14c-deploy-to-vercel.svg\" style=\"width: 100px;\" class=\"fr-fic fr-dib fr-fil\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nCheck out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n## License\n\nThis project is published under the [MIT](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicjs%2Funft-marketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmicjs%2Funft-marketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicjs%2Funft-marketplace/lists"}