Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 8.76 KB

README.md

File metadata and controls

67 lines (55 loc) · 8.76 KB

Now Examples

Join the community on Spectrum

To set up any of these examples as your own project, install Now and use the following command in your terminal.

now init <example>    # Create a new project from a specific <example>
now init              # Pick an example in the CLI

Programming Languages

Example Demo Description
Monorepo https://monorepo-v2.now.sh A Monorepo example using multiple programming languages
Go https://vanilla-go.now-examples.now.sh/ A simple GoLang example
PHP 7 https://php7-v2.now.sh A simple PHP 7 example
Python https://python-v2.now.sh A simple Python example
Node.js https://nodejs.now-examples.now.sh/ A simple Node.js example
Static https://static-example.now.sh A simple Static website example
Elm https://create-elm-app-v2.now.sh An example Elm app created with create-elm-app

Frameworks and Libraries

Example Demo Description
Next.js https://nextjs-v2.now.sh A Next.js example using SSR
Next.js Static https://nextjs-static-v2.now.sh A Next.js Static exported example
React https://cra-v2.now.sh An example created using Create React App
Gatsby https://gatsby-v2.now.sh Gatsby getting started example using Gatsby CLI
Vue https://vue-v2.now.sh Vue example using Vue CLI
Vue SSR https://vue-ssr-v2.now.sh Vue example using server side rendering
Vuepress https://vuepress-v2.now.sh A docs example using VuePress
Nuxt Static https://nuxt-static-v2.now.sh A Nuxt Static exported example
Express https://express.now-examples.now.sh/ An example using Express
Apollo Server https://apollo.now-examples.now.sh/ An Apollo Server example using Serverless Micro
Markdown https://markdown-v2.now.sh A static website using Markdown and CSS
MDX Deck https://mdx-deck-v2.now.sh A presentation using MDX Deck
MDX Deck - Advanced https://advanced-mdx-deck.now.sh A presentation using MDX Deck with custom layout and React components
HTML Minifier https://html-minifier-v2.now.sh A simple HTML minification example
OptiPNG https://optipng-v2.now.sh A PNG optimize example using OptiPNG
docz https://docz.now.sh A documentation example built with docz
Gridsome https://gridsome.now.sh Vue-powered static site generated by Gridsome
Zola https://zola.now.sh A static website uses Zola and builds a website with Rust in the cloud
Puppeteer https://screenshot-v2.now.sh A Puppeteer based screenshot example
Jekyll https://jekyll.now-examples.now.sh/ A ready-to-deploy Jekyll site, presetup to pick up and go.
Flask https://python-flask.now-examples.now.sh An example using Flask, a Python Microframework
Django https://python-django.now-examples.now.sh An example using Django, a Python framework for perfectionists with deadlines
JSON API https://json-api.now-examples.now.sh An example JSON API, simulating a full REST API by only providing JSON.

Fully Working Applications

Example Demo Description
Next News https://nextjs-news-v2.now.sh A Hacker News clone created with Next.js deployed to Now 2.0
Slack Eval https://serverless-eval.now.sh A serverless Slack app deployed to Now 2.0
Next MySQL Robots https://nextjs-mysql.now.sh A serverless Next.js app that uses a MySQL database
Node Canvas https://ppaas.now.sh A Party Parrot generator built on node-canvas
Twitter Dreamify with Express https://serverless-express.now.sh A serverless Express application that takes an authenticated Twitter user's avatar and dreamifies it. Read the blog post on this example.
Flaskex with PostgreSQL https://flaskex-postgresql.now-examples.now.sh A serverless Python app built with Flask, WTForms, bcrypt, PostgreSQL, and Bulma.