Welcome to Web-Voice-Marketing-Agent, your gateway to the world of cutting-edge voice AI! This landing page serves as the central hub to explore and access two powerful open-source frameworks: Voice Marketing Agents and DialogWeaver. Whether you're building real-time phone call agents or sophisticated conversational assistants, start here and dive into the framework that suits your needs.
🚀 Get Started | 🐛 Report a Bug | ✨ Request a Feature
Web-Voice-Marketing-Agent is a sleek page designed to introduce users to the voice AI ecosystem. From here, you can:
- Explore Voice Marketing Agents: A blazing-fast, open-source framework for real-time phone call automation with under 2-second latency.
- Discover DialogWeaver: A flexible platform for building sophisticated, no-code voice-first conversational assistants with provider-agnostic integrations.
This website acts as your launchpad—navigate to the project that matches your goals and start building today!
- Unified Entry Point: A single landing page to access both Voice Marketing Agents and DialogWeaver.
- Intuitive Navigation: Easy access to features, portfolios, and upgrade options for each framework.
- Responsive Design: Optimized for desktop, tablet, and mobile devices.
- Community-Driven: Built and maintained by an open-source community with GitHub integration.
- Showcase Potential: Highlights the capabilities of both frameworks with live demos and documentation links.
File Structure:
web-voice-marketing-agent/
├── public/
│ ├── images/
│ └── favicon.ico
├── src/
│ ├── components/
│ │ ├── Footer.tsx
│ │ ├── Portfolio.tsx
│ │ ├── Upgrade.tsx
│ │ └── VoiceAgentFeatures.tsx
│ ├── pages/
│ │ ├── index.tsx
│ │ └── _app.tsx
│ ├── styles/
│ │ └── globals.css
│ ├── utils/ # Optional
│ └── types/ # Optional
├── .env.example
├── .gitignore
├── next.config.js
├── package.json
├── README.md
├── tsconfig.json # Optional
└── tailwind.config.js
Web-Voice-Marketing-Agent is a lightweight web application built to serve as a landing page, with integration points for both frameworks.
| Component | Technology | Description |
|---|---|---|
| Frontend | React, Next.js, Tailwind CSS | Modern, responsive UI with smooth animations. |
| Backend | Node.js (optional API) | Minimal backend for routing and static content. |
| Integration | Docker, FastAPI | Connects to Voice Marketing Agents and DialogWeaver services. |
| Hosting | Vercel (recommended) | Deployable with zero-configuration hosting. |
Architecture Diagram (Placeholder for visual representation):
[Frontend: React/Next.js] <--> [Optional Backend: Node.js]
<--> [Voice Marketing Agents: Docker/FastAPI]
<--> [DialogWeaver: Docker/FastAPI]
Get Web-Voice-Marketing-Agent running locally to explore both frameworks.
- Node.js & npm: Install Node.js
- Git: Install Git
- Docker & Docker Compose (for framework integration): Install Docker Desktop
- Clone the Repository:
git clone https://github.com/your-username/web-voice-marketing-agent.git cd web-voice-marketing-agent
2.Install Dependencies:
npm install
3.Configure Environment: Copy .env.example to .env and update with framework repository URLs or API endpoints (if required). Example: cp .env.example .env
4.Run the Development Server: npm run dev
5.Access the Landing Page: Open http://localhost:3000 in your browser.
- Integrate Frameworks (Optional): • Follow the Voice Marketing Agents Quick Start or to run their services locally and connect via the landing page links.
Thanks to these wonderful people:
To ensure a welcoming and inclusive environment, we have a Code of Conduct that all contributors are expected to follow. In short: Be respectful, be kind, and be collaborative. Please read the full Code of Conduct before participating.
Thank you again for your interest. We can't wait to see what you build with us!
This project is freely available under the MIT License. See the LICENSE file for more information.
💖 Contributing Web-Voice-Marketing-Agent is a community effort to create a welcoming entry point for voice AI enthusiasts. Contributions are encouraged!