Alternatives to Django

Compare Django alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Django in 2024. Compare features, ratings, user reviews, pricing, and more from Django competitors and alternatives in order to make an informed decision for your business.

  • 1
    Express

    Express

    OpenJS Foundation

    Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy. Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love. Express has no notion of a database. This concept is left up to third-party Node modules, allowing you to interface with nearly any database. In Express, 404 responses are not the result of an error, so the error-handler middleware will not capture them. This behavior is because a 404 response simply indicates the absence of additional work to do; in other words, Express has executed all middleware functions and routes, and found that none of them responded.
    Starting Price: Free
  • 2
    FastAPI

    FastAPI

    FastAPI

    FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available. Minimize code duplication, multiple features from each parameter declaration.
  • 3
    Flask

    Flask

    Flask

    Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy.
  • 4
    Bottle

    Bottle

    Bottle

    Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library. Requests to function-call mapping with support for clean and dynamic URLs. Fast and pythonic built-in template engine and support for mako, jinja2 and cheetah templates. Convenient access to form data, file uploads, cookies, headers and other HTTP-related metadata. Built-in HTTP development server and support for paste, bjoern, gae, cherrypy or any other WSGI capable HTTP server.
  • 5
    AdonisJS

    AdonisJS

    AdonisJS

    AdonisJS includes everything you need to create a fully functional web app or an API server. So stop wasting hours downloading and assembling hundreds of packages. Use AdonisJS and be productive from day one. AdonisJS is not a minimalist framework. To give your projects a head start, we pack many baseline features within the core of the framework. AdonisJS has a feature-rich routing layer with support for route groups, subdomain-based routing, and resource resources. Controllers are first-class citizens in AdonisJS. They help you remove the inline route handlers to dedicated controller files. Along with the standard body parser, the support for managing file uploads is baked into the framework core. The schema-based validator of AdonisJS provides you with both runtime validations and static type safety. Create traditional-style server-rendered web apps using the home-grown template engine of AdonisJS.
  • 6
    CakePHP

    CakePHP

    CakePHP

    The migration guide has a complete list of what's new in 4.3.0. We recommend you give that page a read when upgrading. While CakePHP 4 contains a number of breaking changes we have prepared an exhaustive migration guide covering all the deprecated and removed features as well as highlighting the shiny new features. CakeDC, the commercial entity behind the CakePHP framework, was established by Larry Masters, the founder of CakePHP. CakeDC offers CakePHP development, consultancy, CakePHP training and code review Services. From startups and social networks to e-commerce and enterprise-level applications, CakeDC provides the highest quality CakePHP development available. The things you need are built-in. Translations, database access, caching, validation, authentication, and much more are all built into one of the original PHP MVC frameworks.
    Starting Price: Free
  • 7
    CherryPy

    CherryPy

    CherryPy

    CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This results in smaller source code developed in less time. CherryPy is now more than ten years old, and it has proven to be fast and reliable. It is being used in production by many sites, from the simplest to the most demanding. In order to make the most of CherryPy, you should start with the tutorials that will lead you through the most common aspects of the framework. Once done, you will probably want to browse through the basics and advanced sections that will demonstrate how to implement certain operations. Finally, you will want to carefully read the configuration and extend sections that go in-depth regarding the powerful features provided by the framework.
  • 8
    CubicWeb

    CubicWeb

    CubicWeb

    Modeling your data is the first step, as it always should be because applications fade away but data is here to stay. Once your model is implemented, your CubicWeb application runs and you can incrementally add high-value functionalities for your users. Based on the application model, RQL is a compact language focused on the attributes and relationships of the data. It is similar to SPARQL but is more readable by human beings. After a RQL request has selected a graph of data, several views can be applied to display the information in the most relevant way. All CubicWeb architecture is designed along this pattern. Permissions are directly defined in the data model with limitless precision. Security checks are automatically added to any RQL request submitted to the engine. CubicWeb relies on a standard SQL database for storing and managing data. PostgreSQL is the preferred database of CubicWeb.
  • 9
    AIOHTTP

    AIOHTTP

    AIOHTTP

    Supports both client and server side of HTTP protocol, both client and server web-sockets out-of-the-box, and avoids callback hell and web-server with middlewares and pluggable routing.
  • 10
    Giotto

    Giotto

    Giotto

    It is based on the concept of Model, View and Controllers. The framework is designed to enforce a clean style that results in code that is maintainable over a long period. Other popular web frameworks are built with a mindset of launching fast. This results in code that will deploy quickly, but falls under it’s own complexity after many iterations. An example of a controller process is Apache, or gunicorn. A manifest is given to the controller process when it is started. All incoming requests to the controller process will be routed to a program contained within the manifest. A manifest is just a collection of programs. A user makes a request to the controller process. This can be a web request, or a command line invocation, or any other action that is handled by a controller process.
  • 11
    Micronaut

    Micronaut

    Micronaut Framework

    Your application startup time and memory consumption aren’t bound to the size of your codebase, resulting in a monumental leap in startup time, blazing fast throughput, and a minimal memory footprint. When building applications with reflection-based IoC frameworks, the framework loads and caches reflection data for every bean in the application context. Built-in cloud support including discovery services, distributed tracing, and cloud runtimes. Quick configuration of your favorite data-access layer and the APIs to write your own. Realize benefits quickly by using familiar annotations in the way you are used to. Easily spin up servers and clients in your unit tests and run them instantaneously. Provides a simple, compile-time, aspect-oriented programming API that does not use reflection.
  • 12
    Litestar

    Litestar

    Litestar

    Everything that's needed to build modern APIs, from data serialization and validation to websockets, ORM integration, session management, authentication and more. Litestar puts great emphasis on developer experience and performance: It's one of the fastest ASGI frameworks and developing with it is just as fast. Asynchronous at heart, but with synchronous execution not as a second class citizen: Synchronous applications run without performance penalties. Interfaces for various key/value stores that seamlessly integrate with your application and third party extensions. Response caching with minimal configuration and overhead to speed up response times. Response caching with minimal configuration and overhead to speed up response times. Session and JWT based authentication and utilities at your disposal to start building your authentication layer with ease.
  • 13
    LoopBack

    LoopBack

    LoopBack

    A highly extensible Node.js and TypeScript framework for building APIs and microservices. A brand new LoopBack core to deliver great extensibility and flexibility written in TypeScript/ES2017. Create powerful APIs easily with a new creative experience for defining REST APIs and handling API requests/responses. A new, improved programming model with dependency injection and new concepts such as components, mixins, repositories, etc. make this the most extensible version yet. The LoopBack 4 CLI is a command-line interface that can scaffold a project or extension. The CLI provides the fastest way to get started with a LoopBack 4 project that adheres to best practices. LoopBack is a highly-extensible, open-source Node.js framework that enables you to create dynamic end-to-end REST APIs with little or no coding. Access data from major relational databases, MongoDB, SOAP, and REST APIs. Incorporate model relationships and access controls for complex APIs.
  • 14
    Grails

    Grails

    Grails

    A powerful Groovy-based web application framework for the JVM built on top of Spring Boot. Convention-over-configuration, sensible defaults, opinionated APIs, and the Groovy language combine to make the Grails® framework easy to learn for Java developers. The Grails framework is built on top of Spring Boot and leverages Spring Boot's time-saving features, such as Spring-powered dependency injection. The Grails framework seamlessly and transparently integrates and interoperates with Java, the JVM, and existing Java EE containers. Apache Groovy is a language for the Java platform designed to enhance developers' productivity. It is an optionally-typed and dynamic language but with static-typing and static compilation capabilities. The Grails framework seamlessly integrates with GORM, a data access toolkit that provides a rich set of APIs for accessing relational and non-relational data. GORM also includes implementations for Hibernate (SQL), MongoDB, Cassandra, and Neo4j.
    Starting Price: Free
  • 15
    Jinja

    Jinja

    Jinja

    Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document.
    Starting Price: Free
  • 16
    Laravel

    Laravel

    Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things. We love clean code just as much as you do. Simple, elegant syntax puts amazing functionality at your fingertips. Every feature has been thoughtfully considered to provide a wonderful developer experience. Dispatch background jobs to perform slow tasks like sending emails and generating reports while maintaining blazing fast response times. Stop sweating authentication. Laravel provides scaffolding for secure, session-based authentication, while Laravel Sanctum provides painless authentication for APIs and mobile applications. Laravel is committed to delivering the best testing experience you can imagine. No more brittle tests that are a nightmare to maintain. Beautiful testing APIs, database seeding, and painless browser testing let you ship with confidence.
    Starting Price: Free
  • 17
    NestJS

    NestJS

    NestJS

    Gives you true flexibility by allowing use of any other libraries thanks to modular architecture. An adaptable ecosystem that is a fully-fledged backbone for all kinds of server-side applications. Takes advantage of latest JavaScript features, bringing design patterns and mature solutions to Node.js world. A complete development kit for building scalable server-side apps. In recent years, thanks to Node.js, JavaScript has become the “lingua franca” of the web for both front and backend applications. This has given rise to awesome projects like Angular, React and Vue, which improve developer productivity and enable the creation of fast, testable, and extensible frontend applications. However, while plenty of superb libraries, helpers, and tools exist for Node (and server-side JavaScript), none of them effectively solve the main problem of - Architecture.
  • 18
    hapi

    hapi

    hapi

    Build powerful, scalable applications, with minimal overhead and full out-of-the-box functionality, your code, your way. Developed initially to handle Walmart’s Black Friday sales, hapi continues to be the proven choice for enterprise-grade backend needs. When you install hapi, every single line of code you get has been verified. You never have to worry about some deep dependency being poorly maintained (or handed over to someone sketchy). hapi is the only leading node framework without any external code dependencies. hapi requires the most secure settings to manage, control, and distribute code, including 2FA for all contributors. Every hapi component comes with the most secure defaults out of the box. Along with protecting server load with payload limits and request timeouts, hapi blocks error messages that could leak information or echo back exploits. The most comprehensive authorization and authentication API available in a Node framework.
    Starting Price: Free
  • 19
    Starlette

    Starlette

    Starlette

    Starlette includes an application class Starlette that nicely ties together all of its other functionality. A list of middleware to run for every request. A starlette application will always automatically include two middleware classes. ServerErrorMiddleware is added as the very outermost middleware, to handle any uncaught errors occurring anywhere in the entire stack. ExceptionMiddleware is added as the very innermost middleware, to deal with handled exception cases occurring in the routing or endpoints. Startup handler callables do not take any arguments and may be either standard functions or async functions. Shutdown handler callables do not take any arguments and may be either standard functions or async functions.
  • 20
    PocketBase

    PocketBase

    PocketBase

    Embedded performant database with schema builder, data validations, real-time subscriptions, and easy-to-use REST API. Sanely store files locally or in S3 storage. Easily attach media to your database records and generate thumbs on the fly. Use as a standalone app or as Go framework, that you can extend via hooks to create your own custom portable backend. Provides official client SDKs for painless integration. PocketBase differs from other similar backend solutions like Firebase, Supabase, Nhost, etc. and doesn't support running cloud functions. Instead, PocketBase could be used as a Go framework that enables you to build your own custom app-specific business logic and still have a single portable executable at the end.
    Starting Price: Free
  • 21
    Sails

    Sails

    Sails

    Build practical, production-ready Node.js apps in a matter of weeks, not months. Sails is the most popular MVC framework for Node.js, designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps, data-driven APIs with scalable, service-oriented architecture. Sails makes it easy to build custom, enterprise-grade Node.js apps. Building on top of Sails means your app is written entirely in JavaScript, the language you and your team are already using in the browser. Sails bundles a powerful ORM, Waterline, which provides a simple data access layer that just works, no matter what database you're using. Sails comes with blueprints that help jumpstart your app's backend without writing any code. Since Sails translates incoming socket messages for you, they're automatically compatible with every route in your Sails app. Sails offers commercial support to accelerate development and ensure best practices in your code.
    Starting Price: Free
  • 22
    Sanic

    Sanic

    Sanic

    Intuitive API with smart defaults and no bloat allows you to get straight to work building your app. Build the way you want to build without letting your tooling constrain you. Built from the ground up with speed and scalability as a main concern. It is ready to power web applications big and small. Out of the box, it comes bundled with a web server ready to power your web applications. Sanic is one of the overall most popular frameworks on PyPI, and the top async enabled framework. The project is maintained and run by the community for the community.
  • 23
    Spring Boot

    Spring Boot

    VMware Tanzu

    Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need minimal Spring configuration. Provide production-ready features such as metrics, health checks, and externalized configuration. Provide opinionated 'starter' dependencies to simplify your build configuration. Automatically configure Spring and 3rd party libraries whenever possible.
  • 24
    Spring Framework
    Spring makes programming Java quicker, easier, and safer for everybody. Spring’s focus on speed, simplicity, and productivity has made it the world's most popular Java framework. Spring’s flexible libraries are trusted by developers all over the world. Spring delivers delightful experiences to millions of end-users every day—whether that’s streaming TV, online shopping, or countless other innovative solutions. Spring’s flexible and comprehensive set of extensions and third-party libraries let developers build almost any application imaginable. At its core, Spring Framework’s Inversion of Control (IoC) and Dependency Injection (DI) features provide the foundation for a wide-ranging set of features and functionality. Whether you’re building secure, reactive, cloud-based microservices for the web, or complex streaming data flows for the enterprise, Spring has the tools to help.
    Starting Price: Free
  • 25
    restify

    restify

    restify

    A Node.js web service framework optimized for building semantically correct RESTful web services ready for production use at scale. restify optimizes for introspection and performance and is used in some of the largest Node.js deployments on Earth. Running at scale requires tracing problems back to their origin by separating noise from the signal. restify is built from the ground up with post-mortem debugging in mind. Staying true to the spec is one of the foremost goals of the project. You will see references to RFCs littered throughout GitHub issues and the codebase. restify is used by some of the industry's most respected companies to power some of the largest deployments of Node.js on planet Earth—the future of Node.js REST development. Setting up a server is quick and easy. Like many other Node. js-based REST frameworks, restify leverages a Sinatra-style syntax for defining routes and the function handlers that service those routes.
    Starting Price: Free
  • 26
    Pop PHP Framework

    Pop PHP Framework

    Pop PHP Framework

    Pop PHP is an open source, object-oriented PHP framework with humble beginnings dating back to 2009, where it started as a small library of components. The focus of Pop is to provide a robust set of lightweight tools to assist developers with rapid application development. With a relatively small learning curve, Pop aims to help developers in getting the features they need into their applications so they can be up and running quickly. The Pop PHP Framework contains a group of core components and an additional 30+ components that serve as a toolkit for rapid application development. The framework itself has a base set of core components as well as numerous other additional components to facilitate many of the common features needed for a PHP application. The goal is so that anyone from a novice developer to an advanced programmer can install and start using the Pop PHP Framework quickly and effectively.
    Starting Price: Free
  • 27
    Djangojobs.Net

    Djangojobs.Net

    Djangojobs.Net

    Djangojobs.Net is leading #1 python django job board also provides resume research, screening questions features and simple applicant tracking system. The main goal is the informing Django developers with companies looking for them. We mainly service companies from EU member countries and United States however Djangojobs.Net is receiving many job ads from all around the world. We are in the market and python django community since 2012, We closely monitor what kind of development and progress have been going on python django space. We analyse and apply those changes to Djangojobs.Net We tried to keep job posting finding very simple with clear design in Djangojobs.Net. You can post your job in tree steps register, post, checkout.
    Starting Price: $229 per job
  • 28
    hug

    hug

    hug

    Drastically simplify API development over multiple interfaces. With hug, design and develop your API once, then expose it however your clients need to consume it. Be it locally, over HTTP, or through the command line - hug is the fastest and most modern way to create APIs on Python3. hug has been built from the ground up with performance in mind. It is built to consume resources only when necessary and is then compiled with Cython to achieve amazing performance. As a result, hug consistently benchmarks as one of the fastest Python frameworks and without question takes the crown as the fastest high-level framework for Python 3. hug makes it easy to expose multiple versions of your API. With hug you can simply specify what version or range of versions an endpoint supports and then automatically have that enforced and communicated to your API's users.
  • 29
    Growler

    Growler

    Growler

    Growler is a web framework built atop asyncio, the asynchronous library described in PEP 3156 and added to the standard library in python 3.4. It takes a cue from the Connect & Express frameworks in the nodejs ecosystem, using a single application object and series of middleware to process HTTP requests. The custom chain of middleware provides an easy way to implement complex applications. The pip utility allows packages to provide optional requirements, so features may be installed only upon request. This meshes well with the minimal nature of the Growler project: don't install anything the user doesn't need. That being said, there are (will be) community packages that are blessed by the growler developers (after ensuring they work as expected and are well tested with each version of growler) that will be available as extras directly from the growler package.
  • 30
    django CMS

    django CMS

    django CMS

    Customer Relation Management (CRM) Software such as Pipedrive or Hubspot can be integrated seamlessly into the CMS. django CMS allows you to implement your Corporate Identity and Brand without compromises. Don't reinvent the wheel. Much of the functionality you might want to add has already been created. Just pick from countless packages on the marketplace. All content can be edited in the frontend with ease. No coding skills required. Full drag and drop support for components and copy and paste anywhere, even across pages. Django CMS is just a django package. Use the full power of django, a top 3 modern global web framework with a huge community. Integrate your existing django modules into the CMS with ease. Use the AppHook feature to let editors add your apps anywhere in the CMS.
  • 31
    asyncio

    asyncio

    asyncio

    asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance network and web-servers, database connection libraries, distributed task queues, etc. asyncio is often a perfect fit for IO-bound and high-level structured network code.
  • 32
    django-mysql

    django-mysql

    django-mysql

    Django-MySQL extends Django’s built-in MySQL and MariaDB support their specific features not available on other databases. A new cache backend that makes use of MySQL’s upsert statement and does compression. Named locks for easy locking of e.g. external resources. Extra checks added to Django’s check framework to ensure your Django and MySQL configurations are optimal. Django-MySQL comes with a number of extensions to QuerySet that can be installed in a number of ways - e.g. adding the QuerySetMixin to your existing QuerySet subclass.
  • 33
    Yii

    Yii

    Yii PHP framework

    Yii is a fast, secure, and efficient PHP framework. Flexible yet pragmatic, works right out of the box, and has reasonable defaults. While Yii can virtually eliminate most repetitive coding tasks, you are responsible for the real creative work. This often starts with designing the whole system to be built, in terms of some database schema. The best way to do this is by using migrations. Yii gives you the maximum functionality by adding the least possible overhead. Sane defaults and built-in tools help you write solid and secure code. Write more code in less time with simple, yet powerful APIs and code generation. Yii is a generic web programming framework, meaning that it can be used for developing all kinds of web applications using PHP. Because of its component-based architecture and sophisticated caching support, it is especially suitable for developing large-scale applications such as portals, forums, content management systems (CMS), ecommerce projects, RESTful services, etc.
    Starting Price: Free
  • 34
    Nuxt

    Nuxt

    NuxtLabs

    Build your next Vue.js application with confidence using NuxtJS. An open source framework making web development simple and powerful. Nuxt is based on a powerful modular architecture. You can choose from more than 50 modules to make your development faster and easier. You don't have to reinvent the wheel to get PWA benefits, add Google Analytics to your page or generate a sitemap. With Nuxt.js, your application will be optimized out of the box. We do our best to build performant applications by utilizing Vue.js and Node.js best practices. To squeeze every unnecessary bit out of your app Nuxt includes a bundle analyzer and lots of opportunities to fine-tune your app. Our main focus is the Developer Experience. We love Nuxt.js and continuously improve the framework so you love it too! Expect appealing solutions, descriptive error messages, powerful defaults and detailed documentation.
  • 35
    Solara

    Solara

    Widgetti BV

    Many Python frameworks can handle basic dashboards but falter with complex ones, often leading teams to split into frontend and backend roles, causing various challenges. Solara is a new web framework that integrates ReactJS principles with Python simplicity. It offers a flexible API for various UI complexities and efficient state management. Solara supports a range of applications, from prototypes to intricate dashboards, and is compatible with platforms like Jupyter, Voilà, and various web servers. It emphasizes code quality, developer accessibility, and robust testing.
  • 36
    Falcon

    Falcon

    Falcon

    Falcon is a blazing fast, minimalist Python web API framework for building robust app backends and microservices. The framework works great with both asyncio (ASGI) and gevent/meinheld (WSGI). The Falcon web framework encourages the REST architectural style. Resource classes implement HTTP method handlers that resolve requests and perform state transitions. Falcon complements more general Python web frameworks by providing extra reliability, flexibility, and performance wherever you need it. A number of Falcon add-ons, templates, and complementary packages are available for use in your projects. We've listed several of these on the Falcon wiki as a starting point, but you may also wish to search PyPI for additional resources.
  • 37
    Tornado Web Server
    Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio can be mixed freely with Tornado.
  • 38
    Phoenix Framework

    Phoenix Framework

    Phoenix Framework

    Build rich, interactive web applications quickly, with less code and fewer moving parts. Join our growing community of developers using Phoenix to craft APIs, HTML5 apps and more, for fun or at scale. Interact with users and know who is connected right now, across one or dozens of nodes, by using our built-in Channels and Presence technologies. Or try LiveView for a refreshing new way to develop real-time apps without the client-side complexities. At its core, Phoenix is a rock-solid web framework that improves the tried and true Model-View-Controller (MVC) architecture with a fresh set of functional ideas. Phoenix puts the focus on your business domain, bringing you immediate productivity and long-term code maintainability.
    Starting Price: Free
  • 39
    ASP.NET

    ASP.NET

    Microsoft

    Blazor is a feature of ASP.NET for building interactive web UIs using C# instead of JavaScript. Blazor gives you real .NET running in the browser on WebAssembly. .NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications. ASP.NET supports industry standard authentication protocols. Built-in features help protect your apps against cross-site scripting (XSS) and cross-site request forgery (CSRF). ASP.NET provides a built-in user database with support for multi-factor authentication and external authentication with Google, Twitter, and more.
    Starting Price: Free
  • 40
    Jekyll

    Jekyll

    Jekyll

    No more databases, comment moderation, or pesky updates to install, just your content. Markdown, Liquid, HTML & CSS go in. Static sites come out ready for deployment. Permalinks, categories, pages, posts, and custom layouts are all first-class citizens here. Sick of dealing with hosting companies? GitHub Pages are powered by Jekyll, so you can easily deploy your site using GitHub for free, custom domain name and all. Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site’s look and feel, URLs, the data displayed on the page, and more. The Jekyll gem makes a jekyll executable available to you in your terminal. Typically you’ll use jekyll serve while developing locally and jekyll build when you need to generate the site for production. To change Jekyll’s default build behavior have a look through the configuration options.
  • 41
    CodeIgniter

    CodeIgniter

    CodeIgniter

    CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task. Where possible, CodeIgniter has been kept as flexible as possible, allowing you to work in the way you want, not being forced into working any certain way. The framework can have core parts easily extended or completely replaced to make the system work the way you need it to. In short, CodeIgniter is the malleable framework that tries to provide the tools you need while staying out of the way.
  • 42
    Mithril.js

    Mithril.js

    Mithril.js

    Mithril.js is a modern client-side JavaScript framework for building Single Page Applications. It's small (< 10kb gzip), fast and provides routing and XHR utilities out of the box. Mithril.js is used by companies like Vimeo and Nike, and open source platforms like Lichess. If you are an experienced developer and want to know how Mithril.js compares to other frameworks, see the framework comparison page. An easy way to try out Mithril.js is to include it from a CDN and follow this tutorial. It'll cover the majority of the API surface (including routing and XHR) but it'll only take 10 minutes. You can now update the label of the button by clicking the button. Since we used m.mount, you don't need to manually call m.render to apply the changes in the count variable to the HTML; Mithril.js does it for you.
  • 43
    Padrino

    Padrino

    Padrino

    Padrino was created to make it fun and easy to code more advanced web applications while still adhering to the spirit that makes Sinatra great! The Padrino code base has been kept simple and easy to understand, maintain and enhance. The generator for each new project creates a clean and compact directory structure keeping your code simple and well-organized. This framework can be used with ease for web development for a project of any size from your lightweight json web service to a large full-stack web application! Many people love the simplicity and expressiveness of Sinatra but quickly find themselves missing a great deal of functionality provided by other web frameworks such as Rails when building non-trivial applications. Starting from this assumption, we have developed a different approach to a web development framework.
  • 44
    Onsen UI

    Onsen UI

    Onsen UI

    Experience streamlined development with zero-time setup, using the technologies you already know and love - Javascript, HTML and CSS. Worried that PhoneGap / Cordova apps are slow? Fear not! All animations in Onsen UI have been tuned and optimized to perform well on a wide range of devices. We take great care to ensure that apps made using Onsen UI feel smooth even on lower end devices. Onsen UI is easy to learn while being a powerful tool to create complex mobile apps. We have lots of learning resources including official documentation, an interactive tutorial and a community forum where your questions get answered. A rich variety of UI components specially designed for mobile apps. Onsen UI provides tabs, side menu, stack navigation and tons of other components such as lists and forms.
  • 45
    React Native
    React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces. Use a little—or a lot. You can use React Native today in your existing Android and iOS projects or you can create a whole new app from scratch. React primitives render to native platform UI, meaning your app uses the same native platform APIs other apps do. Many platforms, one React. Create platform-specific versions of components so a single codebase can share code across platforms. With React Native, one team can maintain two platforms and share a common technology—React. React Native lets you create truly native apps and doesn't compromise your users' experiences. It provides a core set of platform agnostic native components like View, Text, and Image that map directly to the platform’s native UI building blocks.
  • 46
    Xamarin

    Xamarin

    Microsoft

    Free. Cross-platform. Open source. An app platform for building Android and iOS apps with .NET and C#. Use .NET and C# to create native apps for the billions of Android, iPhone, iPad, Mac, and Windows devices around the world. Add to that sharing code with any .NET app, empowering you to be more productive and build apps faster than ever across all platforms. Ready to take code sharing to the next level? Xamarin.Forms is an open source mobile UI framework from Microsoft for building iOS, Android, & Windows apps with .NET from a single shared codebase. Whether you want a consistent look across platforms or prefer native look and feel, Xamarin.Forms will get you up and running in no time. .NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications. Xamarin extends the .NET developer platform with tools and libraries specifically for building apps for Android, iOS, tvOS, watchOS, macOS, and Windows.
  • 47
    Apache Mahout

    Apache Mahout

    Apache Software Foundation

    Apache Mahout is a powerful, scalable, and versatile machine learning library designed for distributed data processing. It offers a comprehensive set of algorithms for various tasks, including classification, clustering, recommendation, and pattern mining. Built on top of the Apache Hadoop ecosystem, Mahout leverages MapReduce and Spark to enable data processing on large-scale datasets. Apache Mahout(TM) is a distributed linear algebra framework and mathematically expressive Scala DSL designed to let mathematicians, statisticians, and data scientists quickly implement their own algorithms. Apache Spark is the recommended out-of-the-box distributed back-end or can be extended to other distributed backends. Matrix computations are a fundamental part of many scientific and engineering applications, including machine learning, computer vision, and data analysis. Apache Mahout is designed to handle large-scale data processing by leveraging the power of Hadoop and Spark.
  • 48
    ThemeSelection

    ThemeSelection

    ThemeSelection

    ThemeSelection offers premium and free admin templates and UI kits designed to help developers kick-start their projects. We provide various templates for different frameworks, including Bootstrap, React, Vue, NextJS, Laravel, Django, Asp.NET, and many more.
    Starting Price: $59
  • 49
    Atri Framework

    Atri Framework

    Atri Labs

    Atri framework is a full-stack web development framework to build Progressive Web Apps. Use our visual editor to increase your productivity. You can also add your custom React code. Currently, we support Python for backend development. We are planning to add support for NodeJS soon. Our CLI provides rich support for easy deployment at your platform of choice such as GitHub Pages, AWS, etc. Atri framework comes with a suite of productivity tools such as a visual editor, asset management tools, etc. that significantly reduce development time from months to hours. Atri framework is extending the definition of full-stack to include non-web developers in the development and maintenance of an app.
    Starting Price: $100 per user per month
  • 50
    Spark Framework

    Spark Framework

    Spark Framework

    Spark Framework is a simple and expressive Java/Kotlin web framework DSL built for rapid development. Sparks intention is to provide an alternative for Kotlin/Java developers that want to develop their web applications as expressive as possible and with minimal boilerplate. With a clear philosophy Spark is designed not only to make you more productive, but also to make your code better under the influence of Spark’s sleek, declarative and expressive syntax. The JVM offers one of the biggest programming ecosystems in the world. It has a lot of Java web frameworks, but pure Java web development has traditionally been very cumbersome. If you love the JVM, but hate verbose code and frameworks, Spark is the web framework for you.