openwallet-foundation / openwallet-foundation/multipaz-developer-website
Set up hosting environment for Ask AI backend
Open
@SeanBohan is already working on this.
Since Mar 13, 2026.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 6
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 5
Description
Summary
The Ask AI chat widget requires a Node.js hosting environment to run the API backend that serves chat responses.
Options
- Vercel (free tier) — serverless function ready to deploy via
api/vercel.json - Google Cloud Run — container deployment via
api/Dockerfile - Other Node.js hosting that supports environment variables and SSE streaming
What's needed
- Choose and provision a hosting environment
- Configure the
ASK_AI_API_URLrepo variable to point to the deployed API - Set the
GEMINI_API_KEYsecret on the hosting environment - Configure
ALLOWED_ORIGINSfor CORS
Context
Dependency for #52
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.