Vercel

Open-source projects categorized as Vercel

Top 23 Vercel Open-Source Projects

  • Next.js

    The React Framework

    Project mention: Deploy Full-Stack Next.js T3App with Cognito and Prisma using AWS Lambda | dev.to | 2024-04-15

    Deploying a full-stack Next.js web app can seem complex, but with the right tools, it's straightforward. This tutorial will cover the essentials to get your app up and running quickly:

  • ChatGPT-Next-Web

    A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。

    Project mention: 🌌 5 Open-Source GPT Wrappers to Boost Your AI Experience 🎁 | dev.to | 2024-01-19

    ChatGPT-Next-Web is a cross-platform UI for ChatGPT (or Gemini), available as a web app or as a compact client on Linux, Windows and MacOS. You can also deploy ChatGPT-Next-Web on Vercel in just a minute.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • SWR

    React Hooks for Data Fetching

    Project mention: Best Next.js Libraries and Tools in 2024 | dev.to | 2024-04-10

    Link: https://swr.vercel.app/

  • Lobe Chat

    LobeChat is a open-source, extensible (Function Calling), high-performance chatbot framework.It supports one-click free deployment of your private ChatGPT/LLM web application.

    Project mention: Claude 3 beats GPT-4 on Aider's code editing benchmark – aider | news.ycombinator.com | 2024-03-27

    The workbench UI sucks, what's nifty about it? It's cumbersome and slow. I would recommend using a ChatUI (huggingface ChatUI, or https://github.com/lobehub/lobe-chat) and use the API that way.

  • taxonomy

    An open source application built using the new router, server components and everything new in Next.js 13.

    Project mention: T3 stack with app router and supabase | dev.to | 2024-01-05

    I am building this app with inspiration from Taxonomy and Acme corp so a lot of the design comes from there.

  • dub

    Open-source link management infrastructure.

    Project mention: 5 Open-Source Next.js Projects Rocking 2024 (Learn the Patterns!) 🚀 | dev.to | 2024-04-05

    Github Repository: Here

  • vercel

    Develop. Preview. Ship.

    Project mention: What I have in my portfolio 😎 | dev.to | 2024-04-02

    I hosted my portfolio in Vercel. The main reason why I chose it is the hosting has great support for NextJS and IMPORTANT THING, it is total FREE 🤑 (with my usage). And I have use GitHub Action for deploy it automatically when I make or merge change into main branch.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • Micro

    Asynchronous HTTP microservices (by vercel)

    Project mention: Vercel claiming credit for making Webpack | /r/nextjs | 2023-04-26

    At the time we were listing projects like Hyper and Micro alongside our other better known ones. As those projects became less of a focus, I believe someone with good intentions in the team wanted to prioritize the ones we contribute to instead that are relevant to our frontend focus, and not confuse our audience.

  • satori

    Enlightened library to convert HTML and CSS to SVG

    Project mention: Show HN: Dropflow, a CSS layout engine for node or <canvas> | news.ycombinator.com | 2024-03-21

    I've used satori [0] on the backend with TypeScript/Deno to render JSX as an SVG (which is then rendered to a PNG).

    Satori is meant for rendering Open Graph images (e.g. the little images that come up when you post a link on Twitter/Slack/Facebook), but I found that it works well for rendering arbitrary images. It supports a subset of modern CSS, including flexbox.

    My use case is posting match reports for League of Legends into a Discord text channel, e.g. person X just played a match, here are their stats.

    It's quite nice because there are almost zero server-side native dependencies (the one exception is the library to convert svg -> png requires some native libraries).

    Here's what a match report looks like: [1]

    Here's an example of what the JSX looks like: [2]

    [0]: https://github.com/vercel/satori

    [1]: https://github.com/shepherdjerred/glitter/blob/main/assets/p...

    [2]: https://github.com/shepherdjerred/glitter/blob/main/packages...

  • usehooks

    A collection of modern, server-safe React hooks – from the ui.dev team

    Project mention: Best Next.js Libraries and Tools in 2024 | dev.to | 2024-04-10

    Link: https://usehooks.com/

  • ai

    Build AI-powered applications with React, Svelte, Vue, and Solid

    Project mention: Building a SQL Expert Bot: A Step-by-Step Guide with Vercel AI SDK and OpenAI API | dev.to | 2024-03-05

    The Vercel AI SDK is built for OpenAI APIs and includes a range of tools for utilizing OpenAI APIs.

  • leerob.io

    ✨ My portfolio built with Next.js, Tailwind, and Vercel.

    Project mention: Upgrade my blog to Next.js 13.4 with MDX, Prisma, Tailwindcss, Planetscale, Giscus and Contentlayer | /r/nextjs | 2023-07-19

    Shen Lu's portfolio, inspired by leerob.io.

  • next-enterprise

    💼 An enterprise-grade Next.js boilerplate for high-performance, maintainable apps. Packed with features like Tailwind CSS, TypeScript, ESLint, Prettier, testing tools, and more to accelerate your development.

    Project mention: Free Next.js Boilerplate for ⚡️High-Performance⚡️ Enterprise Apps | dev.to | 2023-05-18

    The next-enterprise is an open-source template developed by Blazity that provides a robust set of features for building enterprise projects. It offers high-performance, maintainable and enjoyable web app development, making it an excellent choice for developers who want to streamline their workflow.

  • nextjs-subscription-payments

    Clone, deploy, and fully customize a SaaS subscription application with Next.js.

    Project mention: Show HN: Build your startup or side project faster with these SaaS templates | news.ycombinator.com | 2024-01-01

    I use this as a subscription Stripe starter: https://github.com/vercel/nextjs-subscription-payments/tree/...

    Still quite a bit of customisation to do, but was a good starter.

  • platforms

    A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.

    Project mention: Problem with SubDomains (Multitenancy) | /r/nextjs | 2023-09-15

    I am trying to add subdomains to my project where I am trying to have [slug].domainname.com and then also just the regular dominname.com, I structured my code app router to be app, then api, [subdomain], and home. then i created middleware based on the platforms template code https://github.com/vercel/platforms/tree/main Heres the middleware: import { NextRequest, NextResponse } from "next/server"; export const config = { matcher: [ /* * Match all paths except for: * 1. /api routes * 2. /_next (Next.js internals) * 3. /_static (inside /public) * 4. all root files inside /public (e.g. /favicon.ico) */ "/((?!api/|_next/|_static/|_vercel|[\\w-]+\\.\\w+).*)", ], }; export default function middleware(req) { const url = req.nextUrl;

  • ai-chatbot

    A full-featured, hackable Next.js AI chatbot built by Vercel

    Project mention: Wow! How to easily introduce GlobalState with AppRouter (RSC) and share the state across SC, CC, and ServerActions. | dev.to | 2024-02-03
  • LiveTerm

    💻 Build terminal styled websites in minutes!

    Project mention: LiveTerm – Build terminal styled websites in minutes | news.ycombinator.com | 2023-10-27
  • precedent

    An opinionated collection of components, hooks, and utilities for your Next.js project.

  • Grant

    OAuth Proxy

    Project mention: Most stable and easy to implement Auth with SvelteKit? | /r/sveltejs | 2023-12-05
  • release

    Release is a command line tool to automatically generate a new GitHub Release and populates it with the changes (commits) made since the last release. (by vercel)

  • notion-blog

    A Next.js site using new SSG support with a Notion backed blog

    Project mention: A Next.js site using new SSG support with a Notion backed blog | news.ycombinator.com | 2023-07-27
  • qawolf

    🐺 Create browser tests 10x faster

  • examples

    Enjoy our curated collection of examples and solutions. Use these patterns to build your own robust and scalable applications. (by vercel)

    Project mention: Direct Postgres connection to Supabase from Vercel Edge in Next.js | /r/nextjs | 2023-12-07

    Is anyone aware of a way to make a direct connection to Postgres with transaction support on Vercel Edge functions? The 'pg' package doesn't work on edge for me. The obvious answer would be @vercel/postgres but I find their lack of documentation rough and for whatever reason I can't get it to connect on my local computer using the Supabase-provided local database connection string. This is apparently a known issue (https://github.com/vercel/storage/issues/123, https://github.com/vercel/examples/issues/701) where in order to make this (or neon's package) work you need a WebSocket proxy? Is a direct Postgres connection from edge just impossible right now? Or do others have it working somehow?

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-15.

Vercel related posts

Index

What are some of the best open-source Vercel projects? This list will help you:

Project Stars
1 Next.js 120,098
2 ChatGPT-Next-Web 67,190
3 SWR 29,331
4 Lobe Chat 27,727
5 taxonomy 17,405
6 dub 15,942
7 vercel 12,121
8 Micro 10,527
9 satori 10,010
10 usehooks 8,423
11 ai 7,567
12 leerob.io 6,834
13 next-enterprise 5,407
14 nextjs-subscription-payments 5,233
15 platforms 5,138
16 ai-chatbot 4,778
17 LiveTerm 4,551
18 precedent 4,454
19 Grant 4,021
20 release 3,543
21 notion-blog 3,532
22 qawolf 3,273
23 examples 3,266
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com