Document

CSS File Generator

CSS stylesheet — full design system with buttons, cards, forms, nav, and tables

minimal = reset + base only · full = complete design system · framework_like = design system + utility classes

Include :root { } block with design tokens (colors, spacing, typography)

Which component groups to include

1–20 files per request

20 files / day on the free tier

cURL equivalent

curl -X POST https://gettestfiles-api.fly.dev/generate/css \
  -H "Content-Type: application/json" \
  -d '{
    "style": "full",
    "include_variables": true,
    "components": "all"
  }' \
  --output TestFile-css.css

About this generator

  • Files are generated on demand and streamed directly — nothing is stored.
  • Rate limited to 20 files per day per IP on the free tier.
  • For bulk generation, use the API directly from your CI pipeline.

Just need a standard file?

Download a pre-built CSS file instantly.

⬇ Browse CSS downloads