Skip to content

dailyaithink/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily AI Think Website

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

Daily AI Think Screenshot

Features

  • 🎨 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

Tech Stack

Development

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/dailyaithink/website.git
    cd website
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

The site will be available at http://localhost:4000

Building

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

Deployment

To deploy to GitHub Pages:

npm run deploy

Project Structure

website/
├── src/
│   ├── assets/
│   │   └── images/
│   ├── script.js
│   └── styles.css
├── index.html
├── vite.config.js
├── postcss.config.js
├── tailwind.config.js
└── package.json

Performance Optimizations

  • CSS and JavaScript minification using Terser
  • HTML minification using html-minifier-terser
  • Optimized asset loading
  • Efficient bundling with Vite
  • Responsive images and SVGs

Contributing

Contributions are welcome! Please feel free to submit a Pull Request to the Daily AI Think organization.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Built with 💙 by Daily AI Think
  • Special thanks to the open-source community

Fun fact: This website was fully generated by AI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages