Software Alternatives, Accelerators & Startups

htmx VS SQLPage - Build SQL-only websites

Compare htmx VS SQLPage - Build SQL-only websites and see what are their differences

htmx logo htmx

high power tools for HTML

SQLPage - Build SQL-only websites logo SQLPage - Build SQL-only websites

Build full web applications using just SQL queries
  • htmx Landing page
    Landing page //
    2023-05-25

htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext

htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react

  • SQLPage - Build SQL-only websites Landing page
    Landing page //
    2023-09-13

htmx videos

DjangoCon Europe 2023 | HTMX vs WASM - more backend or more frontend?

More videos:

  • Review - Dynamic Web Pages Without JavaScript? - Intro to HTMX

SQLPage - Build SQL-only websites videos

No SQLPage - Build SQL-only websites videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to htmx and SQLPage - Build SQL-only websites)
Software Development
100 100%
0% 0
Developer Tools
50 50%
50% 50
Javascript UI Libraries
73 73%
27% 27
Web Frameworks
0 0%
100% 100

User comments

Share your experience with using htmx and SQLPage - Build SQL-only websites. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, htmx should be more popular than SQLPage - Build SQL-only websites. It has been mentiond 68 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

htmx mentions (68)

  • Hanami and HTMX - progress bar
    Hi there! I want to show off a little feature I made using hanami, htmx and a little bit of redis + sidekiq. - Source: dev.to / 15 days ago
  • Migrating Next.js App to GO + Templ & HTMX
    Recently, I just rewrite one of my application Stashbin from Next.js to GO. Though my main motivation of this migration was to learn GO and experimenting with HTMX. I also aiming to reduce the resource usage of my application and simplify the deployment process. Initially, Stashbin codebase are split into two seperate repository, one for the frontend that uses Next.js and another for the backend that already uses... - Source: dev.to / 18 days ago
  • 🕸️ Web development trends we will see in 2024 👀
    HTMX is another library that gained popularity due to its server-first approach to rendering data, although seeking a much simpler way of appealing to developers. - Source: dev.to / 25 days ago
  • Reusable Input Datalist
    When I work with HTMX I need isolated component that can be reusable a form. So I create a PHP Function that generate the Input Datalist. - Source: dev.to / about 2 months ago
  • HTMZ inspired form subission
    I was inspired by htmz (which was in turn inspired by htmx) and how the author got pretty close to a basic htmx-like experience just using an iframe. I wanted to push it a little further so whipped this demo together. My submission demonstrates progressive enhancement for the form - with js enabled the request targets an iframe that is inserted into the dom, meaning the page doesn't actually navigate (similar to... - Source: dev.to / about 2 months ago
View more

SQLPage - Build SQL-only websites mentions (19)

  • SQLPage – Building a full web application with nothing but SQL queries [video]
    Saving a few clicks for readers: Project page: https://sql.ophir.dev/. - Source: Hacker News / 2 months ago
  • Bruno
    I am currently looking for a solution to run automated tests on a sql website generator I am working on ( https://sql.ophir.dev ) I wanted to use hurl (https://hurl.dev/), but Bruno's UI seems to be useful while developing the tests... Has someone tried both ? Which is better for automated testing, including when the response type is html and not json? - Source: Hacker News / 2 months ago
  • Apache Superset
    Full fledged BI tools like Superset and Metabase are amazing for their intended use cases. But they may be an overkill if your primary use case is to infrequently build semi-interactive reports for non-technical end-users and your use cases are are mostly covered by standard graphs & tables. Esp. So if you are familiar with SQL and have access to the underlying data source. Two nifty utilities I have found to be... - Source: Hacker News / 3 months ago
  • PostgREST: Providing HTML Content Using Htmx
    I feel obligated to add a shameless plug here. The idea is very close to a project I presented at pgconf.eu last week: SQLPage https://sql.ophir.dev/ SQLPage has the same goal as postgrest+htmx, but is a little bit higher level. It let's you build your application using prepackaged components you can invoke directly from SQL, without having to write any HTML, CSS, or JS. - Source: Hacker News / 5 months ago
  • I think I need to go lie down
    I have been thinking about that a lot recently. Where I work, we spend a very small fraction of our time on building things that are unique to our business. Maybe we are doing something very wrong, but I am under the impression that most of the code that gets written is extremely low-entropy. This low-entropy, repetitive coding is not limited to the user interfaces. We do tend to describe the same structures and... - Source: Hacker News / 6 months ago
View more

What are some alternatives?

When comparing htmx and SQLPage - Build SQL-only websites, you can also consider the following products

Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.

Fyne - The Fyne toolkit is an easy to learn, free and open source, platform for building graphical applications for desktop, mobile and beyond.

Gio UI - Gio is an open source library for creating portable, immediate mode GUI programs for Android, iOS, Linux, Windows, macOS.

Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.

Postgres.js - Postgres.js - The Fastest full featured PostgreSQL client for Node.js - porsager/postgres

Stimulus - A modest JavaScript framework for the HTML you already have, by Basecamp