lippo Docs

Welcome

Documentation for the Alippo AI ecommerce store builder.

Welcome

This is the documentation for the Alippo AI ecommerce store builder — a Next.js 16 monorepo built to launch, preview, and iterate on ecommerce storefronts with an AI-assisted chat workflow.

What is included

  • Next.js 16 with App Router for the storefront builder and public site
  • Tailwind CSS v4 for styling
  • Auth setup flow for selecting the repo auth provider when needed
  • Drizzle ORM with PostgreSQL for shared data access
  • Stripe hooks for billing and subscriptions
  • Turborepo for workspace orchestration

Start here

Open the Getting Started guide to set up the workspace locally.

Project structure

.
├── apps/
│   └── next-app/           # Ecommerce builder app
├── packages/
│   ├── auth/               # Auth provider wiring
│   ├── billing/            # Stripe billing logic
│   ├── database/           # Drizzle ORM + database client
│   └── fumadocs/           # Documentation content
└── turbo.json              # Turborepo config

On this page