Showing 48 open source projects for "programming without coding"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 1
    NoderCMS

    NoderCMS

    Node.js + MongoDB

    Super concurrency and super high data reading speed, coupled with flexible custom models, easy-to-use templates, advanced background management system and multi-user permissions, have created a perfect NoderCMS. The inherent asynchronous non-blocking programming brought by Node.js makes NoderCMS calmly face up to millions of concurrent visits. Thanks to the non-relational database MongoDB, everything is stored in BSON format, faster and faster. Through the combination of models and custom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Cyclotron

    Cyclotron

    A web platform for constructing dashboards

    Cyclotron is a web-based, drag-and-drop dashboard creation platform developed by ExpediaGroup. It enables non-programmers to build, edit, and host dashboards defined declaratively via JSON configs. Features include a built-in editor, REST API integration, Docker deployment, and extensibility for custom components. It facilitates rapid dashboard development without coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DCLPS

    DCLPS

    DCLPS: database control loading and prompting system

    FRESHHH DCLPS can be considered an object relational mapping system ORM framework. It is robust well structured web oriented programming system that allows to create web systems (web sites) just by coding javascript. That is possible cause it uses a few server php script files that are requested by javascript to get some results. The key of this system is its structure that has to deal with nested tree objects and how it is implemented in the relational database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    S-MVP

    S-MVP

    Optimized version of MVP, using annotation generics to simplify code

    Optimized version of MVP, using annotation generics to simplify code writing, using modular protocols to facilitate maintenance, APT process uses annotation parser to use JavaPoet. Complete the writing of repetitive modules, use ASpect+GradlePlugin to complete horizontal AOP programming+Javassist dynamic bytecode injection+Tinker to achieve hot repair+Retrofit to achieve elegant network operations+RxJava to easily play with data processing. In MVP, Presenter completely separates Model and View...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5

    cppviz

    C preprocessor magick

    Provides C preprocessor macros for easily creating enums, foreach loops, switch-cases etc. based on data tables. Usage of these macros enforces good programming style by avoiding spreading of information throughout the code. Only for GCC at the moment, sorry. Maybe Clang ... not tested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Orkney

    Orkney

    Orkney Testframework

    Orkney is a small but powerful test framework for Java. Orkney executes tests that are structured into test groups, test cases and test steps. Test steps are used like bricks to create test cases while test groups collect test cases and other test groups to create a test suite. Test cases are written in a simple text language thus allowing composition of cases from test steps without deep programming knowledge. Reports are created in text and in XML format, the latter are converted to a human...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This Amazon Mechanical Turk (MTurk) SDK is no longer under active development as of 12/31/2017. The latest MTurk SDKs, with support for most common programming languages, are now a part of the Amazon Web Service (AWS) SDKs at https://aws.amazon.com/tools/. With the AWS SDKs, you can also connect to MTurk using the AWS Command Line Interface (https://aws.amazon.com/cli/), allowing you to perform operations from your Windows, Mac, or Linux command line without having to write code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    JavaCá&Lá

    A Java Distributed Shared Memory Middleware

    How can we easily develop applications for multicore or multicomputer architectures? We frequently use middlewares for that problem, but they are often complex and less productive. This way, at DECOM-UFOP, we have a middleware, named JavaCa&La or just JCL, to build portable and scalable solutions over many high performance computer architectures. Our middleware APIs is simple, intuitive and designed for young and senior programmers who don’t have high performance programming skills. Using our...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Mangrove TDS Library

    Mangrove TDS Library

    A C++ Tool for the Fast Prototyping of Topological Data Structures

    The Mangrove Topological Data Structure (Mangrove TDS) Library is a C++ template tool for the fast prototyping of topological data structures under the same API: - generic representation of any topological data structure, i.e., mangrove; - extensible through dynamic plugins at run-time; - agnostic wrt the representation in use; - any representation is supported without restrictions; - dimension-independent and multi-platform; - efficient representations of non-manifolds...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10
    3D render engine cross platform written from scratch using c++11 standard features. With the approach to create a high scalable, flexible 3D engine with full modding support. Using flexible configs to include common technologies without the lack of massive extension coding
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Mori

    Mori

    ClojureScript's persistent data structures and supporting API

    Mori brings ClojureScript's efficient persistent data structures and functional APIs into vanilla JavaScript, enabling immutability and functional programming patterns with performant collections in JS. The installed package contains a single optimized JavaScript file mori.js. Load mori in your Node.js programs as you would any other module. For vectors and maps we provide efficient thaw and freeze operations. All Mori maps and sets support all the non-mutating methods of the proposed ES6 Map...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Compass

    Compass

    Stylesheet authoring framework

    Compass is a stylesheet authoring framework built on top of Sass that provides a rich set of mixins, functions, and helpers for writing maintainable CSS. It offers abstractions for vendor prefixes, cross-browser compatibility fixes, and reusable UI patterns like grids, buttons, and typography helpers. With Compass, developers can write cleaner Sass code that compiles into consistent CSS across browsers without hand-coding workarounds. The framework also includes a command-line tool...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Horus Framework

    Horus Framework

    Smart Micro PHP Framework inspired by Sinatra in Ruby but not a clone

    An OOP PHP micro-framework, a lightweight toolkit to help developers lay down the foundation of their PHP-based websites and applications The Horus Framework is a pretty solid attempt at designing a good OOP framework in as a small package as possible. Focused on a light codebase and on a solid, standards-friendly approach, Horus can be used to write advanced applications without having to deal with complex coding toolkits like Zend or CakePHP. Horus is easy to learn and the code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This Amazon Mechanical Turk (MTurk) SDK is no longer under active development as of 1/1/2018. The latest MTurk SDKs, with support for most common programming languages, are now a part of the Amazon Web Service (AWS) SDKs at https://aws.amazon.com/tools/. With the AWS SDKs, you can also connect to MTurk using the AWS Command Line Interface (https://aws.amazon.com/cli/), allowing you to perform operations from your Windows, Mac, or Linux command line without having to write code. If you need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Instant CRUD web front-end, featuring auto-discovery of the data dictionary for an RDBMS source. Provides a basic CRUD web interface in minutes without coding and allows a great deal of flexibility for enhancements. CRUD now, code later.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Yet Another Persistance System is a framework for object persistance in C# that stores wide class of C# objects into a relational database without a need for ANY REDUNDANT CODING, such as object-table maping, writing SQL commands etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The XX framework is an XML-centric implementation of the MVC development paradigm and includes full automation functionality, where HTML form fields can be mapped directly to database fields for display or update without additional coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An execution engine for Linked Object Oriented Programming (L.O.O.P.). L.O.O.P. adds EXTERNAL LINK property for original OOP, which can make objects link, pass data to each other without knowing the other object's information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Xorio is a Java Based Framework for the creation of Dynamic Websites and Web-Applications. It has a "Stuctured Content Enginge" that allows to handel complex structured Content without new Databse Structures and with no or not very much Programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    eGForms provides a generic, open source (eGovernment) forms solution. Web forms are specified easily and input is autom. transformed into XML - without programming. eGForms are autom. WAI compliant and fullfill the (Austrian) eGovernment styleguide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Radix is a RAD framework for creating native XML web applications. Complete web applications can be created without programming knowledge using XML, XSLT, XPath and related technologies. Radix can be extended using Java, JavaScript, Python, and Tcl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project targets the SPU of the Cell/BE Processor. This library is intended to help the person programming the SPUs on the Cell processor move data into and out of the local store of an SPU without having to directly program the DMA hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Jobi project is a web software platform that let's you define easly and without programming, portal applications. It serves as a front-end of any source of data in an enterprise environment. You define the presentation defined from components.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.