Last updated Jul 23, 2026

Atlassian timeline for ending Connect support

Build and launch your Forge app

One guided path from app idea to something you can ship, share, and keep improving — with every Forge tool, doc, and next step in one place.

Get Inspired

See what's possible with Forge

Forge is Atlassian's cloud app platform — hosting, authentication, storage, and product APIs, all managed for you. Explore what teams are building today, then pick the path that matches your ambition.

Demo · Loom ~2 min

Build AI-powered experiences

Add intelligent summaries, generation, and workflows powered by Rovo — right inside Jira, Confluence, and more.

Demo · Loom ~2 min

Automate team workflows

Wire triggers, webhooks, and background scripts to eliminate the manual work that slows your team down.

Demo · Loom ~2 min

Extend Jira or Confluence

Add issue panels, macros, dashboard gadgets, and custom UIs to reshape the surfaces your team lives in.

Demo · Loom ~2 min

Build a Rovo Agent

Ship agents that reason across your Atlassian data — powered by Forge Skills and MCP.

Browse the full example gallery →  ·  About Forge

01/ 05 Set up

Set up your environment

Install the Forge CLI, get AI tools wired up, and stand up a free developer site — Forge's test mode, where you can install, break, and rebuild without any risk to real users.

  1. 1
  2. 2

    Set up AI tools

    Turn your IDE and Rovo into a Forge co-pilot — build with AI from your first prompt, and package your app as skills agents can call.

  3. 3

Prefer to learn by doing? Try a Hello World in Jira or Confluence before continuing to Build.

$ npm install -g @forge/cli $ forge login ? Atlassian email: you@example.com ? API token: **************** Logged in as you@example.com $ forge whoami you@example.com
02/ 05 Build

Build your app

Two ways to build. Same journey either way. Choose the workflow that fits how you like to develop.

Choose how you want to build. Toggle any time — both paths merge at Deploy.

AI AI-Assisted Describe your app in plain English. Forge MCP writes the code. See how it works
  1. 1

    Open your MCP-enabled IDE

    Cursor, Claude Code, or VS Code with Forge MCP installed (Stage 01).

  2. 2

    Paste a starter prompt

    Vetted natural-language prompts for common Forge patterns.

  3. 3

    Watch Forge scaffold your app

    Real code appears in seconds — deploy from the same chat window.

Try this prompt →

Jira issue panelBuild a Jira issue panel that shows the assignee's other open work in the same project, sorted by priority.

View 4 more starter prompts →  ·  AI Development Toolkit docs

CLI Forge CLI Traditional dev workflow. Templates, deploy, tunnel. See how it works
  1. 1

    Scaffold with a template

    Run forge create and pick a template + product surface.

  2. 2

    Deploy to development

    Run forge deploy to push your app to Atlassian's cloud.

  3. 3

    Install on your developer site

    Run forge install — then see it live in the real product UI.

Advanced: tunnel & debug logs →

Hot reload: Run forge tunnel — save a file, see it live in the product without redeploy.

Debug logs: Run forge logs for structured invocation logs streaming to your terminal.

$ forge create --template jira-issue-panel $ cd my-forge-app $ forge deploy Deployed to development $ forge install Installed on your developer site

Full CLI reference →

Studio App Builder (a no-code path) is on the roadmap — it'll appear as a third option when it ships.

03/ 05 Test & iterate

Test & iterate

Ship apps that stand out. Marketplace-quality Forge apps rank higher, convert faster, and get featured — start with a real quality check before you publish.

01

Iterate against real users

Install on your developer site and tunnel with forge tunnel — exercise every extension point as a real user would, not just the happy path.

Learn about tunneling →
02

Review your security & scopes

Audit the OAuth scopes and data access your app requests. Reviewers reject apps that over-scope — trim to the minimum before you publish.

Security best practices →
03

Watch logs & metrics

Stream forge logs during install and real use. Fix noisy warnings and stalls before reviewers ever see them.

Logs & observability →
04

Optimize for scale

Trim cold-start time, payload size, and API rate. These are the metrics that separate listed apps from featured ones.

Cloud Fortified quality bar →

Marketplace Quality Bar

Apps that pass reviewer QA see higher install-to-usage conversion and are eligible for Cloud Fortified — the badge that unlocks enterprise deals. See the full checklist →

04/ 05 Publish

Publish your app

Validate the experience with a small audience, then choose how to distribute — share a private installation link with your team, or list your app on the Atlassian Marketplace to reach real users. Top new apps on the Marketplace generate meaningful revenue in their first 90 days.

Pick a distribution path

Option A

Share with your org (internal)

Enable sharing in the developer console to generate an installation link. Perfect for internal apps, beta testing, or handing off to a specific team — no Marketplace listing needed.

Distribute your app
Option B

List on the Marketplace

Publish your app to reach millions of Atlassian customers. The Marketplace handles discovery, licensing, billing, and subscriptions for paid apps.

Create a Marketplace listing

Listing on the Marketplace? Continue with the Partner Onboarding Guide → for pricing, listing review, and post-launch support.

05/ 05 Grow

Grow your app

Launch is the start, not the finish. Monitor adoption and performance, ship updates, learn from your users, and keep improving the app over time.

Monitor Track installs, invocations, and errors from the developer console. Monitor your apps
Add AI Capabilities Rovo agents and Forge Skills bring native AI into your app. Add AI capabilities

Rate this page: