kentcdodds / kentcdodds.com
My personal website
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing kentcdodds/kentcdodds.com in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewKent C. Dodds' site [![Build Status][build-badge]][build] [![GPL 3.0 License][license-badge]][license] This repository contains the source code for kentcdodds.com, built with Remix, React, TypeScript, Vite, and an Express server. Tech stack • React Router + React + TypeScript • Vite build pipeline • Express runtime server • Prisma + SQLite • Tailwind CSS • Vitest and Playwright for testing Prerequisites • Node.js • • git Setup • Clone the repository. • Copy environment variables: • 3. Run the full setup script: • The setup script installs dependencies, resets the local database, validates the project, primes local cache data, installs Playwright browsers, and runs end-to-end tests. This repo now uses npm workspaces. Install dependencies from the repository root so the site and worker packages share one lockfile and one tree. The site itself lives in , while root commands forward to that workspace for convenience. Local development Start the development server: • Then open . Useful scripts • - start local development server • - run unit/component tests • - run Playwright tests against dev server • - run Oxlint • - run lint across the site and workspace packages • - run TypeScript checks • - run TypeScript checks across all workspaces • - build the app • - inspect the Nx workspace graph Contributing For contribution guidelines and manual setup details, read . [build-badge]: https://github.com/kentcdodds/kentcdodds.com/actions/workflows/deployment.yml/badge.svg?branch=main [build]: https://github.com/kentcdodds/kentcdodds.com/actions/workflows/deployment.yml [license-badge]: https://img.shields.io/badge/license-GPL%203.0%20License-blue.svg?style=flat-square [license]: https://github.com/kentcdodds/kentcdodds.com/blob/main/LICENSE.md