This section, we assume that you have all the prerequisites as mentioned in previous steps. If not done already, kindly do the needful to ensure you have an active workspace with prerequisites configured correctly.
Welcome to the heart of this tutorial, where we'll guide you through the exhilarating process of creating apps with the agent skills. Whether you're a seasoned developer or new to the game, you'll find this section both enlightening and empowering. So, let's roll up our sleeves, embrace the future of app creation, and bring your app to life, effortlessly and efficiently! Choose one of the options from below to follow the app building journey.
Use the /fw-app-dev skill and enter your use case
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 appHere is a typical example of a PRD
For detailed configuration options, see the fw-app-dev command reference.