Michele afdec23a84 Redesign: Editorial Fresh design system
Complete visual overhaul with distinctive editorial aesthetic:

Design System:
- New fonts: Fraunces (display) + DM Sans (body)
- Color palette: Cream background, ink text, coral accents
- Custom CSS variables and utility classes
- Sharp edges (no rounded corners) for editorial feel

Components:
- Updated Button with new variants and colors
- Updated Input with editorial styling
- New card-editorial class with accent bar

Pages:
- Homepage: Full redesign with hero, features, CTA
- Auth layout: Split screen with branding side
- Login/Register: Editorial styling with tags
- Dashboard: Cards with accent bars
- Subscription: Clean feature comparison table

Typography:
- Fraunces for all headings (serif, characterful)
- DM Sans for body text (clean, readable)
- Editorial tags (uppercase, accent color)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 16:27:23 +01:00
2026-01-31 14:25:01 +01:00

Leopost

Lab project hosted at https://lab.mlhub.it/leopost/

Development

This project uses gsd (get-shit-done) for spec-driven development.

Getting Started

  1. Run /gsd:new-project to initialize project specs
  2. Follow gsd workflow: discuss → plan → execute → verify
  3. Run vps-lab-deploy when ready to deploy

Project Structure

leopost/
├── .planning/          # gsd planning docs (created by /gsd:new-project)
│   ├── PROJECT.md      # Project vision
│   ├── REQUIREMENTS.md # Scoped requirements
│   ├── ROADMAP.md      # Phase breakdown
│   └── STATE.md        # Project memory
├── src/                # Source code (created during development)
└── README.md           # This file

Repository

Deployment

When ready to deploy, use vps-lab-deploy skill.

Description
Leopost - Lab project
Readme 386 KiB
Languages
TypeScript 84.9%
CSS 7.3%
PLpgSQL 6.8%
JavaScript 0.7%
Shell 0.3%