Since the launch of Atlassian Forge in 2021, several persistent misunderstandings have taken root within the developer community. Some of these stem from the early beta phases, while others arise from comparisons with Connect where important nuances are overlooked. In this article, we clear up ten Forge myths and present facts, documentation, and practical examples from real-world app development.
The Myth: Forge’s serverless architecture leads to cold starts and unpredictable response times that are unacceptable for productive enterprise environments.
The Reality: Cold starts do exist, but they mainly affect apps with very low traffic. With regular use, functions stay “warm” and react in milliseconds.
Concrete numbers:
Best Practice: For time-critical operations, you can use Scheduled Triggers to keep functions “warm” or implement asynchronous patterns where users do not have to wait for the result.
Practical Example: Apps like draw.io are migrating from Connect to Forge, demonstrating that even complex graphical applications can run on the platform.
The Myth: With limited storage per key and app, you cannot build real enterprise applications.
The Reality: These limits refer specifically to the native Key-Value Storage API, which supports up to 240 KiB per key. For larger data volumes, there are three established strategies:
The Myth: Atlassian hosts the app and can deactivate features, throttle performance, or take the app offline at any time.
The Reality: You retain full control over your app logic, deployment timing, and all business decisions. Atlassian simply provides the secure infrastructure.
What you control:
What Atlassian manages:
The benefit for your team: You save on a large portion of infrastructure overhead and can focus on product development. Instead of worrying about server updates and scaling, you focus on features.
The Myth: Forge’s capabilities are limited to simple configuration dialogs and webhooks.
The Reality: Numerous complex, mission-critical enterprise apps run productively on Forge:
Available Technologies:
The Myth: UI Kit doesn’t offer enough flexibility, and Custom UI is overcomplicated. There is no middle ground.
The Reality: Both approaches have their place and can even be combined within the same app.
UI Kit Use Cases: Ideal for admin configuration pages, simple forms, quick prototypes, and apps that need to stay consistent with Atlassian’s design.
Custom UI Use Cases: Best for dashboards with complex visualizations, apps with their own brand identity, and canvas-based applications.
Hybrid Approach: The “Gold Standard” is using UI Kit for settings and admin areas while using Custom UI for the main application features.
The Myth: Without direct server access, production errors cannot be diagnosed.
The Reality: Forge offers comprehensive debugging tools that, while different from traditional server debugging, are often more efficient.
The Toolkit:
The Myth: The sandbox environment prevents communication with external APIs or services.
The Reality: Forge apps can communicate with external services in a controlled way. All outbound requests are restricted to domains declared in the app manifest, and undeclared destinations are blocked.
Integration Methods:
The Myth: The team must rewrite existing Connect apps from scratch—a massive investment of weeks or months.
The Reality: Atlassian offers a hybrid approach called “Connect on Forge”, which enables a step-by-step migration.
The Migration Path:
The Myth: With the new consumption-based pricing starting in January 2026, costs will explode.
The Reality: For most apps, costs remain within the generous Free Tier or are significantly lower than hosting your own infrastructure.
The Free Tier includes (monthly per app):
Beyond this, a pay-per-use approach applies. You only pay for what you actually use, with no fixed monthly costs for unused servers.
The Myth: Connect will be completely shut down by the end of 2026.
The Reality: Connect is not being “switched off” overnight, but it is entering end of support status, which is more significant than simple maintenance mode.
The Timeline:
Atlassian provides “Connect on Forge” as a migration path, allowing teams to transition gradually rather than rewriting from scratch.
Many Forge myths date back to the beta phase or result from an incomplete understanding of the platform. The reality is: Forge is a mature, production-ready solution that is suitable for enterprise applications if your development team plans the architecture correctly.
Evaluate Forge based on your specific requirements rather than community hearsay. Most teams that embrace the platform find it to be the technically and economically superior solution for the future.
Is your team planning a move to Forge? Do you want to modernize your app strategy? Our experienced Atlassian development teams can support you with architecture, development, and certification. Contact us via email or simply schedule an initial remote meeting with us!