From 7ae2b7a71ce6f02d8bd4db9224218437a94547cf Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 1 Apr 2026 00:56:25 +0000 Subject: [PATCH] birdseyeview --- birdseye.txt | 30 ++++++++++++++++++++++++++++++ currentstate.txt => phase1.txt | 0 2 files changed, 30 insertions(+) create mode 100644 birdseye.txt rename currentstate.txt => phase1.txt (100%) diff --git a/birdseye.txt b/birdseye.txt new file mode 100644 index 0000000..93d6503 --- /dev/null +++ b/birdseye.txt @@ -0,0 +1,30 @@ +# aiNAS decision scaffold + + STEAL NOW OWN NOW + ------------------- ------------------- + Nextcloud server aiNAS control plane + Nextcloud desktop aiNAS product API + Nextcloud iOS aiNAS policy model + Nextcloud external storage aiNAS device model + Nextcloud sharing UI aiNAS mount model + + LATER + ----------------------- + branded/forked clients + true mount agent + standalone web product + deeper indexing/search + + users + | + +--> Nextcloud web shell/app --------\ + | - login/session | + | - file/share UI | + | - thin aiNAS entry page | + | - OCS route | + | v + +--> Nextcloud desktop/iOS ----> aiNAS control plane ----> storage backends + - Finder presence - devices - NAS / SMB / S3 + - sync / virtual files - policies - NFS / WebDAV + - mobile app - shares/mounts - local/ZFS/etc + - future product API diff --git a/currentstate.txt b/phase1.txt similarity index 100% rename from currentstate.txt rename to phase1.txt