TypeScript t3-stack

Open-source TypeScript projects categorized as t3-stack

Top 23 TypeScript t3-stack Projects

  • AgentGPT

    🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.

  • Project mention: AgentGPT: Assemble, configure, and deploy autonomous AI Agents in the browser | news.ycombinator.com | 2024-01-28
  • 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.

  • 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
  • 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> ); }

  • create-t3-turbo

    Clean and simple starter repo using the T3 Stack along with Expo React Native

  • Project mention: Next JS or React Native for web version? | /r/reactnative | 2023-12-05

    Check out this starter repo https://github.com/t3-oss/create-t3-turbo I didn’t use it because it didn’t really fit my needs but it I’ve heard good things about it. May work for you

  • t3-turbo-and-clerk

    A t3 Turbo starter with Clerk as the auth provider.

  • Project mention: Implementing Single Sign-On In React (Remix) In Under 10 Minutes | dev.to | 2024-01-08

    In this tutorial, we will implement single sign-on using Clerk, and use GitHub as the OAuth server that'll verify the user’s credentials. We are going to modify an existing application to add protected routes and use the pre-built UI components.

  • AnswerOverflow

    Indexing Discord Help Channel Questions into Google

  • Project mention: I Live in IRC (2015) | news.ycombinator.com | 2024-02-06

    > TOO many bots log entire channels out to public html sites. This is prevalent in everything like discord etc but the degree to it in IRC is just ridiculous god knows what any of those 1500 bots in a channel are doing.

    These sorts of bots are quite rare on Discord, you usually have to make an account to be able to see anything. There have been attempts at standardizing this (like https://www.answeroverflow.com/) but they haven't taken off. Public logs are much more common on IRC than on Discord.

  • next-lucia-auth

    This is a Next.js T3 project with authentication implemented using Lucia.

  • Project mention: February Stripe Developer Digest | dev.to | 2024-02-29

    @iamtouha added Stripe support to their open-source Lucia auth and NextJS template.

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

    WorkOS logo
  • react-duolingo

    Duolingo web app clone written with React, TypeScript, Next.js, Tailwind, and Zustand. Initialized with create-t3-app.

  • Project mention: Duolingo for Finance Redesigned | news.ycombinator.com | 2024-01-05
  • t3-twitter-clone

    Twitter clone built with T3 Stack + NextAuth + Supabase + Prisma

  • t3-stripe

    Example Stripe integration with create-t3-app bootstrapped Next.js application

  • Project mention: Transitioning from Next.js 13 to App Router in Next.js 13.4 for a T3 Stripe Project | /r/nextjs | 2023-07-06

    I've used a github repo using the T3 Stack in Next.js 13, which integrates Stripe using webhooks. The project is available here: T3 Stripe Project, and I've also read the awesome blog post about it: Integrating Stripe with T3.

  • semantic-search-openai-pinecone

    Semantic search with openai's embeddings stored to pineconedb (vector database)

  • Project mention: Help me write a GPT4 Program | /r/GPT4 | 2023-05-25

    If you want natural language search for your summaries, you could run the results through OpenAI Embeddings and store the results in a semantic vector database like Pinecone. Here is a sample project that does that: https://github.com/mharrvic/semantic-search-openai-pinecone

  • asrvd.me

    personal site made using the t3 stack

  • t3-blog

    Typescript Fullstack forum made with Next.js, tRPC, Prisma, Next Auth, Tailwind CSS, S3 uploads, Zod & more. (by leojuriolli7)

  • Project mention: With Next-auth, is there a good way to go about re-styling this page? Like add some branding around it or sum, change the colors. | /r/nextjs | 2023-06-18

    You can make your own pages, it sounds difficult but it's really simple. For example: https://github.com/leojuriolli7/t3-blog/tree/main/src/pages/auth

  • analyzemyrepo

    Discover useful insights about your open-source project

  • Abby

    Open-Source Feature Flags, Remote Config & A/B Tests for Developers ⛳🧪

  • Project mention: Show HN: Abby – open-source Feature Flags for Developers | news.ycombinator.com | 2024-01-16
  • hilde

    Hilde is an open source match tracking tool for games like foosball, air hockey, chess and similar

  • Azon-Shop

    E-Commerce website with Prisma PlanetScale db, optimistic updates with React Query, rating system, persistent cart, algolia search, categories, in stock indicator, infinite scroll and order tracking

  • hackernews

    Hacker News clone made with SolidStart and tRPC (by nexxeln)

  • FeastQR

    FeastQR: Open Source SaaS Online Menu System 🌐

  • Project mention: Open Source Learning Platform | /r/developersIndia | 2023-12-04

    Here's the repo: https://github.com/jakubczarnowski/FeastQR

  • supathreads

    turn your blogs into concise twitter threads using AI

  • Project mention: Creating a hackathon winning AI based app in a weekend using Supabase, OpenAI, & Next.js | dev.to | 2023-10-10

    Full Project Repository

  • confetti

    🎉 Get your estimation party started with confetti, the ultimate tool for a festive and productive estimate session (by awtkns)

  • factory-js

    🏭 The ORM-agnostic object generator for testing

  • Project mention: Show HN: Factory-JS – TypeScript dummy object generator for testing | news.ycombinator.com | 2024-03-29
  • frameflow-frontend

    Frontend of a fullstack Instagram clone built with Next.js

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

TypeScript t3-stack related posts

Index

What are some of the best open-source t3-stack projects in TypeScript? This list will help you:

Project Stars
1 AgentGPT 29,684
2 cal.com 28,546
3 create-t3-app 23,295
4 create-t3-turbo 3,951
5 t3-turbo-and-clerk 993
6 AnswerOverflow 750
7 next-lucia-auth 233
8 react-duolingo 187
9 t3-twitter-clone 165
10 t3-stripe 148
11 semantic-search-openai-pinecone 146
12 asrvd.me 145
13 t3-blog 123
14 analyzemyrepo 118
15 Abby 104
16 hilde 72
17 Azon-Shop 69
18 hackernews 46
19 FeastQR 40
20 supathreads 36
21 confetti 26
22 factory-js 14
23 frameflow-frontend 2

Sponsored
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.
www.influxdata.com