Alternatives to Oracle APEX logo

Alternatives to Oracle APEX

Blazor, Google App Maker, Retool, Microsoft PowerApps, and Stamplay are the most popular alternatives and competitors to Oracle APEX.
15
14
+ 1
0

What is Oracle APEX and what are its top alternatives?

Oracle APEX is a low-code development platform that allows users to quickly create web applications backed by an Oracle Database. Its key features include rapid application development, a responsive design, security features, and the ability to build reports and charts. However, some limitations of Oracle APEX are its dependence on Oracle Database, limited customization options, and the need for Oracle licensing for production use.

  1. Microsoft Power Apps: Microsoft Power Apps is a low-code platform that allows users to build custom business applications without the need for extensive coding knowledge. Key features include integration with Office 365 and Dynamics 365, a drag-and-drop interface, and the ability to connect to a variety of data sources. Pros include its seamless integration with Microsoft products, while cons include a steeper learning curve for more complex applications compared to Oracle APEX.

  2. OutSystems: OutSystems is a low-code platform that enables users to build and deploy enterprise-grade applications. Key features include visual development tools, pre-built templates and components, and collaboration features for team-based development. Pros include its scalability for large projects, while cons include a higher cost compared to Oracle APEX.

  3. Appian: Appian is a low-code automation platform that offers features such as process automation, AI capabilities, and integrations with various systems. Key features include a drag-and-drop interface, real-time reporting, and the ability to deploy applications on-premises or in the cloud. Pros include its focus on automation, while cons include a steeper learning curve compared to Oracle APEX.

  4. Google App Maker: Google App Maker is a low-code development platform that allows users to build custom business applications using a visual editor. Key features include integration with G Suite, built-in templates, and the ability to connect to Google Cloud services. Pros include its seamless integration with Google products, while cons include limited customization options compared to Oracle APEX.

  5. Mendix: Mendix is a low-code platform that enables users to build, test, and deploy applications without the need for traditional coding. Key features include a visual development environment, AI-assisted development, and collaboration tools. Pros include its rapid application development capabilities, while cons include a higher cost compared to Oracle APEX.

  6. Salesforce Lightning: Salesforce Lightning is a low-code development platform that allows users to build custom applications on the Salesforce platform. Key features include drag-and-drop components, pre-built templates, and integration with Salesforce CRM. Pros include its seamless integration with Salesforce products, while cons include limitations in customization compared to Oracle APEX.

  7. Kintone: Kintone is a low-code platform that allows users to build custom business applications with no coding required. Key features include visual app builder, workflow automation, and collaboration tools. Pros include its ease of use for non-technical users, while cons include limited advanced customizations compared to Oracle APEX.

  8. Wavemaker: Wavemaker is a low-code platform that enables users to build web and mobile applications quickly. Key features include visual development tools, UI customization, and the ability to deploy applications on-premises or in the cloud. Pros include its open-source nature, while cons include limited support compared to Oracle APEX.

  9. Caspio: Caspio is a low-code platform that allows users to build custom business applications and database applications. Key features include point-and-click tools, data integration, and reporting capabilities. Pros include its ease of use for data-driven applications, while cons include pricing based on number of users compared to Oracle APEX.

  10. Quick Base: Quick Base is a low-code platform that enables users to build custom business applications for automating workflows and processes. Key features include drag-and-drop interface, reporting tools, and integration with various services. Pros include its flexibility for building diverse applications, while cons include a higher cost compared to Oracle APEX.

Top Alternatives to Oracle APEX

  • Blazor
    Blazor

    Blazor is a .NET web framework that runs in any browser. You author Blazor apps using C#/Razor and HTML. ...

  • Google App Maker
    Google App Maker

    App Maker lets you develop powerful apps with relative ease. Create a model to manage your data, build a UI in the visual editor, use Apps Script to write some scripts, and you're on your way. ...

  • Retool
    Retool

    Retool is the fast way to build internal tools. Drag-and-drop our building blocks and connect them to your databases and APIs to build your own tools, instantly. Built by developers, for developers. Trusted by startups and Fortune 500s. ...

  • Microsoft PowerApps
    Microsoft PowerApps

    It is a suite of apps, services, connectors and data platform that provides a rapid application development environment to build custom apps for your business needs. Using Power Apps, you can quickly build custom business apps that connect to your business data stored either in the underlying data platform (Common Data Service) or in various online and on-premises data sources (SharePoint, Excel, Office 365, Dynamics 365, SQL Server, and so on). ...

  • Stamplay
    Stamplay

    The API-based development platform enabling developers to do 80% of the job in 1% of the time thanks to: out of the box APIs for users and data, one-click integration with any API, scalable infrastructure and SDKs. Build Rome in a day. ...

  • Appsmith
    Appsmith

    Open source framework to build, deploy and share internal apps. Use UI widgets like tables, charts, forms, maps, and more. Easily connect to DBs like Postgres, Mongo, MySQL++ or REST API/GraphQL and use JS anywhere. ...

  • Budibase
    Budibase

    It is an open source low-code platform, and a faster way to build business apps that empower teams and improve productivity. It supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, and K8s. ...

  • Backand
    Backand

    Backand is a powerful backend-as-a-service for AngularJS that provides out-of-the-box social login, push notifications, Ionic integration and much more. ...

Oracle APEX alternatives & related posts

Blazor logo

Blazor

513
693
440
An experimental web UI framework using C#/Razor and HTML, running in the browser via WebAssembly
513
693
+ 1
440
PROS OF BLAZOR
  • 62
    Uses C#
  • 48
    No need to learn separate language or technology
  • 41
    Supports making a single page application
  • 39
    Tight integration with .NET project
  • 37
    Uses .NET standard library
  • 30
    Very little JavaScript required
  • 29
    Components
  • 27
    Shared classes between client and server
  • 27
    No need to compile, bundle and deploy separately
  • 24
    Cross Platform
  • 21
    Has Server AND Client hosting models
  • 18
    Very easy JavaScript interop if required
  • 17
    Third party state management i.e. Blazor-State
  • 14
    App state can be managed singleton objects
  • 4
    Portable Code across Mobile, Web and Desktop
  • 2
    Work with Electron/MAUI
CONS OF BLAZOR
  • 4
    Initial load time
  • 2
    Hard to inject javascript

related Blazor posts

The only two programming languages I know are Python and Dart, I fall in love with Dart when I learned about the type safeness, ease of refactoring, and the help of the IDE. I have an idea for an app, a simple app, but I need SEO and server rendering, and I also want it to be available on all platforms. I can't use Flutter or Dart anymore because of that. I have been searching and looks like there is no way to avoid learning HTML and CSS for this. I want to use Supabase as BASS, at the moment I think that I have two options if I want to learn the least amount of things because of my lack of time available:

  1. Quasar Framework: They claim that I can do all the things I need, but I have to use JavaScript, and I am going to have all those bugs with a type-safe programming language avoidable. I guess I can use TypeScript?, but that means learning both, and I am not sure if I will be able to use 100% Typescript. Besides Vue.js, Node.js, etc.

  2. Blazor and .NET: There is MAUI with razor bindings in .Net now, and also a Blazor server. And as far as I can see, the transition from Dart to C# will be easy. I guess that I have to learn some Javascript here and there, but I have to less things I guess, am I wrong? But Blazor is a new technology, Vue is widely used.

See more
Google App Maker logo

Google App Maker

175
235
0
Low-code application development for G Suite
175
235
+ 1
0
PROS OF GOOGLE APP MAKER
    Be the first to leave a pro
    CONS OF GOOGLE APP MAKER
      Be the first to leave a con

      related Google App Maker posts

      Retool logo

      Retool

      159
      206
      0
      Build custom internal tools, fast.
      159
      206
      + 1
      0
      PROS OF RETOOL
        Be the first to leave a pro
        CONS OF RETOOL
          Be the first to leave a con

          related Retool posts

          My company wants to make some relatively small, self-contained web apps to go through specific engineering analysis workflows.

          Each app would involve:

          (a) User inputs numbers and tabular data either in a table or from a csv import

          (b) App makes plots of this data

          (c) App performs calculations based on user input and outputs results as either plots or numbers or tabular data

          It seems like there must be zillions of applications where people want these things, so I want a 'low code' approach that already handles a bunch of details so we don't have to. Experience in the past with Angular has involved, in my experience, a lot of low-level coding to 'reinvent the wheel', creating capabilities (like menus to control plotting options like font size) that I'd expect to be very common.

          Specific wants:

          (a) Plotting capabilities with prebuilt convenient plotting controls

          (b) Ability to 'save' and 'load' (as in, you do the analysis and get results and want to save so that you can reopen this save environment with the data and analysis, as if you'd never closed it)

          (c) For specific components, ability to swap out the built-in components with a customized plot/widget.

          For example, with (c), we might have a situation where we do want to make a custom plot or tool, and would like to be able to drop that into the general application

          Question is - does something exist that does what I am describing? What would you recommend? On our list to check out: Microsoft PowerApps , Dash , UI Bakery, Retool , Tibco Spotfire , Outsystems, Zoho, Creatio, or any other suggestions.

          Other considerations:

          (a) How easy are these apps to maintain (i.e., do they frequently make non back compatible, breaking updates, like they do with Angular)

          (b) Need excellent security so I can deploy web apps for large companies

          (c) General ease of use (would like to be efficient with developer time).

          See more
          Mark Weeks
          Group Product Manager at ServiceTitan · | 3 upvotes · 114.1K views

          I'm standing up a web app that needs functionality, including profiles, directory, scheduling, video meeting, and payments.

          I considered Wix, but I'm not sure it will meet these needs. I'm interested in no code / low code tools in order to move quickly but struggling to navigate through all the options. Any advice on how to select no code / low code tools like Webflow, Bubble, stackbit, Retool, BaseDash, Glide , airkit, adalo, stacker, unqork, tiled, airtable, zapier, v.one, candu, bravo studio, amazon honeycode, unstack, dittofi, makerpad, softr, appsheet, etc.?

          See more
          Microsoft PowerApps logo

          Microsoft PowerApps

          148
          163
          0
          Quickly build and share low-code apps
          148
          163
          + 1
          0
          PROS OF MICROSOFT POWERAPPS
            Be the first to leave a pro
            CONS OF MICROSOFT POWERAPPS
              Be the first to leave a con

              related Microsoft PowerApps posts

              My company wants to make some relatively small, self-contained web apps to go through specific engineering analysis workflows.

              Each app would involve:

              (a) User inputs numbers and tabular data either in a table or from a csv import

              (b) App makes plots of this data

              (c) App performs calculations based on user input and outputs results as either plots or numbers or tabular data

              It seems like there must be zillions of applications where people want these things, so I want a 'low code' approach that already handles a bunch of details so we don't have to. Experience in the past with Angular has involved, in my experience, a lot of low-level coding to 'reinvent the wheel', creating capabilities (like menus to control plotting options like font size) that I'd expect to be very common.

              Specific wants:

              (a) Plotting capabilities with prebuilt convenient plotting controls

              (b) Ability to 'save' and 'load' (as in, you do the analysis and get results and want to save so that you can reopen this save environment with the data and analysis, as if you'd never closed it)

              (c) For specific components, ability to swap out the built-in components with a customized plot/widget.

              For example, with (c), we might have a situation where we do want to make a custom plot or tool, and would like to be able to drop that into the general application

              Question is - does something exist that does what I am describing? What would you recommend? On our list to check out: Microsoft PowerApps , Dash , UI Bakery, Retool , Tibco Spotfire , Outsystems, Zoho, Creatio, or any other suggestions.

              Other considerations:

              (a) How easy are these apps to maintain (i.e., do they frequently make non back compatible, breaking updates, like they do with Angular)

              (b) Need excellent security so I can deploy web apps for large companies

              (c) General ease of use (would like to be efficient with developer time).

              See more
              Stamplay logo

              Stamplay

              58
              101
              265
              API Lego for developers. Build back-end piecing together APIs as building blocks.
              58
              101
              + 1
              265
              PROS OF STAMPLAY
              • 45
                Easy to use
              • 32
                No code for the backend
              • 32
                Out-of-the-box features
              • 29
                Easy and fast setup
              • 25
                Great customer support
              • 25
                Incredibly easy point 'n' click backend logic
              • 22
                Ease of back-end development
              • 18
                Low learning curve
              • 13
                Amazing app :)
              • 12
                Breathtaking ux
              • 4
                Elegant
              • 3
                Allows devs to focus on what makes their app unique
              • 3
                Terrific ifttt feature
              • 2
                Great features and easy setup
              CONS OF STAMPLAY
                Be the first to leave a con

                related Stamplay posts

                Appsmith logo

                Appsmith

                50
                110
                0
                Open source framework to build powerful custom internal apps
                50
                110
                + 1
                0
                PROS OF APPSMITH
                  Be the first to leave a pro
                  CONS OF APPSMITH
                    Be the first to leave a con

                    related Appsmith posts

                    Budibase logo

                    Budibase

                    23
                    47
                    0
                    An open-source low-code platform for creating internal apps
                    23
                    47
                    + 1
                    0
                    PROS OF BUDIBASE
                      Be the first to leave a pro
                      CONS OF BUDIBASE
                        Be the first to leave a con

                        related Budibase posts

                        Backand logo

                        Backand

                        22
                        51
                        9
                        Backend-as-a-Service for AngularJS and Ionic
                        22
                        51
                        + 1
                        9
                        PROS OF BACKAND
                        • 4
                          Let's you focus on the frontend and have killer backend
                        • 4
                          Easy setup
                        • 1
                          Ready-to-use backend in no time
                        CONS OF BACKAND
                          Be the first to leave a con

                          related Backand posts