How does Applet work - FAQs
Applet gives you a lightweight canvas for building modern web apps quickly. It specializes in single-page, client-side apps with a small, dependable stack so you can prototype, iterate, and ship your ideas as quickly as you have them!
Important: Applet is in public alpha - things are changing rapidly and improving everyday. There's never been a better time to join the community on Discord, and share your thoughts.
What you can build Copied! Link to this section
Data-centric apps
Interactive prototypes & design tools
Media & creative
Simple games
If you follow me (Jack) on LinkedIn, you will have seen some of these games I've built with Applet 😜
Mobile-first & offline-friendly
Tip: This is just a quick run-down of some basic ideas and common use cases. Just because something isn't in this list, doesn't mean you can't build it. We love seeing the more creative things that Appleteers come up with. 😎
At a (slightly technical) glance Copied! Link to this section
Applet’s core stack is made up of:
You can add additional libraries, but not swap out the framework stack.
The simple version: you get a fast, responsive app that runs in the browser, uses clean design primitives, can draw charts, play audio, render 3D, and more.
For more info about Applet's limits, check out this article.
When to choose Applet Copied! Link to this section
Pick Applet when you want to:
Consider a different approach if you require:
FAQs Copied! Link to this section
Can I add other libraries?
Yes—utilities, chart helpers, form libs, etc. The core framework (React) stays the same.
Can I store data offline?
Not just yet - but we're working on it. Watch this space!
What about authentication?
Same as above, it's on its way. 🔜
