Skip to content

Publishing Overview

Learn about the different ways to publish your app

Switch to Publish view using the Publish Menu Item icon in the main menu.

Publishing Activity

The fastest way to publish is the Publish popover in the top bar of the Builder. It exposes four destinations side‑by‑side:

  • Progressive Web App — one-click web deployment
  • Apple App Store — native iOS publishing
  • Google Play Store — native Android publishing
  • Share — generate a public share page

If a native destination hasn’t been configured yet, choosing it routes you to the setup flow on the Publishing page first. Once configured, the popover lets you ship a build straight from the top bar.

Native destinations support both Production and Staging publishes. Staging publishes work the same as production but ship to TestFlight (iOS) or the Internal Testing track (Android). When you choose Staging, Draftbit shows a brief warning before continuing so you don’t accidentally ship to your testers without intending to.

You can create native development builds of your app to preview on real iOS and Android simulators running in the Preview Panel.

To start the build process, click the Build Native Previews button from the Publishing page or the native builds Native Builds dropdown from the top bar.

Native Builds

The build process may take a few minutes to complete. Track progress of these builds from the Publishing page. Learn more about previewing your app in the Preview Panel.

You can create a public share page for any app in Draftbit. This gives your project a clean, standalone page where anyone can view and try it — no Draftbit account required. Great for sharing a prototype with a client, showing off a side project, or sending something to a friend for feedback.

Share Page

Just click the Publish button in the top right of the builder and enable the Share option. Your share page will be generated and a public URL will be provided which you can send to others.

Share Page Toggle

You can export your app’s codebase as a ZIP file for publishing your app manually or to continue development outside of Draftbit.

To start the export process, click the Export button in the top right of the Builder.

Code Export

The export process may take a few minutes to complete. Track progress of the export from the export dropdown.

You can export your app to a GitHub repository to continue development or collaborate with others.

To start the export process, select the GitHub Export option from the Publishing page. Fill in the required fields and click the Save Configuration button.

GitHub Export

The export process may take a few minutes to complete. Track progress of the export from the Publishing page.

FieldDescription
GitHub Repository URLThe HTTPS URL of the GitHub repository to which the exported code will be pushed.
Example: https://github.com/username/repository
GitHub Branch NameThe branch within your repository where code will be exported.
Example: main or develop
GitHub Access TokenA personal access token with repo (read and write) permissions for authentication with GitHub.
Create a token here.
For security, don’t share your token publicly.

Draftbit includes a tool to automatically create screenshots of your app. You can use this tool to create screenshots for your app’s App Store listing.

To open the App Store Screenshot Tool, click the Screenshot Tool button in the top toolbar of the Preview panel.

App Store Screenshots

Once you’ve built your app in Draftbit, you’re ready to share it with the world! Draftbit offers two approaches to publishing: One-Click Publishing for simplicity, and Manual Publishing for more control.

The easiest way to get your app published to the web, iOS, and Android. Draftbit handles all the technical details automatically.

You can configure publishing by switching to the Publishing Configuration tab on the Publishing page.

Publishing

App Store
iOS Publishing
Deploy to the Apple App Store effortlessly. We manage certificates, provisioning, and TestFlight distribution.
Google Play
Android Publishing
Publish to Google Play Store with a single click. We handle the build process, signing, and submission.
Web Publishing (PWA)
Launch your app as a progressive web app instantly. Share a link and your app works in any browser.

For developers who want full control over the publishing process. You’ll download your app’s source code and handle the deployment yourself.

App Store
iOS Publishing
Detailed instructions for building and submitting your iOS app to the Apple App Store.
Google Play
Android Publishing
Step-by-step guide to manually build and publish your Android app to Google Play Store.
Web Publishing (PWA)
Deploy your app as a progressiveweb app using your own hosting or deployment service.

Choose One-Click Publishing if:

  • You want the fastest, simplest way to publish
  • You’re new to app development
  • You don’t need custom deployment configurations

Choose Manual Publishing if:

  • You want full control over the build and deployment process
  • You have specific technical requirements
  • You want to integrate with your own CI/CD pipeline
  • You need to customize app signing or certificates

Ready to publish? Start with one-click publishing for the easiest experience, or dive into manual publishing if you need more control.