All tags

TAG

#vercel

16articles

🔁Pitfalls of redirecting all paths to an external domain with vercel.json

A walkthrough of moving a Next.js (output: 'export') site from Vercel to GitHub Pages and turning the Vercel deployment into a redirect-only surface via vercel.json. Documents five or six attempts that failed for non-obvious reasons (framework detection, output validation, path-to-regexp quirks around trailing slashes) and the final config that actually works.

vercelnextjsgithub-pagesredirect

📜Porting Kuzushiji Character Detection and Classical-Japanese OCR to JS/Next.js Without Python — ONNX Quantization and Library Extraction

A record of porting kuzushiji/historical-document character detection (YOLOv11) and NDL's koten-OCR-Lite (RTMDet + PARSeq) to JS/Next.js with onnxruntime-node — no Python. Covers ONNX export, SAHI, line detection, an int8 quantization accuracy comparison, why it is hard to run on Vercel, and extracting the core into a shared library.

kuzushijiocronnxonnxruntime

Migrating a Next.js App to Cloudflare Pages to Downgrade Vercel Pro to Hobby

A record of migrating organization-facing Next.js apps from Vercel Pro to Cloudflare Pages, enabling a downgrade to the free Vercel Hobby plan.

vercelcloudflarenextjsmigration

📜Fast TEI/XML Deployment on Vercel: Automating XSLT Transformation with saxon-js

Fast TEI/XML Deployment on Vercel: Automating XSLT Transformation with saxon-js

teixsltvercelsaxonjs

📜Fast TEI/XML Deployment on Vercel: Automating XSLT Transforms with saxon-js

How to automate TEI/XML to HTML conversion with saxon-js and deploy on Vercel. Includes a comparison of three Node.js XSLT libraries.

teixsltvercelsaxonjs

💬Operating GakuNin RDM API with Node.js — From Project Creation to GitHub + Vercel Auto-Deploy

Operating GakuNin RDM API with Node.js — From Project Creation to GitHub + Vercel Auto-Deploy

gitnodevercelapi

💬The Pitfall of JavaScript Operator Precedence - Investigating a Vercel Build Error

The pitfall of JavaScript operator precedence - investigating a Vercel build error

nextjsreactvercel

👋Handling CORS for Express Deployed on Vercel Using vercel.json

Handling CORS for Express Deployed on Vercel Using vercel.json

vercelexpresscorstei

👋Added Route Registration Feature to the "Rekichizu x Next.js" Site

Added route registration feature to the "Rekichizu x Next.js" site

nextjsvercelgeojsonmaplibre

💡Using clover-iiif with Next.js

Using clover-iiif with Next.js

nextjsverceliiif

🗂Prototyping an API for Retrieving Variant Character Lists

Prototyping an API for Retrieving Variant Character Lists

vercelexpress

🐷Using the Zotero API from Next.js

Using the Zotero API from Next.js

nextjsverceltailwindzotero

🚀Creating a DTS API for TEI/XML Files Published by the Koui Genji Monogatari Text DB

Creating a DTS API for TEI/XML files published by the Koui Genji Monogatari Text DB

vercelapixmltei

🙆Customizing Ramp

Customizing Ramp

verceliiiframp

Trying the Mirador 3 Annotations Plugin with an IIIF Manifest Specified via URL Parameters

Trying the Mirador 3 Annotations Plugin with an IIIF Manifest Specified via URL Parameters

nodeverceliiifmirador

Hosting Nuxt 3 SSR on Vercel (+ Enabling CORS)

Hosting Nuxt 3 SSR on Vercel (+ Enabling CORS)

nuxtvercelnuxt3