NextChat Deployment and Customization (WIP)
NextChat A nice cross-platform customizable AI assitant. See its Official repo. Handling sessions with different AI models in a single privately-deployed web app. Deployment Deploying NextChat with vercel is a no-brainer, everything can be done by simply following the vercel Deploy button in NextChat’s manual. Before my deployment, several key enviroment variables are set: ENABLE_MCP: true ANTHROPIC_URL, BASE_URL: since AI proxy platform is used, these URLs are set to the URL provided by the AI proxy platform Other environment variables are set according to the manual Sync it up On daily basis, I have to operate on multiple PC/laptops, cross device sync-up is hence a must. NextChat has built-in support to sync up data with UpStash, which is nice because UpStash provides free database service. (well, free until certain extent of usage but it is generally enough for personal use of NextChat). ...