Overview
Taskade Genesis apps are portable. You can export your entire app โ projects, AI agents, automations, and configuration โ as a .tsk bundle and push it to GitHub. Anyone with the repo link can import your app in one click.
๐ก 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
Related Articles
- 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 Genesis capabilities
