Skip to content

proxima812/color.xima.work

Repository files navigation

color.xima.work

A fast gradient gallery for modern UI work.

Live Site · Repository · Issues

Astro Tailwind CSS Static Vercel

color.xima.work is a curated collection of CSS gradients for designers and frontend developers. Browse visually, search with fuzzy matching, filter by style, and copy production-ready snippets in CSS3 or Tailwind CSS v4 format.

Highlights

  • Curated gradient cards for hero sections, surfaces, cards, banners, and UI accents.
  • Smart search powered by Fuse.js.
  • Copy formats for both CSS3 and Tailwind CSS v4.
  • Localized routes for en, ru, and tt.
  • Static Astro output with sitemap and SEO metadata.
  • Minimal runtime, Bun-first local workflow, Vercel deployment.

Quick Start

bun install
bun run dev

Open http://localhost:4321.

Production commands:

bun run build
bun run preview

Stack

Astro 5
Tailwind CSS v4
Fuse.js
astro-seo
astro-icon
@astrojs/sitemap
@astrojs/vercel

Project Structure

src/
  components/colors/   gallery, cards, search, filters, copy controls
  components/header/   theme and locale controls
  config/              site and SEO settings
  data/                gradient cards, tags, descriptions, copy snippets
  i18n/                locale dictionaries
  layouts/             shared page shell
  pages/               default and localized routes
  styles/              global styles and gradient utilities

Copy Formats

Every gradient can be copied as a classic CSS class:

.radial-glow-aurora-cyan {
  background-image: radial-gradient(...);
  border: 1px solid rgba(...);
  box-shadow: ...;
}

Or as Tailwind CSS v4 arbitrary utilities:

bg-[radial-gradient(...)] border border-solid border-[rgba(...)] shadow-[...]

Development Notes

  • Package manager: bun
  • Default locale: en
  • Supported locales: en, ru, tt
  • Site URL: https://color.xima.work
  • Output mode: static
  • Deployment target: Vercel

Contributing

Issues and pull requests are welcome. Keep changes focused, preserve the existing Astro/Tailwind structure, and avoid broad UI rewrites unless they are part of the proposed change.

License

No license file is currently included in this repository.

About

color.xima — gradients that vibe

Topics

Resources

Stars

Watchers

Forks

Contributors