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!
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.
Take a look at awesome-micro! 😌
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.
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.
micro-rest - Easily deploy micro REST services.
datasette - Instantly deploy a SQLite database as a JSON API, e.g. https://australian-dogs.now.sh/
now-go - Create & Deploy a personal tinyurl service in 1 minute.
create-react-app-now - Easily deploy react.js applications with Vercel.
micro-graphql - Easily deploy micro GraphQL services. For an example of using GraphQL with Micro see micro-graphql-example
create-micro - Create a basic micro-based service.
meteor-now - Deploy MeteorJS apps in one line through Vercel.
nuxt-micro-template - Scaffold for vue-cli to create nuxt apps with a micro backend
micro-authentication-starter - micro starter kit with built in authentication using bcrypt
and jsonwebtokens
aframe-next-static - Build WebVR apps with A-frame and React, export and serve them as static sites on Vercel.
next-init - Simplest Next.js generator.
next.js-typescript-starter-kit - Next.js@5 + redux + typescript, simple configuration for SEO, analytics. you can use styled-jsx in tsx.
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.
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
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
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
awesome-hyper - Delightful Hyper plugins, themes, and resources.
Vercel - Vercel on Github
Start making changes!
Awesome Vercel(以前是 ZEIT) ==================================================== ====================
在開源領域,圍繞 發生了很多事情。為了讓開發人員更容易獲得這些資源,我決定為他們創建一個列表。我們在這裡!
- - Vercel 的實時日誌記錄
- Vercel 列出空閒部署的 CLI 工具(沒有活動別名)。
- 部署、運行 e2e 測試並在測試通過時切換別名的單個命令。
- 輕鬆部署重定向,如 www.domain.com
到 domain.com
。
- deprecated - 將一個小型 Next.js 應用程序部署到 Vercel,其中列出了所有 Vercel 部署。
- deprecated 在開發中使用 now.json 環境變量和機密。
- deprecated AB 使用簡單部署測試兩個或更多 Now 部署。
- 別名路徑的本地開發服務器。
- 從 Node 或命令行輕鬆訪問您的 Vercel API 訪問令牌。
看看!😌
- 單擊按鈕將 git repos 部署到 Vercel。
- 從 GitHub 拉取請求自動創建登台環境。
- 使用個性化別名暫存您的 GitHub 拉取請求。
- - 簡單的 echo web-socket。
- - 用於生成和解析可共享動態鏈接的簡約微服務(又名深度鏈接)。
- - 演示如何從 ImagePicker 上傳圖像。
- 輕鬆部署微 REST 服務。
- 立即將 SQLite 數據庫部署為 JSON API,例如 https://australian-dogs.now.sh/
- 在 1 分鐘內創建和部署個人 tinyurl 服務。
- 使用 Vercel 輕鬆部署 react.js 應用程序。
- 輕鬆部署微 GraphQL 服務。有關將 GraphQL 與 Micro 一起使用的示例,請參閱
- 創建一個基本的微服務。
- 通過 Vercel 將 MeteorJS 應用程序部署在一條線上。
- vue-cli 創建 的腳手架) 帶有 後端的應用程序
- 使用內置身份驗證的入門套件bcrypt
和 jsonwebtokens
- 使用 A-frame 和 React 構建 WebVR 應用程序,將它們導出並作為 Vercel 上的靜態站點提供服務。
- 最簡單的 Next.js 生成器。
- Next.js@5 + redux + typescript,用於 SEO、分析的簡單配置. 你可以在 tsx 中使用 styled-jsx。
- deprecated - 現在他們的 API 的 JavaScript 客戶端。
- 另一個用於管理您的 Vercel 帳戶的 JavaScript 客戶端。
- 一個輕量級的 Vercel API 包裝器,具有熟悉的 fetch()
接口。
- Vercel API 的 python 客戶端。
- deprecated 一個用於管理部署、別名和機密的網絡 。
- Vercel API 的非官方 Java 客戶端
- Vercel API 的非官方 Kotlin 客戶端
- Vercel API 的非官方 PHP 5.4+ 客戶端
- 該項目旨在通過其執行的交互式可視化揭示算法背後的機制。
- 使用 Next.js 製作的黑客新聞
- Material Design 顏色瀏覽器和選擇器
- 一個 Material Design 和 Flat Design 顏色選擇器
- 一個用於調試 SVG 路徑的 Chrome 擴展
- 一個真正的高級數學微服務
- 全畫幅 E 卡口鏡頭目錄
- 截圖即服務
- 帶有混亂字體的模糊文本
- Markdown 渲染服務
- 個人 tinyurl 服務
- 用於檢查網站是否正常運行的微服務
- 用於服務、列出和搜索表情符號的微服務
- 通過國家代碼獲取國旗圖標的微服務
- Giphy 翻譯 API 的簡單微服務
- 輕鬆將電子郵件遞送服務部署到 Vercel
() - 一個非常小的 Vercel 主題時鐘(演示同構頁面渲染)
- 具有 API 和 的地理編碼服務
- Next.js + Docker GraphQL 服務器應用程序部署到 Now.sh 使用別名路徑組合它們
- -用於下載 GitHub 發布的最新資產的微服務。
- -用於獲取 Medium 最新帖子的微服務。
- -在部署到 Now.sh 的 Docker 容器中使用服務器端 Swift + Kitura 框架的示例。
- - 用於編寫和託管文檔或銷售書籍的開源 Web 應用程序。使用 Now 部署並使用 React、Material-UI、Next.js、Express、Mongoose、MongoDB 構建。
- - 使用 React 和 Gatsby 製作的開源番茄鐘。超快,移動友好,深色主題,離線工作。還有完成通知和警報
- 使用 Vercel 部署 。
- 在 管道中部署到 Vercel。
- 在 VS Code 中創建和管理您的部署和別名。
- 獲取流行前端框架和庫的發布和變更日誌!
- 創建和分享您的源代碼的精美圖片。開始鍵入或將文件拖放到文本區域以開始。
- 當 ISS 通過您上方時接收推送通知的服務
- 用於重定向到您最新的 CircleCI 構建工件的永久鏈接,因此您可以直接從項目中託管二進製文件、文檔和其他文件圈子 CI 工作。
- Yanny 還是 Laurel?
- deprecated 由 Now 提供支持的快速可靠的 geoip API。
- Bash Plate 允許您為負責接收、解析、驗證和記錄腳本參數的 shell 腳本生成樣板。
- SVG 圖標佔位符微服務。
- :octocat: GitHub 貢獻圖表生成器
- 令人愉快的 Hyper 插件、主題和資源。
- Github 上的 Vercel
這個倉庫到你自己的 GitHub 賬號然後[clone](https://help.github.com/articles/ cloning-a-repository/) 到您的本地設備。 2.開始做出改變!