How to choose ui
Kya koi muje bta sakta hai ki apni portfolio website bnane k liye UI kese choose kre
[link] [comments]
Kya koi muje bta sakta hai ki apni portfolio website bnane k liye UI kese choose kre
Not the stack, not the libraries β the architecture or code organization decision you regret the most.
Hi all,
Sharing a project I recently finished and open-sourced: LaunchPad Lite.
Itβs a clean starter template built around the Next.js 15 App Router ecosystem with a focus on type safety and modern auth:
- Better Auth: Handled via Server Actions and route handlers, avoiding legacy NextAuth quirks.
- Drizzle ORM: Minimalist schema setup designed to connect effortlessly with Supabase, Neon, or local Postgres.
- Tailwind CSS v4 + Radix UI: Fast UI primitives without CSS bloat.
GitHub: https://github.com/BZDevelopments/LaunchPad-Lite
For anyone who eventually needs full Stripe subscriptions, AI SDK v5, or multi-layout support, I also maintain a Pro version, but Lite is 100% self-contained and free forever. Take a look at the repo structure and let me know what you think of the architecture!
Hi, I made an free english learning app site
it has ipa (rachel english) and speech rules with annotations to study connected speech
give it a try and use the flag button to report issues which im sure there are a lot since im not a native speak and rules are generated with ai.
thanks !
Hey everyone π
I recently finished building PDFForgeLib, a project I started to explore the challenges involved in building a web application around PDF processing.
Tech stack: typescript+next.js + Python/FastAPI + supabase+vercel+render
The project focuses on common PDF operations such as:
Project: [https://pdfforgelib.com/](https://)
One of the things I found interesting while building it was that PDF processing becomes quite different once you start thinking about larger files, processing time, browser limitations, error handling, and keeping the user experience simple.
I'm interested in hearing from developers who have worked with file processing, document systems, or similar web applications.
A few things I'd like to discuss:
I'm still improving the project, so I'm particularly interested in technical criticism, alternative approaches, and things I may have overlooked.
Would be great to hear how other developers would approach the same problem.
Thanks!