TypeScript T3

Open-source TypeScript projects categorized as T3

Top 8 TypeScript T3 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
  • 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
  • create-jd-app

    The quickest and most efficient way to start new full stack, type safed Solid web app

  • 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

  • loggl

    Send push notifications to your phone or desktop using HTTP requests

  • Project mention: I created Loggl to keep track of my events. | /r/selfhosted | 2023-05-19

    Feel free to create a feature request on Github (https://github.com/MarconLP/loggl/issues)

  • create-xp-app

    💻📲 Opionionated fullstack cross-platform app starter for Nextjs and Expo with up to 100% code sharing

  • h4hila

    H4HILA offers H3 fans a platform to create joke 'dating' profiles, enjoy random H3 dating-related soundbites, and engage in lighthearted, stress-free community interaction.

  • Project mention: Rally the Troops!!! HOE4HILA, the H3-Inspired, Meme-Filled 'Dating' App is Here | /r/h3h3productions | 2023-06-21
  • 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
  • t3witter-app

    Clone of a popular social-media app built with the "T3-stack"

  • Project mention: Weird custom text input issue | /r/react | 2023-07-11

    I did an expanding textbox which was way harder than I thought in a recent project and definitely came up with a longer approach but maybe the code from my project will help you? - https://github.com/r-i-c-h/t3witter-app/blob/main/src/components/ExpandingTextArea.tsx

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 related posts

Index

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

Project Stars
1 AgentGPT 29,684
2 create-t3-app 23,295
3 create-jd-app 636
4 t3-blog 123
5 loggl 110
6 create-xp-app 43
7 h4hila 3
8 t3witter-app 1

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