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!
- Edge Functions – Edge Functions are currently in Public Beta on Vercel. Read the docs here.
- Solutions – Demos, Architectures and Best Practices
To quickly start contributing with a new example, run the following commands:
npm i
npm run new-example
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
If you have any questions or suggestions about the docs, feel free to open a discussion, or submit a PR with your suggestions!
- 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.