Skip to main content

Components

The Component libarray is a database filled with flutter widgets and details documentation on what it is good for, Colibri will not only understand the flutter code but its documentation, the goal is to choose the right widget without the need for much or any code modification, rather colibri should focus on use intent and connetion with the corect action.

Task Chat Branch API
Deployed

Deployment: Google Cloud Run · region me-west1
Live URL: https://colibri-api-643619291153.me-west1.run.app

Implemented endpoints

EndpointStatus
POST /chat✅ Deployed
POST /chat/stream (SSE)✅ Deployed
GET /health✅ Deployed (no auth)

Features

  • Firebase JWT authentication on all /chat/* routes
  • Rate limiting: 10 requests / 60 s per user
  • Multi-user chat: author field enables group-chat context — AI addresses each user by name
  • Streaming responses via SSE (data: [DONE] signals end of stream)
  • AI model: Gemini 2.5 Flash

Related pages: Chat API reference · Run locally · Deployment

note

These details are only updated with each release, for more acurate updates and keeping track of progress, see the task in GitHub.


Team

OwnerLead
MendySergey

Status

Doc StatusProduct StatusLast UpdateVersionReleasePhase
In ProgressDeployedMar 20260.1InternalAlpha

Description

Colibri should build a flow plan that matches the action plan, then find the componets that best fill that plan. Colibri should have the ability to modify code to ensure all widgets make a matching theme so controle the style file that all widgets must adhear to.

Reminders