QuickDEV
  • ▶️Quick start
    • 🔃Overview
    • 🔑Security
  • 🎭Users management
    • 👨‍👩‍👦‍👦Members and groups
    • 🔐Permission for resources
  • 🖥️Applications
    • ➕Create applications
      • ⤴️Create application/module
      • 🔲Module
      • ✅Version and Release Management
    • 🎨Application editor
      • 👁️‍🗨️Visual components
        • ⚙️Common component settings
        • ⬆️File upload
        • 📊Charts and graphs
        • 🌄Image
        • 📋Option lists
        • 📑List view
        • ⬜Drawer
        • 🗺️Google maps
        • 📩Messages / Toast
        • 📅Calendar
        • Custom component
      • #️⃣Use markdown
      • ⌨️Keyboard shortcuts
    • 🔗Navigation
    • ⏯️Actions editor
      • ⏱️Date handling
      • 🟰Data selection & JavaScript
      • ⚡Event handlers
      • 🔎JavaScript Query
      • ✖️Dynamic variable
      • 💱Transformers
      • 🧮Data responder
      • ↕️Built-in JS functions
      • 📚Third-party libraries
    • 🖌️Styling
      • 📝Themes
      • 🖍️Customize styles
  • 🚀Database & API
    • 🔎Queries
    • 🧰Query repository
    • 📡Datasources
      • 🌎API
        • 1️REST API
        • 2️GraphQL
        • 3️Google Sheets
      • 🟠SQL Databases
        • 1️Oracle
        • 2️Microsoft SQL Server
        • 3️MySQL
        • 4️PostgreSQL
        • 5️MariaDB
      • 🟡NoSQL Databases
        • 1️MongoDB
        • 2️CouchDB
        • 3️DynamoDB
      • 🔴REDIS
      • 🟢BigData & OLAP
        • 1️Big Query
        • 2️Snowflake
        • 3️ClickHouse
        • 4️Elasticsearch
      • 🌐WebSocket
  • 💻Integrations
    • 1️ANGULAR
    • 2️HTML Pages
Powered by GitBook
On this page
  • What is QuickDEV?
  • Why choose QuickDEV?
  • How to build an app in QuickDEV?

Quick start

NextOverview

Last updated 12 months ago

What is QuickDEV?

QuickDEV is a developer-friendly low-code platform designed to swiftly build internal apps within minutes.

In the conventional approach, developing an internal app entails complex interactions between frontend and backend systems, often demanding extensive coding efforts spanning hundreds or thousands of lines. Furthermore, substantial time and resources are typically dedicated to packaging, integration, and deployment. QuickDEV effectively reduces these burdens, simplifying and expediting the app development process.

In QuickDEV, you simply drag and drop pre-built or customized components onto the What-You-See-Is-What-You-Get (WYSIWYG) canvas. With readily available databases and APIs for connection, QuickDEV empowers you to swiftly build an app, allowing you to concentrate on business logic.

Why choose QuickDEV?

  • All-in-one platform: QuickDEV facilitates connections to various data sources and APIs while prioritizing data security.

  • High scalability: QuickDEV allows you to execute JavaScript virtually anywhere you desire, enabling customization of your business processes and UI components with ease.

  • Clean design: QuickDEV adheres to the principles of Ant Design and ensures compatibility with screens of various sizes. It offers a plethora of templates and UI components, providing you with the flexibility to construct dashboards, admin panels, and content management systems (CMS) according to your preferences.

How to build an app in QuickDEV?

Building an internal app typically involves five main steps:

  1. Quickly establish connections to your data sources.

  2. Compose SQL statements or configure request parameters to construct queries.

  3. Employ pre-built or customized UI components to construct your app's user interface, and seamlessly bind and display queried data with these components.

  4. Preview and distribute your app with others.

Establish to initiate queries, manage components, or perform other actions in response to user interactions.

▶️
event handlers