Playground for Vercel and Next.js stuff
Tools
QR Code Generator
Create, download, and share custom QR codes for any text or URL, with the option to include or omit an embedded Vercel logo.
VCF Generator
Generate VCF (vCard) files for contacts that can be downloaded. The QR code can be scanned to add the contact to a mobile device or downloaded.
WiFi QR Code Generator
Generate WiFi QR codes for easy connection to a WiFi network. The QR code can be scanned to connect to a WiFi network or downloaded.
Speed Reader
Speed read text by highlighting the center letter of one word at a time.
Text Transformations
Spongebob Mocking Text Generator
Transform ordinary text into the popular Spongebob mocking meme style, alternating between uppercase and lowercase letters for a sarcastic effect.
Upside Down Text Generator
Convert regular text into upside-down characters using Unicode, creating a unique and eye-catching effect.
Leet Speak Text Transformation
Transform standard text into "1337 speak" or "elite speak" by replacing letters with numbers and symbols.
Millennial Text Shortener
Convert conventional text into trendy millennial speak, replacing words and phrases with their shortened or abbreviated forms.
Games
Data Fetching
Dynamic Data (SSR)
Server-render pages
Static Data (SSG)
Generate static pages
Incremental Static Regeneration (ISR)
Get the best of both worlds between static & dynamic
Streaming with Suspense
Streaming data fetching from the server with React Suspense
Partial Prerendering (PPR)
Pre-generate static portions and serve from cache, stream dynamic portions in a single HTTP request