Inspiration

I wanted to explore Forge to understand how to build Confluence apps without managing backend infrastructure and easy deployment of my apps. This project helped me take the first step into Atlassian cloud app development.

What it does

This is a simple Hello World app for Confluence, built using Atlassian Forge. It adds a custom space page that displays a basic message using Forge’s native UI rendering.

How we built it

Built by following the instructions given by forge quest on how to built a hello world app. Due to the clean documentation, the project was done with minimal debugging.

Challenges I ran into

Faced issues like infinite loading in the conference space due to missing render() return . Solved them by adding the missing render and re deploying the code.

What we learned

Configuring manifest.yml and understanding it's basic structure. Using @forge/ui to render native UI Running the apps using forge tunnel which acts as an auto reload which automates constant use of forge deploy.

Built With

Share this project:

Updates