Hey everyone! Here’s the Portfolio Builder project I’ve been working on:
https://github.com/yeabnoah/Frame.
It’s built with Next.js, HonoJS, PostgreSQL using Prisma ORM, shadcn with Tailwind CSS, and Better Auth. The project has two main parts. First, there’s the dashboard (/dashboard), where you or any dev can sign in to manage content—add personal info, projects, your tech stack, articles, and more. Then there’s the portfolio viewer (/main), where you can view your portfolio or someone else’s by passing their user ID as a parameter.
It’s pretty much done, but I’ve hit a snag recently.
I can’t seem to set cookies in the browser after a successful login. I’m using subdomains for both the backend and frontend, and the issue only happens in the deployed version. It’s been annoying, and I’ve spent way too much time on it already.
If you’re up for a debugging challenge, feel free to check it out and send a PR. Would love the help! 😊
@selfmadecoder