You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a lightweight demo showcasing how to use the [SurveyJS Form Builder](https://surveyjs.io/open-source) in an **offline-first Preact** setup.
4
+
5
+
## Features
6
+
7
+
- How to self-host the SurveyJS Form Builder
8
+
- How to work completely offline (no internet required)
9
+
- How to save/load survey JSON and theme to/from `localStorage`
10
+
- How to sync survey data manually when needed
11
+
12
+
## Related Blog Post
13
+
Read the full tutorial here: [Build Truly Offline Web Forms with SurveyJS](https://surveyjs.io/stay-updated/blog/local-fist-form-builder#try-the-demo-offline-surveyjs-creator).
14
+
15
+
## Tech Stack
16
+
17
+
- Preact
18
+
- SurveyJS Form Library
19
+
- LocalStorage API
20
+
21
+
## How to Run
22
+
23
+
1. Clone this repository
24
+
2. Open `index.html` directly in a browser — no server required
0 commit comments