openwallet-foundation / openwallet-foundation/multipaz-developer-website

Set up hosting environment for Ask AI backend

Open
#54 0 comments 1 reaction 1 assignee View on GitHub

@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_URL repo variable to point to the deployed API
  • Set the GEMINI_API_KEY secret on the hosting environment
  • Configure ALLOWED_ORIGINS for CORS

Context

Dependency for #52

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.