senior-devops

Deploy Express/Sequelize and Vite/React projects to Vercel with shared Neon and JWT configuration.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Leandelosantos/huevos-point-maestro --skill senior-devops-leandelosantos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/Leandelosantos/huevos-point-maestro/tree/main/.claude/skills/senior-devops
Command: npx skills add https://github.com/Leandelosantos/huevos-point-maestro --skill senior-devops-leandelosantos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Removes the pain of configuring the Dashboard Maestro stack for Vercel by unifying backend Express/Sequelize and frontend Vite/React deployments along with their shared Neon PostgreSQL database and critical JWT secret settings so production readiness is consistent.

Core Features & Use Cases

  • Dual Vercel Projects: Guides backend and frontend deployments with tailored vercel.json rewrites for API routing and SPA hosting.
  • Environment Management: Documents every required Neon credential, shared JWT_SECRET, and frontend API endpoint to ensure both deployments use the exact same trusted configuration.
  • Senior DevOps Toolkit: Provides scripts for pipeline generation, Terraform scaffolding, and deployment management plus reference guides on CICD, infrastructure-as-code, and deployment strategies to enforce best practices.

Quick Start

Deploy and configure the Dashboard Maestro backend and frontend on Vercel using the provided vercel.json templates and Neon plus JWT environment settings.

Frequently Asked Questions about senior-devops

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

FAQPage Schema
How do I deploy an Express backend and Vite frontend to Vercel with shared environment variables?

Deploy the Express backend and Vite frontend as separate Vercel projects, then configure shared Neon PostgreSQL credentials and JWT_SECRET environment variables across both projects to ensure consistent production readiness.

What's the best way to configure Vercel rewrites for an Express API and React SPA?

Use tailored vercel.json rewrites for API routing on the backend and SPA hosting on the frontend, ensuring the React single-page application routes correctly while proxying API requests to the Express server.

Do I need separate Vercel projects for my Sequelize API and React frontend?

Yes, dual Vercel projects are required for the Maestro stack, allowing the Express/Sequelize API and Vite/React frontend to be deployed independently while sharing Neon PostgreSQL database credentials and JWT secrets.

How does shared JWT_SECRET configuration work across backend and frontend Vercel deployments?

Shared JWT_SECRET configuration maps identical authentication credentials across both Vercel projects, ensuring the Express API and Vite frontend use the exact same trusted configuration for secure token validation.

Can I use this for CI/CD provisioning with Terraform scaffolding and pipeline generation?

Yes, scripts for pipeline generation and Terraform scaffolding are included, along with reference guides on CI/CD, infrastructure-as-code, and deployment strategies to enforce senior DevOps best practices during provisioning.