All Projects β†’ vercel β†’ platforms

vercel / platforms

Licence: other
A template for site builders and low-code tools.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to platforms

website
My portfolio πŸ‘‹
Stars: ✭ 232 (-79.93%)
Mutual labels:  nextjs, tailwindcss, vercel
thvu-blog
My digital home on the internet.
Stars: ✭ 51 (-95.59%)
Mutual labels:  prisma, planetscale, vercel
Personal-Site-Gourav.io
My personal site & blog made with NextJS, Typescript, MDX, Tailwind CSS. Deployed on Vercel : https://gourav.io
Stars: ✭ 64 (-94.46%)
Mutual labels:  nextjs, tailwindcss, vercel
notion-nextjs-blog
A starter blog template powered by Next.js, Notion and Tailwind CSS.
Stars: ✭ 25 (-97.84%)
Mutual labels:  nextjs, tailwindcss, vercel
wefootwear-store
next js footwear store e-commerce πŸš€πŸš€πŸš€
Stars: ✭ 17 (-98.53%)
Mutual labels:  nextjs, tailwindcss, vercel
portfolio
My personal portfolio website, proudly built with Next.js, TypeScript and Tailwind
Stars: ✭ 165 (-85.73%)
Mutual labels:  nextjs, tailwindcss, vercel
onlysetups
OnlyFans, but for pictures of desk setups.
Stars: ✭ 82 (-92.91%)
Mutual labels:  nextjs, vercel
nextal
Starter template for NextJs with TypeScript. Supports Tailwind with CSS-Modules. Jest and @react/testing-library configured and ready to go. Also ESLint, Prettier, Husky, Commit-lint and Atomic Design for components.
Stars: ✭ 88 (-92.39%)
Mutual labels:  nextjs, tailwindcss
nextjs-portfolio
Source Code for my rebranded personal website and portfolio.
Stars: ✭ 23 (-98.01%)
Mutual labels:  nextjs, tailwindcss
next-pwa-template
Next.js progressive web app template
Stars: ✭ 266 (-76.99%)
Mutual labels:  nextjs, tailwindcss
hn
πŸ’» A personal Hacker News reader using Next.js
Stars: ✭ 43 (-96.28%)
Mutual labels:  nextjs, tailwindcss
helpafamily
Impactful ways to help families in need through donated meals, hygiene kits, and more. By Margarita Humanitarian Foundation.
Stars: ✭ 41 (-96.45%)
Mutual labels:  nextjs, tailwindcss
static-template-nextjs
A Next.js based template of a blog built using the Collected Notes API
Stars: ✭ 19 (-98.36%)
Mutual labels:  nextjs, vercel
jeffjadulco.com
πŸ‘½ Personal website running on Next.js
Stars: ✭ 54 (-95.33%)
Mutual labels:  nextjs, tailwindcss
faeshare
MERN based social media web app made with the help of Next.js, Socket.io and TailwindCSS.
Stars: ✭ 37 (-96.8%)
Mutual labels:  nextjs, tailwindcss
nextly-template
Nextly Landing Page Template built with Next.js & TailwindCSS
Stars: ✭ 48 (-95.85%)
Mutual labels:  nextjs, tailwindcss
wrapped
GitHub Wrapped, inspired by Spotify Wrapped
Stars: ✭ 159 (-86.25%)
Mutual labels:  nextjs, tailwindcss
Next-JS-Landing-Page-Starter-Template
πŸš€ Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚑️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (-54.93%)
Mutual labels:  nextjs, tailwindcss
addtobasic.github.io
CUI Portfolio like ubuntu terminal.
Stars: ✭ 18 (-98.44%)
Mutual labels:  nextjs, tailwindcss
yearn-comms
Collection of communication, announcements, tweets, newsletters, and other articles about Yearn and a hosted blog for all translation contributors.
Stars: ✭ 16 (-98.62%)
Mutual labels:  nextjs, vercel

Platforms Starter Kit

The all-in-one starter kit
for building platforms on Vercel.

Introduction Β· Guide Β· Demo Β· Contributing


Deploy Your Own

Read the guide to learn how to deploy your own version of this template.

Introduction

Multi-tenant applications serve multiple customers across different subdomains/custom domains with a single unified codebase.

For example, our demo is a multi-tenant application:

Another example is Hashnode, a popular blogging platform. Each writer has their own unique .hashnode.dev subdomain for their blog:

Users can also map custom domains to their .hashnode.dev subdomain:

This repository makes it easier than ever for creators to build their own platform.

Template features

Forget manually setting up CNAME records, wrestling with DNS, or making custom server rewrite rules with NGINX. With Vercel and the Platforms Starter Kit, you can focus on building the next big thing.

  • Custom domains: Subdomain and custom domains support with Edge Functions and the Vercel Domains API.
  • Static generation with ISR: Performance without sacrificing personalization, by combining Incremental Static Regeneration (ISR) and Middleware. ISR allows you to create new content (with custom domains) on demand without needing to redeploy your application.
  • Uploading custom images: Allow your customers to upload custom thumbnail images with our Cloudinary integration.
  • Static tweets: Avoid Cumulative Layout Shift (CLS) from the native Twitter embed by using our static tweets implementation (supports image, video, gif, poll, retweets, quote retweets, and more).

Examples of platforms

Vercel customers like Hashnode, Super, and Cal.com are building scalable platforms on top of Vercel and Next.js. There are multiple types of platforms you can build with this starter kit:

1. Content creation platforms

These are content-heavy platforms (blogs) with simple, standardized page layouts and route structure.

β€œWith Vercel, we spend less time managing our infrastructure and more time delivering value to our users.” β€” Sandeep Panda, Co-founder, Hashnode

  1. Hashnode
  2. Mirror.xyz
  3. Papyrus.so

2. Website & e-commerce store builders

No-code site builders with customizable pages.

By using Next.js and Vercel, Super has fast, globally distributed websites with a no-code editor (Notion). Their customers get all the benefits of Next.js (like Image Optimization) without touching any code.

  1. Super.so
  2. Typedream
  3. Makeswift

3. B2B2C platforms

Multi-tenant authentication, login, and access controls.

With Vercel and Next.js, platforms like Instatus are able to create status pages that are 10x faster than competitors.

  1. Instatus
  2. Cal.com
  3. DAO Central

Built on open source

This working demo site was built using the Platforms Starter Kit and:

Contributing

  • 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 with the starter kit.
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].