This is a clone of the popular Threads App (META's Twitter).
- Create threads
- Reply/comment to threads
- View activity
- Search users
- Create communities
- Invite users to communities
- Search communities
- Post threads from communities
- User / Community profiles
React, Next.JS 13, TypeScript, TailwindCSS
Authentication: Clerk Data validation: Zod FileUploads: UploadThing Components: Shadcn Database: MongoDB with Mongoose ODM
You can sign in using any Google or Github account here: https://threads-app-umber.vercel.app/sign-in
Homepage:
Search:
Activity:
Create Thread:
Communities:
Profile page:
Single Community page:
Responsive design:
- Create like and share options
- Activity notifications
- Follow requests
- Hashtags
- User tagging
Node version 14.x
git clone https://github.com/demitraps/threads-app-next13.git
npm run dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |