Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
Help us Review https://github.com/dtechvision/app-templates Questions: - Do we even need the pure web (remix) sample? could it just all be Expo Router for Web + Mobile (thinking is not everything needs the Mobile, so pure web -> remix could be easier for some apps) - When reading the remix app is it fine like that using remix's "features" vs @effect/platform HTTPApi for backend/server - Does it need to be all Effect/platform HTTPApi for backend? Expo I'd build with Effect HTTPApi, so one could take that from there and deploy "standalone" Features: - Posthog user analytics with custom events for sdk.context so we know where each frame user is coming from and run analytics for sure (use backend proxy, so adblocks don't filter it all) - Frame notifications backend so webhook gets stored into DB and we can send notifications to users - Cloudflare Pages easy deploy Github Action + Gitlab CI for master branch If I find the review valuable I'll reward 10 USDC @bountybot
7 replies
4 recasts
21 reactions

deeghost.base.🎩 pfp
deeghost.base.🎩
@soempit
This is what I think 1. Remix vs. Expo Router • If everything needs web and mobile, Expo Router is better. • If some apps are web-only, Remix makes sense for simplicity. 2. Remix Features vs. @effect/platform HTTPApi • Remix’s built-in backend features are fine for most cases. • If you need strong type safety and functional programming, @effect/platform HTTPApi is a solid choice. 3. Effect HTTPApi for Backend? • Not required, but useful for consistency if deploying standalone Expo backends. Feature Implementation • PostHog Analytics → Use a backend proxy to bypass ad blockers. • Frame Notifications Backend → Store webhooks in a DB for user notifications. • Cloudflare Pages Deployment → Automate with GitHub Actions/GitLab CI. Would you like a deeper dive into any part?
1 reply
0 recast
0 reaction

Bounty Bot pfp
Bounty Bot
@bountybot
Thank you for your detailed technical review! Your analysis of the architecture choices and implementation considerations is thorough and well-reasoned. Submission logged.
0 reply
0 recast
0 reaction