SaaSHub helps you find the best software and product alternatives Learn more →
Sciter Alternatives
Similar projects and alternatives to sciter
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
Servo
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
-
slint
Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps.
-
-
-
-
webview
Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
-
-
-
-
-
-
-
sciter discussion
sciter reviews and mentions
- Deno Desktop
- Sciter – Embeddable HTML/CSS/JavaScript Engine
-
When AI 'builds a browser,' check the repo before believing the hype
If I was to spend a trillion tokens on a barely working browser I would have started with the source code of Sciter [0] instead. I really like the premise of an electron alternative that compiles to a 5MB binary, with a custom data store based on DyBASE [1] built into the front end javascript so you can just persist any object you create. I was ready to build software on top of it but couldn't get the basic windows tutorial to work.
[0] https://sciter.com/
[1] http://www.garret.ru/dybase.html
-
Show HN: Vaev – A browser engine built from scratch (It renders google.com)
There is also https://sciter.com/ that the author tried to find finance to make it opensource but couldn't find enough supporters.
-
Servo in 2024: stats, features and donations
> I'm convinced that using an embedded browser engine to render app UI is the future.
Sciter exists: https://sciter.com/
And it indeed is great for UI.
-
Blitz: A lightweight, modular, extensible web renderer
I think Sciter is probably the better comparison:
https://sciter.com/
It is a ground-up implementation of HTML and CSS rendering. IIRC it used to have its own programming language but now uses JS.
I’ve long been interested in this kind of thing but haven’t actually played with Sciter in depth. Used to be that the licensing was a concern but looking at the site now it seems the terms have changed to be much more flexible.
-
So You Want to Build a Browser Engine
Seems a good place to mention https://sciter.com/
It's been on HN loads of times.
A "browser" engine but very narrow scope. Works a treat for LOB type apps.
- Show HN: Open Source TailwindCSS UI Components
-
Show HN: Dropflow, a CSS layout engine for node or <canvas>
> wondering if css and svg could be used as abstraction over graphics and UI libraries
There's another project called Sciter that uses CSS to target native graphics libraries: https://sciter.com
> I wonder how hard it was to implement css. I've heard it can be pretty complex.
It was hard, but the biggest barrier is the obscurity of the knowledge.
Text layout is the hardest, because working with glyphs and iterating them in reverse for RTL is brain-breaking. And line wrapping gets really complicated. It's also the most obscure because nobody has written down everything you need to know in one place. After I finished block layout early on, I had to stop for a couple of years (only working a few hours a week though) and learn all of the ins, outs, dos, and don'ts around shaping and itemizing text. A lot of that I learned by reading Pango's [1] source code, and a lot I pieced together from Google searches.
But other than that, the W3C specifications cover almost everything. The CSS2 standard [2] is one of the most beautiful things I've ever read. It's internally consistent, concise, and obviously the result of years of deliberation, trial and error. (CSS3 is great, but CSS2 is the bedrock for everything).
[1] https://gitlab.gnome.org/GNOME/pango/
- Ask HN: Fastest cross-platform GUI stack/strategy
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Jul 2026
Stats
The primary programming language of sciter is C++.