All Projects → vercel → examples

vercel / examples

Licence: other
Enjoy our curated collection of examples and solutions. Use these patterns to build your own robust and scalable applications.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to examples

vercel-examples
📦 Example projects using Vercel platform. Using Node.js, PHP and others.
Stars: ✭ 205 (-78.65%)
Mutual labels:  examples, vercel
benjamincarlson.io
My personal website built with Next.js, Chakra UI, Firebase, and next-mdx-remeote.
Stars: ✭ 102 (-89.37%)
Mutual labels:  vercel
personal-website-nextjs-chakra
A series I am making on YouTube where I build a personal website using next.js and chakra-ui. It includes a variety of other features such as mdx-remote blog pages, view counts with Google Firebase database and many more features.
Stars: ✭ 60 (-93.75%)
Mutual labels:  vercel
spark-lucenerdd-examples
Examples of spark-lucenerdd
Stars: ✭ 15 (-98.44%)
Mutual labels:  examples
form examples
TYPO3 extension. Ships several examples for the TYPO3 Form Framework, e.g. an upload form or a custom email template with personalized salutation. Includes translation examples (both global and specific).
Stars: ✭ 30 (-96.87%)
Mutual labels:  examples
code-examples
Short code snippets written by our open source community!
Stars: ✭ 60 (-93.75%)
Mutual labels:  examples
examples
Example code for the Quarkus for Spring Developers eBook
Stars: ✭ 22 (-97.71%)
Mutual labels:  examples
website
My JAMStack website/blog [Next / MDX / ChakraUI]
Stars: ✭ 51 (-94.69%)
Mutual labels:  vercel
terraform examples
Terraform AWS Windows examples
Stars: ✭ 78 (-91.87%)
Mutual labels:  examples
Crypto-API-Rules
This repository contains all CrySL rules currently used in the crypto assistant CogniCrypt.
Stars: ✭ 16 (-98.33%)
Mutual labels:  examples
Unity3D-JobsSystemAndBurstSamples
Examples of using the Job System in Unity 2018
Stars: ✭ 46 (-95.21%)
Mutual labels:  examples
notion-custom-domain
📝 Custom domains for your public Notion pages
Stars: ✭ 23 (-97.6%)
Mutual labels:  vercel
next.js-tailwindcss-template
Opinionated Next.js and TailwindCSS template.
Stars: ✭ 15 (-98.44%)
Mutual labels:  vercel
kodepos
📮 Indonesian postal code search API by place name, village or city.
Stars: ✭ 32 (-96.67%)
Mutual labels:  vercel
firework8s
Firework8s is a collection of kubernetes objects (yaml files) for deploying workloads in a home lab.
Stars: ✭ 35 (-96.35%)
Mutual labels:  examples
DscExamples
Small examples of some of our DSC tooling and usage
Stars: ✭ 20 (-97.92%)
Mutual labels:  examples
ShadowEditor-examples
ShadowEditor Demo. https://tengge1.github.io/ShadowEditor-examples/
Stars: ✭ 33 (-96.56%)
Mutual labels:  examples
DirectX12
Various DirectX12 examples.
Stars: ✭ 17 (-98.23%)
Mutual labels:  examples
next-sass-starter
Use Sass to start your Next.js app with CSS superpowers!
Stars: ✭ 30 (-96.87%)
Mutual labels:  vercel
commercejs-nextjs-vercel
Serverless eCommerce demo store built for the Jamstack. Built with Commerce.js, Next.js and can be one click deployed to Vercel. Includes product catalogue, categories, variants, cart, checkout, order confirmation and printable receipts. This is an open source project.
Stars: ✭ 68 (-92.92%)
Mutual labels:  vercel

Vercel Examples

Enjoy our curated collection of examples and solutions. Use these patterns to build your own robust and scalable applications. Find our examples here: https://examples.vercel.live/ we're going to be shipping new examples weekly. Stay tuned!

Examples

Adding a new example

To quickly start contributing with a new example, run the following commands:

npm i
npm run new-example

The pre-commit hook

We use Husky to manage the pre-commit Git hook in this repo. Husky configures hooks automatically during install, so you don't need to do anything special to get them working, but if it fails to install, you can run the following command to install it manually:

npm run prepare

Read the Docs

If you have any questions or suggestions about the docs, feel free to open a discussion, or submit a PR with your suggestions!

Provide Feedback

  • Start a Discussion with a question, piece of feedback, or idea you want to share with the team.
  • Open an Issue if you believe you've encountered a bug that you want to flag for the team.
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].