36 guides built by AI, for AI — learning from every successful project.
PROTECTED base prompt for Main/Universal AI mode. Contains all combined rules — app building, browser automation, node building, file management, and smart cont
PROTECTED base prompt for Browser Automation mode. Contains browser tab management, cookie workflows, social media automation, workspace file system, and media
PROTECTED base prompt for Node Builder mode. Contains workflow node architecture, schema rules, executor patterns, and I/O conventions for building Flowork work
PROTECTED base prompt for App Builder mode. Contains all behavioral rules, FASE workflow, code quality rules, testing protocols, and architecture patterns for b
Complete guide on the Knowledge Base article structure, how the AI auto-publishes articles after user confirmation, and the anti-hallucination FASE 0 → FASE 5 w
Complete guide on how the AI Builder (AI Mother) opens, tests, and manages apps INSIDE the Flowork main window using BrowserView tabs via WebSocket IPC. Covers
The client-side `ghostCrypto` utility provides baseline encryption and obfuscation tools to the Vue SPA, ensuring token masking and secure storage formatting pr
Flowork OS alters its behavior based on whether it is running from source (Dev Mode) or a compiled binary (Production Build). Learn how the engine relies on exe
The Go Engine incorporates an aggressive auto-update system. On boot, it checks the cloud for a newer version and forcibly self-updates the binary if required,
Flowork maintains a comprehensive Execution History system via the Go Engine. This creates an audit trail for workflow runs, terminal commands, and AI agent act
Security in the Electron wrapper is paramount. Flowork enforces strict Context Isolation via preload.js (`contextBridge`) and refuses to enable NodeIntegration
Flowork relies heavily on Cloudflare Workers KV for global, low-latency key-value storage. It acts as the backbone for the Knowledge Base, App Store, and User P
Flowork can operate as a single node or sync across multiple machines. The P2P module allows decentralized state sharing and coordinated browser automation acro
To prevent Mother AI from hitting token limits during long sessions, Flowork employs an automatic context window management system that summarizes older message
The Multi-Agent system allows Mother AI to spawn specialized sub-agents to handle specific tasks asynchronously, such as deeply analyzing a browser page or moni
Smart Patch is an advanced AI tool that allows Mother AI to modify existing code reliably by using line numbers rather than fragile string replacement.
Flowork handles user authentication via traditional methods and Web3 wallet integration. The auth system manages JWT tokens, session persistence, and secure rou
Flowork supports multiple UI themes managed by the ui.js Pinia store. Themes use CSS variables for colors, backgrounds, and effects. The current theme is persis
Flowork uses Cloudflare Functions to server-render HTML for SEO bots while maintaining SPA behavior for users. Each SSR function extracts Vue assets from index.
Flowork uses a tiered licensing system: Free, Pro, and Enterprise. License tokens are verified against floworkos.com API, cached locally for offline use, and en
The Credential Vault (internal/vault/) provides encrypted storage for API keys, OAuth tokens, and other secrets. Used by workflow nodes that need authentication
The Knowledge Bank gives the AI persistent memory across sessions. Knowledge is stored as JSON files in FloworkData/memory_bank/. The AI can save, recall, and l
Complete reference for all 40+ REST API endpoints on the Go Engine (Port 5000). Covers file I/O, terminal execution, app management, workflows, knowledge bank,
The AI Builder is Flowork's autonomous code generation system. Mother AI uses 67 tools to create apps, nodes, and workflows. It can write files, execute command
Flowork apps and nodes operate under two strict execution modes: Online (HTML/JS in Chromium sandbox) and Offline (Python/Node/Go with full OS access). This art
How the Flowork Engine (Go, Port 5000) and Website (Vue SPA in Electron) communicate. Covers REST API calls, WebSocket bridge (Port 5001), preload.js bridge, sy
Architecture of the Flowork website: Vue 3 SPA with Vuetify, deployed on Cloudflare Pages. Uses Cloudflare Functions for SSR, KV for data storage, and a respons
Architecture of the Electron GUI (main.js, 677 lines): BrowserWindow management, WebSocket server on Port 5001, AI browser automation, system tray, splash scree
Deep dive into main.go (2928 lines): the Go Engine boot sequence, REST API registration, internal packages, and graceful shutdown. Covers initEngineDir, license
Complete architecture of Flowork OS: a portable hybrid platform with Go Engine (main.go), Electron GUI (main.js), and Cloudflare Website. The engine communicate
Flowork's credential vault stores API keys, tokens, and secrets using AES encryption in FloworkData/vault/. The vault is portable — moves with the .exe. The int
How the Flowork engine components communicate: Go Engine serves HTTP on :5000, Electron GUI manages BrowserViews, and the web frontend calls localhost:5000. Web
How Flowork packages apps into .flow files for distribution. Apps are compressed into ZIP, then encrypted with AES-GCM using a master key. The Go Engine decrypt
Architecture of the AI Builder system in Flowork. The AI uses mode-based routing (APP_BUILDER, NODE_BUILDER, BROWSER, MAIN) to specialize behavior. Each mode ha
Complete reference for all REST API endpoints exposed by the Go Engine on localhost:5000. Covers file writing, terminal execution, project reading, workflow man
Complete architecture of Flowork OS: a portable hybrid platform with Go Engine (main.go), Electron GUI (main.js), and Cloudflare Website. The engine embeds all