PULSEFLOW AI IS FINALLY LIVE
Just deployed the full stack today (backend is on Render and frontend is on Vercel).
The backend was so easy to get running, only took 10ish mins. MIGHT have forgot that Optional wasn’t imported in the config.py.
The frontend was SO MUCH HARDER OMG! first, Vercel blocked the deploy three times because of Next.js 15.0.3 had security vulnerabilities. i just updated to 15.3.3 (this didnt work because it had its own CVE). after that i tried using next@lastest, but then i needed ESLint 9, which broke the entire dependency tree.
I used ^15 so npm resolves the latest patched 15.x without jumping major versions. Four deploys, two CVEs, one peer dependency conflict. ahhh this was painful
BUT, IT FINALLY WORKS SO IT WAS WORTH IT!!!!
(image shows it running on vercel)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.