This repository contains the frontend code for the [AutoMind] website. The primary goal of this website is to serve as a global gateway, effectively showcasing a diverse and complex portfolio of AI and automation services to B2B clients, particularly in the European Union (EU) and Southeast Asian (SEA) markets.
The site aims to facilitate market entry, generate qualified leads, and establish credibility by clearly articulating the value proposition of our services, which include:
- n8n Expertise & Workflow Automation
- General AI Services (Machine Learning, NLP, Computer Vision)
- Retrieval Augmented Generation (GraphRAG) for enhanced AI accuracy with private data
- AI Agents for autonomous task execution
- Broader Automation & Robotics solutions
The website architecture follows a dual-pathway approach:
- Services Section: Details the technological toolkit ("ingredients").
- Solutions Section: Demonstrates applied value by industry and business challenge ("recipes").
Status: Under Development 🚧
(As of: May 12, 2025)
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Core Concepts Showcased: n8n, AI, GraphRAG, AI Agents, Automation, Robotics
- Homepage: Overview of services, value proposition, and CTAs.
- About Us: Company mission, vision, team expertise, and commitment to security/compliance (GDPR, SEA regulations).
- Services (Toolkit): Detailed pages for each core technology offering (n8n, AI, GraphRAG, Agents, Automation). Content focuses on capabilities, benefits, features, and technical aspects like n8n self-hosting and GraphRAG security.
- Solutions (Applied Value): Problem/solution-oriented pages demonstrating how services combine to address specific B2B challenges, organized by:
- Industry (e.g., Manufacturing, Healthcare, Finance - tailored for EU/SEA)
- Business Function/Challenge (e.g., Supply Chain Optimization, Customer Experience, Quality Control).
- Resources: Hub for thought leadership content like blog posts, case studies (conceptual/real), whitepapers, and eBooks.
- Contact Us: Lead generation form and contact details.
- Trust & Security Information: Dedicated content addressing data security, GDPR, and local SEA data privacy considerations.
- (Planned) Responsive Design for various devices.
- (Planned) Basic SEO optimization.
This project currently consists of static HTML, CSS, and JavaScript files.
To view the website locally:
- Clone the repository:
git clone [https://github.com/](https://github.com/)[YourUsername]/[YourRepositoryName].git cd [YourRepositoryName] - Open
index.html: You can often open theindex.htmlfile directly in your web browser. - (Recommended) Use a local web server:
For correct handling of relative paths and potential future features (like API calls), it's better to serve the files using a simple local server. If you have Python installed:
Or using Node.js (requires
# For Python 3 python -m http.servernpm install -g http-serverfirst):Then open your browser and navigate tohttp-server
http://localhost:8000(or the port specified by the server).
Currently, contributions are managed internally. Please contact [Your Contact Email or Name] for inquiries about contributing.
(Choose one option or modify)
Option 1 (Proprietary): Copyright © [Year] [AutoMind]. All Rights Reserved.
Option 2 (MIT License - Example): This project is licensed under the MIT License - see the LICENSE.md file for details. (You would need to create a LICENSE.md file with the MIT license text if you choose this)
Option 3 (Other): Specify other license terms if applicable.
For questions about this project, please contact [Your Contact Email or relevant department].
This README was last updated on May 12, 2025.