full-stack-developer

Guides building fullstack web applications with React, FastAPI, Docker, and AI integration.

5|Updated Jul 15, 2025
One-click install
npx skills add https://github.com/sandraschi/fastsearch-mcp --skill full-stack-developer-sandraschi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: full-stack-developer
Source: https://github.com/sandraschi/fastsearch-mcp/tree/main/.cursor/skills/full-stack-developer
Command: npx skills add https://github.com/sandraschi/fastsearch-mcp --skill full-stack-developer-sandraschi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building a production web application requires coordinating frontend frameworks, backend APIs, databases, containerization, testing, and deployment, which is slow and error-prone when done manually. ## Core Features & Use Cases - Technology Stack Guidance: Decision matrices for choosing React/Vue/Angular frontends, FastAPI/Express backends, and PostgreSQL/Redis databases. - SOTA Fullstack App Builder: A PowerShell script that generates complete applications with React 18, FastAPI, PostgreSQL, Docker, monitoring, and multi-provider AI chatbots. - AI Integration Patterns: Reference implementations for multi-provider chatbots (OpenAI, Anthropic, Ollama), RAG systems, and streaming responses. - Use Case: Run the builder with flags like -IncludeAI and -IncludeMonitoring to scaffold an enterprise dashboard with authentication, file upload, and Prometheus/Grafana observability in minutes. ## Quick Start Ask the AI to generate a fullstack application named MySaaS with AI chatbot and monitoring using the SOTA Fullstack App Builder.

Frequently Asked Questions about full-stack-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a fullstack app with the SOTA Fullstack App Builder?▼

Run the new-fullstack-app.ps1 PowerShell script with an app name and feature flags such as -IncludeAI, -IncludeMCP, and -IncludeMonitoring. It scaffolds a React frontend, FastAPI backend, Docker Compose orchestration, and a Prometheus/Grafana monitoring stack.

What tech stack does the generated application use?▼

The frontend uses React 18 with TypeScript, Chakra UI, and Vite. The backend uses FastAPI with PostgreSQL, Redis, and SQLAlchemy, plus nginx, Docker Compose, and GitHub Actions for CI/CD.

Which AI providers does the chatbot integration support?▼

The generated chatbot supports four providers: OpenAI, Anthropic, Ollama, and LM Studio. An AIProviderManager class handles provider selection, automatic fallback, and streaming responses via Server-Sent Events.

Does this skill cover mobile or desktop app development?▼

No, it focuses on web-based fullstack applications only. Native mobile, desktop, game, blockchain, and embedded development are explicitly out of scope and require specialized skills.

What testing strategy is recommended for generated apps?▼

It follows the testing pyramid: 50% unit tests with Jest and React Testing Library, 30% integration tests with pytest and FastAPI TestClient, and 20% end-to-end tests with Playwright, all wired into CI.

When should I not use the SOTA builder approach?▼

Avoid it for applications serving over one million users, sub-millisecond latency requirements, or strict compliance regimes like HIPAA and PCI DSS. Those scenarios need specialized architecture and compliance expertise beyond the builder's templates.