HackHubb
Fullstack Web Ecosystem for Developers
Install / Use
/learn @TanishBasu2002/HackHubbREADME
Fullstack Web Ecosystem for Developers:
<img src="https://tanish-basu-portfolio.vercel.app/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FHackhubb.f6b84d69.png&w=3840&q=95" alt="license"> ## Main Technologies: <img src="https://skillicons.dev/icons?i=tailwind,ts,react,nextjs,prisma,git,github,mysql,planetscale,mongodb,vercel,linux,webflow," /> Features:- Image Sharing both Personal and in community
- fast and interactive webflow
- Real-time messaging using Socket.io
- Send attachments as messages using UploadThing
- Delete & Edit messages in real time for all users
- Create Text, Audio and Video call Channels
- 1:1 conversation between members
- 1:1 video calls between members
- Member management (Kick, Role change Guest / Moderator)
- Unique invite link generation & full working invite system
- Infinite loading for messages and posts in batches of 10 (tanstack/query)
- Server creation and customization
- Beautiful UI using TailwindCSS and ShadcnUI
- Full responsivity and mobile UI
- Websocket fallback: Polling with alerts
- ORM using Prisma
- SQL Database integration
- Authentication with Clerk
Prerequisites
Node version 18.x.x
Cloning the repository
git clone https://github.com/TanishBasu2002/HackHubb.git
Install packages
npm i
Setup .env file
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_SIGN_UP_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=
NEXT_CLERK_WEBHOOK_SECRET=
MONGODB_URL=
DATABASE_URL=
MUX_TOKEN_SECRET=
MUX_TOKEN_ID=
STRIPE_API_KEY=
NEXT_PUBLIC_APP_URL=http://localhost:3000
STRIPE_WEBHOOK_SECRET=
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
LIVEKIT_API_KEY=
LIVEKIT_API_SECRET=
NEXT_PUBLIC_LIVEKIT_URL=
Setup Prisma
Add MySQL Database (I used PlanetScale)
npx prisma generate
npx prisma db push
Start the app
npm run dev
Available commands
Running commands with npm npm run [command]
| command | description |
| :------ | :--------------------------------------- |
| dev | Starts a development instance of the app |
Related Skills
Writing Hookify Rules
108.0kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
review-duplication
100.1kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
feishu-drive
347.2k|
things-mac
347.2kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
