חזרה לפיד
newsמקור: Reddit — r/VibeCoding25.8.2026

I built a platform where anyone can spin up their own parody document archive for their friend group / class, would love feedback

$cat article.txt

>The idea: a platform where you can create your own private "archive" for whatever group you're part of, name it, invite people, upload…

# מהמקור

The idea: a platform where you can create your own private "archive" for whatever group you're part of, name it, invite people, upload stuff, comment, vote on things. Each archive is fully isolated and owned by whoever creates it. Tools: Claude Code, mostly using Sonnet with occasional Opus for the trickier architecture decisions. Next.js 15, React 19, and Supabase (Postgres) for the database, deployed on Vercel. Process: I worked in fairly tight loops, describing a feature or a constraint in plain language, letting Claude draft it, then actually running it and pushing back when something felt off rather than accepting the first pass. The biggest chunk of time went into the multi-tenant setup, n

קרא במקור