ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://create.t3.gg/ |
| Last Crawled | 2026-04-16 18:44:47 (8 hours ago) |
| First Indexed | 2022-06-27 13:53:44 (3 years ago) |
| HTTP Status Code | 200 |
| Meta Title | Create T3 App |
| Meta Description | The best way to start a full-stack, typesafe Next.js app. |
| Meta Canonical | null |
| Boilerpipe Text | The best way to start a
full-stack,
typesafe
Next.js
app
Documentation
GitHub
npm create t3-app@latest
Typesafe From The Start
We made create-t3-app to do one thing: Streamline the setup of typesafe
Next.js apps WITHOUT compromising modularity.
After countless projects and many years on this tech, we have lots of
opinions and insights. We've done our best to encode them into this CLI.
This is NOT an all-inclusive template.
We expect you to bring your own libraries.
Check out
our other recommendations
for things like state management and deployment.
The best of the full stack TypeScript ecosystem...
...but ONLY the parts you need
Take what you want and nothing more! |
| Markdown | [Jump to content](https://create.t3.gg/#content)
[ ](https://create.t3.gg/ "Home")
[Docs](https://create.t3.gg/en/introduction) [FAQ](https://create.t3.gg/en/faq)
[28K](https://github.com/t3-oss/create-t3-app)
Toggle sidebar
Search
Press `/` to search
Search
Press `/` to search
- ## Create T3 App
- [Introduction](https://create.t3.gg/en/introduction)
- [Why CT3A?](https://create.t3.gg/en/why)
- [Installation](https://create.t3.gg/en/installation)
- [Folder Structure (Pages)](https://create.t3.gg/en/folder-structure-pages)
- [Folder Structure (App)](https://create.t3.gg/en/folder-structure-app)
- [FAQ](https://create.t3.gg/en/faq)
- [T3 Collection](https://create.t3.gg/en/t3-collection)
- [Examples](https://create.t3.gg/en/examples)
- [Other Recommendations](https://create.t3.gg/en/other-recs)
- ## Usage
- [First Steps](https://create.t3.gg/en/usage/first-steps)
- [Next.js](https://create.t3.gg/en/usage/next-js)
- [TypeScript](https://create.t3.gg/en/usage/typescript)
- [tRPC](https://create.t3.gg/en/usage/trpc)
- [Drizzle](https://create.t3.gg/en/usage/drizzle)
- [Prisma](https://create.t3.gg/en/usage/prisma)
- [NextAuth.js](https://create.t3.gg/en/usage/next-auth)
- [Environment Variables](https://create.t3.gg/en/usage/env-variables)
- [Tailwind CSS](https://create.t3.gg/en/usage/tailwind)
- ## Deployment
- [Vercel](https://create.t3.gg/en/deployment/vercel)
- [Netlify](https://create.t3.gg/en/deployment/netlify)
- [Docker](https://create.t3.gg/en/deployment/docker)
# The best way to start a full-stack, typesafe Next.js app
[Documentation](https://create.t3.gg/en/introduction)
[GitHub](https://github.com/t3-oss/create-t3-app)
`npm create t3-app@latest`
## Typesafe From The Start
We made create-t3-app to do one thing: Streamline the setup of typesafe Next.js apps WITHOUT compromising modularity.
After countless projects and many years on this tech, we have lots of opinions and insights. We've done our best to encode them into this CLI.
This is NOT an all-inclusive template. **We expect you to bring your own libraries.** Check out [our other recommendations](https://create.t3.gg/en/other-recs) for things like state management and deployment.
## The best of the full stack TypeScript ecosystem...
### ...but ONLY the parts you need
Take what you want and nothing more\!
[Next.js](https://nextjs.org/)
Next.js offers a lightly opinionated, heavily optimized approach to creating applications using React. It's the industry standard and we're proud to build on top of it :)
[Prisma](https://www.prisma.io/)
Prisma is the best way to work with databases in TypeScript. It provides a simple, type-safe API to query your database, and it can be used with most SQL dialects (and Mongo too!).
[TypeScript](https://www.typescriptlang.org/)
We firmly believe TypeScript will help you be a better web developer. Whether you're new to JS or a seasoned pro, the "strictness" of TypeScript leads to smoother building.
[Tailwind CSS](https://tailwindcss.com/)
Tailwind CSS is a utility-first CSS framework that helps you build beautiful, responsive designs without any extra configuration. It’s built with utility-first principles, and is completely customizable and extendable.
[tRPC](https://trpc.io/)
If your frontend and backend are TypeScript, it's really hard to beat the DX of tRPC. Kinda like GraphQL but without the work - seriously this lib is magic.

[NextAuth.js](https://next-auth.js.org/)
When you need flexible, secure, and scalable auth, NextAuth.js is top notch. It ties into your existing database and provides a simple API to manage users and sessions.
### Community
Join our community to get help, share your projects, and even contribute to the project\!
[Discord Join our Discord server to chat with other developers and get help with your projects.](https://t3.gg/discord)
[GitHub Contribute to the project by submitting issues and pull requests on our GitHub repository.](https://github.com/t3-oss/create-t3-app)
[Twitter Join us on Twitter for shitposts.](https://twitter.com/t3dotgg)
[](https://vercel.com/?utm_source=t3-oss&utm_campaign=oss) |
| Readable Markdown | ## The best way to start a full-stack, typesafe Next.js app
[Documentation](https://create.t3.gg/en/introduction) [GitHub](https://github.com/t3-oss/create-t3-app)
`npm create t3-app@latest`
## Typesafe From The Start
We made create-t3-app to do one thing: Streamline the setup of typesafe Next.js apps WITHOUT compromising modularity.
After countless projects and many years on this tech, we have lots of opinions and insights. We've done our best to encode them into this CLI.
This is NOT an all-inclusive template. **We expect you to bring your own libraries.** Check out [our other recommendations](https://create.t3.gg/en/other-recs) for things like state management and deployment.
## The best of the full stack TypeScript ecosystem...
### ...but ONLY the parts you need
Take what you want and nothing more\! |
| Shard | 182 (laksa) |
| Root Hash | 4616276071125584182 |
| Unparsed URL | gg,t3!create,/ s443 |