Skip to content

v0.0.1

Release date: March 29, 2026

The first release of CapyShop, a free, self-hosted, AI-powered e-commerce platform.

Highlights

This release ships the full foundation of the platform, including:

Admin Dashboard

  • Complete admin panel with product, collection, order, cart, and user management
  • Dashboard with KPI cards, charts, and date-range filtering
  • Search command palette for quick navigation
  • Data tables with pagination, sorting, filtering, and bulk actions
  • File management with upload, preview, and download

Storefront

  • Fully themed storefront with customizable colors, fonts, and branding
  • Product pages with characteristics, slugs, and short descriptions
  • Collection browsing with parent/child breadcrumbs
  • Shopping cart with real-time updates
  • Complete checkout flow with address management, shipping selection, and payment
  • FAQ, custom pages, and banners
  • Responsive navbar with collection dropdowns, search, and cart badge
  • Footer with social media links and store contact information
  • SEO: meta tags, JSON-LD structured data, sitemap, and robots.txt

Page Builder

  • Drag-and-drop home page section management
  • Multiple section types: slideshows, image-with-text, product grids, and more
  • Font and color customization per section
  • Admin preview mode

Payments & Shipping

  • Stripe payment gateway integration with webhooks
  • Configurable shipping options with delivery rules and minimum order amounts
  • Country-based tax rules
  • Coupon system with validation and order snapshot persistence

AI Features

  • AI-powered product search using vector embeddings (pgvector)
  • AI chatbox with product search integration
  • AI content generation for product descriptions and store settings
  • Support for multiple LLM providers (Anthropic, OpenAI)

Authentication & Users

  • Email-based authentication with OTP verification
  • Google and Facebook social authentication
  • User profile management with address book
  • Force password reset and admin user import
  • Signup consent and GDPR cookie banner

Internationalization

  • Multi-language support (English, Portuguese, Dutch, Spanish)
  • User locale detection and preference storage
  • Translatable storefront templates

Developer & Operations

  • Docker Compose deployment (dev and prod profiles)
  • PostgreSQL with pgvector extension
  • Prisma ORM with full migration history
  • Comprehensive seed script with configurable options
  • E2E test suite with Playwright
  • Security headers, encrypted API keys, and input validation
  • Custom script injection management