Threads desktop Web app.
This is a "clone of Threads", but this is the desktop version.
The application lets you create threads, comment, tag share etc..
Buildt with Next.js 13.5
Live build
https://threads-nine-orpin.vercel.app/
Speed tests
Varzel:
Chrome Lightsail:
Test with load, 25 clients loading the page for minutes, this is the result in response times:
UI library used :
Tailwind css, https://ui.shadcn.com/
Other:
Clerk: User Authentication, Zod (https://zod.dev/) : To validate form inputs
The goal of this app.
- Aim for 100 / 100 for performance and SEO.
- Split code into server side and client side components.
- Implement Next 13's Server side actions.