Definitions of the core terms used across Gokino — boards, sketches, libraries, workspaces, credits and AI features.

Glossary

Quick definitions of the terms used across the Gokino documentation. Each section links to the page that covers the topic in depth.

Core concepts

TermDefinition
SketchAn Arduino program (setup() and loop()), stored as a .ino file.
BoardThe microcontroller you compile and upload to (Arduino Uno, ESP32, STM32...).
Core (platform package)The compiler support package for a board family; installed in the Boards tab.
LibraryReusable code installed from the Libraries tab and included with #include <...>.
WorkspaceThe whole project: files, folders, version history and sharing settings.
ExplorerThe Sidebar tab that manages the file tree.

Modes & storage

TermDefinition
Cloud modeFiles stored in your Gokino workspace and accessible from any device.
Local modeFiles opened from your computer with the File System Access API (Chrome/Edge).
Version (checkpoint)A named snapshot of a file that you can preview and restore later.

Hardware & serial

TermDefinition
WebSerial / PortBrowser API that talks to the board over USB; select the port in the Header.
Baud rateSerial communication speed; it must match Serial.begin().
Serial MonitorOutput Panel tab that receives and sends raw serial data.
ConsoleOutput Panel tab with build, upload and error logs.
VerifyCompile the sketch in the cloud without uploading it.
UploadCompile and flash the firmware to the board.
QuotaFree compilations per hour; beyond it each build costs credits.

AI & safety

TermDefinition
AI AssistantThe right sidebar with the Chat and Code Review tabs.
DiffSide-by-side or unified preview of proposed changes before they are applied.
Apply / PatchWrite an AI suggestion into the editor — whole file or a localized Smart Patch.
RAGRetrieval of related code from your workspace to ground AI answers.
ConsentExplicit opt-in required before local code is indexed for the cloud.

Account & billing

TermDefinition
CreditUnit consumed by AI messages; also charged for compiles beyond the quota.
PlanFree, Lite, Pro and Max subscription tiers.
Top-upExtra credits that never expire.
Share / PermissionGrant another account view or edit access to a file or folder.