Marketing and documentation website for voxctrl — a programmable voice broker for Linux.
Built with PHP includes for shared layout, with separate pages for the landing/marketing section and a full documentation section covering quickstart, installation, configuration, integrations, and architecture.
index.php # Landing page
includes/ # Shared PHP partials (head, nav, footer, docs sidebar)
docs/ # Documentation pages (14 pages)
js/ # landing.js, docs.js
css/ # Stylesheets
assets/ # Images, GIFs, favicon
Requires a PHP server:
php -S localhost:8000Then open http://localhost:8000.