A centralized promotional website showcasing the entire AISureTech ecosystem of AI-powered websites. Built with React in GitHub Codespaces.
- Homepage with featured AI-powered websites
- Full Directory of 19+ innovative AI tools and resources
- Category Filtering (Education, Finance, Creative, Entertainment)
- Live Search across site names and descriptions
- Responsive Design optimized for all devices
- Social Media Integration with all AISureTech channels
- Easy Navigation with React Router
- Node.js (included in Codespaces)
- npm (included in Codespaces)
- Clone the repository
git clone <repository-url>
cd codespaces-react- Install dependencies
npm install- Start the development server
npm startThe site will open at http://localhost:3000/codespaces-react/ (or another port if 3000 is in use).
codespaces-react/
├── public/
│ ├── AI Sure Tech logo.png
│ └── manifest.json
├── src/
│ ├── components/
│ │ ├── Footer.jsx
│ │ ├── Footer.css
│ │ ├── Navbar.jsx
│ │ ├── Navbar.css
│ │ ├── SiteCard.jsx
│ │ └── SiteCard.css
│ ├── data/
│ │ └── sites.js # All site data
│ ├── pages/
│ │ ├── Home.jsx
│ │ ├── Home.css
│ │ ├── Directory.jsx
│ │ ├── Directory.css
│ │ ├── About.jsx
│ │ └── About.css
│ ├── App.jsx
│ ├── App.css
│ └── index.jsx
├── package.json
└── vite.config.js
- AI Evolution Explorer - Discover animal evolutionary history
- AI Stock Tickers - AI-powered stock market insights
- AI Trendified - Today's trending topics with TED talks
- Kitty Vids - Adorable cat videos and care guides
- AI Evolution Explorer
- AI Wisdom Council
- AI Trendified
- A Stoic Says
- Balanced Debate
- AI Stock Tickers
- Learn AI Stock Tickers
- Finster Chat
- Cryptiment
- AI Stock Tickers Blog
- Alternate History AI
- Create A Dish
- Feather Guess
- Idea To Market AI
- Opposing Point
- Kitty Vids
- Puppy Vids
- React 18.2.0 - UI framework
- React Router - Client-side routing
- Vite - Build tool and dev server
- CSS3 - Styling with gradients and animations
- GitHub Codespaces - Development environment
- Update
package.jsonwith your GitHub username:
"homepage": "https://YOUR_GITHUB_USERNAME.github.io/codespaces-react"- Deploy:
npm run deploy- Enable GitHub Pages in repository settings (Settings → Pages → Source: gh-pages branch)
See DEPLOYMENT.md for detailed instructions.
- Facebook: https://www.facebook.com/aisuretech/
- Instagram: https://www.instagram.com/aisuretech
- TikTok: https://www.tiktok.com/@aisuretech
- LinkedIn: https://www.linkedin.com/company/aisuretech
- X (Twitter): https://x.com/aisuretech
- YouTube: https://www.youtube.com/@AISureTech
For questions or feedback, reach out to: [email protected]
Visit our main site: AISureTech.com
npm start- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm test- Run testsnpm run deploy- Deploy to GitHub Pages
- Open
src/data/sites.js - Add a new site object to the
sitesDataarray:
{
id: 20,
name: "New Site Name",
url: "https://example.com",
tagline: "Short tagline",
description: "Detailed description...",
category: "education", // or "finance", "creative", "entertainment"
featured: false // set to true for homepage display
}- Colors: Edit gradient colors in CSS files (purple theme:
#667eeato#764ba2) - Logo: Replace
public/AI Sure Tech logo.png - Categories: Modify categories in
src/data/sites.js
The site is fully responsive with breakpoints at:
- Mobile: < 768px
- Tablet: 768px - 1024px
- Desktop: > 1024px
- Optimized with Vite for fast builds
- Lazy loading for smooth navigation
- CSS animations for engaging UX
- Lighthouse score: 90+ (Performance, Accessibility, Best Practices, SEO)
See LICENSE for details.
Built with React in GitHub Codespaces as part of the AISureTech ecosystem initiative.
Built with ❤️ by AISureTech | © 2025 All Rights Reserved
