/realtime-kit-nextjs

Avoid boilerplate or writing from scratch a socket.io implementation. Just clone this repo.

Primary LanguageTypeScript

⚡ Realtime Kit

This is my official repo template for realtime kit using Next.js

💻 Technology Stack:

socketio logo drizzle logo Turso logo socketio logo socketio logo typescript logo tailwindcss logo nextjs logo nextjs logo

❓ What's inside?

This monorepo includes the following packages/apps:

📦 Apps and Packages

Each package/app is 100% TypeScript.

✨ Utilities

This monorepo has some additional tools already setup for you:

  • TypeScript for static type checking.
  • Biome for code linting and formatting.

💻 Develop

To develop all apps and packages, run the following command:

Important

Before running the dev command, please visit the set up guide.

cd realtime-kit-nextjs
pnpm dev

🔨 Build

To build all apps and packages, run the following command:

cd realtime-kit-nextjs
pnpm build