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¶
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.
Related domain¶
embroidery.akshayagroupglobal.com
Dependencies on shared packages¶
@akshaya/ui, @akshaya/shared.
Related API endpoints¶
/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.