GitShow/vercel/vrs
vercel

vrs

A serverless virtual reality e-commerce experience powered by Vercel

by vercel
Star on GitHubForkWebsitenpm

TypeScript

529 stars82 forks15 contributorsQuiet · 3mo agoSince 2019Apache-2.0

Meet the team

See all 15 on GitHub →
coetry
coetry95 contributions
dependabot[bot]Bot
dependabot[bot]12 contributions
lydiahallie
lydiahallie5 contributions
sarupbanskota
sarupbanskota3 contributions
shuding
shuding3 contributions
leerob
leerob3 contributions
joecohens
joecohens2 contributions
timneutkens
timneutkens2 contributions

Languages

View on GitHub →
TypeScript93.2%
CSS6.7%
JavaScript0.1%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
50
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
bkonkle
Fix Node 22 build compatibilityMergedPR

Summary The Vercel project is configured for Node.js , but builds were failing because declared an range capped at Node 16, so refused to run on the build image. Once that was unblocked, the build still crashed during static page generation because constructed the Airtable client at module import time, even when had been removed from the environment. This change makes the project deploy cleanly on the current Vercel runtime without expanding scope: Bump from to and from to . Both are the latest patch releases on the existing major lines and remove the Node engine restriction that broke the install step. They also pull in patch-level security fixes for the underlying auth and rendering stacks (, , , , , , etc.). _(see note below)_ Refresh so the patched dependency graph is reproducible on Vercel. Make the Airtable client lazy in . The static / paths now skip Airtable entirely and fall back to whenever any of , , , or is unset, instead of throwing during module import. React stays at , which is already the latest patch on the React 17 line, so no React change is needed. ℹ️ - There is still outstanding advisory risk on the side. is the latest patch release on the current major line, but known Next.js advisories remain on 12.x and are not fully remediable with another in-line patch bump. The follow-up path is a broader framework upgrade to while staying on the Pages Router, plus / , cleanup of legacy usage, image config updates, and regression testing for the editor / 3D / auth / checkout flows.

bkonkle · 3mo ago
Structured data for AI agents

Repository: vercel/vrs. Description: A serverless virtual reality e-commerce experience powered by Vercel Stars: 529, Forks: 82. Primary language: TypeScript. Languages: TypeScript (93.2%), CSS (6.7%), JavaScript (0.1%). License: Apache-2.0. Homepage: https://vrs.vercel.app Open PRs: 2, open issues: 1. Last activity: 3mo ago. Community health: 50%. Top contributors: coetry, dependabot[bot], lydiahallie, sarupbanskota, shuding, leerob, joecohens, timneutkens, bkonkle, dferber90 and others.

·@ofershap

Replace github.com with gitshow.dev