Deploy AI‑Powered Business Systems in Minutes

Vedrix is a GenAI Exchange where businesses launch ready‑to‑use AI workflows for customer engagement, lead management, and operations.

Explore AI Business Boxes

Ready‑to‑Use

Pre‑built AI systems tested for real business use cases.

Compliant & Secure

Built on enterprise‑grade cloud and messaging platforms.

Deploy Fast

No coding required. Go live in under 30 minutes.

``` --- ## 2️⃣ `product.html` (Products / Exchange) ```html Vedrix Products – AI Business Boxes

AI Business‑in‑a‑Box

Deploy ready‑made AI systems that integrate with WhatsApp and business tools.

WhatsApp Lead Qualification AI

  • Auto‑reply to customer inquiries
  • Ask qualification questions
  • Score leads (Hot / Warm / Cold)
  • Send follow‑ups automatically

Setup time: ~30 minutes

``` --- ## 3️⃣ `how-it-works.html` ```html How Vedrix Works

How It Works

  1. Choose a Box – Select an AI workflow designed for your business.
  2. Connect WhatsApp – Securely link your WhatsApp Business number.
  3. Activate – The AI system starts engaging customers instantly.
``` --- ## 4️⃣ `pricing.html` ```html Vedrix Pricing

Transparent Pricing

WhatsApp conversation charges are billed as per official WhatsApp pricing.

``` --- ## 5️⃣ `about.html` ```html About Vedrix

About Vedrix

Vedrix is a technology platform focused on delivering practical, business‑ready Generative AI systems.

Our mission is to make AI accessible, secure, and outcome‑driven for businesses of all sizes.

``` --- ## 6️⃣ `contact.html` ```html Contact Vedrix

Contact Us

Email: support@vedrix.tech

``` --- ## 7️⃣ `assets/css/style.css` (Soothing Theme) ```css body { font-family: Inter, Arial, sans-serif; margin: 0; background: #F7FAFC; color: #1F2933; } .container { max-width: 1100px; margin: auto; padding: 40px; } .nav { background: #0F2A44; } .nav a { color: #fff; margin-left: 20px; text-decoration: none; } .logo { height: 36px; } .hero { background: linear-gradient(135deg, #0F2A44, #2EC4B6); color: white; } .hero h1 { font-size: 42px; } .btn { padding: 12px 24px; border-radius: 6px; } .btn.primary { background: #2EC4B6; color: #0F2A44; } .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .footer { background: #0F2A44; color: white; } ``` --- ## ✅ Next Steps (Recommended Order) 1. Upload files to S3 2. Create CloudFront distribution 3. Attach Route53 domain 4. Add API Gateway + Lambda for `/contact` 5. Proceed with Gupshup onboarding --- ### Tell me what you want next: * **A)** CloudFormation/CDK templates for this setup * **B)** API Gateway + Lambda contact form code * **C)** Convert this into React/Next.js (still static export) * **D)** Extend site for Exchange login & dashboard