download dots
GitHub App Export & Import

GitHub App Export & Import

Updated 2026-04-07·4 min read
On this page (7)

Overview

Taskade Genesis apps are portable. Export the entire bundle — Projects (Memory) + Agents (Intelligence) + Automations (Execution) + App UI (Interface) — to GitHub as a versioned .tsk file, or import any public repo bundle in one click. The round-trip is the point: a no-code builder can ship into a team that expects PRs and CI/CD without losing the conversational iteration loop.

TL;DR: Push any Taskade Genesis app to GitHub as a portable bundle. Re-import on a new workspace, version-control your workspace, or share open-source app templates. Projects, agents, automations, and theme all round-trip. Custom domains and credentials stay local. Try it →

💡 Why GitHub? Sharing apps via GitHub lets you version-control your workspace, collaborate with developers, and distribute apps to the community.


Export an App to GitHub

  1. Open your Taskade Genesis app.
  2. Click the Export button in the app toolbar.
  3. Select Push to GitHub.
  4. Connect your GitHub account (one-time setup).
  5. Choose a repository — or create a new one.
  6. Click Push to upload the .tsk bundle.

Your entire workspace bundle — including projects, agents, automations, and theme settings — is pushed as a single portable file.

💡 Tip: Use descriptive repo names like crm-dashboard-genesis so others can find and clone your app.


Import an App from GitHub

  1. Go to taskade.com/create or open the Import modal in any workspace.
  2. Select Import from GitHub.
  3. Paste the URL of a public GitHub repository containing a .tsk bundle.
  4. Click Import — Taskade creates a complete workspace with all projects, agents, and automations.

💡 Auto-Enable: Automations automatically activate when you import a GitHub bundle. No manual setup needed.


What's Included in a Bundle

Component Included
Projects & databases Yes
AI agents & configuration Yes
Automations & triggers Yes
Theme & branding settings Yes
Custom domain settings No (domain-specific)
Connected account credentials No (security)

Use Cases

  • Open-source app templates — Share your CRM, helpdesk, or dashboard as a GitHub repo
  • Team distribution — Push standardized workspace setups to a private repo for onboarding
  • Version control — Track changes to your app configuration over time
  • Community sharing — Let anyone import your app from the Community Gallery or GitHub

See also

🐙 Connect the dots — Workspace DNA. GitHub Export & Import (shipped Mar 30, 2026) lets you snapshot a Taskade Genesis app as code, version it, and re-import it — without leaving Workspace DNA. Memory, agents, and automations all round-trip.

The round-trip is the point: Taskade Genesis can export a full repo (source, assets, config) and re-import from one. That means a no-code builder can ship into a team that expects PRs, code review, and CI/CD — without losing the conversational iteration loop.