All Projects → vercel → Awesome Zeit

vercel / Awesome Zeit

Licence: mit
The best resources related to ZEIT

Projects that are alternatives of or similar to Awesome Zeit

Vercel Builder
Vercel Builder for Nuxt.js
Stars: ✭ 437 (-64.81%)
Mutual labels:  serverless, zeit
Now Builders
Official Now Builders created by the ZEIT team
Stars: ✭ 483 (-61.11%)
Mutual labels:  serverless, zeit
Jwt Example
Playing with user registration, login/logout, auth, etc using JWTs, serverless functions & faunadb as the data store.
Stars: ✭ 22 (-98.23%)
Mutual labels:  serverless, zeit
Experimental Extensions
🧪 A laboratory for new extensions created by Firebase
Stars: ✭ 73 (-94.12%)
Mutual labels:  serverless
Serverless Node Simple Image Resize
Simple image resize AWS lambda function
Stars: ✭ 74 (-94.04%)
Mutual labels:  serverless
Joe
Run a Java program without an operating system by building the OS into the Java program
Stars: ✭ 76 (-93.88%)
Mutual labels:  serverless
Serverless Boilerplate
Serverless project template
Stars: ✭ 80 (-93.56%)
Mutual labels:  serverless
Serverless Cljs Plugin
Serverless plugin for Clojurescript deployment w/ cljs-lambda
Stars: ✭ 72 (-94.2%)
Mutual labels:  serverless
Booster.js
The speed and performance optimizier for your website, delivering fast web experiences to users.
Stars: ✭ 1,215 (-2.17%)
Mutual labels:  serverless
Discfg
A distributed, serverless, configuration tool using AWS services
Stars: ✭ 75 (-93.96%)
Mutual labels:  serverless
Serverless Plugin Git Variables
⚡️ Expose git variables to serverless
Stars: ✭ 75 (-93.96%)
Mutual labels:  serverless
Integrify
🤝 Enforce referential and data integrity in Cloud Firestore using triggers
Stars: ✭ 74 (-94.04%)
Mutual labels:  serverless
Lambda Refarch Webapp
The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.
Stars: ✭ 1,208 (-2.74%)
Mutual labels:  serverless
Cstate
🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: ✭ 1,186 (-4.51%)
Mutual labels:  serverless
Tensorflow Lambda Layer
Lets you import Tensorflow + Keras from an AWS lambda
Stars: ✭ 79 (-93.64%)
Mutual labels:  serverless
Serverless Backend
The serverless back end for JAMstack CMS. Use this back end to deploy a custom CMS using your own front end.
Stars: ✭ 73 (-94.12%)
Mutual labels:  serverless
Seoul Bike
서울시 자전거 따릉이를 위한 대여소 찾기 서비스 입니다.
Stars: ✭ 78 (-93.72%)
Mutual labels:  serverless
Puppeteer Functions
Puppeteer Firebase Functions demo
Stars: ✭ 75 (-93.96%)
Mutual labels:  serverless
Serverless Node Simple Messaging
Simple email AWS lambda function
Stars: ✭ 75 (-93.96%)
Mutual labels:  serverless
Hook.io
Open-Source Microservice Hosting Platform
Stars: ✭ 1,201 (-3.3%)
Mutual labels:  serverless

Awesome ZEIT

Awesome

In the area of open source, there's a lot of stuff happening around ZEIT. 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 now
  • now-no-alias - CLI tool for now 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 - Deploy a tiny next.js app to now that lists all your now deployments.
  • now-env - Use now.json environment variables and secrets in development.
  • now-ab - AB test two or more Now deployments with a simple deploy.
  • now-server - Local development server for alias path.
  • now-token - Painlessly access your ZEIT API access token from Node or the command line.

Libraries

Take a look at awesome-micro! 😌

Services

  • deploy.now.sh - Deploy git repos to now 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 - ZEIT's JavaScript client for their API.
  • zeit-client-api - Another JavaScript client for managing your ZEIT account.
  • now-fetch - A lightweight ZEIT API wrapper with the familiar fetch() interface.
  • pynow - A python client for the ZEIT API.
  • nash - A web dashboard to manage deployments, aliases and secrets.
  • now4j - Unofficial Java client for the ZEIT API
  • know - Unofficial Kotlin client for the ZEIT API
  • now-php-client - Unofficial PHP 5.4+ client for the Now API

Now 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 now
  • next-time.now.sh (src) - A very minimal zeit 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, 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 Now.
  • drone-now - Deploying to Now 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 - 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 - GitHub Contributions Chart Generator

Related Lists

  • awesome-hyper - Delightful Hyper plugins, themes, and resources.

Communities

  • now - now on spectrum
  • hyper - hyper on spectrum
  • pkg - pkg on spectrum
  • next.js - next.js on spectrum
  • ZEIT - ZEIT on spectrum

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Start making changes!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].