From 71e8ca27bfb920ee023b380bab82d0e2324e042f Mon Sep 17 00:00:00 2001 From: thecyberlearn Date: Mon, 2 Jun 2025 18:48:53 +0530 Subject: [PATCH] first --- README.md | 34 ++ index.html | 1321 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1355 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..5bf42d4 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Victor AI Agent Dashboard + +This is a modern, responsive AI-powered dashboard for searching, creating, updating, and deleting records across multiple data tables (importer, exporter, gulfood). + +## Features + +- ๐Ÿ” Natural-language search +- ๐Ÿง  AI-powered CRUD operations +- โœ… Smart toast notifications +- ๐Ÿ’ก Duplicate handling +- ๐Ÿ“‹ Autocomplete for command suggestions +- ๐ŸŽจ Clean, mobile-friendly UI with TailwindCSS + +## How to Use + +1. Open `index.html` in a browser +2. Type a command like: + - `create importer abcTech from India` + - `update exporter helloCorp email info@hello.com` + - `delete gulfood helloFoods` +3. Responses will show as floating toasts. + +## Hosting Instructions + +To host on GitHub Pages: + +1. Create a GitHub repository +2. Upload `index.html` +3. Go to **Settings โ†’ Pages** and set source to `main` branch, `/ (root)` +4. Visit: `https://yourusername.github.io/your-repo-name` + +--- + +Built with โค๏ธ using TailwindCSS + OpenAI + n8n. diff --git a/index.html b/index.html new file mode 100644 index 0000000..93fbe28 --- /dev/null +++ b/index.html @@ -0,0 +1,1321 @@ + + + + + + Victor AI Agent Dashboard + + + + + + + + + + + + + + +
+
+
+
+ +
+
+

Victor AI

+

Trade Intelligence

+
+
+ +
+
+ +
+ + + + + + + +
+
+ + + + +
+
+
+ +
+ +
+ + +
+ Quick searches: + + + +
+
+ + + +
+

๐Ÿ”ง Create / Update / Delete

+
+ + +
+
+ + + + + + +
+
+
+
+

Total Searches

+

0

+
+
+ +
+
+
+ +
+
+
+

Results Found

+

0

+
+
+ +
+
+
+ +
+
+
+

Countries

+

150+

+
+
+ +
+
+
+ +
+
+
+

Response Time

+

0ms

+
+
+ +
+
+
+
+ + + + + +
+
+
+ +
+

Start Your Search

+

Enter your search query above to find exporters, importers, and trade data from our comprehensive database.

+
+
+

Find Exporters

+

Search by country, product, or company name

+
+
+

Find Importers

+

Discover potential buyers worldwide

+
+
+
+
+
+
+
+ + + + \ No newline at end of file