
AI Viber coder needed to complete my current NextJs app
- or -
Post a project like this- Posted:
- Proposals: 49
- Remote
- #4490790
- OPPORTUNITY
- Expired









Description
Heorh M.
0% (0)New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-

Hi,
Viber API integrations in Next.js have a specific set of failure points I want to address before anything else, because they tend to be where these projects stall.
Webhook verification with Viber requires handling the signature validation on every incoming request before any bot logic runs. If that is not implemented correctly the bot will appear to work in testing but fail silently in production when Viber rotates or checks tokens. I would want to review the current webhook setup before estimating the finalization work.
For bot logic in a Next.js app, the architecture decision that matters most is whether the bot responses are handled in API routes or via a separate service. API routes work for simple flows but introduce cold start latency on serverless deployments that makes the bot feel sluggish. If the app is deployed on Vercel that is worth addressing now.
Authentication in a Viber bot context also needs to account for the fact that Viber user IDs are not persistent across reinstalls, which has implications for how user sessions are stored and matched.
I can provide a clear plan and timeline estimate once I have seen the current state of the codebase. I am available for a short call this week if that is easier than going back and forth in messages. -

Is the current app already connected to the Viber API with a working webhook endpoint, or is Viber integration still unstarted?