This repository contains the source code for the official website and service interface of CONECTIVA, a platform that uses artificial intelligence to automate lead generation for companies based on public bidding documents and business descriptions.
- 🧠 AI-powered agent that reads public bidding PDFs and returns compatible companies.
- 💬 Business description-to-prospects tool using natural language input.
- ⚡ Credit-based pricing system integrated into the frontend.
- 📱 Responsive and modern interface using React + MUI.
- 🎥 Embedded demo videos and structured product pages.
- 🧩 Modular architecture for easy scalability.
- Frontend: React + TypeScript
- UI Framework: Material UI (MUI)
- Routing: React Router
- Build Tool: Vite
- Language: TypeScript
- Hosting: (to be defined)
src/
├── components/
├── pages/
│ ├── Home/
│ ├── Services/
│ └── Contact/
├── services/
├── assets/
└── App.tsx
Make sure you have Node.js and npm installed.
git clone https://github.com/efrainmpp1/conectiva-website.git
cd conectiva-website
npm install
npm run dev