Skip to content

ripe0x/builder-components-embed

Repository files navigation

Builder Components Embed Wizard

This repo is a compliment to the Nouns Builder Components library that allows users to easily generate the embed codes for front-end components to use on their own website.

buildercomponents.wtf

image

You can find the component library repo here.

Tech Stack + Features

This repo is based on (Steven Tey's) Precedent next.js boilerplate code.

Frameworks

  • Next.js – React framework for building performant apps with the best developer experience

Platforms

  • Vercel – Easily preview & deploy changes with git

UI

  • Tailwind CSS – Utility-first CSS framework for rapid UI development
  • Radix – Primitives like modal, popover, etc. to build a stellar user experience
  • Framer Motion – Motion library for React to animate components with ease
  • @next/font – Optimize custom fonts and remove external network requests for improved performance

Code Quality

  • TypeScript – Static type checker for end-to-end typesafety
  • Prettier – Opinionated code formatter for consistent code style
  • ESLint – Pluggable linter for Next.js and TypeScript