Building an Enterprise Live Support platform.
Completed so far:
• Express + TypeScript
• PostgreSQL + Prisma
• JWT Authentication & Protected APIs
Building in public. More updates soon! 💻
#buildinpublic#NodeJS#TypeScript#PostgreSQL#Prisma#SocketIO
@kav_kavi11 I've just open sourced my Invoice & Client Management Platform, and I'd love to collaborate, if anyone is interested checkout my GitHub https://t.co/ha05BVDf7H
Tech Stack:
• React
• Redux Toolkit
• Node.js
• Express.js
• MongoDB
• Tailwind CSS
• shadcn/ui
Perfect if you're looking to contribute to a real world full stack application.
The goal of this project is to provide a modern platform for businesses and freelancers to manage:
Clients
Invoices
Payments
Organizations
Dashboards & Analytics
Built with the MERN stack and a modern UI.
Most internships teach you how systems work.
I'm using mine to build one
In the ERP dept. at APDCL, I'm developing an AI powered document digitization platform that turns scanned documents into structured digital records.
#buildinpublic#internship#reactjs#python#ai
One interesting challenge:
Exporting rendered markdown content to PDF instead of raw markdown.
This forced me to explore:• DOM rendering• PDF generation libraries• browser limitations• rendering pipelines
A great debugging experience.
I also started refactoring the project like a production codebase:
• Extracted reusable hooks
• Separated toolbar commands
• Improved folder structure
• Reduced component complexity
• Made the app more scalable
Learning clean architecture while building.
One thing I learned while building this:
Frontend development is MUCH more than making things “look good”.
A huge amount of work goes into:
• state architecture
• component composition
• UX decisions
• accessibility
• performance
• edge-case handling