HuezonBETA 0.4.1

Docs

Use Huezon without guessing.

Short notes for the library, tools, account system, staff dashboard and deployment setup.

Start

Fast path

Open Library, search a colour, copy the value or save it. Use Studio when a single colour needs to become a palette.

Library

Search and inspect colours

Search by name, HEX, family, tag or a practical word like dark, accent, soft or neon. Open details for contrast, suggested palettes and similar colours.

Studio

Build a palette

Add colours from Library, generate from a base HEX, then export CSS, Tailwind or JSON. Shared palettes create a public URL.

Tools

One job per page

Contrast checks, palette generation, gradients, image extraction and conversion have separate pages so each tool stays focused.

Account

Saved workspace

Accounts store profile details, badges, saved colours, shareable palettes and recent activity. BETA 0.4 keeps focus on the core workspace before any extra business layer is added.

Staff

Protected management

The staff dashboard uses username/password sessions, permission-aware routes, lockouts and backup-first destructive actions.

Deploy

Caddy staging setup

Run the Node app on a local port and reverse proxy with Caddy. Do not serve the folder as static-only files because API and generated colour pages come from the backend.

staging.huezon.com {
  encode zstd gzip
  reverse_proxy 127.0.0.1:3036
}

API

Useful routes

Use /api/health for uptime, /api/search-index for lightweight colour search, /api/audit for public checks and /api/performance for timing and runtime diagnostics.