All Projects → framer → next.js

framer / next.js

Licence: other
Framer Next.js Quickstart

Programming Languages

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

Framer / Next.js Quickstart

This is a Next.js boilerplate project setup to work with Framer Handshake, a way to directly ship visual components from your canvas to your production site leveraging the ES Modules standard.

Quickstart

Clone this repository and run the command to start the development server.

git clone https://github.com/framer/next.js.git
yarn run dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Deploy your own

Deploy the boilerplate project using Vercel:

Deploy with Vercel

Handshake

Framer is a canvas based interactive design tool that helps you quickly design interactive components, from buttons to hero animations to cards and much more.

Typically, these elements have to manually get rebuilt in React if you are ready to actually use them on your website. Framer does this automatically and exposes every component as a versioned ESM JavaScript module with a React component.

Because modern tools like Next.js are starting to support ESM and url imports, you can directly import canvas components into your web project, eliminating the rebuild step thus saving a lot of time.

Existing Next.js Projects

If you want to add these capabilities to an existing Next.js project, you have to enable experimental ESM / url import support. You can find the exact steps in this overview.

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].