It’s not a social network. It’s not a feed. It’s not free.Nomey is a fire-and-forget platform for creators to upload videos and get paid —
nothing more, nothing less.Users subscribe directly to creators.Creators upload paywalled videos.There is no algorithm, no discover feed, no free content.Just direct lines between content and cashflow.
This isn’t a guide.This is here so everyone’s working from the same assumptions — the code, the
culture, the stack, the expectations. No guesswork. No calls. Just aligned
execution.
✅ By the end of this bootcamp, you should understand:
What kind of code we write — fast, modular, focused. Get it working. Keep it
clean.
What assumptions you can make — we use the T3 stack. All strings get i18n. All
backend calls go through tRPC. If you’re reaching for pages/api, you’re
already off-track.
How our modules are structured — reusable when they should be, local when they
can be. Scoped styles, clear boundaries, minimum dependencies.
What the ‘developer baseline’ looks like here — you match Figma without being
told. You don’t add console logs in PRs. You commit clean. You test what
matters. You think before you code.