User story writer using Spring boot, Open AI and React.

Aahlad kethineedi
2 min readFeb 3, 2024

--

Drafting user stories can be a rather tedious and time-consuming task. To address this challenge, I’ve developed a straightforward open-source project tailored for this purpose.

The next time you find yourself needing to write a user story without wanting to spend excessive time on it, consider giving this tool a try.

Here is how I have created a small application using Open AI key, Spring boot and React.

BACK-END:

I have used Spring boot with Java to integrate with Open AI to get the required responses.

An API call is made to Open AI with the Auth token provided by Open AI it self to get the response for the query.

To know more about how to generate the token, I have documented in my github repo:
jira-writer backend

FRONT-END:

I have used React here to validate the query such that only queries related to JIRA shall be posted to backend.

I have also provied a validation banner to validate the query.

All of which is documented in this repo:
jira-writer frontend

Here is how the UI looks.

The UI also has a copy to clipboard option so that you don’t have to copy the whole thing.

Hope you like it, please feel free to reach out to me regarding any doubts and ideas regarding this.

--

--

Aahlad kethineedi
Aahlad kethineedi

Written by Aahlad kethineedi

Software Developer. I enjoy reading about Tech and Finance.

No responses yet