diff --git a/aimenet-web/.idea/runConfigurations/dev.xml b/aimenet-web/.idea/runConfigurations/dev.xml
deleted file mode 100644
index 46d8ec8..0000000
--- a/aimenet-web/.idea/runConfigurations/dev.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/aimenet-web/components.json b/aimenet-web/components.json
deleted file mode 100644
index 1c6facd..0000000
--- a/aimenet-web/components.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "$schema": "https://ui.shadcn.com/schema.json",
- "style": "default",
- "rsc": false,
- "tsx": true,
- "tailwind": {
- "config": "tailwind.config.js",
- "css": "src/index.css",
- "baseColor": "slate",
- "cssVariables": true,
- "prefix": ""
- },
- "aliases": {
- "components": "@/components",
- "utils": "@/lib/utils"
- }
-}
\ No newline at end of file
diff --git a/aimenet-web/eslint.config.js b/amnet-web/eslint.config.js
similarity index 100%
rename from aimenet-web/eslint.config.js
rename to amnet-web/eslint.config.js
diff --git a/aimenet-web/index.html b/amnet-web/index.html
similarity index 100%
rename from aimenet-web/index.html
rename to amnet-web/index.html
diff --git a/aimenet-web/package-lock.json b/amnet-web/package-lock.json
similarity index 100%
rename from aimenet-web/package-lock.json
rename to amnet-web/package-lock.json
diff --git a/aimenet-web/package.json b/amnet-web/package.json
similarity index 100%
rename from aimenet-web/package.json
rename to amnet-web/package.json
diff --git a/aimenet-web/postcss.config.js b/amnet-web/postcss.config.js
similarity index 100%
rename from aimenet-web/postcss.config.js
rename to amnet-web/postcss.config.js
diff --git a/aimenet-web/public/.well-known/apple-app-site-association b/amnet-web/public/.well-known/apple-app-site-association
similarity index 100%
rename from aimenet-web/public/.well-known/apple-app-site-association
rename to amnet-web/public/.well-known/apple-app-site-association
diff --git a/aimenet-web/public/app.webmanifest b/amnet-web/public/app.webmanifest
similarity index 100%
rename from aimenet-web/public/app.webmanifest
rename to amnet-web/public/app.webmanifest
diff --git a/aimenet-web/public/apple-icon.png b/amnet-web/public/apple-icon.png
similarity index 100%
rename from aimenet-web/public/apple-icon.png
rename to amnet-web/public/apple-icon.png
diff --git a/aimenet-web/public/favicon.ico b/amnet-web/public/favicon.ico
similarity index 100%
rename from aimenet-web/public/favicon.ico
rename to amnet-web/public/favicon.ico
diff --git a/aimenet-web/public/icon-16.png b/amnet-web/public/icon-16.png
similarity index 100%
rename from aimenet-web/public/icon-16.png
rename to amnet-web/public/icon-16.png
diff --git a/aimenet-web/public/icon-192.png b/amnet-web/public/icon-192.png
similarity index 100%
rename from aimenet-web/public/icon-192.png
rename to amnet-web/public/icon-192.png
diff --git a/aimenet-web/public/icon-32.png b/amnet-web/public/icon-32.png
similarity index 100%
rename from aimenet-web/public/icon-32.png
rename to amnet-web/public/icon-32.png
diff --git a/aimenet-web/public/icon-512.png b/amnet-web/public/icon-512.png
similarity index 100%
rename from aimenet-web/public/icon-512.png
rename to amnet-web/public/icon-512.png
diff --git a/aimenet-web/public/robots.txt b/amnet-web/public/robots.txt
similarity index 100%
rename from aimenet-web/public/robots.txt
rename to amnet-web/public/robots.txt
diff --git a/aimenet-web/public/web.config b/amnet-web/public/web.config
similarity index 96%
rename from aimenet-web/public/web.config
rename to amnet-web/public/web.config
index 8780b27..75fda75 100644
--- a/aimenet-web/public/web.config
+++ b/amnet-web/public/web.config
@@ -1,8 +1,8 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/aimenet-web/src/components/aime-card.tsx b/amnet-web/src/components/aime-card.tsx
similarity index 100%
rename from aimenet-web/src/components/aime-card.tsx
rename to amnet-web/src/components/aime-card.tsx
diff --git a/aimenet-web/src/components/am-card.tsx b/amnet-web/src/components/am-card.tsx
similarity index 100%
rename from aimenet-web/src/components/am-card.tsx
rename to amnet-web/src/components/am-card.tsx
diff --git a/aimenet-web/src/components/am-footer.tsx b/amnet-web/src/components/am-footer.tsx
similarity index 100%
rename from aimenet-web/src/components/am-footer.tsx
rename to amnet-web/src/components/am-footer.tsx
diff --git a/aimenet-web/src/components/am-header.tsx b/amnet-web/src/components/am-header.tsx
similarity index 100%
rename from aimenet-web/src/components/am-header.tsx
rename to amnet-web/src/components/am-header.tsx
diff --git a/aimenet-web/src/components/card-creation-form.tsx b/amnet-web/src/components/card-creation-form.tsx
similarity index 100%
rename from aimenet-web/src/components/card-creation-form.tsx
rename to amnet-web/src/components/card-creation-form.tsx
diff --git a/aimenet-web/src/components/https-mixed-mode-request-warning.tsx b/amnet-web/src/components/https-mixed-mode-request-warning.tsx
similarity index 100%
rename from aimenet-web/src/components/https-mixed-mode-request-warning.tsx
rename to amnet-web/src/components/https-mixed-mode-request-warning.tsx
diff --git a/aimenet-web/src/components/incognito-warning.tsx b/amnet-web/src/components/incognito-warning.tsx
similarity index 100%
rename from aimenet-web/src/components/incognito-warning.tsx
rename to amnet-web/src/components/incognito-warning.tsx
diff --git a/aimenet-web/src/components/loading-indicator.tsx b/amnet-web/src/components/loading-indicator.tsx
similarity index 100%
rename from aimenet-web/src/components/loading-indicator.tsx
rename to amnet-web/src/components/loading-indicator.tsx
diff --git a/aimenet-web/src/components/no-cards-notification.tsx b/amnet-web/src/components/no-cards-notification.tsx
similarity index 100%
rename from aimenet-web/src/components/no-cards-notification.tsx
rename to amnet-web/src/components/no-cards-notification.tsx
diff --git a/aimenet-web/src/components/theme-provider.tsx b/amnet-web/src/components/theme-provider.tsx
similarity index 100%
rename from aimenet-web/src/components/theme-provider.tsx
rename to amnet-web/src/components/theme-provider.tsx
diff --git a/aimenet-web/src/components/ui/alert-dialog.tsx b/amnet-web/src/components/ui/alert-dialog.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/alert-dialog.tsx
rename to amnet-web/src/components/ui/alert-dialog.tsx
diff --git a/aimenet-web/src/components/ui/alert.tsx b/amnet-web/src/components/ui/alert.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/alert.tsx
rename to amnet-web/src/components/ui/alert.tsx
diff --git a/aimenet-web/src/components/ui/button.tsx b/amnet-web/src/components/ui/button.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/button.tsx
rename to amnet-web/src/components/ui/button.tsx
diff --git a/aimenet-web/src/components/ui/card.tsx b/amnet-web/src/components/ui/card.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/card.tsx
rename to amnet-web/src/components/ui/card.tsx
diff --git a/aimenet-web/src/components/ui/context-menu.tsx b/amnet-web/src/components/ui/context-menu.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/context-menu.tsx
rename to amnet-web/src/components/ui/context-menu.tsx
diff --git a/aimenet-web/src/components/ui/dialog.tsx b/amnet-web/src/components/ui/dialog.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/dialog.tsx
rename to amnet-web/src/components/ui/dialog.tsx
diff --git a/aimenet-web/src/components/ui/drawer.tsx b/amnet-web/src/components/ui/drawer.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/drawer.tsx
rename to amnet-web/src/components/ui/drawer.tsx
diff --git a/aimenet-web/src/components/ui/form.tsx b/amnet-web/src/components/ui/form.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/form.tsx
rename to amnet-web/src/components/ui/form.tsx
diff --git a/aimenet-web/src/components/ui/input.tsx b/amnet-web/src/components/ui/input.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/input.tsx
rename to amnet-web/src/components/ui/input.tsx
diff --git a/aimenet-web/src/components/ui/label.tsx b/amnet-web/src/components/ui/label.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/label.tsx
rename to amnet-web/src/components/ui/label.tsx
diff --git a/aimenet-web/src/components/ui/separator.tsx b/amnet-web/src/components/ui/separator.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/separator.tsx
rename to amnet-web/src/components/ui/separator.tsx
diff --git a/aimenet-web/src/components/ui/toast.tsx b/amnet-web/src/components/ui/toast.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/toast.tsx
rename to amnet-web/src/components/ui/toast.tsx
diff --git a/aimenet-web/src/components/ui/toaster.tsx b/amnet-web/src/components/ui/toaster.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/toaster.tsx
rename to amnet-web/src/components/ui/toaster.tsx
diff --git a/aimenet-web/src/components/ui/tooltip.tsx b/amnet-web/src/components/ui/tooltip.tsx
similarity index 100%
rename from aimenet-web/src/components/ui/tooltip.tsx
rename to amnet-web/src/components/ui/tooltip.tsx
diff --git a/aimenet-web/src/components/ui/use-toast.ts b/amnet-web/src/components/ui/use-toast.ts
similarity index 100%
rename from aimenet-web/src/components/ui/use-toast.ts
rename to amnet-web/src/components/ui/use-toast.ts
diff --git a/aimenet-web/src/hooks/use-media-query.tsx b/amnet-web/src/hooks/use-media-query.tsx
similarity index 100%
rename from aimenet-web/src/hooks/use-media-query.tsx
rename to amnet-web/src/hooks/use-media-query.tsx
diff --git a/aimenet-web/src/index.css b/amnet-web/src/index.css
similarity index 100%
rename from aimenet-web/src/index.css
rename to amnet-web/src/index.css
diff --git a/aimenet-web/src/lib/aime-card.ts b/amnet-web/src/lib/aime-card.ts
similarity index 100%
rename from aimenet-web/src/lib/aime-card.ts
rename to amnet-web/src/lib/aime-card.ts
diff --git a/aimenet-web/src/lib/aime-net.ts b/amnet-web/src/lib/aime-net.ts
similarity index 100%
rename from aimenet-web/src/lib/aime-net.ts
rename to amnet-web/src/lib/aime-net.ts
diff --git a/aimenet-web/src/lib/database.ts b/amnet-web/src/lib/database.ts
similarity index 100%
rename from aimenet-web/src/lib/database.ts
rename to amnet-web/src/lib/database.ts
diff --git a/aimenet-web/src/lib/utils.ts b/amnet-web/src/lib/utils.ts
similarity index 100%
rename from aimenet-web/src/lib/utils.ts
rename to amnet-web/src/lib/utils.ts
diff --git a/aimenet-web/src/main.tsx b/amnet-web/src/main.tsx
similarity index 100%
rename from aimenet-web/src/main.tsx
rename to amnet-web/src/main.tsx
diff --git a/aimenet-web/src/pages/card-in-screen.tsx b/amnet-web/src/pages/card-in-screen.tsx
similarity index 100%
rename from aimenet-web/src/pages/card-in-screen.tsx
rename to amnet-web/src/pages/card-in-screen.tsx
diff --git a/aimenet-web/src/pages/card-manager.tsx b/amnet-web/src/pages/card-manager.tsx
similarity index 100%
rename from aimenet-web/src/pages/card-manager.tsx
rename to amnet-web/src/pages/card-manager.tsx
diff --git a/aimenet-web/src/pages/server-listing.tsx b/amnet-web/src/pages/server-listing.tsx
similarity index 100%
rename from aimenet-web/src/pages/server-listing.tsx
rename to amnet-web/src/pages/server-listing.tsx
diff --git a/aimenet-web/src/vite-env.d.ts b/amnet-web/src/vite-env.d.ts
similarity index 100%
rename from aimenet-web/src/vite-env.d.ts
rename to amnet-web/src/vite-env.d.ts
diff --git a/aimenet-web/tailwind.config.js b/amnet-web/tailwind.config.js
similarity index 100%
rename from aimenet-web/tailwind.config.js
rename to amnet-web/tailwind.config.js
diff --git a/aimenet-web/tsconfig.app.json b/amnet-web/tsconfig.app.json
similarity index 100%
rename from aimenet-web/tsconfig.app.json
rename to amnet-web/tsconfig.app.json
diff --git a/aimenet-web/tsconfig.json b/amnet-web/tsconfig.json
similarity index 100%
rename from aimenet-web/tsconfig.json
rename to amnet-web/tsconfig.json
diff --git a/aimenet-web/tsconfig.node.json b/amnet-web/tsconfig.node.json
similarity index 100%
rename from aimenet-web/tsconfig.node.json
rename to amnet-web/tsconfig.node.json
diff --git a/aimenet-web/vite.config.ts b/amnet-web/vite.config.ts
similarity index 100%
rename from aimenet-web/vite.config.ts
rename to amnet-web/vite.config.ts