#
nextjs-starter
Here are 210 public repositories matching this topic...
A library for rapid UI development with style props, color modes, themes and variants + starter kits, themes and blocks to help you build Gatsby and Next.js sites faster.
ui
reactjs
nextjs
styling
gatsby
themes
gatsby-starter
nextjs-starter
components-and-templates
gatsby-themes
-
Updated
Sep 1, 2021 - JavaScript
A developer blog starter for 2021 (Next.js + React + TypeScript + Markdown + syntax highlighting)
-
Updated
Aug 31, 2021 - TypeScript
A starter project for next js with authentication - Contains React 17 + Typescript + Tailwind CSS 2 + React Query 3 + GitHub Auth + LinkedIn Auth + Password-less Auth + Fauna DB + ESLint + Prettier + Husky
typescript
authentication
nextjs
passwordless
faunadb
fauna
passwordless-login
passwordless-authentication
github-authentication
tailwind
tailwindcss
next-auth
nextjs-starter
nextjs-boilerplate
react-query
vercel
linkedin-authentication
github-auth
react-query-devtools
-
Updated
Sep 1, 2021 - JavaScript
static-site-generator
boilerplate
typescript
eslint
nextjs
starter-template
starter
static-site
starter-kit
netlify
jamstack
static-website
starter-project
boilerplate-front-end
next-theme
next-js
tailwind-css
jamstack-site
nextjs-starter
-
Updated
May 12, 2021 - TypeScript
Next.js starter styled with Tailwind CSS
-
Updated
Sep 3, 2021 - JavaScript
boilerplate
typescript
landing-page
nextjs
templates
starter
themes
landing-pages
tailwind
tailwindcss
nextjs-template
tailwind-css
nextjs-starter
tailwind-css-template
nextjs-boilerplate
nextjs-typescript
tailwindcss-starter-kit
tailwind-css-theme
tailwindcss-v2
tailwind-kit
-
Updated
Aug 6, 2021 - TypeScript
styxlab
commented
Jun 15, 2021
Anyone interested in contributing image placeholder support to this project?
Background
Next 11 has a new image placeholder with blur. Unfortunately, it only works automatically with static images that are part of you deploy. This projects needs a solution for dynamic images, which is possible by generating a blur image.
Proposal / Outline
here are some steps that I think are neede
graphql
docker
wordpress
jwt
authentication
reactjs
apollo-client
nextjs
seo
e2e-tests
preview
yoast-seo
hacktoberfest
cypress
headless-cms
headless-wordpress
nextjs-starter
hacktoberfest2020
nextjs-headless-wordpress
-
Updated
Jun 12, 2021 - JavaScript
The ultimate starter for headless Shopify stores
-
Updated
Aug 25, 2021 - TypeScript
Nextjs + Tailwind CSS + Shopify Starter
ecommerce
nextjs
shopify
shopify-api
ecommerce-website
tailwind
tailwindcss
nextjs-template
nextjs-starter
-
Updated
Jul 19, 2021 - JavaScript
The easiest and fastest way to create new web projects with next, gatsby, create-react-app and mobile projects with react-native.
-
Updated
Nov 9, 2020 - JavaScript
Starter template for building a project using React, Typescript, Next.js, Jest, ChakraUI and ESLint.
react
typescript
eslint
jest
reactjs
nextjs
starter-template
reactjs-boilerplate
react-testing-library
nextjs-starter
chakraui
-
Updated
Jun 19, 2021 - TypeScript
A minimalist blog starter to get you going with Next.js.
-
Updated
Aug 13, 2021 - JavaScript
Starter template for building a project using React, Typescript, Next.js, Jest, TailwindCSS and ESLint.
react
typescript
eslint
jest
nextjs
starter-template
reactjs-boilerplate
tailwindcss
react-testing-library
nextjs-starter
-
Updated
Sep 1, 2021 - TypeScript
Use Tailwind CSS, ESLint, Prettier & absolute imports instantly. Easily extendable zero-config template for pros and beginners.
-
Updated
Sep 1, 2021 - TypeScript
Template project for Nextjs + Auth0 + Hasura with Apollo.
-
Updated
Aug 13, 2021 - JavaScript
Next.js static site starter including full setup for TypeScript, Tailwind CSS, Google Analytics, Next SEO, etc.
sass
typescript
postcss
eslint
google-analytics
nextjs
prettier
autoprefixer
tailwindcss
nextjs-starter
next-seo
-
Updated
Jul 20, 2021 - TypeScript
Next.js with brilliant bells and useful whistles
-
Updated
Aug 18, 2021 - TypeScript
A project showing how to fake a news website to rick roll people.
-
Updated
Dec 1, 2020 - JavaScript
Next.js + Fomantic-UI + Styled Components
react
styled-components
reactjs
nextjs
starter-template
starter
semantic-ui
fomantic-ui
nextjs-starter
-
Updated
Sep 1, 2021 - JavaScript
Demo of a Next.js app with Server-Side Rendering on Netlify
-
Updated
Sep 2, 2021 - JavaScript
NextJS Documentation starter powered by TinaCMS
-
Updated
Sep 1, 2021 - JavaScript
🏃🏼 Next.js + TypeScript + Ant Design + Redux + Redux Saga + Styled Components + Jest + Enzyme + Storybook 企业级项目脚手架模板
react
redux
hooks
typescript
styled-components
enzyme
redux-saga
jest
nextjs
storybook
ant-design
snapshots
nextjs-template
nextjs-starter
-
Updated
Feb 7, 2021 - TypeScript
A Next.js & Chakra-UI template for building your portfolio as quick as possible with a cool design.
portfolio
boilerplate
nextjs
fusejs
mdx
dark-mode
seo-friendly
nextjs-template
nextjs-starter
chakra-ui
vercel
-
Updated
Sep 1, 2021 - JavaScript
A sample Next.js project for getting started with MDX, Theme UI, & Hack Club Theme.
-
Updated
Aug 30, 2021 - JavaScript
Starter Boilerplate for Tailwind CSS, TypeScript, and Next.js
-
Updated
Aug 13, 2021 - TypeScript
Tired of next.js toy examples that cannot be used in real, complex, business projects? This is for you.
react
redux
eslint
styled-components
ssr
nextjs
material-ui
cookies
prettier
react-redux
sessions
nextjs-template
react-hooks
nextjs-example
nextjs-starter
-
Updated
Apr 10, 2019 - JavaScript
A strict Next.js starter with Tailwind CSS, TypeScript, ESLint and Prettier
-
Updated
Aug 24, 2021 - TypeScript
Jamstack for Sitecore JSS using Next.js with Uniform SDK
-
Updated
Sep 1, 2021 - JavaScript
Improve this page
Add a description, image, and links to the nextjs-starter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nextjs-starter topic, visit your repo's landing page and select "manage topics."
const subscription = await stripe.subscriptions.retrieve(...)
returns a subscription which does not have quantity. Guessing the relevant line should instead be:quantity: subscription.items.data[0].quantity