groq-deploy-integration

Installation
SKILL.md

Groq Deploy Integration

Overview

Deploy applications using Groq's inference API to Vercel Edge, Cloud Run, Docker, and other platforms. Groq's sub-200ms latency makes it ideal for edge deployments and real-time applications.

Prerequisites

  • Groq API key stored in GROQ_API_KEY
  • Application using groq-sdk package
  • Platform CLI installed (vercel, docker, or gcloud)

Instructions

Step 1: Vercel Edge Function

// app/api/chat/route.ts (Next.js App Router)
import Groq from "groq-sdk";

export const runtime = "edge";
Installs
26
GitHub Stars
2.3K
First Seen
Jan 25, 2026
groq-deploy-integration — jeremylongshore/claude-code-plugins-plus-skills