Skip to content

Latest commit

 

History

History
124 lines (82 loc) · 5.02 KB

File metadata and controls

124 lines (82 loc) · 5.02 KB

PackageFlow Documentation

Welcome to the PackageFlow documentation! This guide will help you get the most out of PackageFlow.

Other Languages: 繁體中文 | 简体中文

Quick Links

What is PackageFlow?

Stop juggling terminal tabs. Start clicking.

PackageFlow is a visual DevOps hub for Node.js projects — one app to run scripts, manage Git, and deploy. The killer feature? Your AI assistant can control it via MCP.

Built for the modern frontend workflow:

  • React, Vue, Next.js, Nuxt — Run dev servers, build, and deploy with one click
  • npm, pnpm, yarn, bun — Automatic package manager detection
  • Monorepos — Nx, Turborepo, Lerna native support
  • AI-assisted development — Generate commits, review code, analyze security

Local-first by design:

  • Project metadata and automation live on your machine
  • Secrets (tokens / API keys) are encrypted at rest (AES-256-GCM)
  • MCP access is permissioned (read-only → confirm → full access)

Who is PackageFlow for?

  • Frontend developers tired of juggling terminal windows
  • Vibe coders who want to stay in flow, not memorize CLI commands
  • Teams who want consistent workflows across projects
  • AI-first developers using Claude Code, Codex, or Gemini CLI

Key Benefits

Before After
cd project-a && npm run dev × 5 tabs Click once. Done.
Manual deploy, copy preview URL One-click deploy → instant link
"What was that command again?" Visual workflows, zero memorization
AI can only read your code AI runs your scripts, deploys, switches branches

Features

Use the docs below based on what you’re trying to do:

Core Features

Feature Description Documentation
Project Management Import, scan, and manage your projects Read more
One-Click Scripts Run npm/pnpm/yarn scripts with live output Read more
Visual Workflow Build automation flows with drag-and-drop Read more
Monorepo Support Nx, Turborepo, Lerna integration Read more

Git & Version Control

Feature Description Documentation
Git Integration Visual Git operations without CLI Read more
Worktree Management Manage Git worktrees with quick switcher Read more

Deployment & Security

Feature Description Documentation
One-Click Deploy Deploy to Netlify, Cloudflare, GitHub Pages Read more
Security Audit Visual npm audit with vulnerability details Read more
Time Machine Dependency snapshots, diffs, integrity & security insights Read more

AI & Automation

Feature Description Documentation
AI Integration Multi-provider AI (OpenAI, Anthropic, Gemini, Ollama) Read more
MCP Server Let Claude Code, Codex, Gemini CLI control PackageFlow Read more
Webhooks Incoming/outgoing webhook automation Read more

Tools & Settings

Feature Description Documentation
Toolchain Management Volta, Corepack, Node version detection Read more
Keyboard Shortcuts Customizable shortcuts reference Read more

Supported Technologies

Frontend Frameworks

React, Vue, Angular, Svelte, Solid, Next.js, Nuxt, Remix, Astro, Vite

Package Managers

npm, pnpm, yarn, bun (auto-detected from lockfiles)

Monorepo Tools

Nx, Turborepo, Lerna, pnpm workspaces, yarn workspaces

Deployment Platforms

Netlify, Cloudflare Pages, GitHub Pages, Vercel (coming soon)

AI Providers

OpenAI, Anthropic, Google, Ollama, LM Studio

System Requirements

  • Platform: macOS (Windows and Linux coming soon)
  • Node.js: 18+ (for project detection)

Support