Site dedicated to making sure Chelsea Smallwood does not profit off the affairs she coaches https://cheatingchelsea.com
Find a file
Decobus f9527a9d4e
All checks were successful
CI / test (push) Successful in 3m40s
Deploy / deploy (push) Successful in 3m43s
Merge pull request 'Remove Firebase and Vercel deployment options' (#8) from feature/remove-firebase-vercel into main
Reviewed-on: #8
2025-07-18 08:04:13 +03:00
.claude Remove Firebase and Vercel deployment options 2025-07-17 23:50:39 -04:00
.forgejo/workflows Remove all caching steps from CI workflows 2025-07-18 00:59:40 -04:00
.husky feat: add pre-commit hook to enforce linting 2025-06-30 11:17:35 -04:00
.idx initial scaffold 2025-06-25 14:01:52 +00:00
.vscode Site needs a meta description 2025-06-26 18:53:15 +00:00
docs Updated app 2025-06-26 15:13:25 +00:00
public I have done that 2025-06-27 02:46:57 +00:00
scripts Add commit hash to footer for deployment verification 2025-07-16 17:42:21 -04:00
src Enhance SEO metadata and add dadvocate page navigation 2025-07-17 23:29:26 -04:00
.eslintrc.json Fix ESLint issues across codebase 2025-06-29 17:55:13 -04:00
.gitignore Remove AWS Amplify dependencies and configuration 2025-06-29 18:20:59 -04:00
.modified Updated app 2025-06-26 15:13:25 +00:00
.nvmrc Fix Node.js version compatibility and improve documentation 2025-06-27 18:31:16 -04:00
amplify_outputs.json Remove AWS Amplify dependencies and configuration 2025-06-29 18:20:59 -04:00
CLAUDE.md Update CLAUDE.md with tea PR creation guidelines 2025-07-17 23:54:30 -04:00
components.json initial scaffold 2025-06-25 14:01:52 +00:00
next.config.ts Add secrets configuration and deployment scripts 2025-06-29 17:42:11 -04:00
package-lock.json Fix SWC dependencies warnings by patching package-lock.json 2025-07-18 00:14:08 -04:00
package.json Remove Firebase and Vercel deployment options 2025-07-17 23:50:39 -04:00
postcss.config.mjs initial scaffold 2025-06-25 14:01:52 +00:00
README.md Remove Firebase and Vercel deployment options 2025-07-17 23:50:39 -04:00
tailwind.config.ts initial scaffold 2025-06-25 14:01:52 +00:00
tsconfig.json Optimize CI workflows for faster execution 2025-07-18 00:09:25 -04:00

Cheating Chelsea

A Next.js application built to expose harmful activities and support Kristen Jacobs through her GoFundMe campaign. This project uses modern web technologies to create an impactful platform for sharing important stories and curated content.

🚀 Features

  • Homepage - Main landing page with campaign information
  • Gallery - YouTube video integration showcasing relevant content
  • Dadvocate - Curated video collection highlighting advocacy efforts
  • Long Story - Detailed narrative and documentation
  • Dark/Light Mode - Theme switching for better accessibility
  • Responsive Design - Mobile-first approach using Tailwind CSS

🛠️ Tech Stack

  • Framework: Next.js 15.3.3 with App Router
  • Language: TypeScript
  • UI Components: shadcn/ui component library
  • Styling: Tailwind CSS with custom theming
  • Hosting: AWS S3 static hosting
  • AI Integration: Google Genkit (minimal implementation)

📋 Prerequisites

  • Node.js 18.x or higher
  • npm or yarn package manager
  • YouTube API key (for video galleries)

🔧 Installation

  1. Clone the repository:
git clone ssh://gitea@git.deco.sh/signal-works/cheatingchelsea.git
cd cheatingchelsea
  1. Install dependencies:
npm install
  1. Set up environment variables:
# Create a .env.local file in the root directory
YOUTUBE_API_KEY=your_youtube_api_key_here

🚀 Development

Start the development server:

npm run dev

The application will be available at http://localhost:9002

Additional Development Commands

# Start Genkit AI development server
npm run genkit:dev

# Start Genkit with file watching
npm run genkit:watch

# Run linting
npm run lint

# Run TypeScript type checking
npm run typecheck

📦 Building for Production

Build the application:

npm run build

Start the production server:

npm run start

🌐 Deployment

This application supports multiple deployment platforms:

Static Hosting (AWS S3)

The project includes CI/CD workflow for automatic deployment to AWS S3.

📁 Project Structure

src/
├── app/                    # Next.js App Router pages
│   ├── page.tsx           # Homepage
│   ├── gallery/           # YouTube video gallery
│   ├── dadvocate/         # Curated video content
│   └── long-story/        # Detailed narrative
├── components/            # React components
│   └── ui/               # shadcn/ui components
├── lib/                  # Utility functions
└── styles/              # Global styles

🔑 Key Features Explained

Static Generation with ISR

Pages use static generation with Incremental Static Regeneration for optimal performance while keeping data fresh.

YouTube Integration

Gallery and Dadvocate pages fetch video data from YouTube API with 1-hour caching for performance.

Theme Support

Built-in dark/light mode switching using next-themes for better user experience.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

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

💖 Support

This project supports Kristen Jacobs' GoFundMe campaign. Visit the homepage to learn more and contribute.


Built with ❤️ using Next.js and TypeScript