Add LICENSE, README, and Docs tab to Mission Control
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
# SiteMente 🧠
|
||||
|
||||
AI implementation agency for local businesses in Spain. We install intelligent agents (chatbots, voice assistants, automations) on your website so they respond, book, and sell 24/7 — no human intervention needed.
|
||||
|
||||
## 🏆 Why SiteMente?
|
||||
|
||||
- **Setup in 48 hours** — Fast deployment, no months of work
|
||||
- **ROI from day one** — Measurable results, not vague promises
|
||||
- **Bilingual (ES/EN)** — Serve both Spanish and English customers
|
||||
- **Specialists** — Restaurants, real estate, car rental on Costa del Sol
|
||||
|
||||
## 📦 Products
|
||||
|
||||
| Product | Description | Price |
|
||||
|---------|-------------|-------|
|
||||
| **Smart Starter** | AI Chat + Automated Bookings | €900 setup + €299/mo |
|
||||
| **Smart Site** | Full Next.js website with integrated AI | €2,500 setup + €749/mo |
|
||||
| **AI Growth Partner** | Multichannel (web, WhatsApp, calls) + CRM | €3,500 setup + €1,950/mo |
|
||||
|
||||
## 🚀 Quick Start
|
||||
|
||||
```bash
|
||||
# Install dependencies
|
||||
npm install
|
||||
|
||||
# Run development server
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## 🛠 Tech Stack
|
||||
|
||||
- **Frontend:** Next.js 14, React, TypeScript, Tailwind CSS
|
||||
- **AI:** MiniMax, Vapi (Voice)
|
||||
- **Payments:** Stripe
|
||||
- **Hosting:** Vercel
|
||||
|
||||
## 📂 Project Structure
|
||||
|
||||
```
|
||||
├── app/ # Next.js app router
|
||||
│ ├── page.tsx # Main landing page
|
||||
│ ├── api/ # API routes
|
||||
│ │ └── site-mente/ # AI endpoints
|
||||
│ └── demos/ # Vertical demo pages
|
||||
├── components/ # React components
|
||||
│ └── site-mente/ # SiteMente-specific
|
||||
├── public/ # Static assets
|
||||
└── lib/ # Utilities
|
||||
```
|
||||
|
||||
## 🌐 Live Site
|
||||
|
||||
👉 https://sitemente.com
|
||||
|
||||
## 📄 License
|
||||
|
||||
MIT — See LICENSE file
|
||||
|
||||
---
|
||||
|
||||
Built with ❤️ by [HolaCompi](https://holacompi.com)
|
||||
Reference in New Issue
Block a user