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.
- Host: GitHub
- URL: https://github.com/trubotai/trubot_ai_web
- Owner: trubotai
- Created: 2025-04-03T15:47:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T14:13:54.000Z (about 1 year ago)
- Last Synced: 2025-04-23T16:16:56.466Z (about 1 year ago)
- Topics: ai, app-router, chatbots, nextjs, saas, tailwindcss, trubotai, vercel, website
- Language: TypeScript
- Homepage: https://www.trubotai.com
- Size: 32.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.