diff --git a/apps/inventory/CLAUDE.md b/apps-archived/inventory/CLAUDE.md
similarity index 100%
rename from apps/inventory/CLAUDE.md
rename to apps-archived/inventory/CLAUDE.md
diff --git a/apps/inventory/apps/backend/drizzle.config.ts b/apps-archived/inventory/apps/backend/drizzle.config.ts
similarity index 100%
rename from apps/inventory/apps/backend/drizzle.config.ts
rename to apps-archived/inventory/apps/backend/drizzle.config.ts
diff --git a/apps/inventory/apps/backend/nest-cli.json b/apps-archived/inventory/apps/backend/nest-cli.json
similarity index 100%
rename from apps/inventory/apps/backend/nest-cli.json
rename to apps-archived/inventory/apps/backend/nest-cli.json
diff --git a/apps/inventory/apps/backend/package.json b/apps-archived/inventory/apps/backend/package.json
similarity index 100%
rename from apps/inventory/apps/backend/package.json
rename to apps-archived/inventory/apps/backend/package.json
diff --git a/apps/inventory/apps/backend/src/app.module.ts b/apps-archived/inventory/apps/backend/src/app.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/app.module.ts
rename to apps-archived/inventory/apps/backend/src/app.module.ts
diff --git a/apps/inventory/apps/backend/src/category/category.controller.ts b/apps-archived/inventory/apps/backend/src/category/category.controller.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/category/category.controller.ts
rename to apps-archived/inventory/apps/backend/src/category/category.controller.ts
diff --git a/apps/inventory/apps/backend/src/category/category.module.ts b/apps-archived/inventory/apps/backend/src/category/category.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/category/category.module.ts
rename to apps-archived/inventory/apps/backend/src/category/category.module.ts
diff --git a/apps/inventory/apps/backend/src/category/category.service.ts b/apps-archived/inventory/apps/backend/src/category/category.service.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/category/category.service.ts
rename to apps-archived/inventory/apps/backend/src/category/category.service.ts
diff --git a/apps/inventory/apps/backend/src/category/dto/category.dto.ts b/apps-archived/inventory/apps/backend/src/category/dto/category.dto.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/category/dto/category.dto.ts
rename to apps-archived/inventory/apps/backend/src/category/dto/category.dto.ts
diff --git a/apps/inventory/apps/backend/src/db/connection.ts b/apps-archived/inventory/apps/backend/src/db/connection.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/db/connection.ts
rename to apps-archived/inventory/apps/backend/src/db/connection.ts
diff --git a/apps/inventory/apps/backend/src/db/database.module.ts b/apps-archived/inventory/apps/backend/src/db/database.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/db/database.module.ts
rename to apps-archived/inventory/apps/backend/src/db/database.module.ts
diff --git a/apps/inventory/apps/backend/src/db/schema/categories.schema.ts b/apps-archived/inventory/apps/backend/src/db/schema/categories.schema.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/db/schema/categories.schema.ts
rename to apps-archived/inventory/apps/backend/src/db/schema/categories.schema.ts
diff --git a/apps/inventory/apps/backend/src/db/schema/index.ts b/apps-archived/inventory/apps/backend/src/db/schema/index.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/db/schema/index.ts
rename to apps-archived/inventory/apps/backend/src/db/schema/index.ts
diff --git a/apps/inventory/apps/backend/src/db/schema/item-contacts.schema.ts b/apps-archived/inventory/apps/backend/src/db/schema/item-contacts.schema.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/db/schema/item-contacts.schema.ts
rename to apps-archived/inventory/apps/backend/src/db/schema/item-contacts.schema.ts
diff --git a/apps/inventory/apps/backend/src/db/schema/item-documents.schema.ts b/apps-archived/inventory/apps/backend/src/db/schema/item-documents.schema.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/db/schema/item-documents.schema.ts
rename to apps-archived/inventory/apps/backend/src/db/schema/item-documents.schema.ts
diff --git a/apps/inventory/apps/backend/src/db/schema/item-photos.schema.ts b/apps-archived/inventory/apps/backend/src/db/schema/item-photos.schema.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/db/schema/item-photos.schema.ts
rename to apps-archived/inventory/apps/backend/src/db/schema/item-photos.schema.ts
diff --git a/apps/inventory/apps/backend/src/db/schema/items.schema.ts b/apps-archived/inventory/apps/backend/src/db/schema/items.schema.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/db/schema/items.schema.ts
rename to apps-archived/inventory/apps/backend/src/db/schema/items.schema.ts
diff --git a/apps/inventory/apps/backend/src/db/schema/locations.schema.ts b/apps-archived/inventory/apps/backend/src/db/schema/locations.schema.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/db/schema/locations.schema.ts
rename to apps-archived/inventory/apps/backend/src/db/schema/locations.schema.ts
diff --git a/apps/inventory/apps/backend/src/document/document.controller.ts b/apps-archived/inventory/apps/backend/src/document/document.controller.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/document/document.controller.ts
rename to apps-archived/inventory/apps/backend/src/document/document.controller.ts
diff --git a/apps/inventory/apps/backend/src/document/document.module.ts b/apps-archived/inventory/apps/backend/src/document/document.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/document/document.module.ts
rename to apps-archived/inventory/apps/backend/src/document/document.module.ts
diff --git a/apps/inventory/apps/backend/src/document/document.service.ts b/apps-archived/inventory/apps/backend/src/document/document.service.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/document/document.service.ts
rename to apps-archived/inventory/apps/backend/src/document/document.service.ts
diff --git a/apps/inventory/apps/backend/src/export/export.controller.ts b/apps-archived/inventory/apps/backend/src/export/export.controller.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/export/export.controller.ts
rename to apps-archived/inventory/apps/backend/src/export/export.controller.ts
diff --git a/apps/inventory/apps/backend/src/export/export.module.ts b/apps-archived/inventory/apps/backend/src/export/export.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/export/export.module.ts
rename to apps-archived/inventory/apps/backend/src/export/export.module.ts
diff --git a/apps/inventory/apps/backend/src/export/export.service.ts b/apps-archived/inventory/apps/backend/src/export/export.service.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/export/export.service.ts
rename to apps-archived/inventory/apps/backend/src/export/export.service.ts
diff --git a/apps/inventory/apps/backend/src/health/health.controller.ts b/apps-archived/inventory/apps/backend/src/health/health.controller.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/health/health.controller.ts
rename to apps-archived/inventory/apps/backend/src/health/health.controller.ts
diff --git a/apps/inventory/apps/backend/src/health/health.module.ts b/apps-archived/inventory/apps/backend/src/health/health.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/health/health.module.ts
rename to apps-archived/inventory/apps/backend/src/health/health.module.ts
diff --git a/apps/inventory/apps/backend/src/import/import.controller.ts b/apps-archived/inventory/apps/backend/src/import/import.controller.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/import/import.controller.ts
rename to apps-archived/inventory/apps/backend/src/import/import.controller.ts
diff --git a/apps/inventory/apps/backend/src/import/import.module.ts b/apps-archived/inventory/apps/backend/src/import/import.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/import/import.module.ts
rename to apps-archived/inventory/apps/backend/src/import/import.module.ts
diff --git a/apps/inventory/apps/backend/src/import/import.service.ts b/apps-archived/inventory/apps/backend/src/import/import.service.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/import/import.service.ts
rename to apps-archived/inventory/apps/backend/src/import/import.service.ts
diff --git a/apps/inventory/apps/backend/src/item/dto/create-item.dto.ts b/apps-archived/inventory/apps/backend/src/item/dto/create-item.dto.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/item/dto/create-item.dto.ts
rename to apps-archived/inventory/apps/backend/src/item/dto/create-item.dto.ts
diff --git a/apps/inventory/apps/backend/src/item/dto/index.ts b/apps-archived/inventory/apps/backend/src/item/dto/index.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/item/dto/index.ts
rename to apps-archived/inventory/apps/backend/src/item/dto/index.ts
diff --git a/apps/inventory/apps/backend/src/item/dto/item-query.dto.ts b/apps-archived/inventory/apps/backend/src/item/dto/item-query.dto.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/item/dto/item-query.dto.ts
rename to apps-archived/inventory/apps/backend/src/item/dto/item-query.dto.ts
diff --git a/apps/inventory/apps/backend/src/item/dto/update-item.dto.ts b/apps-archived/inventory/apps/backend/src/item/dto/update-item.dto.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/item/dto/update-item.dto.ts
rename to apps-archived/inventory/apps/backend/src/item/dto/update-item.dto.ts
diff --git a/apps/inventory/apps/backend/src/item/item.controller.ts b/apps-archived/inventory/apps/backend/src/item/item.controller.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/item/item.controller.ts
rename to apps-archived/inventory/apps/backend/src/item/item.controller.ts
diff --git a/apps/inventory/apps/backend/src/item/item.module.ts b/apps-archived/inventory/apps/backend/src/item/item.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/item/item.module.ts
rename to apps-archived/inventory/apps/backend/src/item/item.module.ts
diff --git a/apps/inventory/apps/backend/src/item/item.service.ts b/apps-archived/inventory/apps/backend/src/item/item.service.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/item/item.service.ts
rename to apps-archived/inventory/apps/backend/src/item/item.service.ts
diff --git a/apps/inventory/apps/backend/src/location/dto/location.dto.ts b/apps-archived/inventory/apps/backend/src/location/dto/location.dto.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/location/dto/location.dto.ts
rename to apps-archived/inventory/apps/backend/src/location/dto/location.dto.ts
diff --git a/apps/inventory/apps/backend/src/location/location.controller.ts b/apps-archived/inventory/apps/backend/src/location/location.controller.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/location/location.controller.ts
rename to apps-archived/inventory/apps/backend/src/location/location.controller.ts
diff --git a/apps/inventory/apps/backend/src/location/location.module.ts b/apps-archived/inventory/apps/backend/src/location/location.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/location/location.module.ts
rename to apps-archived/inventory/apps/backend/src/location/location.module.ts
diff --git a/apps/inventory/apps/backend/src/location/location.service.ts b/apps-archived/inventory/apps/backend/src/location/location.service.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/location/location.service.ts
rename to apps-archived/inventory/apps/backend/src/location/location.service.ts
diff --git a/apps/inventory/apps/backend/src/main.ts b/apps-archived/inventory/apps/backend/src/main.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/main.ts
rename to apps-archived/inventory/apps/backend/src/main.ts
diff --git a/apps/inventory/apps/backend/src/photo/photo.controller.ts b/apps-archived/inventory/apps/backend/src/photo/photo.controller.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/photo/photo.controller.ts
rename to apps-archived/inventory/apps/backend/src/photo/photo.controller.ts
diff --git a/apps/inventory/apps/backend/src/photo/photo.module.ts b/apps-archived/inventory/apps/backend/src/photo/photo.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/photo/photo.module.ts
rename to apps-archived/inventory/apps/backend/src/photo/photo.module.ts
diff --git a/apps/inventory/apps/backend/src/photo/photo.service.ts b/apps-archived/inventory/apps/backend/src/photo/photo.service.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/photo/photo.service.ts
rename to apps-archived/inventory/apps/backend/src/photo/photo.service.ts
diff --git a/apps/inventory/apps/backend/src/storage/storage.module.ts b/apps-archived/inventory/apps/backend/src/storage/storage.module.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/storage/storage.module.ts
rename to apps-archived/inventory/apps/backend/src/storage/storage.module.ts
diff --git a/apps/inventory/apps/backend/src/storage/storage.service.ts b/apps-archived/inventory/apps/backend/src/storage/storage.service.ts
similarity index 100%
rename from apps/inventory/apps/backend/src/storage/storage.service.ts
rename to apps-archived/inventory/apps/backend/src/storage/storage.service.ts
diff --git a/apps/inventory/apps/backend/tsconfig.json b/apps-archived/inventory/apps/backend/tsconfig.json
similarity index 100%
rename from apps/inventory/apps/backend/tsconfig.json
rename to apps-archived/inventory/apps/backend/tsconfig.json
diff --git a/apps/inventory/apps/landing/astro.config.mjs b/apps-archived/inventory/apps/landing/astro.config.mjs
similarity index 100%
rename from apps/inventory/apps/landing/astro.config.mjs
rename to apps-archived/inventory/apps/landing/astro.config.mjs
diff --git a/apps/inventory/apps/landing/package.json b/apps-archived/inventory/apps/landing/package.json
similarity index 100%
rename from apps/inventory/apps/landing/package.json
rename to apps-archived/inventory/apps/landing/package.json
diff --git a/apps/inventory/apps/landing/public/favicon.svg b/apps-archived/inventory/apps/landing/public/favicon.svg
similarity index 100%
rename from apps/inventory/apps/landing/public/favicon.svg
rename to apps-archived/inventory/apps/landing/public/favicon.svg
diff --git a/apps/inventory/apps/landing/src/layouts/Layout.astro b/apps-archived/inventory/apps/landing/src/layouts/Layout.astro
similarity index 100%
rename from apps/inventory/apps/landing/src/layouts/Layout.astro
rename to apps-archived/inventory/apps/landing/src/layouts/Layout.astro
diff --git a/apps/inventory/apps/landing/src/pages/index.astro b/apps-archived/inventory/apps/landing/src/pages/index.astro
similarity index 100%
rename from apps/inventory/apps/landing/src/pages/index.astro
rename to apps-archived/inventory/apps/landing/src/pages/index.astro
diff --git a/apps/inventory/apps/landing/tailwind.config.mjs b/apps-archived/inventory/apps/landing/tailwind.config.mjs
similarity index 100%
rename from apps/inventory/apps/landing/tailwind.config.mjs
rename to apps-archived/inventory/apps/landing/tailwind.config.mjs
diff --git a/apps/inventory/apps/landing/tsconfig.json b/apps-archived/inventory/apps/landing/tsconfig.json
similarity index 100%
rename from apps/inventory/apps/landing/tsconfig.json
rename to apps-archived/inventory/apps/landing/tsconfig.json
diff --git a/apps/inventory/apps/landing/wrangler.toml b/apps-archived/inventory/apps/landing/wrangler.toml
similarity index 100%
rename from apps/inventory/apps/landing/wrangler.toml
rename to apps-archived/inventory/apps/landing/wrangler.toml
diff --git a/apps/inventory/apps/web/package.json b/apps-archived/inventory/apps/web/package.json
similarity index 100%
rename from apps/inventory/apps/web/package.json
rename to apps-archived/inventory/apps/web/package.json
diff --git a/apps/inventory/apps/web/src/app.css b/apps-archived/inventory/apps/web/src/app.css
similarity index 100%
rename from apps/inventory/apps/web/src/app.css
rename to apps-archived/inventory/apps/web/src/app.css
diff --git a/apps/inventory/apps/web/src/app.html b/apps-archived/inventory/apps/web/src/app.html
similarity index 100%
rename from apps/inventory/apps/web/src/app.html
rename to apps-archived/inventory/apps/web/src/app.html
diff --git a/apps/inventory/apps/web/src/lib/api/categories.ts b/apps-archived/inventory/apps/web/src/lib/api/categories.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/api/categories.ts
rename to apps-archived/inventory/apps/web/src/lib/api/categories.ts
diff --git a/apps/inventory/apps/web/src/lib/api/client.ts b/apps-archived/inventory/apps/web/src/lib/api/client.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/api/client.ts
rename to apps-archived/inventory/apps/web/src/lib/api/client.ts
diff --git a/apps/inventory/apps/web/src/lib/api/index.ts b/apps-archived/inventory/apps/web/src/lib/api/index.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/api/index.ts
rename to apps-archived/inventory/apps/web/src/lib/api/index.ts
diff --git a/apps/inventory/apps/web/src/lib/api/items.ts b/apps-archived/inventory/apps/web/src/lib/api/items.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/api/items.ts
rename to apps-archived/inventory/apps/web/src/lib/api/items.ts
diff --git a/apps/inventory/apps/web/src/lib/api/locations.ts b/apps-archived/inventory/apps/web/src/lib/api/locations.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/api/locations.ts
rename to apps-archived/inventory/apps/web/src/lib/api/locations.ts
diff --git a/apps/inventory/apps/web/src/lib/components/AppSlider.svelte b/apps-archived/inventory/apps/web/src/lib/components/AppSlider.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/lib/components/AppSlider.svelte
rename to apps-archived/inventory/apps/web/src/lib/components/AppSlider.svelte
diff --git a/apps/presi/apps/web/src/lib/components/LanguageSelector.svelte b/apps-archived/inventory/apps/web/src/lib/components/LanguageSelector.svelte
similarity index 100%
rename from apps/presi/apps/web/src/lib/components/LanguageSelector.svelte
rename to apps-archived/inventory/apps/web/src/lib/components/LanguageSelector.svelte
diff --git a/apps/inventory/apps/web/src/lib/i18n/index.ts b/apps-archived/inventory/apps/web/src/lib/i18n/index.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/i18n/index.ts
rename to apps-archived/inventory/apps/web/src/lib/i18n/index.ts
diff --git a/apps/inventory/apps/web/src/lib/i18n/locales/de.json b/apps-archived/inventory/apps/web/src/lib/i18n/locales/de.json
similarity index 100%
rename from apps/inventory/apps/web/src/lib/i18n/locales/de.json
rename to apps-archived/inventory/apps/web/src/lib/i18n/locales/de.json
diff --git a/apps/inventory/apps/web/src/lib/i18n/locales/en.json b/apps-archived/inventory/apps/web/src/lib/i18n/locales/en.json
similarity index 100%
rename from apps/inventory/apps/web/src/lib/i18n/locales/en.json
rename to apps-archived/inventory/apps/web/src/lib/i18n/locales/en.json
diff --git a/apps/inventory/apps/web/src/lib/i18n/locales/es.json b/apps-archived/inventory/apps/web/src/lib/i18n/locales/es.json
similarity index 100%
rename from apps/inventory/apps/web/src/lib/i18n/locales/es.json
rename to apps-archived/inventory/apps/web/src/lib/i18n/locales/es.json
diff --git a/apps/inventory/apps/web/src/lib/i18n/locales/fr.json b/apps-archived/inventory/apps/web/src/lib/i18n/locales/fr.json
similarity index 100%
rename from apps/inventory/apps/web/src/lib/i18n/locales/fr.json
rename to apps-archived/inventory/apps/web/src/lib/i18n/locales/fr.json
diff --git a/apps/inventory/apps/web/src/lib/i18n/locales/it.json b/apps-archived/inventory/apps/web/src/lib/i18n/locales/it.json
similarity index 100%
rename from apps/inventory/apps/web/src/lib/i18n/locales/it.json
rename to apps-archived/inventory/apps/web/src/lib/i18n/locales/it.json
diff --git a/apps/inventory/apps/web/src/lib/stores/auth.svelte.ts b/apps-archived/inventory/apps/web/src/lib/stores/auth.svelte.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/stores/auth.svelte.ts
rename to apps-archived/inventory/apps/web/src/lib/stores/auth.svelte.ts
diff --git a/apps/inventory/apps/web/src/lib/stores/categories.svelte.ts b/apps-archived/inventory/apps/web/src/lib/stores/categories.svelte.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/stores/categories.svelte.ts
rename to apps-archived/inventory/apps/web/src/lib/stores/categories.svelte.ts
diff --git a/apps/inventory/apps/web/src/lib/stores/index.ts b/apps-archived/inventory/apps/web/src/lib/stores/index.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/stores/index.ts
rename to apps-archived/inventory/apps/web/src/lib/stores/index.ts
diff --git a/apps/inventory/apps/web/src/lib/stores/items.svelte.ts b/apps-archived/inventory/apps/web/src/lib/stores/items.svelte.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/stores/items.svelte.ts
rename to apps-archived/inventory/apps/web/src/lib/stores/items.svelte.ts
diff --git a/apps/inventory/apps/web/src/lib/stores/locations.svelte.ts b/apps-archived/inventory/apps/web/src/lib/stores/locations.svelte.ts
similarity index 100%
rename from apps/inventory/apps/web/src/lib/stores/locations.svelte.ts
rename to apps-archived/inventory/apps/web/src/lib/stores/locations.svelte.ts
diff --git a/apps/inventory/apps/web/src/routes/(app)/+layout.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/+layout.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/+layout.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/+layout.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/archive/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/archive/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/archive/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/archive/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/categories/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/categories/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/categories/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/categories/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/favorites/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/favorites/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/favorites/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/favorites/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/feedback/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/feedback/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/feedback/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/feedback/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/import/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/import/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/import/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/import/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/items/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/items/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/items/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/items/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/items/[id]/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/items/[id]/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/items/[id]/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/items/[id]/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/items/new/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/items/new/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/items/new/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/items/new/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/locations/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/locations/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/locations/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/locations/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/mana/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/mana/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/mana/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/mana/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(app)/settings/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(app)/settings/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(app)/settings/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(app)/settings/+page.svelte
diff --git a/apps-archived/inventory/apps/web/src/routes/(auth)/+layout.svelte b/apps-archived/inventory/apps/web/src/routes/(auth)/+layout.svelte
new file mode 100644
index 000000000..a54cfdcb7
--- /dev/null
+++ b/apps-archived/inventory/apps/web/src/routes/(auth)/+layout.svelte
@@ -0,0 +1,5 @@
+
+
+{@render children()}
diff --git a/apps/inventory/apps/web/src/routes/(auth)/forgot-password/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(auth)/forgot-password/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(auth)/forgot-password/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(auth)/forgot-password/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(auth)/login/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(auth)/login/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(auth)/login/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(auth)/login/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/(auth)/register/+page.svelte b/apps-archived/inventory/apps/web/src/routes/(auth)/register/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/(auth)/register/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/(auth)/register/+page.svelte
diff --git a/apps/inventory/apps/web/src/routes/+layout.svelte b/apps-archived/inventory/apps/web/src/routes/+layout.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/+layout.svelte
rename to apps-archived/inventory/apps/web/src/routes/+layout.svelte
diff --git a/apps/inventory/apps/web/src/routes/+page.svelte b/apps-archived/inventory/apps/web/src/routes/+page.svelte
similarity index 100%
rename from apps/inventory/apps/web/src/routes/+page.svelte
rename to apps-archived/inventory/apps/web/src/routes/+page.svelte
diff --git a/apps/inventory/apps/web/svelte.config.js b/apps-archived/inventory/apps/web/svelte.config.js
similarity index 100%
rename from apps/inventory/apps/web/svelte.config.js
rename to apps-archived/inventory/apps/web/svelte.config.js
diff --git a/apps/inventory/apps/web/tsconfig.json b/apps-archived/inventory/apps/web/tsconfig.json
similarity index 100%
rename from apps/inventory/apps/web/tsconfig.json
rename to apps-archived/inventory/apps/web/tsconfig.json
diff --git a/apps/inventory/apps/web/vite.config.ts b/apps-archived/inventory/apps/web/vite.config.ts
similarity index 100%
rename from apps/inventory/apps/web/vite.config.ts
rename to apps-archived/inventory/apps/web/vite.config.ts
diff --git a/apps/inventory/package.json b/apps-archived/inventory/package.json
similarity index 100%
rename from apps/inventory/package.json
rename to apps-archived/inventory/package.json
diff --git a/apps/inventory/packages/shared/package.json b/apps-archived/inventory/packages/shared/package.json
similarity index 100%
rename from apps/inventory/packages/shared/package.json
rename to apps-archived/inventory/packages/shared/package.json
diff --git a/apps/inventory/packages/shared/src/constants/index.ts b/apps-archived/inventory/packages/shared/src/constants/index.ts
similarity index 100%
rename from apps/inventory/packages/shared/src/constants/index.ts
rename to apps-archived/inventory/packages/shared/src/constants/index.ts
diff --git a/apps/inventory/packages/shared/src/index.ts b/apps-archived/inventory/packages/shared/src/index.ts
similarity index 100%
rename from apps/inventory/packages/shared/src/index.ts
rename to apps-archived/inventory/packages/shared/src/index.ts
diff --git a/apps/inventory/packages/shared/src/types/index.ts b/apps-archived/inventory/packages/shared/src/types/index.ts
similarity index 100%
rename from apps/inventory/packages/shared/src/types/index.ts
rename to apps-archived/inventory/packages/shared/src/types/index.ts
diff --git a/apps/inventory/packages/shared/tsconfig.json b/apps-archived/inventory/packages/shared/tsconfig.json
similarity index 100%
rename from apps/inventory/packages/shared/tsconfig.json
rename to apps-archived/inventory/packages/shared/tsconfig.json
diff --git a/apps/presi/.gitignore b/apps-archived/presi/.gitignore
similarity index 100%
rename from apps/presi/.gitignore
rename to apps-archived/presi/.gitignore
diff --git a/apps/presi/CLAUDE.md b/apps-archived/presi/CLAUDE.md
similarity index 100%
rename from apps/presi/CLAUDE.md
rename to apps-archived/presi/CLAUDE.md
diff --git a/apps/presi/README.md b/apps-archived/presi/README.md
similarity index 100%
rename from apps/presi/README.md
rename to apps-archived/presi/README.md
diff --git a/apps/presi/apps/backend/drizzle.config.ts b/apps-archived/presi/apps/backend/drizzle.config.ts
similarity index 100%
rename from apps/presi/apps/backend/drizzle.config.ts
rename to apps-archived/presi/apps/backend/drizzle.config.ts
diff --git a/apps/presi/apps/backend/nest-cli.json b/apps-archived/presi/apps/backend/nest-cli.json
similarity index 100%
rename from apps/presi/apps/backend/nest-cli.json
rename to apps-archived/presi/apps/backend/nest-cli.json
diff --git a/apps/presi/apps/backend/package.json b/apps-archived/presi/apps/backend/package.json
similarity index 100%
rename from apps/presi/apps/backend/package.json
rename to apps-archived/presi/apps/backend/package.json
diff --git a/apps/presi/apps/backend/src/app.module.ts b/apps-archived/presi/apps/backend/src/app.module.ts
similarity index 100%
rename from apps/presi/apps/backend/src/app.module.ts
rename to apps-archived/presi/apps/backend/src/app.module.ts
diff --git a/apps/presi/apps/backend/src/db/connection.ts b/apps-archived/presi/apps/backend/src/db/connection.ts
similarity index 100%
rename from apps/presi/apps/backend/src/db/connection.ts
rename to apps-archived/presi/apps/backend/src/db/connection.ts
diff --git a/apps/presi/apps/backend/src/db/database.module.ts b/apps-archived/presi/apps/backend/src/db/database.module.ts
similarity index 100%
rename from apps/presi/apps/backend/src/db/database.module.ts
rename to apps-archived/presi/apps/backend/src/db/database.module.ts
diff --git a/apps/presi/apps/backend/src/db/schema/decks.schema.ts b/apps-archived/presi/apps/backend/src/db/schema/decks.schema.ts
similarity index 100%
rename from apps/presi/apps/backend/src/db/schema/decks.schema.ts
rename to apps-archived/presi/apps/backend/src/db/schema/decks.schema.ts
diff --git a/apps/presi/apps/backend/src/db/schema/index.ts b/apps-archived/presi/apps/backend/src/db/schema/index.ts
similarity index 100%
rename from apps/presi/apps/backend/src/db/schema/index.ts
rename to apps-archived/presi/apps/backend/src/db/schema/index.ts
diff --git a/apps/presi/apps/backend/src/db/schema/shared-decks.schema.ts b/apps-archived/presi/apps/backend/src/db/schema/shared-decks.schema.ts
similarity index 100%
rename from apps/presi/apps/backend/src/db/schema/shared-decks.schema.ts
rename to apps-archived/presi/apps/backend/src/db/schema/shared-decks.schema.ts
diff --git a/apps/presi/apps/backend/src/db/schema/slides.schema.ts b/apps-archived/presi/apps/backend/src/db/schema/slides.schema.ts
similarity index 100%
rename from apps/presi/apps/backend/src/db/schema/slides.schema.ts
rename to apps-archived/presi/apps/backend/src/db/schema/slides.schema.ts
diff --git a/apps/presi/apps/backend/src/db/schema/themes.schema.ts b/apps-archived/presi/apps/backend/src/db/schema/themes.schema.ts
similarity index 100%
rename from apps/presi/apps/backend/src/db/schema/themes.schema.ts
rename to apps-archived/presi/apps/backend/src/db/schema/themes.schema.ts
diff --git a/apps/presi/apps/backend/src/deck/deck.controller.ts b/apps-archived/presi/apps/backend/src/deck/deck.controller.ts
similarity index 100%
rename from apps/presi/apps/backend/src/deck/deck.controller.ts
rename to apps-archived/presi/apps/backend/src/deck/deck.controller.ts
diff --git a/apps/presi/apps/backend/src/deck/deck.dto.ts b/apps-archived/presi/apps/backend/src/deck/deck.dto.ts
similarity index 100%
rename from apps/presi/apps/backend/src/deck/deck.dto.ts
rename to apps-archived/presi/apps/backend/src/deck/deck.dto.ts
diff --git a/apps/presi/apps/backend/src/deck/deck.module.ts b/apps-archived/presi/apps/backend/src/deck/deck.module.ts
similarity index 100%
rename from apps/presi/apps/backend/src/deck/deck.module.ts
rename to apps-archived/presi/apps/backend/src/deck/deck.module.ts
diff --git a/apps/presi/apps/backend/src/deck/deck.service.ts b/apps-archived/presi/apps/backend/src/deck/deck.service.ts
similarity index 100%
rename from apps/presi/apps/backend/src/deck/deck.service.ts
rename to apps-archived/presi/apps/backend/src/deck/deck.service.ts
diff --git a/apps/presi/apps/backend/src/health/health.controller.ts b/apps-archived/presi/apps/backend/src/health/health.controller.ts
similarity index 100%
rename from apps/presi/apps/backend/src/health/health.controller.ts
rename to apps-archived/presi/apps/backend/src/health/health.controller.ts
diff --git a/apps/presi/apps/backend/src/health/health.module.ts b/apps-archived/presi/apps/backend/src/health/health.module.ts
similarity index 100%
rename from apps/presi/apps/backend/src/health/health.module.ts
rename to apps-archived/presi/apps/backend/src/health/health.module.ts
diff --git a/apps/presi/apps/backend/src/main.ts b/apps-archived/presi/apps/backend/src/main.ts
similarity index 100%
rename from apps/presi/apps/backend/src/main.ts
rename to apps-archived/presi/apps/backend/src/main.ts
diff --git a/apps/presi/apps/backend/src/share/share.controller.ts b/apps-archived/presi/apps/backend/src/share/share.controller.ts
similarity index 100%
rename from apps/presi/apps/backend/src/share/share.controller.ts
rename to apps-archived/presi/apps/backend/src/share/share.controller.ts
diff --git a/apps/presi/apps/backend/src/share/share.dto.ts b/apps-archived/presi/apps/backend/src/share/share.dto.ts
similarity index 100%
rename from apps/presi/apps/backend/src/share/share.dto.ts
rename to apps-archived/presi/apps/backend/src/share/share.dto.ts
diff --git a/apps/presi/apps/backend/src/share/share.module.ts b/apps-archived/presi/apps/backend/src/share/share.module.ts
similarity index 100%
rename from apps/presi/apps/backend/src/share/share.module.ts
rename to apps-archived/presi/apps/backend/src/share/share.module.ts
diff --git a/apps/presi/apps/backend/src/share/share.service.ts b/apps-archived/presi/apps/backend/src/share/share.service.ts
similarity index 100%
rename from apps/presi/apps/backend/src/share/share.service.ts
rename to apps-archived/presi/apps/backend/src/share/share.service.ts
diff --git a/apps/presi/apps/backend/src/slide/slide.controller.ts b/apps-archived/presi/apps/backend/src/slide/slide.controller.ts
similarity index 100%
rename from apps/presi/apps/backend/src/slide/slide.controller.ts
rename to apps-archived/presi/apps/backend/src/slide/slide.controller.ts
diff --git a/apps/presi/apps/backend/src/slide/slide.dto.ts b/apps-archived/presi/apps/backend/src/slide/slide.dto.ts
similarity index 100%
rename from apps/presi/apps/backend/src/slide/slide.dto.ts
rename to apps-archived/presi/apps/backend/src/slide/slide.dto.ts
diff --git a/apps/presi/apps/backend/src/slide/slide.module.ts b/apps-archived/presi/apps/backend/src/slide/slide.module.ts
similarity index 100%
rename from apps/presi/apps/backend/src/slide/slide.module.ts
rename to apps-archived/presi/apps/backend/src/slide/slide.module.ts
diff --git a/apps/presi/apps/backend/src/slide/slide.service.ts b/apps-archived/presi/apps/backend/src/slide/slide.service.ts
similarity index 100%
rename from apps/presi/apps/backend/src/slide/slide.service.ts
rename to apps-archived/presi/apps/backend/src/slide/slide.service.ts
diff --git a/apps/presi/apps/backend/src/theme/theme.controller.ts b/apps-archived/presi/apps/backend/src/theme/theme.controller.ts
similarity index 100%
rename from apps/presi/apps/backend/src/theme/theme.controller.ts
rename to apps-archived/presi/apps/backend/src/theme/theme.controller.ts
diff --git a/apps/presi/apps/backend/src/theme/theme.module.ts b/apps-archived/presi/apps/backend/src/theme/theme.module.ts
similarity index 100%
rename from apps/presi/apps/backend/src/theme/theme.module.ts
rename to apps-archived/presi/apps/backend/src/theme/theme.module.ts
diff --git a/apps/presi/apps/backend/src/theme/theme.service.ts b/apps-archived/presi/apps/backend/src/theme/theme.service.ts
similarity index 100%
rename from apps/presi/apps/backend/src/theme/theme.service.ts
rename to apps-archived/presi/apps/backend/src/theme/theme.service.ts
diff --git a/apps/presi/apps/backend/tsconfig.json b/apps-archived/presi/apps/backend/tsconfig.json
similarity index 100%
rename from apps/presi/apps/backend/tsconfig.json
rename to apps-archived/presi/apps/backend/tsconfig.json
diff --git a/apps/presi/apps/landing/astro.config.mjs b/apps-archived/presi/apps/landing/astro.config.mjs
similarity index 100%
rename from apps/presi/apps/landing/astro.config.mjs
rename to apps-archived/presi/apps/landing/astro.config.mjs
diff --git a/apps/presi/apps/landing/package.json b/apps-archived/presi/apps/landing/package.json
similarity index 100%
rename from apps/presi/apps/landing/package.json
rename to apps-archived/presi/apps/landing/package.json
diff --git a/apps/presi/apps/landing/public/favicon.svg b/apps-archived/presi/apps/landing/public/favicon.svg
similarity index 100%
rename from apps/presi/apps/landing/public/favicon.svg
rename to apps-archived/presi/apps/landing/public/favicon.svg
diff --git a/apps/presi/apps/landing/src/components/Footer.astro b/apps-archived/presi/apps/landing/src/components/Footer.astro
similarity index 100%
rename from apps/presi/apps/landing/src/components/Footer.astro
rename to apps-archived/presi/apps/landing/src/components/Footer.astro
diff --git a/apps/presi/apps/landing/src/components/Navigation.astro b/apps-archived/presi/apps/landing/src/components/Navigation.astro
similarity index 100%
rename from apps/presi/apps/landing/src/components/Navigation.astro
rename to apps-archived/presi/apps/landing/src/components/Navigation.astro
diff --git a/apps/presi/apps/landing/src/layouts/Layout.astro b/apps-archived/presi/apps/landing/src/layouts/Layout.astro
similarity index 100%
rename from apps/presi/apps/landing/src/layouts/Layout.astro
rename to apps-archived/presi/apps/landing/src/layouts/Layout.astro
diff --git a/apps/presi/apps/landing/src/pages/index.astro b/apps-archived/presi/apps/landing/src/pages/index.astro
similarity index 100%
rename from apps/presi/apps/landing/src/pages/index.astro
rename to apps-archived/presi/apps/landing/src/pages/index.astro
diff --git a/apps/presi/apps/landing/src/styles/global.css b/apps-archived/presi/apps/landing/src/styles/global.css
similarity index 100%
rename from apps/presi/apps/landing/src/styles/global.css
rename to apps-archived/presi/apps/landing/src/styles/global.css
diff --git a/apps/presi/apps/landing/tailwind.config.mjs b/apps-archived/presi/apps/landing/tailwind.config.mjs
similarity index 100%
rename from apps/presi/apps/landing/tailwind.config.mjs
rename to apps-archived/presi/apps/landing/tailwind.config.mjs
diff --git a/apps/presi/apps/landing/tsconfig.json b/apps-archived/presi/apps/landing/tsconfig.json
similarity index 100%
rename from apps/presi/apps/landing/tsconfig.json
rename to apps-archived/presi/apps/landing/tsconfig.json
diff --git a/apps/presi/apps/landing/wrangler.toml b/apps-archived/presi/apps/landing/wrangler.toml
similarity index 100%
rename from apps/presi/apps/landing/wrangler.toml
rename to apps-archived/presi/apps/landing/wrangler.toml
diff --git a/apps/presi/apps/mobile/app.json b/apps-archived/presi/apps/mobile/app.json
similarity index 100%
rename from apps/presi/apps/mobile/app.json
rename to apps-archived/presi/apps/mobile/app.json
diff --git a/apps/presi/apps/mobile/app/(auth)/_layout.tsx b/apps-archived/presi/apps/mobile/app/(auth)/_layout.tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/(auth)/_layout.tsx
rename to apps-archived/presi/apps/mobile/app/(auth)/_layout.tsx
diff --git a/apps/presi/apps/mobile/app/(auth)/forgot-password.tsx b/apps-archived/presi/apps/mobile/app/(auth)/forgot-password.tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/(auth)/forgot-password.tsx
rename to apps-archived/presi/apps/mobile/app/(auth)/forgot-password.tsx
diff --git a/apps/presi/apps/mobile/app/(auth)/login.tsx b/apps-archived/presi/apps/mobile/app/(auth)/login.tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/(auth)/login.tsx
rename to apps-archived/presi/apps/mobile/app/(auth)/login.tsx
diff --git a/apps/presi/apps/mobile/app/(auth)/register.tsx b/apps-archived/presi/apps/mobile/app/(auth)/register.tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/(auth)/register.tsx
rename to apps-archived/presi/apps/mobile/app/(auth)/register.tsx
diff --git a/apps/presi/apps/mobile/app/_layout.tsx b/apps-archived/presi/apps/mobile/app/_layout.tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/_layout.tsx
rename to apps-archived/presi/apps/mobile/app/_layout.tsx
diff --git a/apps/presi/apps/mobile/app/deck/[id].tsx b/apps-archived/presi/apps/mobile/app/deck/[id].tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/deck/[id].tsx
rename to apps-archived/presi/apps/mobile/app/deck/[id].tsx
diff --git a/apps/presi/apps/mobile/app/index.tsx b/apps-archived/presi/apps/mobile/app/index.tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/index.tsx
rename to apps-archived/presi/apps/mobile/app/index.tsx
diff --git a/apps/presi/apps/mobile/app/profile.tsx b/apps-archived/presi/apps/mobile/app/profile.tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/profile.tsx
rename to apps-archived/presi/apps/mobile/app/profile.tsx
diff --git a/apps/presi/apps/mobile/app/settings.tsx b/apps-archived/presi/apps/mobile/app/settings.tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/settings.tsx
rename to apps-archived/presi/apps/mobile/app/settings.tsx
diff --git a/apps/presi/apps/mobile/app/shared/[id].tsx b/apps-archived/presi/apps/mobile/app/shared/[id].tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/shared/[id].tsx
rename to apps-archived/presi/apps/mobile/app/shared/[id].tsx
diff --git a/apps/presi/apps/mobile/app/themes.tsx b/apps-archived/presi/apps/mobile/app/themes.tsx
similarity index 100%
rename from apps/presi/apps/mobile/app/themes.tsx
rename to apps-archived/presi/apps/mobile/app/themes.tsx
diff --git a/apps/presi/apps/mobile/assets/fonts/SpaceMono-Regular.ttf b/apps-archived/presi/apps/mobile/assets/fonts/SpaceMono-Regular.ttf
similarity index 100%
rename from apps/presi/apps/mobile/assets/fonts/SpaceMono-Regular.ttf
rename to apps-archived/presi/apps/mobile/assets/fonts/SpaceMono-Regular.ttf
diff --git a/apps/presi/apps/mobile/assets/images/adaptive-icon.png b/apps-archived/presi/apps/mobile/assets/images/adaptive-icon.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/adaptive-icon.png
rename to apps-archived/presi/apps/mobile/assets/images/adaptive-icon.png
diff --git a/apps/presi/apps/mobile/assets/images/favicon.png b/apps-archived/presi/apps/mobile/assets/images/favicon.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/favicon.png
rename to apps-archived/presi/apps/mobile/assets/images/favicon.png
diff --git a/apps/presi/apps/mobile/assets/images/icon.png b/apps-archived/presi/apps/mobile/assets/images/icon.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/icon.png
rename to apps-archived/presi/apps/mobile/assets/images/icon.png
diff --git a/apps/presi/apps/mobile/assets/images/partial-react-logo.png b/apps-archived/presi/apps/mobile/assets/images/partial-react-logo.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/partial-react-logo.png
rename to apps-archived/presi/apps/mobile/assets/images/partial-react-logo.png
diff --git a/apps/presi/apps/mobile/assets/images/patterns/memo-theme-tile.png b/apps-archived/presi/apps/mobile/assets/images/patterns/memo-theme-tile.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/patterns/memo-theme-tile.png
rename to apps-archived/presi/apps/mobile/assets/images/patterns/memo-theme-tile.png
diff --git a/apps/presi/apps/mobile/assets/images/patterns/nature-theme-tile.png b/apps-archived/presi/apps/mobile/assets/images/patterns/nature-theme-tile.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/patterns/nature-theme-tile.png
rename to apps-archived/presi/apps/mobile/assets/images/patterns/nature-theme-tile.png
diff --git a/apps/presi/apps/mobile/assets/images/patterns/stone-theme-tile.png b/apps-archived/presi/apps/mobile/assets/images/patterns/stone-theme-tile.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/patterns/stone-theme-tile.png
rename to apps-archived/presi/apps/mobile/assets/images/patterns/stone-theme-tile.png
diff --git a/apps/presi/apps/mobile/assets/images/react-logo.png b/apps-archived/presi/apps/mobile/assets/images/react-logo.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/react-logo.png
rename to apps-archived/presi/apps/mobile/assets/images/react-logo.png
diff --git a/apps/presi/apps/mobile/assets/images/react-logo@2x.png b/apps-archived/presi/apps/mobile/assets/images/react-logo@2x.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/react-logo@2x.png
rename to apps-archived/presi/apps/mobile/assets/images/react-logo@2x.png
diff --git a/apps/presi/apps/mobile/assets/images/react-logo@3x.png b/apps-archived/presi/apps/mobile/assets/images/react-logo@3x.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/react-logo@3x.png
rename to apps-archived/presi/apps/mobile/assets/images/react-logo@3x.png
diff --git a/apps/presi/apps/mobile/assets/images/splash-icon.png b/apps-archived/presi/apps/mobile/assets/images/splash-icon.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/splash-icon.png
rename to apps-archived/presi/apps/mobile/assets/images/splash-icon.png
diff --git a/apps/presi/apps/mobile/assets/images/splash.png b/apps-archived/presi/apps/mobile/assets/images/splash.png
similarity index 100%
rename from apps/presi/apps/mobile/assets/images/splash.png
rename to apps-archived/presi/apps/mobile/assets/images/splash.png
diff --git a/apps/presi/apps/mobile/components/Menu/Header.tsx b/apps-archived/presi/apps/mobile/components/Menu/Header.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/Menu/Header.tsx
rename to apps-archived/presi/apps/mobile/components/Menu/Header.tsx
diff --git a/apps/presi/apps/mobile/components/ThemeProvider.tsx b/apps-archived/presi/apps/mobile/components/ThemeProvider.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/ThemeProvider.tsx
rename to apps-archived/presi/apps/mobile/components/ThemeProvider.tsx
diff --git a/apps/presi/apps/mobile/components/atoms/Button.tsx b/apps-archived/presi/apps/mobile/components/atoms/Button.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/atoms/Button.tsx
rename to apps-archived/presi/apps/mobile/components/atoms/Button.tsx
diff --git a/apps/presi/apps/mobile/components/atoms/Input.tsx b/apps-archived/presi/apps/mobile/components/atoms/Input.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/atoms/Input.tsx
rename to apps-archived/presi/apps/mobile/components/atoms/Input.tsx
diff --git a/apps/presi/apps/mobile/components/common/ContextMenu.tsx b/apps-archived/presi/apps/mobile/components/common/ContextMenu.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/common/ContextMenu.tsx
rename to apps-archived/presi/apps/mobile/components/common/ContextMenu.tsx
diff --git a/apps/presi/apps/mobile/components/common/CreateItemButton.tsx b/apps-archived/presi/apps/mobile/components/common/CreateItemButton.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/common/CreateItemButton.tsx
rename to apps-archived/presi/apps/mobile/components/common/CreateItemButton.tsx
diff --git a/apps/presi/apps/mobile/components/common/ThemeSettings.tsx b/apps-archived/presi/apps/mobile/components/common/ThemeSettings.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/common/ThemeSettings.tsx
rename to apps-archived/presi/apps/mobile/components/common/ThemeSettings.tsx
diff --git a/apps/presi/apps/mobile/components/common/menu.tsx b/apps-archived/presi/apps/mobile/components/common/menu.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/common/menu.tsx
rename to apps-archived/presi/apps/mobile/components/common/menu.tsx
diff --git a/apps/presi/apps/mobile/components/decks/CreateDeckButton.tsx b/apps-archived/presi/apps/mobile/components/decks/CreateDeckButton.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/decks/CreateDeckButton.tsx
rename to apps-archived/presi/apps/mobile/components/decks/CreateDeckButton.tsx
diff --git a/apps/presi/apps/mobile/components/decks/DeckCard.tsx b/apps-archived/presi/apps/mobile/components/decks/DeckCard.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/decks/DeckCard.tsx
rename to apps-archived/presi/apps/mobile/components/decks/DeckCard.tsx
diff --git a/apps/presi/apps/mobile/components/decks/DeckList.tsx b/apps-archived/presi/apps/mobile/components/decks/DeckList.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/decks/DeckList.tsx
rename to apps-archived/presi/apps/mobile/components/decks/DeckList.tsx
diff --git a/apps/presi/apps/mobile/components/decks/DeckShareSettings.tsx b/apps-archived/presi/apps/mobile/components/decks/DeckShareSettings.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/decks/DeckShareSettings.tsx
rename to apps-archived/presi/apps/mobile/components/decks/DeckShareSettings.tsx
diff --git a/apps/presi/apps/mobile/components/forms/CreateDeckForm.tsx b/apps-archived/presi/apps/mobile/components/forms/CreateDeckForm.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/forms/CreateDeckForm.tsx
rename to apps-archived/presi/apps/mobile/components/forms/CreateDeckForm.tsx
diff --git a/apps/presi/apps/mobile/components/presentation/PresentationMode.tsx b/apps-archived/presi/apps/mobile/components/presentation/PresentationMode.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/presentation/PresentationMode.tsx
rename to apps-archived/presi/apps/mobile/components/presentation/PresentationMode.tsx
diff --git a/apps/presi/apps/mobile/components/slides/SlideEditor.tsx b/apps-archived/presi/apps/mobile/components/slides/SlideEditor.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/slides/SlideEditor.tsx
rename to apps-archived/presi/apps/mobile/components/slides/SlideEditor.tsx
diff --git a/apps/presi/apps/mobile/components/slides/SlideList.tsx b/apps-archived/presi/apps/mobile/components/slides/SlideList.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/slides/SlideList.tsx
rename to apps-archived/presi/apps/mobile/components/slides/SlideList.tsx
diff --git a/apps/presi/apps/mobile/components/slides/SlideView.tsx b/apps-archived/presi/apps/mobile/components/slides/SlideView.tsx
similarity index 100%
rename from apps/presi/apps/mobile/components/slides/SlideView.tsx
rename to apps-archived/presi/apps/mobile/components/slides/SlideView.tsx
diff --git a/apps/presi/apps/mobile/constants/theme.ts b/apps-archived/presi/apps/mobile/constants/theme.ts
similarity index 100%
rename from apps/presi/apps/mobile/constants/theme.ts
rename to apps-archived/presi/apps/mobile/constants/theme.ts
diff --git a/apps/presi/apps/mobile/eas.json b/apps-archived/presi/apps/mobile/eas.json
similarity index 100%
rename from apps/presi/apps/mobile/eas.json
rename to apps-archived/presi/apps/mobile/eas.json
diff --git a/apps/presi/apps/mobile/metro.config.js b/apps-archived/presi/apps/mobile/metro.config.js
similarity index 100%
rename from apps/presi/apps/mobile/metro.config.js
rename to apps-archived/presi/apps/mobile/metro.config.js
diff --git a/apps/presi/apps/mobile/package.json b/apps-archived/presi/apps/mobile/package.json
similarity index 100%
rename from apps/presi/apps/mobile/package.json
rename to apps-archived/presi/apps/mobile/package.json
diff --git a/apps/presi/apps/mobile/services/auth.ts b/apps-archived/presi/apps/mobile/services/auth.ts
similarity index 100%
rename from apps/presi/apps/mobile/services/auth.ts
rename to apps-archived/presi/apps/mobile/services/auth.ts
diff --git a/apps/presi/apps/mobile/services/firestore.ts b/apps-archived/presi/apps/mobile/services/firestore.ts
similarity index 100%
rename from apps/presi/apps/mobile/services/firestore.ts
rename to apps-archived/presi/apps/mobile/services/firestore.ts
diff --git a/apps/presi/apps/mobile/services/storage.ts b/apps-archived/presi/apps/mobile/services/storage.ts
similarity index 100%
rename from apps/presi/apps/mobile/services/storage.ts
rename to apps-archived/presi/apps/mobile/services/storage.ts
diff --git a/apps/presi/apps/mobile/theme/README.md b/apps-archived/presi/apps/mobile/theme/README.md
similarity index 100%
rename from apps/presi/apps/mobile/theme/README.md
rename to apps-archived/presi/apps/mobile/theme/README.md
diff --git a/apps/presi/apps/mobile/theme/ThemeProvider.tsx b/apps-archived/presi/apps/mobile/theme/ThemeProvider.tsx
similarity index 100%
rename from apps/presi/apps/mobile/theme/ThemeProvider.tsx
rename to apps-archived/presi/apps/mobile/theme/ThemeProvider.tsx
diff --git a/apps/presi/apps/mobile/theme/ThemeSettings.tsx b/apps-archived/presi/apps/mobile/theme/ThemeSettings.tsx
similarity index 100%
rename from apps/presi/apps/mobile/theme/ThemeSettings.tsx
rename to apps-archived/presi/apps/mobile/theme/ThemeSettings.tsx
diff --git a/apps/presi/apps/mobile/theme/constants.ts b/apps-archived/presi/apps/mobile/theme/constants.ts
similarity index 100%
rename from apps/presi/apps/mobile/theme/constants.ts
rename to apps-archived/presi/apps/mobile/theme/constants.ts
diff --git a/apps/presi/apps/mobile/theme/index.ts b/apps-archived/presi/apps/mobile/theme/index.ts
similarity index 100%
rename from apps/presi/apps/mobile/theme/index.ts
rename to apps-archived/presi/apps/mobile/theme/index.ts
diff --git a/apps/presi/apps/mobile/tsconfig.json b/apps-archived/presi/apps/mobile/tsconfig.json
similarity index 100%
rename from apps/presi/apps/mobile/tsconfig.json
rename to apps-archived/presi/apps/mobile/tsconfig.json
diff --git a/apps/presi/apps/mobile/types/models.ts b/apps-archived/presi/apps/mobile/types/models.ts
similarity index 100%
rename from apps/presi/apps/mobile/types/models.ts
rename to apps-archived/presi/apps/mobile/types/models.ts
diff --git a/apps/presi/apps/web/package.json b/apps-archived/presi/apps/web/package.json
similarity index 100%
rename from apps/presi/apps/web/package.json
rename to apps-archived/presi/apps/web/package.json
diff --git a/apps/presi/apps/web/postcss.config.js b/apps-archived/presi/apps/web/postcss.config.js
similarity index 100%
rename from apps/presi/apps/web/postcss.config.js
rename to apps-archived/presi/apps/web/postcss.config.js
diff --git a/apps/presi/apps/web/src/app.css b/apps-archived/presi/apps/web/src/app.css
similarity index 100%
rename from apps/presi/apps/web/src/app.css
rename to apps-archived/presi/apps/web/src/app.css
diff --git a/apps/presi/apps/web/src/app.html b/apps-archived/presi/apps/web/src/app.html
similarity index 100%
rename from apps/presi/apps/web/src/app.html
rename to apps-archived/presi/apps/web/src/app.html
diff --git a/apps/presi/apps/web/src/lib/api/client.ts b/apps-archived/presi/apps/web/src/lib/api/client.ts
similarity index 100%
rename from apps/presi/apps/web/src/lib/api/client.ts
rename to apps-archived/presi/apps/web/src/lib/api/client.ts
diff --git a/apps/presi/apps/web/src/lib/api/feedback.ts b/apps-archived/presi/apps/web/src/lib/api/feedback.ts
similarity index 100%
rename from apps/presi/apps/web/src/lib/api/feedback.ts
rename to apps-archived/presi/apps/web/src/lib/api/feedback.ts
diff --git a/apps/presi/apps/web/src/lib/components/AppSlider.svelte b/apps-archived/presi/apps/web/src/lib/components/AppSlider.svelte
similarity index 100%
rename from apps/presi/apps/web/src/lib/components/AppSlider.svelte
rename to apps-archived/presi/apps/web/src/lib/components/AppSlider.svelte
diff --git a/apps/storage/apps/web/src/lib/components/LanguageSelector.svelte b/apps-archived/presi/apps/web/src/lib/components/LanguageSelector.svelte
similarity index 100%
rename from apps/storage/apps/web/src/lib/components/LanguageSelector.svelte
rename to apps-archived/presi/apps/web/src/lib/components/LanguageSelector.svelte
diff --git a/apps/presi/apps/web/src/lib/i18n/index.ts b/apps-archived/presi/apps/web/src/lib/i18n/index.ts
similarity index 100%
rename from apps/presi/apps/web/src/lib/i18n/index.ts
rename to apps-archived/presi/apps/web/src/lib/i18n/index.ts
diff --git a/apps/presi/apps/web/src/lib/i18n/locales/de.json b/apps-archived/presi/apps/web/src/lib/i18n/locales/de.json
similarity index 100%
rename from apps/presi/apps/web/src/lib/i18n/locales/de.json
rename to apps-archived/presi/apps/web/src/lib/i18n/locales/de.json
diff --git a/apps/presi/apps/web/src/lib/i18n/locales/en.json b/apps-archived/presi/apps/web/src/lib/i18n/locales/en.json
similarity index 100%
rename from apps/presi/apps/web/src/lib/i18n/locales/en.json
rename to apps-archived/presi/apps/web/src/lib/i18n/locales/en.json
diff --git a/apps/presi/apps/web/src/lib/i18n/locales/es.json b/apps-archived/presi/apps/web/src/lib/i18n/locales/es.json
similarity index 100%
rename from apps/presi/apps/web/src/lib/i18n/locales/es.json
rename to apps-archived/presi/apps/web/src/lib/i18n/locales/es.json
diff --git a/apps/presi/apps/web/src/lib/i18n/locales/fr.json b/apps-archived/presi/apps/web/src/lib/i18n/locales/fr.json
similarity index 100%
rename from apps/presi/apps/web/src/lib/i18n/locales/fr.json
rename to apps-archived/presi/apps/web/src/lib/i18n/locales/fr.json
diff --git a/apps/presi/apps/web/src/lib/i18n/locales/it.json b/apps-archived/presi/apps/web/src/lib/i18n/locales/it.json
similarity index 100%
rename from apps/presi/apps/web/src/lib/i18n/locales/it.json
rename to apps-archived/presi/apps/web/src/lib/i18n/locales/it.json
diff --git a/apps/presi/apps/web/src/lib/stores/auth.svelte.ts b/apps-archived/presi/apps/web/src/lib/stores/auth.svelte.ts
similarity index 100%
rename from apps/presi/apps/web/src/lib/stores/auth.svelte.ts
rename to apps-archived/presi/apps/web/src/lib/stores/auth.svelte.ts
diff --git a/apps/presi/apps/web/src/lib/stores/decks.svelte.ts b/apps-archived/presi/apps/web/src/lib/stores/decks.svelte.ts
similarity index 100%
rename from apps/presi/apps/web/src/lib/stores/decks.svelte.ts
rename to apps-archived/presi/apps/web/src/lib/stores/decks.svelte.ts
diff --git a/apps/presi/apps/web/src/lib/stores/navigation.ts b/apps-archived/presi/apps/web/src/lib/stores/navigation.ts
similarity index 100%
rename from apps/presi/apps/web/src/lib/stores/navigation.ts
rename to apps-archived/presi/apps/web/src/lib/stores/navigation.ts
diff --git a/apps/presi/apps/web/src/lib/stores/theme.ts b/apps-archived/presi/apps/web/src/lib/stores/theme.ts
similarity index 100%
rename from apps/presi/apps/web/src/lib/stores/theme.ts
rename to apps-archived/presi/apps/web/src/lib/stores/theme.ts
diff --git a/apps/presi/apps/web/src/lib/stores/user-settings.svelte.ts b/apps-archived/presi/apps/web/src/lib/stores/user-settings.svelte.ts
similarity index 100%
rename from apps/presi/apps/web/src/lib/stores/user-settings.svelte.ts
rename to apps-archived/presi/apps/web/src/lib/stores/user-settings.svelte.ts
diff --git a/apps/presi/apps/web/src/routes/(app)/+layout.svelte b/apps-archived/presi/apps/web/src/routes/(app)/+layout.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/+layout.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/+layout.svelte
diff --git a/apps/presi/apps/web/src/routes/(app)/+page.svelte b/apps-archived/presi/apps/web/src/routes/(app)/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(app)/apps/+page.svelte b/apps-archived/presi/apps/web/src/routes/(app)/apps/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/apps/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/apps/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(app)/deck/[id]/+page.svelte b/apps-archived/presi/apps/web/src/routes/(app)/deck/[id]/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/deck/[id]/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/deck/[id]/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(app)/feedback/+page.svelte b/apps-archived/presi/apps/web/src/routes/(app)/feedback/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/feedback/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/feedback/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(app)/mana/+page.svelte b/apps-archived/presi/apps/web/src/routes/(app)/mana/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/mana/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/mana/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(app)/present/[id]/+page.svelte b/apps-archived/presi/apps/web/src/routes/(app)/present/[id]/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/present/[id]/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/present/[id]/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(app)/profile/+page.svelte b/apps-archived/presi/apps/web/src/routes/(app)/profile/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/profile/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/profile/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(app)/settings/+page.svelte b/apps-archived/presi/apps/web/src/routes/(app)/settings/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/settings/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/settings/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(app)/shared/[code]/+page.svelte b/apps-archived/presi/apps/web/src/routes/(app)/shared/[code]/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/shared/[code]/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/shared/[code]/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(app)/themes/+page.svelte b/apps-archived/presi/apps/web/src/routes/(app)/themes/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(app)/themes/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(app)/themes/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(auth)/forgot-password/+page.svelte b/apps-archived/presi/apps/web/src/routes/(auth)/forgot-password/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(auth)/forgot-password/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(auth)/forgot-password/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(auth)/login/+page.svelte b/apps-archived/presi/apps/web/src/routes/(auth)/login/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(auth)/login/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(auth)/login/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/(auth)/register/+page.svelte b/apps-archived/presi/apps/web/src/routes/(auth)/register/+page.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/(auth)/register/+page.svelte
rename to apps-archived/presi/apps/web/src/routes/(auth)/register/+page.svelte
diff --git a/apps/presi/apps/web/src/routes/+layout.svelte b/apps-archived/presi/apps/web/src/routes/+layout.svelte
similarity index 100%
rename from apps/presi/apps/web/src/routes/+layout.svelte
rename to apps-archived/presi/apps/web/src/routes/+layout.svelte
diff --git a/apps/presi/apps/web/svelte.config.js b/apps-archived/presi/apps/web/svelte.config.js
similarity index 100%
rename from apps/presi/apps/web/svelte.config.js
rename to apps-archived/presi/apps/web/svelte.config.js
diff --git a/apps/presi/apps/web/tsconfig.json b/apps-archived/presi/apps/web/tsconfig.json
similarity index 100%
rename from apps/presi/apps/web/tsconfig.json
rename to apps-archived/presi/apps/web/tsconfig.json
diff --git a/apps/presi/apps/web/vite.config.ts b/apps-archived/presi/apps/web/vite.config.ts
similarity index 100%
rename from apps/presi/apps/web/vite.config.ts
rename to apps-archived/presi/apps/web/vite.config.ts
diff --git a/apps/presi/package.json b/apps-archived/presi/package.json
similarity index 100%
rename from apps/presi/package.json
rename to apps-archived/presi/package.json
diff --git a/apps/presi/packages/shared/package.json b/apps-archived/presi/packages/shared/package.json
similarity index 100%
rename from apps/presi/packages/shared/package.json
rename to apps-archived/presi/packages/shared/package.json
diff --git a/apps/presi/packages/shared/src/index.ts b/apps-archived/presi/packages/shared/src/index.ts
similarity index 100%
rename from apps/presi/packages/shared/src/index.ts
rename to apps-archived/presi/packages/shared/src/index.ts
diff --git a/apps/presi/packages/shared/src/types/index.ts b/apps-archived/presi/packages/shared/src/types/index.ts
similarity index 100%
rename from apps/presi/packages/shared/src/types/index.ts
rename to apps-archived/presi/packages/shared/src/types/index.ts
diff --git a/apps/presi/packages/shared/tsconfig.json b/apps-archived/presi/packages/shared/tsconfig.json
similarity index 100%
rename from apps/presi/packages/shared/tsconfig.json
rename to apps-archived/presi/packages/shared/tsconfig.json
diff --git a/apps/presi/pnpm-workspace.yaml b/apps-archived/presi/pnpm-workspace.yaml
similarity index 100%
rename from apps/presi/pnpm-workspace.yaml
rename to apps-archived/presi/pnpm-workspace.yaml
diff --git a/apps/storage/CLAUDE.md b/apps-archived/storage/CLAUDE.md
similarity index 100%
rename from apps/storage/CLAUDE.md
rename to apps-archived/storage/CLAUDE.md
diff --git a/apps/storage/apps/backend/drizzle.config.ts b/apps-archived/storage/apps/backend/drizzle.config.ts
similarity index 100%
rename from apps/storage/apps/backend/drizzle.config.ts
rename to apps-archived/storage/apps/backend/drizzle.config.ts
diff --git a/apps/storage/apps/backend/nest-cli.json b/apps-archived/storage/apps/backend/nest-cli.json
similarity index 100%
rename from apps/storage/apps/backend/nest-cli.json
rename to apps-archived/storage/apps/backend/nest-cli.json
diff --git a/apps/storage/apps/backend/package.json b/apps-archived/storage/apps/backend/package.json
similarity index 100%
rename from apps/storage/apps/backend/package.json
rename to apps-archived/storage/apps/backend/package.json
diff --git a/apps/storage/apps/backend/src/app.module.ts b/apps-archived/storage/apps/backend/src/app.module.ts
similarity index 100%
rename from apps/storage/apps/backend/src/app.module.ts
rename to apps-archived/storage/apps/backend/src/app.module.ts
diff --git a/apps/storage/apps/backend/src/db/connection.ts b/apps-archived/storage/apps/backend/src/db/connection.ts
similarity index 100%
rename from apps/storage/apps/backend/src/db/connection.ts
rename to apps-archived/storage/apps/backend/src/db/connection.ts
diff --git a/apps/storage/apps/backend/src/db/database.module.ts b/apps-archived/storage/apps/backend/src/db/database.module.ts
similarity index 100%
rename from apps/storage/apps/backend/src/db/database.module.ts
rename to apps-archived/storage/apps/backend/src/db/database.module.ts
diff --git a/apps/storage/apps/backend/src/db/schema/file-tags.schema.ts b/apps-archived/storage/apps/backend/src/db/schema/file-tags.schema.ts
similarity index 100%
rename from apps/storage/apps/backend/src/db/schema/file-tags.schema.ts
rename to apps-archived/storage/apps/backend/src/db/schema/file-tags.schema.ts
diff --git a/apps/storage/apps/backend/src/db/schema/file-versions.schema.ts b/apps-archived/storage/apps/backend/src/db/schema/file-versions.schema.ts
similarity index 100%
rename from apps/storage/apps/backend/src/db/schema/file-versions.schema.ts
rename to apps-archived/storage/apps/backend/src/db/schema/file-versions.schema.ts
diff --git a/apps/storage/apps/backend/src/db/schema/files.schema.ts b/apps-archived/storage/apps/backend/src/db/schema/files.schema.ts
similarity index 100%
rename from apps/storage/apps/backend/src/db/schema/files.schema.ts
rename to apps-archived/storage/apps/backend/src/db/schema/files.schema.ts
diff --git a/apps/storage/apps/backend/src/db/schema/folders.schema.ts b/apps-archived/storage/apps/backend/src/db/schema/folders.schema.ts
similarity index 100%
rename from apps/storage/apps/backend/src/db/schema/folders.schema.ts
rename to apps-archived/storage/apps/backend/src/db/schema/folders.schema.ts
diff --git a/apps/storage/apps/backend/src/db/schema/index.ts b/apps-archived/storage/apps/backend/src/db/schema/index.ts
similarity index 100%
rename from apps/storage/apps/backend/src/db/schema/index.ts
rename to apps-archived/storage/apps/backend/src/db/schema/index.ts
diff --git a/apps/storage/apps/backend/src/db/schema/shares.schema.ts b/apps-archived/storage/apps/backend/src/db/schema/shares.schema.ts
similarity index 100%
rename from apps/storage/apps/backend/src/db/schema/shares.schema.ts
rename to apps-archived/storage/apps/backend/src/db/schema/shares.schema.ts
diff --git a/apps/storage/apps/backend/src/db/schema/tags.schema.ts b/apps-archived/storage/apps/backend/src/db/schema/tags.schema.ts
similarity index 100%
rename from apps/storage/apps/backend/src/db/schema/tags.schema.ts
rename to apps-archived/storage/apps/backend/src/db/schema/tags.schema.ts
diff --git a/apps/storage/apps/backend/src/file/dto/create-file.dto.ts b/apps-archived/storage/apps/backend/src/file/dto/create-file.dto.ts
similarity index 100%
rename from apps/storage/apps/backend/src/file/dto/create-file.dto.ts
rename to apps-archived/storage/apps/backend/src/file/dto/create-file.dto.ts
diff --git a/apps/storage/apps/backend/src/file/file.controller.ts b/apps-archived/storage/apps/backend/src/file/file.controller.ts
similarity index 100%
rename from apps/storage/apps/backend/src/file/file.controller.ts
rename to apps-archived/storage/apps/backend/src/file/file.controller.ts
diff --git a/apps/storage/apps/backend/src/file/file.module.ts b/apps-archived/storage/apps/backend/src/file/file.module.ts
similarity index 100%
rename from apps/storage/apps/backend/src/file/file.module.ts
rename to apps-archived/storage/apps/backend/src/file/file.module.ts
diff --git a/apps/storage/apps/backend/src/file/file.service.ts b/apps-archived/storage/apps/backend/src/file/file.service.ts
similarity index 100%
rename from apps/storage/apps/backend/src/file/file.service.ts
rename to apps-archived/storage/apps/backend/src/file/file.service.ts
diff --git a/apps/storage/apps/backend/src/folder/dto/create-folder.dto.ts b/apps-archived/storage/apps/backend/src/folder/dto/create-folder.dto.ts
similarity index 100%
rename from apps/storage/apps/backend/src/folder/dto/create-folder.dto.ts
rename to apps-archived/storage/apps/backend/src/folder/dto/create-folder.dto.ts
diff --git a/apps/storage/apps/backend/src/folder/dto/update-folder.dto.ts b/apps-archived/storage/apps/backend/src/folder/dto/update-folder.dto.ts
similarity index 100%
rename from apps/storage/apps/backend/src/folder/dto/update-folder.dto.ts
rename to apps-archived/storage/apps/backend/src/folder/dto/update-folder.dto.ts
diff --git a/apps/storage/apps/backend/src/folder/folder.controller.ts b/apps-archived/storage/apps/backend/src/folder/folder.controller.ts
similarity index 100%
rename from apps/storage/apps/backend/src/folder/folder.controller.ts
rename to apps-archived/storage/apps/backend/src/folder/folder.controller.ts
diff --git a/apps/storage/apps/backend/src/folder/folder.module.ts b/apps-archived/storage/apps/backend/src/folder/folder.module.ts
similarity index 100%
rename from apps/storage/apps/backend/src/folder/folder.module.ts
rename to apps-archived/storage/apps/backend/src/folder/folder.module.ts
diff --git a/apps/storage/apps/backend/src/folder/folder.service.ts b/apps-archived/storage/apps/backend/src/folder/folder.service.ts
similarity index 100%
rename from apps/storage/apps/backend/src/folder/folder.service.ts
rename to apps-archived/storage/apps/backend/src/folder/folder.service.ts
diff --git a/apps/storage/apps/backend/src/health/health.controller.ts b/apps-archived/storage/apps/backend/src/health/health.controller.ts
similarity index 100%
rename from apps/storage/apps/backend/src/health/health.controller.ts
rename to apps-archived/storage/apps/backend/src/health/health.controller.ts
diff --git a/apps/storage/apps/backend/src/health/health.module.ts b/apps-archived/storage/apps/backend/src/health/health.module.ts
similarity index 100%
rename from apps/storage/apps/backend/src/health/health.module.ts
rename to apps-archived/storage/apps/backend/src/health/health.module.ts
diff --git a/apps/storage/apps/backend/src/main.ts b/apps-archived/storage/apps/backend/src/main.ts
similarity index 100%
rename from apps/storage/apps/backend/src/main.ts
rename to apps-archived/storage/apps/backend/src/main.ts
diff --git a/apps/storage/apps/backend/src/search/search.controller.ts b/apps-archived/storage/apps/backend/src/search/search.controller.ts
similarity index 100%
rename from apps/storage/apps/backend/src/search/search.controller.ts
rename to apps-archived/storage/apps/backend/src/search/search.controller.ts
diff --git a/apps/storage/apps/backend/src/search/search.module.ts b/apps-archived/storage/apps/backend/src/search/search.module.ts
similarity index 100%
rename from apps/storage/apps/backend/src/search/search.module.ts
rename to apps-archived/storage/apps/backend/src/search/search.module.ts
diff --git a/apps/storage/apps/backend/src/search/search.service.ts b/apps-archived/storage/apps/backend/src/search/search.service.ts
similarity index 100%
rename from apps/storage/apps/backend/src/search/search.service.ts
rename to apps-archived/storage/apps/backend/src/search/search.service.ts
diff --git a/apps/storage/apps/backend/src/share/share.controller.ts b/apps-archived/storage/apps/backend/src/share/share.controller.ts
similarity index 100%
rename from apps/storage/apps/backend/src/share/share.controller.ts
rename to apps-archived/storage/apps/backend/src/share/share.controller.ts
diff --git a/apps/storage/apps/backend/src/share/share.module.ts b/apps-archived/storage/apps/backend/src/share/share.module.ts
similarity index 100%
rename from apps/storage/apps/backend/src/share/share.module.ts
rename to apps-archived/storage/apps/backend/src/share/share.module.ts
diff --git a/apps/storage/apps/backend/src/share/share.service.ts b/apps-archived/storage/apps/backend/src/share/share.service.ts
similarity index 100%
rename from apps/storage/apps/backend/src/share/share.service.ts
rename to apps-archived/storage/apps/backend/src/share/share.service.ts
diff --git a/apps/storage/apps/backend/src/storage/storage.module.ts b/apps-archived/storage/apps/backend/src/storage/storage.module.ts
similarity index 100%
rename from apps/storage/apps/backend/src/storage/storage.module.ts
rename to apps-archived/storage/apps/backend/src/storage/storage.module.ts
diff --git a/apps/storage/apps/backend/src/storage/storage.service.ts b/apps-archived/storage/apps/backend/src/storage/storage.service.ts
similarity index 100%
rename from apps/storage/apps/backend/src/storage/storage.service.ts
rename to apps-archived/storage/apps/backend/src/storage/storage.service.ts
diff --git a/apps/storage/apps/backend/src/tag/tag.controller.ts b/apps-archived/storage/apps/backend/src/tag/tag.controller.ts
similarity index 100%
rename from apps/storage/apps/backend/src/tag/tag.controller.ts
rename to apps-archived/storage/apps/backend/src/tag/tag.controller.ts
diff --git a/apps/storage/apps/backend/src/tag/tag.module.ts b/apps-archived/storage/apps/backend/src/tag/tag.module.ts
similarity index 100%
rename from apps/storage/apps/backend/src/tag/tag.module.ts
rename to apps-archived/storage/apps/backend/src/tag/tag.module.ts
diff --git a/apps/storage/apps/backend/src/tag/tag.service.ts b/apps-archived/storage/apps/backend/src/tag/tag.service.ts
similarity index 100%
rename from apps/storage/apps/backend/src/tag/tag.service.ts
rename to apps-archived/storage/apps/backend/src/tag/tag.service.ts
diff --git a/apps/storage/apps/backend/src/trash/trash.controller.ts b/apps-archived/storage/apps/backend/src/trash/trash.controller.ts
similarity index 100%
rename from apps/storage/apps/backend/src/trash/trash.controller.ts
rename to apps-archived/storage/apps/backend/src/trash/trash.controller.ts
diff --git a/apps/storage/apps/backend/src/trash/trash.module.ts b/apps-archived/storage/apps/backend/src/trash/trash.module.ts
similarity index 100%
rename from apps/storage/apps/backend/src/trash/trash.module.ts
rename to apps-archived/storage/apps/backend/src/trash/trash.module.ts
diff --git a/apps/storage/apps/backend/src/trash/trash.service.ts b/apps-archived/storage/apps/backend/src/trash/trash.service.ts
similarity index 100%
rename from apps/storage/apps/backend/src/trash/trash.service.ts
rename to apps-archived/storage/apps/backend/src/trash/trash.service.ts
diff --git a/apps/storage/apps/backend/tsconfig.json b/apps-archived/storage/apps/backend/tsconfig.json
similarity index 100%
rename from apps/storage/apps/backend/tsconfig.json
rename to apps-archived/storage/apps/backend/tsconfig.json
diff --git a/apps/storage/apps/web/package.json b/apps-archived/storage/apps/web/package.json
similarity index 100%
rename from apps/storage/apps/web/package.json
rename to apps-archived/storage/apps/web/package.json
diff --git a/apps/storage/apps/web/src/app.css b/apps-archived/storage/apps/web/src/app.css
similarity index 100%
rename from apps/storage/apps/web/src/app.css
rename to apps-archived/storage/apps/web/src/app.css
diff --git a/apps/storage/apps/web/src/app.html b/apps-archived/storage/apps/web/src/app.html
similarity index 100%
rename from apps/storage/apps/web/src/app.html
rename to apps-archived/storage/apps/web/src/app.html
diff --git a/apps/storage/apps/web/src/lib/api/client.ts b/apps-archived/storage/apps/web/src/lib/api/client.ts
similarity index 100%
rename from apps/storage/apps/web/src/lib/api/client.ts
rename to apps-archived/storage/apps/web/src/lib/api/client.ts
diff --git a/apps-archived/storage/apps/web/src/lib/components/LanguageSelector.svelte b/apps-archived/storage/apps/web/src/lib/components/LanguageSelector.svelte
new file mode 100644
index 000000000..5630e7582
--- /dev/null
+++ b/apps-archived/storage/apps/web/src/lib/components/LanguageSelector.svelte
@@ -0,0 +1,19 @@
+
+
+
{$_('app.tagline')}
-