Skip to content

Cedecé

Landing page for Cedecé, a rapper from Vigo, with all his platforms linked

Cedecé first screen: the name in huge type over a black-and-white photograph of the artist with a microphone in the street, the line «Rap from Vigo. Lyrics that say something and acoustic gigs», and the Spotify and YouTube buttons.
My role
Design, development, content model and deployment
Year
2026
Status
In production

Site for Cedecé, a rapper from Vigo active since 2008, author of «Hipersensible» and the «Quemaduras» series of tracks. It has two readers in two different hurries: someone finding out who he is and ending up listening, and a venue booker after one specific fact before offering a date.

The content is not written but extracted from the artist’s own channels and cross-checked between them. That shaped the result more than any code decision — the account has been idle since 2024, so there are no upcoming dates to announce and the site had to decide what to do with that gap.

The logotype is a provisional reconstruction pending the original, and the editing panel is built but not yet wired to a Sanity project: the site serves the repository content, exactly as the architecture allows.

What's inside

  1. The live section shows the gap instead of hiding it: there are no upcoming dates, and hiding the section would take the gig history with it — which is exactly the argument a venue wants to see.

  2. What is only half known is flagged, not filled in: seven of the eight documented gigs have no known day, so each date carries its own precision (day, month or year) as content.

  3. Trilingual Spanish, English and Galician — Galician because of where he plays, not to round out the set.

  4. Ten videos ship inside the repository, the homepage one at native resolution and the rest downscaled by an ffmpeg script; image widths are never hand-written in a component, they are read from an index generated while processing the material.

Stack

  • Next.js 16
  • TypeScript
  • Tailwind CSS 4
  • zod
  • ffmpeg
  • Vercel