import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@public/components/ui/card' import { Badge } from '@public/components/ui/badge' import { ExternalLink } from 'lucide-react' import { CodeBlock } from '@public/components/ui/code-block' export function CLITab() { return (
Wisp CLI Tool v0.1.0 Alpha
Deploy static sites directly from your terminal

The Wisp CLI is a command-line tool for deploying static websites directly to your AT Protocol account. Authenticate with app password or OAuth and deploy from CI/CD pipelines.

Download CLI

macOS (Apple Silicon)
SHA256: 637e325d9668ca745e01493d80dfc72447ef0a889b313e28913ca65c94c7aaae
Linux (ARM64)
SHA256: 01561656b64826f95b39f13c65c97da8bcc63ecd9f4d7e4e369c8ba8c903c22a
Linux (x86_64)
SHA256: 1ff485b9bcf89bc5721a862863c4843cf4530cbcd2489cf200cb24a44f7865a2

Basic Usage

CI/CD with Tangled Spindle

Deploy automatically on every push using{' '} Tangled Spindle

Example 1: Simple Asset Publishing Copy Files

Example 2: React/Vite Build & Deploy Full Build

Note: Set WISP_APP_PASSWORD as a secret in your Tangled Spindle repository settings. Generate an app password from your AT Protocol account settings.

Learn More

Source Code Tangled Spindle CI/CD
) }