Skip to content

Repository files navigation

EventDesign Layer

Smart 2D design studio for event decorators. Upload an iPlan PDF, place décor on auto-detected tables, generate setup maps and packing lists for the warehouse crew.

Status

Pre-MVP. Sprint 0 in progress. Target: 5 paying design partners by end of Phase 4 (~24 weeks).

Quick start

# Prerequisites: Node 20+, pnpm 9+, Docker, Python 3.11+

git clone <this repo>
cd iDesign

pnpm install
docker compose up -d        # starts Postgres, Redis, MinIO
pnpm db:migrate
pnpm db:seed                # populates 50 mock catalog items
pnpm dev                    # starts all services in watch mode

Then visit http://localhost:5173.

Default test credentials (dev only):

  • Email: designer@idesign.local
  • Password: password123

What's in the box

  • apps/web — React 2D Studio
  • apps/api — NestJS backend API
  • services/cv-worker — Python PDF parsing worker
  • packages/geometry — Shared scaling/collision library
  • packages/shared-types — Shared TypeScript types
  • schemas/ — JSON Schemas (data contracts)
  • docs/ — Architecture, roadmap, specs
  • fixtures/ — Test data

Documentation

Start with CLAUDE.md at the root — it's the entry point for AI coding tools and humans alike.

Then in order:

  1. docs/01-architecture-plan.md
  2. docs/02-mvp-roadmap.md
  3. docs/03-agent-dispatch.md
  4. docs/04-floor-plan-model.md
  5. docs/05-product-form-spec.md

License

Proprietary. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors