Skip to content

Add EpicAI.pro as primary course to website#564

Merged
kentcdodds merged 3 commits intomainfrom
copilot/fix-563
Sep 18, 2025
Merged

Add EpicAI.pro as primary course to website#564
kentcdodds merged 3 commits intomainfrom
copilot/fix-563

Conversation

Copy link
Contributor

Copilot AI commented Sep 18, 2025

This PR adds EpicAI.pro as Kent's new primary focus course to both the main courses page and the course section component used throughout the site.

Changes Made

Image Configuration (app/images.tsx)

  • Added courseEpicAILight and courseEpicAIDark image references pointing to the epic-ai-light and epic-ai-dark images in the courses/v2 directory on Cloudinary
  • Created epicAIClassName with appropriate styling for the 7440x8720 image dimensions

Courses Page (app/routes/courses.tsx)

  • Added EpicAI as the first full-width horizontal course card, positioning it above all other courses
  • Included comprehensive description about architecting AI-powered applications using the Model Context Protocol (MCP)
  • Configured direct link to https://www.epicai.pro

Course Section Component (app/components/sections/course-section.tsx)

  • Featured EpicAI prominently as the primary course in the main course section
  • Maintained responsive design and existing layout patterns
  • Preserved proper hierarchy with Epic Web and Epic React positioned below

Key Features

  • Primary Focus Positioning: EpicAI appears above all other courses as requested
  • Light/Dark Mode Support: Both theme variants configured with proper image references
  • Responsive Design: Full-width horizontal layout that adapts to different screen sizes
  • SEO Optimized: Proper alt text and semantic structure
  • Direct Navigation: Links directly to https://www.epicai.pro

The implementation follows existing code patterns and maintains the current user experience while clearly establishing EpicAI.pro as Kent's primary educational focus.

Fixes #563.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • binaries.prisma.sh
    • Triggering command: node /home/REDACTED/work/kentcdodds.com/kentcdodds.com/node_modules/.bin/prisma generate (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…tion

Co-authored-by: kentcdodds <1500684+kentcdodds@users.noreply.github.com>
@kentcdodds kentcdodds marked this pull request as ready for review September 18, 2025 00:31
@coderabbitai
Copy link

coderabbitai bot commented Sep 18, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] Add EpicAI.pro to the site Add EpicAI.pro as primary course to website Sep 18, 2025
Copilot AI requested a review from kentcdodds September 18, 2025 00:32
@kentcdodds kentcdodds merged commit faa4d2b into main Sep 18, 2025
3 checks passed
@kentcdodds kentcdodds deleted the copilot/fix-563 branch September 18, 2025 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add EpicAI.pro to the site

2 participants