Use Neon via WebSockets instead of HTTP
i18n
a11y
mobile design
ingest
snake game
weekly digest
resend key
profile
workspaces
async delete
better DX on the platform itself
mcp server
Web Worker feasibility
TheindexCsv function is a strong candidate for Web Worker offloading — it’s pure, self-contained, and has no DOM or React dependencies. The worker would receive the raw CSV text, build the index, and post back { headers, lineOffsets, totalRows }. The main thread keeps the text reference for getRow() slicing. Next.js supports new Worker(new URL(...)) with webpack 5.