- About
- Key Features
- Technology Stack
- Website Structure
- Getting Started
- Deployment
- SEO & Metadata
- Security & Privacy
- Development
- Contact
- License
Ionity is an Ecosystems Solutionist company specializing in AI, IoT, and Hardware Integration. We design and build secure systems that connect devices, automate operations, and unlock real-time intelligence through edge computing, embedded hardware, and power-saving units.
This repository contains the official website for Ionity (Pty) Ltd, also known as Antwerp Designs and AEDI (Automated Ecosystems Designs Intelligence).
- Energy-Efficient Edge AI Systems: Ultra-low power hardware with secure cloud integration
- Digital Twin Architectures: Real-time edge intelligence and predictive maintenance
- Zero-Trust AIoT Solutions: Secure industrial automation and SCADA systems
- Sustainable IoT Ecosystems: Green hardware engineering for long-term stability
Johan Wilhelm van Antwerp
Ecosystems Solutionist | IoT Engineer | Full-Stack Developer
π§ johan@ionity.today
π ionity.today | LinkedIn | GitHub
- π€ AI/ML Integration - Advanced AI integration and expert systems
- βοΈ Cloud Software Solutions - Cloud-native architecture with cloud-to-edge orchestration
- π‘ IoT Ecosystem - Complete IoT device management and real-time analytics
- π Security First - Zero-trust security with secure communications
- β‘ Edge Intelligence - On-device AI orchestration and edge computing
- π§ Hardware Integration - Custom hardware-software integration solutions
- π Global Reach - Operating from Pretoria, South Africa
- AIoT (AI + IoT Integration)
- Edge Computing & Cloud Integration
- SCADA Systems & Industrial Automation
- Firmware Development
- Digital Twin Architecture
- Predictive Maintenance Systems
- Power-Saving Hardware Units
- Cyber Security for Industrial IoT
- HTML5 - Semantic, accessible markup
- CSS3 - Modern, responsive design with custom properties
- JavaScript (ES6+) - Vanilla JavaScript for performance
- Font Awesome 6.5.1 - Professional icon library
- PWA Support - Progressive Web App with offline capabilities
- GitHub Pages - Static site hosting with custom domain
- GitHub Actions - Automated deployment workflow
- Google Tag Manager - Analytics with Consent Mode v2
- SecurePrivacy - Cookie consent management
- Framework Configs - Ready-to-use configs for Astro, Hugo, Jekyll, and Next.js
- SEO Tools - Comprehensive SEO configuration and validation
- IndexNow - Real-time search engine indexing
- Ionity API - Custom API for ecosystem integration
- JSON-LD Schema - Structured data for search engines
- Open Graph & Twitter Cards - Social media optimization
| Page | Description | File |
|---|---|---|
| Home | Landing page with overview of services | index.html |
| About | Company information and team details | about.html |
| Products | Hardware and software products | products.html |
| Services | Consulting and development services | services.html |
| Contact | Get in touch with the team | contact.html |
| Page | Description | File |
|---|---|---|
| AI Innovation | AI and machine learning solutions | ai-innovation.html |
| Gateway & Edge | Edge computing and gateway solutions | gateway.html |
| Firmware Development | Custom firmware services | firmware-development.html |
| System Architecture | Technical architecture overview | system-architecture.html |
| AEDI Online | Automated ecosystem designs platform | aedi-online.html |
| Roadmap | Product and service roadmap | roadmap.html |
| Page | Description | File |
|---|---|---|
| Wiki | Complete metadata and brand guide | wiki.html |
| License | Legal information and licensing | license.html |
| 404 Error | Custom error page | 404.html |
Ionity-offical-werbsite/
βββ assets/
β βββ css/
β β βββ style.css # Main stylesheet
β βββ js/
β β βββ script.js # Main JavaScript
β β βββ layout.js # Layout handling
β β βββ audio-manager.js # Audio controls
β β βββ cookie-manager.js # Cookie consent
β β βββ indexnow-manager.js # Search indexing
β β βββ seo-enhancement.js # SEO utilities
β βββ images/ # Images and logos
β βββ videos/ # Video content
βββ framework-configs/ # Framework templates
βββ .github/
β βββ workflows/
β βββ static.yml # GitHub Pages deployment
βββ .well-known/ # Security and verification
βββ *.html # Website pages
βββ manifest.json # PWA manifest
βββ robots.txt # Search engine directives
βββ sitemap.xml # Site structure
βββ humans.txt # Team credits
βββ security.txt # Security policy
βββ README.md # This file
- A modern web browser (Chrome, Firefox, Safari, Edge)
- Git (for cloning the repository)
- A text editor or IDE (VS Code, Sublime Text, etc.)
-
Clone the repository
git clone https://github.com/Antwerp-Ecosystem-Designs-Ionity/Ionity-offical-werbsite.git cd Ionity-offical-werbsite -
Open in your browser
Simply open
index.htmlin your web browser:# On macOS open index.html # On Linux xdg-open index.html # On Windows start index.html
-
Optional: Use a local server
For a better development experience, use a local server:
# Python 3 python -m http.server 8000 # Python 2 python -m SimpleHTTPServer 8000 # Node.js (with npx) npx http-server
Then visit
http://localhost:8000in your browser.
- Edit HTML files directly
- Modify CSS in
assets/css/style.css - Update JavaScript in
assets/js/ - Add images to
assets/images/ - Test changes in your browser
- Commit and push to deploy (if you have access)
This website is automatically deployed to GitHub Pages using GitHub Actions.
- Production URL: https://www.ionity.today
- GitHub Pages URL: https://antwerp-ecosystem-designs-ionity.github.io/Ionity-offical-werbsite/
- Push changes to the
masterbranch - GitHub Actions automatically builds and deploys
- Changes are live within 1-2 minutes
The repository uses a custom domain (www.ionity.today) configured via:
CNAMEfile in the repository root- DNS A records pointing to GitHub Pages servers
- HTTPS enabled automatically via GitHub
For detailed setup instructions, see GITHUB_PAGES_SETUP.md.
The site is static HTML/CSS/JS, so it can be deployed to any web server:
- Copy all files to your web server
- Ensure the server serves
index.htmlas the default page - Configure SSL/HTTPS for security
- Update the
CNAMEfile or remove it if not using a custom domain
This website implements comprehensive SEO best practices:
- Meta Tags: Complete Open Graph, Twitter Card, and Dublin Core metadata
- Structured Data: JSON-LD schema for rich search results
- Sitemap: XML sitemap for search engine crawling
- Robots.txt: Search engine directives
- Canonical URLs: Proper URL canonicalization
- Mobile-First: Responsive design for all devices
sitemap.xml- Website structure for search enginesrobots.txt- Crawler directiveshumans.txt- Human-readable creditssecurity.txt- Security policy and contactkeywords.txt- SEO keyword listmetadata.txt- Complete metadata template
The site uses IndexNow for instant search engine notifications:
- Automatic notification to Bing, Yandex, and other search engines
- Real-time indexing of new and updated pages
- Managed via
indexnow-manager.js
- SecurePrivacy Integration: GDPR, CCPA, and global privacy compliance
- Cookie Consent: User-controlled cookie preferences
- Google Consent Mode v2: Privacy-first analytics
- HTTPS: All traffic encrypted via GitHub Pages
- Content Security Policy: Implemented via meta tags
- Secure Headers: X-Content-Type-Options, X-Frame-Options
- Security.txt: RFC 9116 compliant security policy
The website uses minimal cookies:
- Essential Cookies: Required for functionality
- Analytics Cookies: Google Tag Manager (with consent)
- Preference Cookies: User settings storage
Users can manage cookie preferences via the cookie consent banner.
- HTML: Semantic HTML5, accessible markup
- CSS: BEM-like naming, CSS custom properties
- JavaScript: ES6+, vanilla JS (no frameworks)
- Formatting: Consistent indentation (2 spaces)
- Chrome (latest 2 versions)
- Firefox (latest 2 versions)
- Safari (latest 2 versions)
- Edge (latest 2 versions)
- Mobile browsers (iOS Safari, Chrome Mobile)
The repository includes configuration templates for:
- Astro -
framework-configs/astro-BaseHead.astro - Hugo -
framework-configs/hugo-hugo.toml - Jekyll -
framework-configs/jekyll-_config.yml - Next.js -
framework-configs/next-js-layout.tsx
These configs allow easy migration to static site generators if needed.
- Ionity API JSON:
ionity-api.json - Ionity API Markdown:
ionity-api.md - Master Schema:
framework-configs/ionity-master-schema.json
- Email: johan@ionity.today
- Phone: +27 64 699 9877
- Website: https://www.ionity.today
- Contact Page: https://www.ionity.today/contact.html
- LinkedIn: linkedin.com/in/ionity
- GitHub: github.com/AntwerpDesignsIonity
- Twitter: @AntwerpDesigns
- Gravatar: gravatar.com/johanvanantwerp007
- ORCID: 0009-0005-7181-0347
Ionity (Pty) Ltd
Pretoria, Gauteng, South Africa
Registration: Policy AED 986
Alternative Names:
- Antwerp Designs
- AEDI (Automated Ecosystems Designs Intelligence)
- Antwerp Ecosystem Designs Ionity
Β© 2018β2026 Antwerp Designs | Ionity (Pty) Ltd. All rights reserved.
This website and its content are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).
You are free to:
- Share β copy and redistribute the material
- Adapt β remix, transform, and build upon the material
Under the following terms:
- Attribution β You must give appropriate credit
- NonCommercial β You may not use the material for commercial purposes
- ShareAlike β If you remix or build upon the material, you must distribute under the same license
For commercial licensing, contact: johan@ionity.today
- Ionityβ’ - Trademark registered under Policy AED 986
- AEDIβ’ - Trademark of Automated Ecosystems Designs Intelligence
- Antwerp Designsβ’ - Brand of Ionity (Pty) Ltd
- License AED 900: Industrial Power Optimization
- Policy AED 986: Global Identity and Hardware Verification
- TMΒ²: Trademark Management Protocol
For complete legal information, see license.html.
- Johan Wilhelm van Antwerp - Founder & Lead Engineer
- God: "Anything is Possible with God"
- Open Source Community
- GitHub for hosting
- All contributors and supporters
Built with β€οΈ by Antwerp Designs
Precision, Performance, and Long-term Stability
