You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drew Bednar b89a8d6b49 Working example 10 months ago
components Separating this out some more 10 months ago
playground Separating this out some more 10 months ago
template Working example 10 months ago
.gitignore Separating this out some more 10 months ago
.prettierrc Prettier 10 months ago
FINDINGS.md Separating this out some more 10 months ago
GEMINI.md Separating this out some more 10 months ago
Makefile Working example 10 months ago
README.md Separating this out some more 10 months ago

README.md

Tailwind-AI

An lab to run experiments using agentic coding tools to use Tailwind Plus Components.

Setup

The setup assumes you have tailwindcss installed globally on your machine.

How to run an experiment

A makefile is present with the commands prepare and clean. Note these are destructive commands and will wipe the current contents of the ./playground directory.

Each experiment you want to run should be done within the ./playground directory. Simply make prepare the directory then run your agentic coding tool within that directory as the target for changes.

Resources