A comprehensive tool for generating WhatsApp Business catalog content and auto-response scripts.
├── backend/
│ ├── index.ts # Main Hono server
│ ├── routes/
│ │ ├── catalog.ts # Catalog generation endpoints
│ │ └── voice.ts # Voice processing endpoints
│ └── services/
│ ├── ai.ts # AI content generation
│ └── whatsapp.ts # WhatsApp formatting utilities
├── frontend/
│ ├── index.html # Main application
│ ├── index.tsx # React app entry point
│ ├── components/
│ │ ├── App.tsx # Main app component
│ │ ├── ProductForm.tsx # Product input form
│ │ ├── VoiceInput.tsx # Voice recording component
│ │ ├── CatalogPreview.tsx # Catalog preview
│ │ └── AutoReplyGenerator.tsx # Auto-reply scripts
│ └── style.css # Custom styles
└── shared/
└── types.ts # Shared TypeScript types