Skip to content

v3.2.0

Latest

Choose a tag to compare

@ViniMTrevisan ViniMTrevisan released this 11 Mar 18:12
· 1 commit to main since this release

Kybernus v3.2.0 Release Notes 🛒🚀
We are thrilled to announce Kybernus v3.2.0, featuring the highly anticipated E-Commerce White-Label Template!

What's New

The ecommerce Command

You can now instantly scaffold a complete, production-ready E-commerce platform by simply running:

kybernus ecommerce

What's included in the Template?
Modern Tech Stack: Express.js (TypeScript), React 18 (Vite), PostgreSQL, Prisma, and Redis.
Robust Infrastructure: Fully containerized with Docker, featuring local MinIO (S3) for storage and Mailpit for email testing.
Integrated Payments: Ready-to-use Stripe integration supporting Credit Cards, Pix, and Boletos.
White-Label Customization: The interactive CLI dynamically guides you to set up your store name, legal CNPJ, support emails, and primary brand colors—and automatically injects them into the theme provider and site configuration so you don't have to string-replace manually.
Admin & Storefront: Shopping cart, checkout flows, admin dashboard for products/coupons/orders, and image uploads out-of-the-box.
Production-Quality Code: Developed entirely using Test-Driven Development (TDD) with high test coverage via Jest, Supertest, and React Testing Library.

Getting Started
Update your global CLI or run it directly via npx:

npx kybernus@latest ecommerce

Happy selling!