chillcodelabs.com
ChillCode
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 3 · Act 1 · Transact 1 · Score: Not yet scored
Tool inspector
quick_estimate
[VI] Tính toán ước lượng chi phí dự án và tiến độ bàn giao dựa trên loại hình phần mềm (Web, App, AI, SaaS) và quy mô. / [EN] Calculate estimated budget and project delivery timeline based on project type and scope.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
project_type |
string | yes | [VI] Loại hình sản phẩm số ("web", "mobile", "ai", "saas", "template") / [EN] Type of digital product. |
complexity |
string | no | [VI] Quy mô dự án ("mvp", "growth", "enterprise") / [EN] Scale or complexity level. |
lang |
string | no | [VI] Ngôn ngữ phản hồi ("vi" hoặc "en") / [EN] Preferred language ("vi" or "en"). Default: "vi" |
Raw JSON schema
{
"type": "object",
"properties": {
"project_type": {
"type": "string",
"enum": [
"web",
"mobile",
"ai",
"saas",
"template"
],
"description": "[VI] Loại hình sản phẩm số (\"web\", \"mobile\", \"ai\", \"saas\", \"template\") / [EN] Type of digital product."
},
"complexity": {
"type": "string",
"enum": [
"mvp",
"growth",
"enterprise"
],
"description": "[VI] Quy mô dự án (\"mvp\", \"growth\", \"enterprise\") / [EN] Scale or complexity level."
},
"lang": {
"type": "string",
"enum": [
"vi",
"en"
],
"description": "[VI] Ngôn ngữ phản hồi (\"vi\" hoặc \"en\") / [EN] Preferred language (\"vi\" or \"en\"). Default: \"vi\""
}
},
"required": [
"project_type"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…