Agentes de Conversão
Plataforma SaaS para criação de agentes AI capazes de realizar atendimentos e vendas humanizadas via WhatsApp.
🚀 Quick Start
# Clone o repositório
git clone https://github.com/[user]/agentesdeconversao.git
cd agentesdeconversao
# Instale as dependências
pnpm install
# Configure as variáveis de ambiente
cp .env.example .env.local
# Inicie o desenvolvimento
pnpm dev
📦 Stack Tecnológica
- Frontend: Next.js 15, React 19, TypeScript, Tailwind CSS
- Backend: FastAPI, Python 3.11, Pydantic v2
- Database: Supabase (PostgreSQL + Auth + Realtime)
- AI: LiteLLM Gateway (OpenAI, Anthropic, Google)
- Infra: Docker, Railway, Vercel, GitHub Actions
🏗️ Arquitetura
agentesdeconversao/
├── apps/
│ └── web/ # Frontend Next.js
├── services/
│ └── api/ # Backend FastAPI
├── packages/ # Pacotes compartilhados
└── config/ # Configurações globais
🚀 Deploy
Automático (CI/CD)
Commits na branch main disparam deploy automático via GitHub Actions.
Manual
# Deploy completo
./deploy-production.sh
# Ou individualmente:
# Backend (Railway)
cd services/api && railway up
# Frontend (Vercel)
cd apps/web && vercel --prod
📚 Documentação
- Arquitetura
- Guia de Deploy
- Desenvolvimento
🤝 Contribuindo
- Fork o projeto
- Crie sua feature branch (
git checkout -b feature/AmazingFeature) - Commit suas mudanças (
git commit -m 'Add some AmazingFeature') - Push para a branch (
git push origin feature/AmazingFeature) - Abra um Pull Request
📄 Licença
Este projeto é proprietário e confidencial.
Agentes de Conversão
Project Details
- lucasnobrega7/agentesdeconversao-turbo
- Last Updated: 6/8/2025
Recomended MCP Servers
MCP Server for Harvest
Talk to a Cloudflare Worker from Claude Desktop!
All MCP Servers related projects.
A task management system built with Cloudflare Workers
MCP Server to interact with the Demand API
🤖 Automatically generate MCP tools from your Fastify API routes.
MCP Router enables easily manage your MCP (Model Context Protocol) servers with enhanced security
Connect a bitcoin lightning wallet to your LLM using Nostr Wallet Connect and Model Context Protocol
Professional Gemini API integration for Claude and all MCP-compatible hosts with intelligent model selection and advanced file handling...





