✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

Agentes de Conversão

Plataforma SaaS para criação de agentes AI capazes de realizar atendimentos e vendas humanizadas via WhatsApp.

Deploy CI

🚀 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

  1. Fork o projeto
  2. Crie sua feature branch (git checkout -b feature/AmazingFeature)
  3. Commit suas mudanças (git commit -m 'Add some AmazingFeature')
  4. Push para a branch (git push origin feature/AmazingFeature)
  5. Abra um Pull Request

📄 Licença

Este projeto é proprietário e confidencial.

Featured Templates

View More
AI Agents
AI Video Generator
250 2006 5.0
Verified Icon
AI Agents
AI Chatbot Starter Kit
1334 8299 5.0
AI Engineering
Python Bug Fixer
119 1431
Verified Icon
AI Assistants
Speech to Text
137 1881

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.