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
- Open your Taskade Genesis app.
- Click the Export button in the app toolbar.
- Select Push to GitHub.
- Connect your GitHub account (one-time setup).
- Choose a repository, or create a new one.
- Click Push to upload the
.tskbundle.
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-genesisso others can find and clone your app.
Import an App from GitHub
- Go to taskade.com/create or open the Import modal in any workspace.
- Select Import from GitHub.
- Paste the URL of a public GitHub repository containing a
.tskbundle. - 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
- Publish Your App: Publish to the web with custom domains
- Community Kits: Browse and clone pre-built app kits
- What is Taskade Genesis?: Full overview of Taskade Genesis capabilities
🐙 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.
Related guides
- Publishing Taskade Genesis Apps: Publish after re-importing
- Version History: Local commit history inside Taskade Genesis
- Custom Domains: Ship your exported-and-refined app on your own URL
- MCP Connectors: Connect Taskade to any MCP client to read your agents, projects, and automations