T3 Blog

screenshot of T3 Blog
nextjs
react
tanstack
scss
tailwind
headless-ui
prisma

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

Overview:

The T3 Blog is a full-stack blog application deployed on Vercel, showcasing a range of features such as social media login options, file uploads to AWS S3 Buckets, post notifications, tag creation, multimedia file support, markdown usage for posts and comments, and much more. The application utilizes a robust technology stack including Next.js, Prisma, tRPC, Next Auth, Tailwind CSS, and AWS S3 for enhanced user experience and functionality.

Features:

  • Social Media Login: Login with Google, Github, Discord, or via Magic link to your email.
  • File Uploads: Upload videos, images, audio, or documents to your posts as attachments or within the post body.
  • Notifications: Receive notifications for new posts, replies, comments, followers, and more.
  • Intercepted Routes: Access posts through modals for seamless browsing experience.
  • Like and Dislike Posts: Interact with posts by liking or disliking them.
  • User Interaction: Comment on posts, reply to comments, create polls, and vote on posts.
  • Profile Customization: Personalize your profile, follow other users, favorite posts, and browse through your favorite content.
  • Search and Optimization: Search posts, tags, users, and comments with full-text search, and utilize SEO through meta-tags and server-side-rendering.

Summary:

The T3 Blog is a feature-rich full-stack application designed for efficient and captivating blogging experiences. Its comprehensive set of features ranging from social login options to multimedia support and user interactions make it a versatile platform for content creation and sharing. With a modern technology stack and optimization techniques, the T3 Blog ensures a seamless and user-friendly blogging environment.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tanstack
TanStack

TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

headless-ui
Headless UI

Headless UI is a set of completely unstyled, fully accessible UI components for React, Vue, and Alpine.js that empower developers to build their own fully accessible custom UI components. Headless UI allows developers to focus on building accessible and highly functional user interfaces, without the need to worry about styling or layout.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

react-hook-form
React Hook Form

React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.