Day One
Self-Serve Resource Creation
Accelerate with AI
Resource Configuration
Install & Configure Plugins
Model Data
- Entities
- Fields
- Relationships
- Upload DB Schema
Define APIs & DTOs
Manage Authentication & Roles
Generate Code
Jovu Examples
Explore practical examples of how Amplication AI (Jovu) accelerates service creation and simplifies development workflows for platform teams.
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?
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?
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?
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?
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?
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 currecny, and the selected payment method?
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?
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?
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?
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?
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?
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."?
Was this page helpful?