feat: add Platform-managed AI and storage starter - #1
Merged
Conversation
xiongxz
marked this pull request as ready for review
August 18, 2026 08:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
chatbottemplate as AI Chat + Storage Starter withai.chat,ai.streaming, andstoragecapability requirementsmodelby default so the runtime-ownedAI_DEFAULT_MODELselects DeepSeek, LiteLLM, or another configured OpenAI-compatible modelValidation
cd scripts && npm testcd scripts && node validate-registry.mjs ../registry.json ..cd chatbot && npm run typecheckcd chatbot && NEXT_PUBLIC_INSFORGE_URL=https://example.invalid NEXT_PUBLIC_INSFORGE_ANON_KEY=test-anon npm run buildcd chatbot && npm audit --omit=dev(0 vulnerabilities)go test ./internal/templatecatalog ./internal/platforminlexmount/insforge-platformgit diff --checkAfter merge
Configure Insight Flow's
OFFICIAL_TEMPLATE_REPOSITORYashttps://github.com/lexmount/insforge-templates, run an official template sync, review/publish the imported template, then create one v2 application for live AI streaming and COS upload/download/isolation acceptance.