Skip to content

Embroidery

Not documented in the repository's own README or infrastructure notes

Real, deployed, automatically shipped by CI - see Architecture → Applications "What the existing docs don't mention".

Purpose

Embroidery business enquiries site.

Source directory

apps/embroidery-web/src/ only (no worker/ directory - pure static assets).

Framework

React 18 + TypeScript + Vite.

Commands

npm run dev:embroidery
npm run build:embroidery

Output

apps/embroidery-web/dist/.

Deployment mechanism

Cloudflare Worker Static Assets only, name akshaya-embroidery. wrangler deploy --config apps/embroidery-web/wrangler.jsonc. Domain: embroidery.akshayagroupglobal.com.

Environment variables

None currently read from import.meta.env in this app's source.

embroidery.akshayagroupglobal.com

Dependencies on shared packages

@akshaya/ui, @akshaya/shared.

/api/embroidery/enquiries on the central API Worker (api.akshayagroupglobal.com). The API Worker's send_email binding also allowlists embroidery@akshayagroupglobal.com as a sender address for this app's enquiry notifications.

Troubleshooting

Pure static-asset app - see Cloudflare → Static Assets and Cloudflare → Troubleshooting.