Skip to content

This is blazing fast chat application built on top of redis which give you fast and secure experience.

Notifications You must be signed in to change notification settings

nithamitabh/turbotalk

Repository files navigation

TurboTalk

TurboTalk is the ULTIMATE chat application built with Next.js and TypeScript. This project leverages modern web technologies and libraries to provide a seamless and interactive chat experience.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.

Project Structure

.eslintrc.json
.gitignore
.next/
package.json
public/
README.md
src/
  app/
  components/
  db/
  lib/
  store/
tailwind.config.ts
tsconfig.json

Key Directories

  • src/app: Contains the main application pages and components.
  • src/components: Reusable UI components such as buttons, dialogs, and custom elements.
  • src/db: Database-related files and dummy data.
  • src/lib: Utility functions and helpers.
  • src/store: State management using hooks.

Technologies

  • Next.js
  • TypeScript
  • Tailwind CSS
  • Kindle Auth
  • Pusher Chatkit
  • Redis Upstash
  • Shadcn UI
  • Emoji Mart
  • React Icons
  • Framer Motion
  • ESLint
  • Prettier
  • Lint-Staged

Features 💫

  • Responsive Design: Optimized for both desktop and mobile devices.
  • Sound Effects: Interactive sound effects for user actions.
  • Dark Mode: Toggle between light and dark themes.
  • Resizable Panels: Adjustable layout for chat and sidebar.

Key Files

  • src/app/page.tsx: The main entry point of the application.
  • src/app/auth/AuthButton.tsx: Authentication buttons component.
  • src/components/chat/ChatBottom.tsx: Chat input and controls.
  • src/components/customs/Sidebar.tsx: Sidebar component with user list.
  • tailwind.config.ts: Tailwind CSS configuration.
  • tsconfig.json: TypeScript configuration.

Learn More

To learn more about Next.js, take a look at the following resources:

  • Next.js Documentation - learn about Next.js features and API.
  • Learn Next.js - an interactive Next.js tutorial. You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.