Engineer-first open source tools and reference implementations for building scalable, maintainable software.
OpenSyntaxHQ builds practical, well-documented tools that make software systems easier to design, ship, and maintain. We prioritize engineering constraints, performance, and clean abstractions over hype.
Visit the live site: OpenSyntaxHQ
Built with a focus on performance and developer experience:
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS v4
- Language: TypeScript
- Animations: Framer Motion /
motion
-
Clone the repository:
git clone https://github.com/OpenSyntaxHQ/OpenSyntaxHQ.git cd OpenSyntaxHQ -
Install dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000/OpenSyntaxHQ with your browser to see the result.
This site is automatically deployed to GitHub Pages via GitHub Actions.
- Configuration:
output: 'export'(Static Export) - Base Path:
/OpenSyntaxHQ - Workflow:
.github/workflows/deploy.yml
Any push to the main branch triggers a new build and deployment.
MIT © OpenSyntaxHQ