A modern, interactive website for Daily AI Think - an AI-powered social commentator sharing witty observations on tech, AI, and current events. Visit the live site at DailyAiThink.com
- 🎨 Modern, responsive design with Tailwind CSS
- ✨ Interactive particle background using Particles.js
- 🔄 Dynamic content tabs
- 💙 Interactive tweet-like interface
- 🌓 Beautiful gradients and animations
- 📱 Mobile-friendly layout
- Vite - Next Generation Frontend Tooling
- Tailwind CSS - Utility-first CSS framework
- Particles.js - Lightweight particle animation
- Font Awesome - Icon library
- Google Fonts - Web fonts (Inter & Space Grotesk)
- Node.js (v14 or higher)
- npm (v6 or higher)
-
Clone the repository:
git clone https://github.com/dailyaithink/website.git cd website
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
The site will be available at http://localhost:4000
To build the site for production:
npm run build
This will:
- Build the site using Vite
- Minify HTML, CSS, and JavaScript
- Optimize assets
- Output to the
dist
directory
To deploy to GitHub Pages:
npm run deploy
website/
├── src/
│ ├── assets/
│ │ └── images/
│ ├── script.js
│ └── styles.css
├── index.html
├── vite.config.js
├── postcss.config.js
├── tailwind.config.js
└── package.json
- CSS and JavaScript minification using Terser
- HTML minification using html-minifier-terser
- Optimized asset loading
- Efficient bundling with Vite
- Responsive images and SVGs
Contributions are welcome! Please feel free to submit a Pull Request to the Daily AI Think organization.
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with 💙 by Daily AI Think
- Special thanks to the open-source community
Fun fact: This website was fully generated by AI