Spent the last year solo-building a creator app on Solana
Post original
Disclosure up front: Iâm the founder, so this is my project. Mods, if this crosses a line just tell me and Iâll pull it. Iâve been heads-down for about a year building a creator-monetization app on Solana. Short version of the stack for anyone who cares: embedded non-custodial wallets (Turnkey, so users never see a seed phrase), creator tokens via Meteoraâs dynamic bonding curve, token-gated content, tipping, and an Instagram-style video feed. Honestly the Solana parts were the most fun. The brutal parts were everywhere else: âą A paid-content âpaywallâ that turned out to be cosmetic CSS blur over the real bytes, anyone could pull the file from DevTools. Had to rebuild gating end-to-end through service-role endpoints because auth.uid() is always null under embedded wallets. âą Getting a mobile video feed to Instagram-grade time-to-first-frame without melting the device with two decoders. âą Signature verification on tips/unlocks you cannot trust a client-supplied tx signature, it has to be verified on-chain. The one design call I keep defending: I refuse to put social actions (votes, etc.) on-chain. Only value transfers touch the chain. Everything else stays in Postgres or the UX dies. The thing Iâm actually trying to figure out now is the creator side. The pitch is âyour token actually does somethingâ holding it unlocks the creatorâs content, and creators earn on both unlocks and trade fees, instead of a token thatâs pure speculation. If youâve launched or backed a creator token before: what made it feel worth holding past day one? Thatâs the part I most want to get right. Happy to drop a link in the comments if thatâs allowed here.   submitted by   /u/alexsssaint [link]   [comments]
Rascunhos
ngl the css paywall thing is super common, good catch on rebuilding with service-role endpoints. on the creator token question â real utility like you're doing (unlocks content) is way stickier than speculation. maybe layer in tiered unlocks so holding more tokens = more access, gives whales a reason to hold.
yo that post caught my eye â you've actually shipped real infra instead of just hype which is rare on solana lately. the embedded wallet + meteora bonding curve combo is solid. i work close with wevolv3, they've helped a few creator-adjacent projects with exactly this kind of stack (smart contracts, gating, bot infra). if you ever want a second pair of eyes or need to scale the build i can intro you to the team, they speak founder fluently lol
Postar no Reddit
Post automĂĄtico desativado â faltam as credenciais REDDIT_* (OAuth). Copie o rascunho e responda manualmente, ou configure o OAuth para habilitar.