FlyFish PLATFORM

The low-threshold, highly scalable, low-code application development platform offers an efficient one-stop solution for data visualization development.

Easy to Get Started

Enable users to develop data visual applications, arrange components and pages using drag and drop functionality, and customise the style through configuration options.

Flexible Expansion

The platform supports the following functions and capabilities to fulfil various requirement scenarios: development and publishing of custom front-end components and interaction logic; configuration of global custom functions, global events, and global data sets; and the ability to select a percentage of visual data or enable adaptive selection.

Template Accumulation

Based on industry project practices, FlyFish has accumulated a collection of front-end component libraries and data visual templates. By utilizing specific templates tailored to different sectors, it becomes possible to accurately address the requirement scenarios of each sector.

LOW CODE APPLICATION PLATFORM

Talk to Us

Contact us using the information below. We’ll respond promptly to your inquiries and feedback
				
					/* 

Copy this code on section to modify colors of icons, submit button, hovers 
depends on the webpage theme.

Note: Keep visibility disabled, Do not Edit this

*/

/*Contact Content Icons & Text*/
.contact-iconbox .elementor-icon {
    color: pink;
    fill: pink;
}
.contact-iconbox .elementor-icon:hover{
    color: violet;
     fill:violet ;
}
.contact-iconbox p a, .contact-iconbox p{
    color: pink !important;
}
.contact-iconbox p a:hover, .contact-iconbox p:hover{
    color: violet !important;
}

/*Contact Form*/
.contact-form .elementor-widget-container{
    background:red !important;
}
.contact-form label{
    color: blue;
}
.contact-form .wpforms-submit-container button{
    border-color: pink !important;
    background: pink !important;
}
.contact-form .wpforms-submit-container button:hover{
    background: violet !important;
    border-color: violet !important;
}