vercel-python-services

Building Python backend services using Vercel's experimentalServices API. Use when creating Python backends, or multi-service projects with a Python backend and JavaScript frontend.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vercel-python-services" with this command: npx skills add vercel-labs/py-ai/vercel-labs-py-ai-vercel-python-services

Python Services with Vercel

Build multi-service projects using Vercel's experimentalServices API with a Python backend and (optional) JavaScript frontend.

Setup

  1. Create the project files (see references for the minimal working example). Choose frameworks for each service according to user's requests.
  2. Define backend routes without the /api prefix (e.g. @app.get("/health")). Vercel strips the prefix before forwarding to the backend.
  3. Validate services in vercel.json have entrypoint and routePrefix, but no extra unknown fields, otherwise that will cause preview to crash

Only vercel.json lives at the root. Each service manages its own dependencies independently.

Usage

  • Use vercel dev -L from the project root to run all services as one application. The CLI will handle each individual service's routing and dev server and put the application on port 3000.
  • Frontend calls /api/... — Vercel routes these to the backend, which sees only the path after the prefix. No localhost URLs, no proxy needed.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vercel-ai-sdk

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Repository Source
23K213K
vercel
Coding

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

Repository SourceNeeds Review
22.4K101.6K
vercel-labs
vercel-python-services | V50.AI