anvil-runtime VS nicegui

Compare anvil-runtime vs nicegui and see what are their differences.

anvil-runtime

The runtime engine for hosting Anvil web apps (by anvil-works)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
anvil-runtime nicegui
14 179
834 7,403
1.7% 6.1%
4.6 9.9
5 months ago 6 days ago
Clojure Python
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

anvil-runtime

Posts with mentions or reviews of anvil-runtime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-13.
  • Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
    25 projects | news.ycombinator.com | 13 Mar 2023
    Founder here. Self hosting is a thing - just "pip install anvil-app-server"!

    https://anvil.works/open-source

  • The New Anvil Editor: Build Python Web Apps with Even More Power and Flexibility
    1 project | /r/Python | 31 Jan 2023
    To be fair, it has a free tier which gives you most of Anvil's features and lets you build unlimited apps. There's also the open-source app server if you want to host your apps yourself and work around the paid tier's DB limits: https://github.com/anvil-works/anvil-runtime
  • Pynecone - a full-stack framework for building and deploying web apps.
    2 projects | /r/Python | 14 Dec 2022
    The runtime is open source: https://github.com/anvil-works/anvil-runtime
  • Ask HN: Hunting for a Framework
    23 projects | news.ycombinator.com | 4 Dec 2022
    https://github.com/anvil-works/anvil-runtime#using-the-stand...

    The code is GNU AFFERO GENERAL PUBLIC LICENSE Version 3.

  • New Anvil tutorial, 150+ pages, with 220 screenshots, and 25 app examples
    1 project | /r/Python | 3 Jul 2022
    anvil server
  • New? READ ME FIRST!
    1 project | /r/AnvilWorks | 2 May 2022
    Anvil is a platform for building web apps with nothing but Python - no HTML, CSS or JavaScript required. Anvil also comes with lots of built-in features like one-click deployment, databases, user authentication, email and the open-source app server.
  • Is JavaScript necessary for python web developer.
    4 projects | /r/learnpython | 22 Oct 2021
    anvil.works
  • The new (beta) Anvil editor has been released
    2 projects | /r/Python | 16 Sep 2021
  • Ask HN: Who is hiring? (June 2021)
    17 projects | news.ycombinator.com | 1 Jun 2021
    Anvil | Software Developer | Cambridge, UK | On-site/Semi-Remote | Full-time or Part-time | https://anvil.works/jobs

    Anvil | Junior Software Developer | Cambridge, UK | On-site/Semi-Remote | Full-time or Part-time | https://anvil.works/jobs

    Anvil | Developer Advocate | Cambridge, UK | On-site/Semi-Remote | Full-time or Part-time | https://anvil.works/jobs

    Help us fix web development at Anvil (https://anvil.works)!

    Web development is way too hard – Javascript, HTML, CSS, SQL, and frameworks coming out of your ears. So we built Anvil: a simpler way for anyone to build full-stack web apps, entirely in Python. Anvil is a web framework; it’s an online code editor; it’s a GUI builder; and it’s a hosting platform. And you’ll be helping us with all of it.

    We're looking for:

    SOFTWARE DEVELOPERS:

    Build the platform that's fixing web development for everyone. You’ll be working on the Anvil editor (that’s the development environment, code editor, drag-and-drop designer, version control, and so on) and the Anvil runtime (that’s the Python-to-JS compiler, UI toolkit, database, integrations, and the hosting engine that makes it so easy to deploy).

    Our stack is mostly Javascript, Clojure and Python (in descending order of line count). We don’t need you to be an expert in all of these already, and for the junior role we don't need any. Otherwise, we’ll want to see evidence that you can hit the ground running with at least one of them – or that you’re a great all-rounder who won’t have a problem with any of them.

    Much (or most) of your work will be open source: https://anvil.works/open-source

    DEVELOPER ADVOCATES:

    We need developers with great communication skills, to show people how to build awesome things with Anvil. You’ll be writing how-to guides, blog posts and tutorials, building example apps, presenting Anvil at conferences (when those resume), and helping our users – from individual developers to huge tech companies – build their applications. And then you’ll help us work out how to improve Anvil for them.

    It's rewarding work – developers love being introduced to Anvil (our stand is always crowded[0] at conferences!). Plus, there are all the advantages of an early-stage startup: lots of autonomy, and huge impact.

    We're bootstrapped and profitable, with customers ranging from tiny startups to household names. Find out more: https://anvil.works/jobs

  • How to host Anvil web app with the uplink
    1 project | /r/AnvilWorks | 16 Apr 2021
    Are you using the `--uplink-key` flag or `--client-uplink-key` flag when running your app with the app server? Anvil App Server - advanced config

nicegui

Posts with mentions or reviews of nicegui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-01.
  • FastUI: Build Better UIs Faster
    12 projects | news.ycombinator.com | 1 Mar 2024
    I was looking at this space and nicegui seemed like the best ootb experience.

    https://nicegui.io/

  • Show HN: Hyperdiv – Reactive, immediate-mode web UI framework for Python
    9 projects | news.ycombinator.com | 20 Feb 2024
    Dash is similar in spirit, as a "build web UIs with Python" framework. Dash seems more similar to nicegui (https://nicegui.io) architecturally than to Hyperdiv. Like nicegui, it builds a static dom that is then mutated via callbacks or data bindings.

    By contrast, Hyperdiv lays out UI declaratively based on state, and when state changes, the app re-runs, generating an updated UI. Streamlit and Hyperdiv seem to work similarly, though I'm not sure how Streamlit handles state and state-based layout.

  • PysimpleGUI
    10 projects | news.ycombinator.com | 8 Dec 2023
    For native GUI, DearPyGui[0] as modern as you can.

    For browser web-based GUI, you can use nicegui[1]

    [0] -- https://github.com/hoffstadt/DearPyGui

    [1] -- https://github.com/zauberzeug/nicegui

  • Python GUI libraries recommendations?
    1 project | /r/pythontips | 6 Dec 2023
  • Learning building webpages and websites in Python
    3 projects | /r/learnprogramming | 6 Dec 2023
    I want to bring to attention a set of frameworks that make webdevelopment using Python simple and fun. The popular opinion maybe that webpages developed with Python maybe slow. But this is not the case. Do checkout https://github.com/ofjustpy/ofjustpy/, https://github.com/zauberzeug/nicegui/ and https://github.com/justpy-org/justpy . All these frameworks are build on top of Starlette and make web development really easy. If you want simple and ready to use the nicegui is the choice. If you want fast, scalable, and more control then give ofjustpy a try.
  • Updating the progress in UI from run.cpu_bound method
    1 project | /r/nicegui | 5 Dec 2023
  • Moving from Streamlit to Nicegui
    1 project | /r/nicegui | 5 Dec 2023
    Yes, NiceGUI aims for a very gentle learning curve. Coming from Streamlit I suspect your main adaptation will be that in NiceGUI you need to write valid Python code. Streamlit constantly reevaluates your script which feels nice and easy but creates lots of problems down the road. See https://github.com/zauberzeug/nicegui/discussions/21.
  • Show HN: Dropbase – Build internal web apps with just Python
    7 projects | news.ycombinator.com | 5 Dec 2023
    Auth is a big limitation. It's not a built-in component, they have [an example](https://github.com/zauberzeug/nicegui/blob/main/examples/aut...) using the FastAPI layer for auth, but I haven't had time the time to try implementing it. It's definitely not something you get out of the box with NiceGUI.

    For scaling, I am viewing it mostly as an internal tool builder. I wouldn't recommend it for external applications. So as far as scaling an internal app I think it works fine. [Their website](https://nicegui.io) is built with NiceGUI, and it works fine, but you can feel the lag occasionally on some of their larger demo pages.

  • *FOLDER* picker, not file picker?
    1 project | /r/nicegui | 1 Dec 2023
  • Didn't want to click on refresh to see updates, this is what I did!
    2 projects | dev.to | 15 Nov 2023
    Well, I was at PyCon Ireland last weekend and I missed the NiceGUI talk. I hear postive things about it and anything shiney and anything frontend-related always catches my attention (although I admit talking to a friend when I missed this talk was just as fun, and it was worth it).

What are some alternatives?

When comparing anvil-runtime and nicegui you can also consider the following projects:

brython - Brython (Browser Python) is an implementation of Python 3 running in the browser

reflex - 🕸️ Web apps in pure Python 🐍

appsmith - Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

streamlit - Streamlit — A faster way to build and share data apps.

Grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.

Metabase - The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:

remi - Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.

dash - Data Apps & Dashboards for Python. No JavaScript Required.

cli - Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data)

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production