Add StormPilot chat UI, settings and routes#367
Merged
syed-reza98 merged 3 commits intomainfrom Mar 23, 2026
Merged
Conversation
Introduce StormPilot feature: add chat UI component, preferences form, pages for /stormpilot and /settings/stormpilot, and supporting lib (src/lib/stormpilot.ts). Protect /stormpilot in middleware and add sidebar navigation items. Implement streaming message handling, session management, model/capabilities loading, attachment upload and web-research context with graceful fallback. Also add generated audit artifacts (COMPREHENSIVE_API_INVENTORY_GENERATED.md and COMPREHENSIVE_STORMPILOT_OLLAMA_ANALYSIS_2026-03-19.md) documenting API inventory and analysis.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
@claude[agent] Kindly Review this whole codebase and give me your overview on this SaaS Platform: Architecture, Security, Multi Tenancy, API Calls, Tech Stack and Specially Comprehensive UI UX overview across mobile, tablet and desktop responsiveness |
Contributor
|
@syed-reza98 I've opened a new pull request, #369, to work on those changes. Once the pull request is ready, I'll request review from you. |
Add QWEN.md — a comprehensive 800+ line project context document for the StormCom Next.js multi-tenant SaaS e-commerce platform. Includes project overview, tech stack, directory structure, multi-tenancy model, authentication/permissions, build & run instructions, database/migration commands, testing, deployment (Vercel), payment and Facebook integrations, storefront/theme system, subscription management, developer conventions, known issues, and links to additional docs. Intended for onboarding, developer reference, and AI-assisted workflows.
Add complete API documentation and artifacts for StormCom: OpenAPI specification and JSON schema, API summary, documentation report, Swagger UI/Redoc setup, TypeScript SDK docs, and related NEXT_STEPS notes. Also add api_routes_analysis.csv (endpoint inventory) and update docs/README.md and QWEN.md to reflect the new API docs and updated codebase statistics.
|
Automated review (GitHub Models): The referenced markdown file appears in the repository, matching the main feature described in the pull request. This strongly indicates the pull request was resolved. Confidence: 0.95 Evidence:
|
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.
This pull request adds a comprehensive, auto-generated API inventory snapshot to the codebase. The new documentation provides an overview of all available API route handlers, grouped by domain and including a detailed list of endpoints, which will help developers and stakeholders understand the current API surface and coverage.
API documentation and visibility improvements:
COMPREHENSIVE_API_INVENTORY_GENERATED.md, containing a snapshot of all API endpoints, grouped by domain and including a full route list with HTTP methods and file locations.