Quickstart • Documentation • Playground • Examples • Community & Support • Benchmarks
A modern web framework for building websites in Dart with support for both client-side and server-side rendering, as well as static site generation.
Want to contribute to Jaspr? Join our open Discord Community of developers around Jaspr and check out the Contributing Guide.
If you want to say thank you, star the project on GitHub and like the package on pub.dev 🙌💙
Inspired by DartPad, Jaspr has it's own online editor and playground, called JasprPad.
You can check out the samples, take the tutorial or try out jaspr for yourself, all live in the browser. When you want to continue coding offline, you can quickly download the current files bundled in a complete dart project, ready to start coding locally.
JasprPad is also built with Jaspr itself, so you can check out its source code to get a feel for how jaspr would be used in a larger app.
Jaspr is an alternative to Flutter Web, when you want to build any kind of website with Dart.
The Flutter team itself has stated on multiple occasions that
Flutter Web is for building Web-Apps, not Web-Sites.
That just means that while Flutter Web is a great technology for sharing your apps across multiple platforms including the web, it may not be suited for all types of websites that you want to build.
Jaspr works by giving you the familiar look and feel of the Flutter framework, while using native web technologies, like HTML, the DOM and CSS to enable you building all kinds of websites using Dart.
Instead of trying to mirror every little thing from Flutter, jaspr
tries to give a general Fluttery feeling
by matching features where it makes sense without compromising on the unique properties of the web platform.
Rather it embraces these differences to give the best of both worlds.