create-t3-app

Open-source projects categorized as create-t3-app

Top 5 create-t3-app Open-Source Projects

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

  • 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

  • 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
  • swiftube-frontend

    It's like ChatGPT for videos.

  • Project mention: 📽️ Introducing Swiftube - Make simple talking-head videos in React ⚛️ | /r/react | 2023-05-28
  • portfolio

    🚀 A sleek, modern, and responsive personal portfolio created with create-t3-app (by wendoj)

  • Project mention: Open-Source Beautiful, Responsive Developer Portfolio Made in Next.js | news.ycombinator.com | 2024-02-12
  • moviexyz

    moviexyz is a website to help people discover random movies at the click of a button

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

create-t3-app related posts

  • Open-Source Beautiful, Responsive Developer Portfolio Made in Next.js

    1 project | news.ycombinator.com | 12 Feb 2024
  • Open-source, modern and responsive portfolio made in Next.js and TypeScript

    1 project | news.ycombinator.com | 1 Feb 2024
  • 📽️ Introducing Swiftube - Make simple talking-head videos in React ⚛️

    3 projects | /r/react | 28 May 2023
  • I built a website to randomly pick movies to watch

    1 project | /r/nextjs | 18 Mar 2023
  • I built a website to randomly pick movies to watch

    2 projects | /r/reactjs | 18 Mar 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 23 May 2024
    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. Learn more →

Index

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

Project Stars
1 create-t3-app 23,617
2 t3-blog 126
3 swiftube-frontend 34
4 portfolio 14
5 moviexyz 7

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