TailwindCSS Answer Bot

Ask me anything about TailwindCSS!

I've been trained on the TailwindCSS documentation.

I was built as a proof of concept demo using GPT-3 and Langchain. My frontend is Nextjs running on Vercel. My backend is Python FastAPI running on Fly.io. If you have feedback please DM Gannon on Twitter.

Note: I've set a increased the hard limit on OpenAI API tokens,
so if you but you still may get a error, 🤷‍♂️.

What even is this?

The idea here is to provide a chat experience trained on specific information and capabable of citing its sources.

If you don't know TailwindCSS but would like to see this in action, here are a few example questions:

  • Show me a code example for flex-col.
  • How do I use Tailwind with React?
  • How do I customize the color palette in Tailwind?
  • How do I create a responsive layout with Tailwind?
  • How do I use utility classes for spacing and sizing in Tailwind?
  • How do I set up Tailwind with PostCSS?
  • How do I use the extend directive in Tailwind?
  • How do I use the responsive variants in Tailwind?
  • What is the difference between the sm, md, lg, and xl breakpoints in Tailwind?
  • How do I use the @apply directive?