next-auth

Open-source projects categorized as next-auth

Top 23 next-auth Open-Source Projects

  • cal.com

    Scheduling infrastructure for absolutely everyone.

  • Project mention: Start your own (side) business with open-source in mind | dev.to | 2024-02-29

    Cal.com is an open-source event-juggling scheduler for everyone, and is free for individuals.

  • create-t3-app

    The best way to start a full-stack, typesafe Next.js app

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

    import { unstable_noStore as noStore } from "next/cache"; import Link from "next/link"; import { CreatePost } from "~/app/_components/create-post"; import { getServerAuthSession } from "~/server/auth"; import { api } from "~/trpc/server"; export default async function Home() { noStore(); const hello = await api.post.hello.query({ text: "from tRPC" }); const session = await getServerAuthSession(); return (

    Create T3span> App h1>

    First Steps →h3>
    Just the basics - Everything you need to know to set up your database and authentication. div> Link>

    Documentation →h3>
    Learn more about Create T3 App, the libraries it uses, and how to deploy it.div> Link> div>

    {hello ? hello.greeting : "Loading tRPC query..."}p>

    {session && Logged in as {session.user?.email}span>} p> {session ? "Sign out" : "Sign in"} Link> div> div> div> main> ); } async function CrudShowcase() { const session = await getServerAuthSession(); if (!session?.user) return null; const latestPost = await api.post.getLatest.query(); return (

    {latestPost ? (

    Your most recent post: {latestPost.name}p> ) : (

    You have no posts yet.p> )} div> ); }

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

    SurveyJS logo
  • noodle

    Open Source Education Platform

  • Project mention: Moodle: Open-Source LMS | news.ycombinator.com | 2023-07-16

    There is a (hillariously named) alternative noodle [1] that aims to compete in this space. It is under development but looks polished.

    [1] https://noodle.run

  • documenso

    The Open Source DocuSign Alternative.

  • Project mention: Docusign updates terms of service, training proprietary AI using user data | news.ycombinator.com | 2024-02-29

    Unknown if it's better or worse but https://support.google.com/docs/answer/12315692?hl=en ("Send signature requests & sign documents with eSignature")

    and there have also been a bunch of alleged competitors submitted:

    https://github.com/docusealco/docuseal#readme https://news.ycombinator.com/item?id=36798593

    https://github.com/OpenSignLabs/OpenSign#readme https://news.ycombinator.com/item?id=38052344

    https://github.com/documenso/documenso#readme https://news.ycombinator.com/item?id=38404129

    but they're all AGPLv3 and the network effect is very real

  • saas-starter-kit

    🔥 Enterprise SaaS Starter Kit - Kickstart your enterprise app development with the Next.js SaaS boilerplate 🚀

  • Project mention: 7 Frameworks, One SAML Jackson - Your Open Source Single Sign-On Solution | dev.to | 2024-04-03

    For Next.js there is this sample application, and you can also look at the BoxyHQ Enterprise SaaS starter kit for a complete implementation example.

  • jackson

    🔥 Streamline your web application's authentication with Jackson, an SSO service supporting SAML and OpenID Connect protocols. Beyond enterprise-grade Single Sign-On, it also supports Directory Sync via the SCIM 2.0 protocol for automatic user and group provisioning/de-provisioning. 🤩 (by boxyhq)

  • Project mention: Building a Managed Service Provider Business With Open Source | dev.to | 2024-04-04

    BoxyHQ SAML Jackson - GitHub

  • nextacular

    An open-source starter kit that will help you build full-stack multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features. Built on top of popular and modern technologies such as Next JS, Tailwind, Prisma, and Stripe.

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

    InfluxDB logo
  • nextjs-postgres-auth-starter

    Next.js + Tailwind + Typescript + Drizzle + NextAuth + PostgreSQL starter template.

  • chadnext

    ChadNext - Quick Starter Template for your Next project includes Next.js 14 App router, Shadcn UI, LuciaAuth, Prisma, Server Actions, Stripe, Internationalization and more.

  • Project mention: Is there a downside to Vercel Analytics? | /r/nextjs | 2023-12-07

    not enough, can confirm, I moved to Umami for ChadNext

  • chirpy

    💬 A privacy-friendly and customizable Disqus (comment system) alternate. 注重隐私保护和定制化的评论系统。

  • nextjs-starter

    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

  • GTD

    Get Things Done task managment app, built with the next.js 13, next-auth, shadcn ui, and react-query

  • Project mention: Seven Reasons Why I Love Shadcn UI | dev.to | 2023-11-24
  • email-editor

    📧 A drag and drop email editor using Next.js, Zustand and MUI

  • Project mention: Next.js Weekly #34: StyleX, Self-Healing URLs, AuthKit, Scaleable TailwindCSS, Layouts vs Templates, Faster Next.js Websites [👇 all links in the comments] | /r/nextjs | 2023-12-10
  • next-auth-sanity

    NextAuth Adapter and Provider for Sanity

  • handshake

    Handshake handles your OAuth flows with over 200 popular APIs. Setup and deploy to Vercel in 5 minutes. 🤝 🍭

  • Project mention: Show HN: Handshake – Next.js OAuth handler for 200 APIs | news.ycombinator.com | 2024-02-29
  • disney-plus

    A fully interactive and responsive one to one multi-page disney plus clone web application build by Nikko Abucejo.

  • fastify-next-auth

    Auth.js plugin for Fastify.

  • Squeak

    A fun, fast-paced multiplayer rendition of solitaire. Games can be played with 2-4 players, lasting around 20 minutes. (by michaelongaro)

  • AuthV5-Toolkit

    Advanced custom authentication for Next.js applications with Auth.js V5. Authentication with providers and credentials.

  • Project mention: Auth.js V5 Toolkit: Mastering Advanced Authentication in Next.js | dev.to | 2024-01-16

    Check my Repo @: Repo

  • turborepo-nextjs-prisma-postgres

    Nextjs template with Turbo repo: NextJS 14 - NextAuth - Prisma - Postgres - TailwindCSS and more ...

  • Project mention: [3][DEV NOTE] Create a form with tiptap and react-textarea-autosize | dev.to | 2023-09-03

    This is dev note for this project: turbo - nextjs - prisma - postgres blog

  • groovi

    🍃 Create soothing focus mixes

  • nuxt-next-auth

    Experimental authentication module for Nuxt 2 using NextAuth.

  • next-moviapp

    Explore movies, tv shows. Personalize watchlist and favorites. Built with Next.js, TypeScript, Tailwind CSS, Firebase, NextAuth, TMDB v3 API.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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).

next-auth related posts

  • Interview with Senior JavaScript Developer 2024 [video]

    3 projects | news.ycombinator.com | 14 Apr 2024
  • Qilin: A Starter Project Template For Every Open Source Project

    12 projects | dev.to | 25 Mar 2024
  • Localized tRPC errors

    3 projects | dev.to | 16 Mar 2024
  • Show HN: Handshake – Next.js OAuth handler for 200 APIs

    1 project | news.ycombinator.com | 29 Feb 2024
  • Leaving Everything Behind For Elixir [Theo – t3․gg] [video]

    1 project | news.ycombinator.com | 28 Feb 2024
  • Setup monorepo with pnpm, typescript and turborepo

    2 projects | dev.to | 27 Feb 2024
  • Ask HN: Which full stack framework (NextJS, Remix, SvelteKit) would you use?

    2 projects | news.ycombinator.com | 13 Feb 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 cal.com 28,907
2 create-t3-app 23,473
3 noodle 11,317
4 documenso 6,092
5 saas-starter-kit 2,754
6 jackson 1,589
7 nextacular 974
8 nextjs-postgres-auth-starter 818
9 chadnext 642
10 chirpy 523
11 nextjs-starter 432
12 GTD 79
13 email-editor 77
14 next-auth-sanity 73
15 handshake 69
16 disney-plus 48
17 fastify-next-auth 46
18 Squeak 31
19 AuthV5-Toolkit 36
20 turborepo-nextjs-prisma-postgres 27
21 groovi 25
22 nuxt-next-auth 25
23 next-moviapp 22

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com