Skip to main content
Explore how Jovu can become your AI assistant for rapid service development. Below, you’ll find real examples of tasks Jovu can accomplish directly within Amplication, helping you build services faster and focus on what matters: your business logic.

Examples

Quickly launch new projects with Jovu setting up the initial structure and configuration, so you can jump straight into building.Example Question:
I'm starting a new twitter clone project that will contain several micro-services. Can you help me create it?
Create new projects with Jovu
Need a new service? Jovu can automatically set up the basic structure with entities and fields, saving you valuable time and ensuring consistency.Example Question:
Can you create a new service for a blog application that will have posts, categories, authors, and comments?
Create Blog Service with Jovu
Easily define your service’s data models. Jovu helps you create new entities and specify fields, ensuring your data structure is exactly what you need.Example Question:
I want to add product reviews to my E-Commerce service. Can you set up the structure for customer reviews, review ratings, and a way to link reviews to specific products?
Create New Entities with Jovu
Modify your existing data models effortlessly. Jovu can add new fields to your entities, allowing you to capture additional data without manual schema adjustments.Example Question:
For the authors in my BlogService, can you add a short bio section, a spot for a profile picture, and a place to include links to their social media profiles?
Add Fields To Existing Entities with Jovu
Keep your services organized and maintainable. Jovu can create new custom modules to encapsulate related functionality, improving code structure and clarity.Example Question:
The checkout process is getting pretty complex for my E-commerce service. Is there a way to separate the checkout-related code from the rest of the application to keep things organized and manageable?
Create New Module with Jovu
Control the data structures for your APIs. Jovu can create new Data Transfer Objects (DTOs) to precisely define the input and output for your service endpoints.Example Question:
In the Checkout module, I need to define the data structure for the information required when a user initiates a payment. Could you help me create a DTO that includes the payment amount, the currency, and the selected payment method?
Create New DTOs with Jovu
Quickly build the specific operations your service needs. Jovu creates custom actions (API endpoints) for your modules, including any necessary DTOs, simplifying API development.Example Question:
Can you help me create an Action to handle the approval or rejection of a comment for my BlogService and any necessary DTOs?
Create Custom Actions with Jovu
Not sure which plugins to use? Jovu analyzes your project requirements and suggests relevant plugins to enhance functionality and streamline your workflow, saving you research time.Example Question:
For my BlogService, can you recommend some plugins to use for implementing a cache?
Plugin Recommendations from Jovu
Extend your service capabilities with ease. Jovu can install multiple plugins like authentication and caching, simplifying integration and setup.Example Question:
I want to add authentication and caching to my service. Can you install the necessary plugins?
Install Multiple Plugins with Jovu
Secure your applications effectively. Jovu guides you through implementing authentication and role-based access control, ensuring your services are protected and compliant with organizational standards.Example Question:
How can I implement user authentication and role-based access control in my Amplication project?
Implement User Authentication with Jovu
Need to switch Git providers? Jovu provides guidance on updating your Git provider to platforms like Bitbucket, AWS CodeCommit, or GitHub, ensuring seamless integration with your preferred tools.Example Question:
I'd like to update my git provider from GitHub to Bitbucket for my blog service. Can you help?
Update Git Provider with Jovu
Streamline your development cycle. Jovu can build your project and commit generated code changes with a specified message, directly from the Amplication platform, simplifying your Git workflow.Example Question:
I've made several changes to my service. Can you build the project, commit these changes with the message "New entities for blog service."?
Build And Commit Project Changes with Jovu
I