A modern responsive website built with dynamic content fetched directly from DatoCMS. This website was made entirely by Kombai, an AI agent built for frontend tasks, across 4 threads.
- React 19 - Latest React with modern features and improved performance
- TypeScript - Full type safety throughout the application
- Vite - Fast build tool and development server
- Material-UI v7 - Modern React component library
- Emotion - CSS-in-JS styling solution for custom components
- Apollo Client - GraphQL client for data fetching and caching
- GraphQL - Type-safe API queries with code generation
Here are the loom recordings of some threads used to build this project with Kombai
Some additional threads used for refactoring the code output of Thread 4 using Kombai
- Clone this repo.
- Create a
.envfile in the project root and add the DatoCMS API token, as shown in.env.example. Refer to the linked guide to get the API token. - Install the dependencies and start the dev server.
npm install
npm run dev