app-platform-networking

Installation
SKILL.md

App Platform Networking Skill

Configure domains, routing, CORS, VPC, static IPs, and inter-service communication.

Quick Decision

What networking do you need?
├── Custom domain?
│   └── YES → See domains-dns.md
├── Multiple services on one domain?
│   ├── Different paths (/api, /app) → Path-based routing
│   └── Different subdomains (api.*, app.*) → Subdomain routing
├── Frontend calling API across origins?
│   └── YES → CORS configuration
├── Secure database connectivity?
Related skills
Installs
1
GitHub Stars
25
First Seen
7 days ago