An open API service indexing awesome lists of open source software.

https://github.com/trubotai/trubot_ai_web

Next.js-based website for TruBot AI — an automation platform powering AI chatbots, voicebots, and smart agents.
https://github.com/trubotai/trubot_ai_web

ai app-router chatbots nextjs saas tailwindcss trubotai vercel website

Last synced: about 1 year ago
JSON representation

Next.js-based website for TruBot AI — an automation platform powering AI chatbots, voicebots, and smart agents.

Awesome Lists containing this project

README

          

# TruBot AI Website

Welcome to the official repository for **TruBot AI** — a platform delivering AI chatbots, voicebots, agents, and workflow automation for modern businesses.

## 🚀 Tech Stack

- **Framework**: [Next.js 15 App Router](https://nextjs.org/)
- **Styling**: [Tailwind CSS v4](https://tailwindcss.com/)
- **State/Animation**: Minimal JS, custom Tailwind transitions
- **Deployment**: [Vercel](https://vercel.com/)

## 📚 Project Structure

```
/app
/ui
/components ➔ Reusable UI Components (Button, Header, Footer, etc.)
/libs/constants ➔ Centralized Data (Products, Solutions, etc.)
/products ➔ Dynamic Product Pages (via [slug])
/solutions ➔ Solutions Page
/about ➔ About Us Page
/careers ➔ Careers Page
/contact ➔ Contact Us Page
/privacy ➔ Privacy Policy Page
/terms ➔ Terms of Service Page
/public
/favicons ➔ Favicon and meta images
/og-image.png ➔ OpenGraph share image
/robots.txt ➔ SEO Crawler instructions
```

## 🌐 Live Website

**Production URL**: [https://www.trubotai.com](https://www.trubotai.com)

## 📖 Key Features

- Dynamic SEO metadata for all pages
- Product and Solutions dynamic routing
- Fully responsive and mobile-friendly
- Tailwind custom animations (fade-in, hover effects)
- Vercel analytics + speed insights integrated
- Sitemap and robots.txt auto-generated
- Google Maps integration on Contact page

## 🛠️ Development Setup

```bash
# Install dependencies
pnpm install

# Start local server
pnpm dev

# Build for production
pnpm build
```

## 🤝 Contributing

We welcome improvements! Please refer to `CONTRIBUTING.md` for contribution guidelines.

## 🧩 License

This project is licensed under [MIT License](LICENSE).

## 📬 Contact

- **Sales**: sales@trubotai.com
- **Careers**: careers@trubotai.com

Built with ❤️ by the TruBot AI team.