The backend is built with Hono and handles:
index.ts
- Main entry point with Hono app setuproutes/serveGptWrapper.tsx
- GPT wrapper API endpointThe backend follows RESTful principles and includes proper error handling with full stack traces for debugging.