#
Vercel
Vercel is the optimal workflow for frontend teams.
All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.
Here are 555 public repositories matching this topic...
soulcm
commented
Feb 15, 2020
OAuth Proxy
nodejs
javascript
aws
middleware
oauth
lambda
koa
oauth2
express
node
authentication
aws-lambda
server
js
serverless
hapi
azure
gcp
authorization
vercel
-
Updated
Sep 23, 2020 - JavaScript
Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc
-
Updated
Sep 2, 2020 - TypeScript
A Next.js site using new SSG support with a Notion backed blog
-
Updated
Sep 25, 2020 - TypeScript
Documentation of Vercel and other services
-
Updated
Sep 1, 2020 - JavaScript
A service for capitalizing your title properly
-
Updated
Sep 24, 2020 - JavaScript
9
hayd
commented
Feb 3, 2020
Atm now-deno uses the latest release but I think it would be good for users to (optionally?) pass a version number for the deno-lambda release to use.
(In the future this will match the deno version.)
Elliot - Serverless eCommerce Storefront. 100% headless & serverless. Built with Next.js & one-click deployable on Vercel. 100% cross border ready; deploy, sell & ship to 130+ countries instantly, no credit card required. Join us as contributor (devs@elliot.store).
-
Updated
Aug 1, 2020 - JavaScript
This action make a deployment with github actions instead of Vercel builder.
-
Updated
Sep 17, 2020 - JavaScript
How to add Basic Authentication to a Vercel (ex-ZEIT Now) deployment using various languages / frameworks
nodejs
language
authentication
serverless
static-site
now
basic-authentication
basic-auth
vercel
vercel-now
-
Updated
Sep 14, 2020 - TypeScript
-
Updated
Sep 12, 2020 - JavaScript
Deploy your React app to production on Netlify, Vercel and Heroku
-
Updated
Sep 9, 2020 - JavaScript
- Organization
- vercel
- Website
- vercel.com

Bug report
I'm proxying my dev app from localhost to
https://to avoid mixed request.And when I hover on Next/Link nextjs tried to fetch _devPagesManifest.json but got rejected by SSL and then has error
pages is undefined;Could you add
credentials: 'same-origin'to fetch options when loading_devPagesManifest.json?