Skip to content

Commit 39a33e1

Browse files
committed
Add Readme
1 parent 8332281 commit 39a33e1

File tree

1 file changed

+26
-0
lines changed
  • blogpost-apps/local-first-form-builder

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# SurveyJS Form Builder – Offline Preact Demo
2+
3+
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
25+
26+
This demo is static and runs 100% in the browser.

0 commit comments

Comments
 (0)