Integrations
Gemini integration
Build with the Country Club UI Kit in Gemini and the Gemini CLI. Start from a framework setup, then hand Gemini our component guidelines so it generates code that matches the design system.
1. Set up your project
Pick the setup that matches your project. Each guide covers installing the package, Tailwind CSS v4, the fonts, and the ThemeProvider:
2. Add the guidelines file
Download our agent guidelines into your project as GEMINI.md. The Gemini CLI reads this file as project context and uses it to follow the kit's conventions, color tokens, and component APIs:
curl -o GEMINI.md https://uikit.country.club/AGENT.md3. Start building
With GEMINI.md in place, ask Gemini to build with the kit in plain language:
"Build a members dashboard with a stats row and a recent activity table"
"Add a tee-time booking form using the kit's form bindings"
"Create a dark-mode settings page with tabs and a save button"