I work at a startup that creates AI solutions for media companies. We had a crucial demo scheduled with potential clients to secure funding for next year.
Our remote frontend developer from Southeast Asia just vanished without any warning right before showing us the final version. This person was reliable and skilled, so we’re genuinely concerned about their wellbeing while also panicking about our presentation.
I managed to patch together what they left behind using AI assistance. It runs fine on my local setup, but I’m struggling with the server-side rendering and client-side hybrid architecture.
Ideally I want to containerize this and deploy it so the clients can interact with it directly instead of running everything from my laptop.
Basically I need to display a news article feed. The initial list should render server-side in the container, but then users should be able to sort by different columns on the client side and have their preferences saved.
UPDATE:
Wanted to share how this turned out and thank everyone who helped.
Our developer went missing in Thailand and through social media I contacted someone who reached out to local authorities to help locate them.
I managed to get the demo working by bypassing some TypeScript errors during the build process. The presentation went great and we might land this contract for next year. We’ll definitely hire a proper Next.js developer for the actual implementation.
After the pressure was off, I used the suggestions here along with AI tools to clean up the code properly. The key was understanding the build issues with Next.js rather than just letting the AI guess blindly.
Thanks everyone for the help during this stressful time.