SIGNAL FILE 10
Filmes HD Online Grátis
- STATUS
- ACTIVE
- YEAR
- 2026
- ROLE
- Design, development, and curation
- CATEGORY
- PERSONAL PROJECT
OVERVIEW
A film curation site: one session every Saturday, hand-picked, with the reason for each choice on record. The site is the public archive of those choices — the screening itself happens live in the community Discord. It is not streaming: no film is hosted or distributed.
THE PROBLEM
A weekly watch party leaves nothing behind: the conversation scrolls away in Discord and the reason a film was chosen disappears with it. The site exists to be the memory the chat room does not keep.
APPROACH
The identity comes from the SMPTE color bars — the seven bars anchor the layout, the dark surfaces derive from the PLUGE grays, and each film’s curated tone maps to its nearest bar, tinting the whole page. Sessions are Markdown files validated by a zod schema at build time, so a malformed field breaks the build instead of shipping a broken page. Authorization is enforced server-side with Supabase RLS on every request.
FEATURES
- Sign-in only through Discord — the community server is the identity
- Public profiles, favorites, watched lists, community ranking, and a PNG dossier export
- Zero JavaScript by default: islands add ~7 KB on the home and no route ships more than 13 KB
- The 217 KB Supabase SDK loads only when a session cookie exists
- Focus rings, one h1 per page, native dialogs, and reduced-motion support across all routes
STACK
Astro / TypeScript / Supabase / PostgreSQL / CSS