diff --git a/blogpost-apps/local-first-form-builder/README.md b/blogpost-apps/local-first-form-builder/README.md new file mode 100644 index 0000000..e66fb34 --- /dev/null +++ b/blogpost-apps/local-first-form-builder/README.md @@ -0,0 +1,26 @@ +# SurveyJS Form Builder – Offline Preact Demo + +This is a lightweight demo showcasing how to use the [SurveyJS Form Builder](https://surveyjs.io/open-source) in an **offline-first Preact** setup. + +## Features + +- How to self-host the SurveyJS Form Builder +- How to work completely offline (no internet required) +- How to save/load survey JSON and theme to/from `localStorage` +- How to sync survey data manually when needed + +## Related Blog Post +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). + +## Tech Stack + +- Preact +- SurveyJS Form Library +- LocalStorage API + +## How to Run + +1. Clone this repository +2. Open `index.html` directly in a browser — no server required + +This demo is static and runs 100% in the browser. diff --git a/blogpost-apps/local-first-form-builder/index.html b/blogpost-apps/local-first-form-builder/index.html index ae9446f..586f117 100644 --- a/blogpost-apps/local-first-form-builder/index.html +++ b/blogpost-apps/local-first-form-builder/index.html @@ -3,7 +3,7 @@
-