Synverra
PE fund document extraction — web frontend
Web tier is live
This is the Next.js frontend, deployed on Vercel. UI calls go through Next.js route handlers under /api/*, which delegate to the backend services.
checking api…Sample endpoints
GET /api/health— liveness checkGET /api/extractions— sample resource (returns stub data untilBACKEND_API_URLis set)