A fun Snake game built as an Atlassian Forge app.
This app embeds a playable Snake game directly on a Jira Admin page, demonstrating how to combine Forge custom UI with client-side JavaScript.
- An Atlassian Cloud site
- Forge CLI installed and authenticated
- Node.js ≥ 18 and npm
-
Install root dependencies
npm install
-
Install UI dependencies
cd static/snake-game npm install -
Modify or enhance the game
Edit source files instatic/snake-game/src/to customize gameplay, UI, or styling. -
Build the UI
npm run build
-
Deploy to Forge
forge deploy
-
Install on your Atlassian site
forge install
Choose the Jira site and product where you want the game to appear.
- Run
forge deploywhenever you make code changes. - Once installed, your site automatically reflects new deployments—no need to reinstall.
For questions or feedback, see Forge Support.
