✅ Quick Summary
Push44 authenticates with Floot using a session token, reads your project's complete source file tree via Floot's reference API, and pushes all files to GitHub. The export includes all components, styles, and configuration exactly as they exist in Floot.
The Problem
Floot is a web app builder that publishes apps to the web, but it doesn't provide a native way to download or version-control your source code. Your project files — components, styles, logic — exist only within Floot's platform.
How Push44 Solves It
Push44 authenticates with Floot using a session token, reads your project's complete source file tree via Floot's reference API, and pushes all files to GitHub. The export includes all components, styles, and configuration exactly as they exist in Floot.
Step-by-Step Guide
Get your Floot session token
The Floot authentication uses a session token. Open Floot in your browser, open Developer Tools (F12), go to Application → Cookies, and find the session cookie. Copy its value. This is your Floot token for Push44.
Connect Floot in Push44
Open Push44 and select Floot as your platform. Paste your session token. Push44 verifies the token and loads your Floot workspace.
Select your Floot project
Push44 shows your Floot workspace and available projects. Select the app you want to export. Push44 reads the project's source file tree via the workspace reference API.
Push to GitHub
Enter your GitHub repository details and click 'Push to GitHub'. Push44 exports all your Floot source files — components, styles, routing, and configuration — to your GitHub repo.
Pro Tips
- Floot session tokens expire — if Push44 shows an auth error, get a fresh token from your browser cookies.
- Export before making major changes in Floot so you have a rollback point.
Common Mistakes to Avoid
- Copying only part of the session cookie value — they can be quite long.
- Not refreshing the Floot token when it expires — check Push44's error message for auth issues.
Ready to Export?
Push44 is free, open source, and takes under 2 minutes to set up.