Remix.run Logo
someuser54541 3 days ago

Can you talk a bit about the tech stack?

cjflog 3 days ago | parent [-]

React + Vite + Tailwind on the frontend; Netlify Functions for backend with Stripe, Supabase, and email integrations; content via Markdown build script; deployed on Netlify; linted with ESLint; JavaScript-only codebase

LLMs wrote 99% of the code.

geekybiz 3 days ago | parent [-]

The product label images loading on the homepage are huge right now. They are displayed in 128px * 128px box but are about 2 MB in size each. May be generate resized versions at build time and use <picture> tags?