GA Release

The Multi-Agent WebGPU Engine & Interactions API are now generally available.

Part 17: GitHub, Google Drive & Local Backups — Your Escape Hatches

Push code to real GitHub repositories, sync workspace continuity across devices with Google Drive AppData, and generate cold disaster-recovery database snapshots.

Category: Sync & Export • Read Time: 19 min read • Updated: August 2026

1. The Three Escape Hatches

Accelerated Logic AI prioritizes local-first browser privacy, storing workspace data in client-side IndexedDB. To protect against browser cache purges or machine switches, three distinct escape hatches are provided:

🐙 GitHub Integration (Code Out)

Export Web Sandbox and Python projects to real GitHub repos for Vercel deployment or local git clone workflows.

☁️ Google Drive Sync (Multi-Device)

Background cloud sync using Google's hidden AppDataFolder. Keeps chat histories, skills, and memories synchronized across laptops.

📦 Local Snapshots (Cold Backup)

1-click complete JSON database dumps containing all chats, uploaded files, custom skills, memories, and model configs.

2. GitHub Integration & Code Pushing

Push code directly from the Web Sandbox to GitHub using client-side Personal Access Tokens (PAT):

GitHub Push Workflow:

  1. Open Sidebar → GitHub Integration or click Push to GitHub in Web Sandbox.
  2. Paste a GitHub PAT with repo scope. Tokens remain strictly local in browser storage.
  3. Select an existing repository or create a new public/private repository.
  4. Specify the branch (e.g. main) and commit message, then click Push Workspace Code.

ZIP Download Alternative: Click Download ZIP in Web Sandbox to download a standalone Vite + React project without requiring API keys.

3. Google Drive AppData Folder Sync

Google Drive sync utilizes the secure AppDataFolder scope. Backup files are hidden from normal Drive UI to prevent accidental modification:

Granular Sync Selectors: Toggle background sync independently for Chats, Files, Projects, Skills, and Memories.

Debounced Auto-Save: Modifications save automatically after a ~1.5-second pause (e.g. sending a message or updating a skill).

Multi-Device Information Score Resolution: When opening the app on a second device, Accelerated Logic evaluates total chats, messages, and character counts to seamlessly merge divergent threads.

4. Local Full System Snapshots & Granular Exports

Open Settings → Export Data Workspace for cold storage backups:

Complete System Snapshot (.json)

Exports all 8 IndexedDB stores into a single timestamped file for full disaster recovery and workspace migration.

Granular Component Exports

Export or import specific subsets independently: Model Configs & Fallbacks, Conversation History, Custom Agent Skills, or Long-Term Memories.

5. Danger Zone: Purge Browser Workspace

Located in Settings → Local Backup, the Purge All Browser Workspace Data engine resets all local IndexedDB object stores, clears local storage tokens, and logs out active Google Drive sync connections for clean handoffs.

6. Recommended Backup Strategy

Weekly: Export a Full System Snapshot (.json) to external cold storage.

During Development: Enable Google Drive sync for real-time multi-device thread continuity.

Project Completion: Push code directly to GitHub repos for production hosting on Vercel or Netlify.

7. Sync & Export Troubleshooting

Drive Session Expired (401)? Click the yellow Drive warning icon in the header to refresh your OAuth authorization token.

GitHub Push 401 Bad Credentials? Ensure your PAT has the repo scope selected during generation on GitHub.

Snapshot Import Override? If Google Drive Sync is active, disconnect Drive temporarily before importing a cold backup snapshot to prevent cloud auto-restore conflicts.