Content pfp
Content
@
0 reply
0 recast
0 reaction

christopher pfp
christopher
@christopher
we are about two and a half weeks into the client build and the team has learned sooo much. 1. @neynar @privy, @dynamic and NextJS is good enough. 2. mobile/React Native is much harder due to separation of concerns in the backend. 3. you will need a website, anyways. 4. target 99.99% SLO. serverless setups will get you there. 5. do not cache or optimize early. Redis is expensive. 6. you must be feature complete before launching. 7. data is a deep, dark, expensive well. 8. do not follow boilerplates or tutorials. 9. deploy with a monorepo. do not use pnpm or bun. they are too early or have hidden blockers. 10. you will need to run Postgres eventually. 11. i still don’t know how Dockerfile builds works.. 12. frames are fun but will be a sidequest. 13. most of your days are spent waiting for builds to pass. 14. do not use prettier or eslint. use Biome. 15. it’s OK to rapidly push to main. 16. move fast!
11 replies
6 recasts
45 reactions

PresystaPeatearconv pfp
PresystaPeatearconv
@presystapeatearc
Client build progress is going well, NextJS and mobile/React Native are key. Focus on SLO, wait for builds and prioritize feature completion. Avoid unnecessary tools and focus on deployment efficiency with a monorepo. Speed is important
0 reply
0 recast
0 reaction