Free, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.

ecommerce nextjs payloadcms postgresql storefront typescript
5 Open Issues Need Help Last updated: Jul 21, 2026

Open Issues Need Help

View All on GitHub
enhancement help wanted good first issue

Free, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.

TypeScript
#ecommerce#nextjs#payloadcms#postgresql#storefront#typescript
enhancement help wanted good first issue Hacktoberfest

Free, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.

TypeScript
#ecommerce#nextjs#payloadcms#postgresql#storefront#typescript

AI Summary: This task requires adding a 'tags' field to the Product model in a Next.js/Express e-commerce platform. This involves updating the backend database schema, modifying the admin dashboard to allow tag input and editing (likely using MUI Autocomplete), and integrating the tags into the product page's metadata for SEO purposes. Optionally, the tags could also be visually displayed on the product page.

Complexity: 3/5
enhancement help wanted good first issue

Free, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.

TypeScript
#ecommerce#nextjs#payloadcms#postgresql#storefront#typescript

AI Summary: Create a script to restore a PostgreSQL database from a zip backup. The script should unzip the backup, restore database data from `db_data.json`, and upload images from the backup's `images` folder to blob storage, updating image URLs in the database accordingly. The script should handle the specific folder structure created by the existing backup script.

Complexity: 4/5
enhancement help wanted good first issue

Free, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.

TypeScript
#ecommerce#nextjs#payloadcms#postgresql#storefront#typescript

AI Summary: Integrate the `next-intl` library into the Next.js e-commerce application to enable server-side rendering (SSR) for translations. This involves adding the necessary `next-intl` configuration, updating components like `product-buttons.tsx` to use `<FormattedMessage />` for translated text, and creating or adapting translation JSON files. The goal is to provide translated text for phrases such as "Add to Cart" that are rendered on the server.

Complexity: 3/5
enhancement help wanted good first issue

Free, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.

TypeScript
#ecommerce#nextjs#payloadcms#postgresql#storefront#typescript