diff --git a/src/components/BackupFilesList.vue b/src/components/BackupFilesList.vue
new file mode 100644
index 00000000..d1501d5d
--- /dev/null
+++ b/src/components/BackupFilesList.vue
@@ -0,0 +1,597 @@
+/**
+ * Backup Files List Component
+ *
+ * Displays a list of backup files saved by the app and provides options to:
+ * - View backup files by type (contacts, seed, other)
+ * - Open individual files in the device's file viewer
+ * - Access the backup directory in the device's file explorer
+ *
+ * @component
+ * @displayName BackupFilesList
+ * @example
+ * ```vue
+ * Loading backup files... No backup files found Create backups using the export functions above 📁 Backup files are saved to persistent storage that survives app installations:Backup Files
+
+
+