flexport-reference-architecture

Featured

Implement Flexport reference architecture for supply chain integrations with best-practice project layout, service boundaries, and data flow. Trigger: "flexport architecture", "flexport project structure", "flexport system design".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Flexport Reference Architecture ## Overview Production reference architecture for Flexport logistics integrations. Three core services: Ingest (webhooks + polling), Core (business logic), and Expose (API + dashboard). ## Architecture ``` ┌──────────────────────────────────────────────────────┐ │ Your Application │ ├──────────────┬──────────────────┬─────────────────────┤ │ Ingest │ Core │ Expose │ │ │ │ │ │ Webhook │ Shipment │ REST API │ │ Receiver │ Service │ (your clients) │ │ │ │ │ │ Scheduled │ Product │ Dashboard │ │ Sync │ Service │ (Next.js/Astro) │ │ │ │ │ │ Event │ Invoice │ Notifications │ │ Queue │ Service │ (email/slack) │ ├──────────────┴──────────────────┴─────────────────────┤ │ Infrastructure: Cache (Redis) │ DB (Postgres) │ Queue │ ├───────────────────────────────────────────────────────┤ │ Flexport API v2 (https://api.flexport.com) │ └───────────────────────────────────────────────────────┘ ``` ## Project Layout ``` flexport-integration/ ├── src/ │ ├── flexport/ │ │ ├── client.ts # Singleton API client │ │ ├── types.ts # Zod schemas for API responses │ │ └── webh...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

flexport-ci-integration

Configure CI/CD pipelines for Flexport logistics integrations with GitHub Actions, automated API contract testing, and deployment workflows. Trigger: "flexport CI", "flexport GitHub Actions", "flexport CI/CD pipeline".

2,266 Updated today
jeremylongshore
AI & Automation Solid

flexport-deploy-integration

Deploy Flexport logistics integrations to Vercel, Fly.io, and Cloud Run. Use when deploying shipment tracking dashboards, webhook receivers, or supply chain automation services to production infrastructure. Trigger: "deploy flexport", "flexport hosting", "flexport Cloud Run".

2,266 Updated today
jeremylongshore
AI & Automation Featured

flexport-hello-world

Create a minimal working Flexport example — list shipments and track containers. Use when starting a new Flexport integration, testing your setup, or learning the Flexport REST API v2 patterns. Trigger: "flexport hello world", "flexport example", "flexport quick start".

2,266 Updated today
jeremylongshore
AI & Automation Featured

flexport-observability

Set up observability for Flexport logistics integrations with metrics, structured logging, distributed tracing, and alerting dashboards. Trigger: "flexport monitoring", "flexport observability", "flexport metrics", "flexport alerts".

2,266 Updated today
jeremylongshore
AI & Automation Featured

flexport-migration-deep-dive

Execute major migration strategies for Flexport including migrating from legacy freight forwarders, ERP system integration, and strangler fig patterns. Trigger: "flexport migration", "migrate to flexport", "flexport ERP integration".

2,266 Updated today
jeremylongshore