All the content from this repo has been moved to the company website.
Official documentation and product showcase for Abstract Machines IoT gateway hardware. Built with Next.js and Fumadocs.
Swiss knife for wireless IoT. Multi-protocol gateway with ESP32-C6 RISC-V, supporting Wireless M-Bus, NB-IoT, LTE-M, WiFi, and BLE. Runs Zephyr RTOS.
Modular expansion board with W5500 Ethernet, TSS721A M-Bus transceiver, SD card logging, and robust power management.
- Product showcase and specifications
- Comprehensive documentation with MDX support
- Use case examples and deployment guides
- Static site generation for optimal performance
- Search functionality powered by Orama
- Responsive design with dark mode support
- SEO-optimized with sitemap and robots.txt
- Bun (recommended) or Node.js
bun installRun the development server:
bun run devOpen http://localhost:3000 with your browser to see the result.
Build the static site:
bun run buildThe output will be generated in the out directory.
bun run startbun run lint
bun run lint:fix # Auto-fix issuesThe site is configured for static export and can be deployed to GitHub Pages (via .github/workflows/cd.yml) or any other static hosting provider.
See LICENSE file for details.