Awesome Vercel (Previously ZEIT )

In the area of open source, there’s a lot of stuff happening around Vercel. To make it easier for developers to reach these resources, I’ve decided to create a list for them. And here we are!

Helpers

  • now-logs - 📖 - Realtime logging for Vercel

  • now-no-alias - CLI tool for Vercel to list idle deploys (with no active aliases).

  • now-pipeline - Single command to deploy, run e2e tests and switch alias if tests pass.

  • now-redirect - Easily deploy a redirect like www.domain.com to domain.com.

  • zeit-deployments - deprecated - Deploy a tiny Next.js app to Vercel that lists all your Vercel deployments.

  • now-env - deprecated Use now.json environment variables and secrets in development.

  • now-ab - deprecated AB test two or more Now deployments with a simple deploy.

  • now-server - Local development server for alias path.

  • now-token - Painlessly access your Vercel API access token from Node or the command line.

Libraries

Take a look at awesome-micro! 😌

Services

  • deploy.now.sh - Deploy git repos to Vercel with the click of a button.

  • stage.now.sh - Automatically create staging environments from GitHub pull request.

  • pullmeapp - Stage your GitHub pull requests with personalized aliases.

Deployment Examples

  • ws - 📖 - Simple echo web-socket.

  • micro-link - 📖 - A minimalistic microservice to generate and resolve sharable dynamic link (a.k.a deeplink).

  • image-upload - 📖 - Demonstration of how to upload images from the ImagePicker.

Boilerplates

API Clients

  • now-client - deprecated - Now’s JavaScript client for their API.

  • zeit-client-api - Another JavaScript client for managing your Vercel account.

  • now-fetch - A lightweight Vercel API wrapper with the familiar fetch() interface.

  • pynow - A python client for the Vercel API.

  • nash - deprecated A web dashboard to manage deployments, aliases and secrets.

  • now4j - Unofficial Java client for the Vercel API

  • know - Unofficial Kotlin client for the Vercel API

  • now-php-client - Unofficial PHP 5.4+ client for the Vercel API

Vercel Showcase

  • illustrated-algorithms.now.sh - This project aims to reveal the mechanics behind algorithms via interactive visualizations of their execution.

  • next-news.now.sh - Hacker News made with Next.js

  • colors.now.sh - A Material Design color browser and picker

  • rainbow.now.sh - A Material Design and Flat Design colour picker

  • xvg.now.sh - A Chrome extension for debugging SVG paths

  • newton.now.sh - A really micro micro-service for advanced math

  • fe-lenses.now.sh - Full-frame E-mount lenses catalog

  • shot.now.sh - Screenshot as a Service

  • mess.now.sh - Obscure text with messed font

  • md.now.sh - Markdown render service

  • go.now.sh - A personal tinyurl service

  • up.now.sh - A microservice for checking whether a website is up

  • e.now.sh - A microservice for serving, listing and searching for emoji

  • f.now.sh - A microservice for getting a flag icon by country code

  • gif.now.sh - A simple micro-service for Giphy’s Translate API

  • emails.now.sh - Easily deploy an email delivery service to Vercel

  • next-time.now.sh (src) - A very minimal Vercel themed clock (demonstrates isomorphic page rendering)

  • georgeo.now.sh - A geocoding service with an API and a web interface

  • platzi-now.now.sh - A Next.js + Docker GraphQL server app deployed to Now.sh using alias path to compose them

  • micro-github-latest.now.sh - 📖 - Microservice for downloading the latest asset of GitHub release.

  • micro-medium-api.now.sh - 📖 - Microservice for fetching the latest posts of Medium.

  • now-swift-example.now.sh - 📖 - Example of using server-side Swift + the Kitura framework inside a Docker container deployed to Now.sh.

  • builderbook.org - 📖 - Open source web app to write and host documentation or sell books. Deployed with Now and built with React, Material-UI, Next.js, Express, Mongoose, MongoDB.

  • pompom.now.sh - 📖 - Open source pomodoro clock made with React and Gatsby. Super fast, mobile friendly, dark themed, and works offline. Also has completion notification and alarm

  • kap-now - Deploy a Kapture with Vercel.

  • drone-now - Deploying to Vercel within Drone CI pipeline.

  • vscode-now - Create and manage your deployments and aliases within VS Code.

  • releasebutler.now.sh - Get releases & changelogs of popular frontend frameworks & libraries!

  • carbon.now.sh - Create and share beautiful images of your source code. Start typing or drop a file into the text area to get started.

  • iss.now.sh - Service to receive push notifications when the ISS passes above you

  • circleci-artifacts.now.sh - Permanent link for redirecting to your latest CircleCI build artifacts, so you could host binaries, documentation and other files right from your project’s Circle CI jobs.

  • whatdoyouhear.now.sh - Yanny or Laurel?

  • ipinfo.now.sh - deprecated Fast & reliable geoip API powered by Now.

  • bashplate.now.sh - Bash Plate lets you generate boilerplate for shell scripts that takes care of receiving, parsing, validating and documenting script arguments.

  • icon.now.sh - SVG icon placeholder microservice.

  • github-contributions.now.sh - :octocat: GitHub Contributions Chart Generator

Communities

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device.

  2. Start making changes!

Last updated