Listing Thumbnail

    Convertigo Low Code / No Code platform for EKS

     Info
    Deployed on AWS
    Quick Launch
    Convertigo is the first Open Source AI boosted platform combining both Low code and No code capabilities. An Entreprise vision to accelerate the development of business applications at reasonable costs.

    Overview

    Play video

    Convertigo is a comprehensive open-source platform that seamlessly integrates Low Code and No Code capabilities, empowering organizations to efficiently develop, deploy, and manage web, mobile, and desktop applications. By leveraging visual development environments and AI-enhanced functionalities, Convertigo accelerates application development, reduces time to market, and ensures seamless integration with existing systems.

    Some Key Features of Convertigo:

    • Dual Development Studios: No Code Studio: Designed for citizen developers, this intuitive visual environment enables non-technical users to quickly build business applications without writing code. Low Code Studio: Tailored for professional developers, it offers a powerful integrated environment to build both the back-end and front-end of applications, allowing for extensive customization and integration with existing systems.

    • Extensive Integration Capabilities: Effortlessly connect to various data sources and applications using standard protocols such as REST, SOAP, SQL, and OData. Access a library of predefined connectors for common applications (CRM, ERP, databases) and enable real-time integration workflows.

    • AI-Powered Automation: Leverage AI technologies like ChatGPT and Mistral AI to automate complex tasks, enhance productivity, and assist in code generation. Offline Data Management with Full Sync®: - Ensure seamless offline functionality, allowing applications to operate without internet connectivity. Data is automatically synchronized once a connection is restored, enabling uninterrupted workflows.

    • Enterprise-Grade Features: Benefit from features such as user authentication, task scheduling, DevOps CI/CD integration, activity monitoring, and robust data security measures.

    • Flexible Deployment Options: Choose between managed cloud services or on-premises deployment to meet specific infrastructure and security requirements.

    Benefits of Using Convertigo:

    • Accelerated Development: By utilizing visual modeling and pre-built components, applications can be developed more efficiently, reducing development time by up to 90%.

    • Cost Reduction: As an open-source platform, Convertigo eliminates expensive proprietary licenses, offering a cost-effective solution for businesses of all sizes. - Enhanced Collaboration: The dual-studio approach fosters collaboration between IT departments and business teams, ensuring that applications meet both technical and operational requirements.

    • Scalability and Flexibility: Convertigo's platform is designed to scale with your business needs, providing the flexibility to customize applications extensively and integrate with a wide range of systems.

    Highlights

    • Convertigo is a robust open-source platform designed to meet the diverse needs of businesses and developers. With its dual No Code and Low Code environments, it empowers teams to create custom applications efficiently while maintaining full control and flexibility. Its open-source nature ensures transparency, adaptability, and cost-effectiveness, making it a reliable choice for long-term innovation.
    • Convertigo streamlines the integration process with your current systems, supporting standard protocols like REST, SOAP, and SQL. Its pre-built connectors and customizable options ensure seamless and secure connections, allowing you to unify your data and processes effortlessly while maintaining the highest security standards.
    • Convertigo leverages cutting-edge AI technologies like ChatGPT and Mistral AI to bring intelligent automation to your development process. From generating application prototypes to providing coding assistance, these AI capabilities simplify complex tasks, enhance productivity, and help teams focus on strategic innovation.

    Details

    Delivery method

    Supported services

    Delivery option
    Helm Chart for Amazon EKS

    Latest version

    Operating system
    Linux

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Quick Launch

    Leverage AWS CloudFormation templates to reduce the time and resources required to configure, deploy, and launch your software.

    Pricing

    Convertigo Low Code / No Code platform for EKS

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (2)

     Info
    Dimension
    Description
    Cost/unit
    Users
    Monthly number of unique User's emails accessing the Low Code or No Code apps (min 10)
    $18.00
    Hours
    Monthly Number of Hours all users spend using the low code or now code apps. (Min 1600)
    $0.2988

    Vendor refund policy

    Refunds are available for technical issues or license activation failures if reported within 7 days of purchase. No refunds for customer misconfiguration, third-party software issues, or partial usage. To request a refund, submit proof of purchase, issue details, and cooperate with support for resolution. Refunds are reviewed within 10 business days and issued to the original payment method. The AMI and BYOL license are provided "as-is" per the documentation.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Helm Chart for Amazon EKS

    Supported services: Learn more 
    • Amazon EKS
    Helm chart

    Helm charts are Kubernetes YAML manifests combined into a single package that can be installed on Kubernetes clusters. The containerized application is deployed on a cluster by running a single Helm install command to install the seller-provided Helm chart.

    Additional details

    Usage instructions

    Post-setup instructions :

    When the product is installed you will need to acess it using an Ingress load balancer. To do so :

    • Install the Load Balancer Controller
    helm install -n ingress-nginx ingress-nginx --create-namespace ingress-nginx/ingress-nginx \ --set controller.service.type=LoadBalancer \ --set controller.service.annotations."service\.beta\.kubernetes\.io/aws-load-balancer-scheme"="internet-facing"
    • Using let's encrypt on AWS. Start by installing let's encrypt certificate issuer
    helm repo add jetstack <https://charts.jetstack.io> helm repo update helm install cert-manager jetstack/cert-manager \ --namespace cert-manager --create-namespace \ --set installCRDs=true

    Then create a Cluster Issuer. Be sure to use a valid email if, not the cluster Issuer will not work properly.

    kubectl apply -f - <<EOF apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: letsencrypt-prod spec: acme: email: <your-email@example.com> # Change this !!! server: <https://acme-v02.api.letsencrypt.org/directory> privateKeySecretRef: name: letsencrypt-prod solvers: - http01: ingress: class: nginx EOF
    • In your DNS manager, create a CNAME with the public DNS name you chose pointing to the AWS LoadBalancer public dns name.

    Useful urls :

    Convertigo Platform Admin console (Default user password is admin/admin):

    https://<public dns name>/convertigo/admin

    Convertigo No Code Studio (For building Citizen Dev No Code applications):

    https://<public dns name>/convertigo/projects/C8Oforms/DisplayObjects/mobile/

    Develop and deploy professional No Code application with Low Code Studio

    Convertigo Low Code Studio (For building Professional Low Code Applications)

    • Download Studio from : https://www.convertigo.com/developers/low-code-studio-setup-guide 
    • Follow Setup guide
    • When deploying projects to Convertigo cluster set :
    • "Server" to <public address>/convertigo
    • "Https connexion" checked to true
    • "Trust all certificates" checked to true (Uncheck it to false if you have a valid non autosigned certificate)

    Resources

    Support

    Vendor support

    Licenced users can get get support using our Support portal: https://convertigo.atlassian.net/servicedesk/customer/user/login?destination=portals  Free support can be done sending a mail at support@convertigo.com 

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.