Build the app using fw-app-dev

The fw-app-dev skill assists you in generating app structures and implementing core features. It ensures your project adheres strictly to Freshworks Platform 3.0+ standards by enforcing modern architecture and preventing legacy patterns.

To generate an app, run the /fw-app-dev command in your AI assistant chat window and provide a descriptive prompt or use case.

Example:

/fw-app-dev Create a Bitly app for the Freshdesk ticket sidebar. The app must include a button that calls the Bitly API to shorten the current ticket URL and displays the result in the UI.

You can also use a Product Requirement Document (PRD) to guide the assistant. To do so, place your PRD (in Markdown format) in the project folder and run this command in the chat window:

/fw-app-dev use @<filename>.md to generate the app

Here is a typical example of a PRD

For detailed configuration options, see the fw-app-dev command reference.