diff --git a/apps/hrmaccevents/ChangeLog b/apps/hrmaccevents/ChangeLog
new file mode 100644
index 000000000..5560f00bc
--- /dev/null
+++ b/apps/hrmaccevents/ChangeLog
@@ -0,0 +1 @@
+0.01: New App!
diff --git a/apps/hrmaccevents/app.png b/apps/hrmaccevents/app.png
new file mode 100644
index 000000000..337b3cdc8
Binary files /dev/null and b/apps/hrmaccevents/app.png differ
diff --git a/apps/hrmaccevents/custom.html b/apps/hrmaccevents/custom.html
new file mode 100644
index 000000000..c0098eb12
--- /dev/null
+++ b/apps/hrmaccevents/custom.html
@@ -0,0 +1,190 @@
+
+
+ Bangle.js Accelerometer streaming
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/hrmaccevents/metadata.json b/apps/hrmaccevents/metadata.json
new file mode 100644
index 000000000..de59dceac
--- /dev/null
+++ b/apps/hrmaccevents/metadata.json
@@ -0,0 +1,14 @@
+{
+ "id": "hrmaccevents",
+ "name": "HRM Accelerometer event recorder",
+ "shortName": "HRM ACC recorder",
+ "version": "0.01",
+ "type": "ram",
+ "description": "Record HRM and accelerometer events in high resolution to CSV files in your browser",
+ "icon": "app.png",
+ "tags": "debug",
+ "supports": ["BANGLEJS","BANGLEJS2"],
+ "custom": "custom.html",
+ "customConnect": true,
+ "storage": [ ]
+}