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.
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.
.eslintrc.json
.gitignore
.next/
package.json
public/
README.md
src/
app/
components/
db/
lib/
store/
tailwind.config.ts
tsconfig.json
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.
- Next.js
- TypeScript
- Tailwind CSS
- Kindle Auth
- Pusher Chatkit
- Redis Upstash
- Shadcn UI
- Emoji Mart
- React Icons
- Framer Motion
- ESLint
- Prettier
- Lint-Staged
- 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.
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.
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!
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.