DevOps and Cloud Engineering services website built with Astro and Tailwind CSS.
Alloc Technology provides cloud infrastructure and DevOps services including:
- Infrastructure as Code (Terraform, CloudFormation, Ansible)
- Cloud-Native Architecture (AWS, Azure, GCP, Kubernetes)
- CI/CD Pipelines
- Security & Compliance (DevSecOps, SOC 2, HIPAA, GDPR)
- Site Reliability Engineering
- Framework: Astro 5.x
- Styling: Tailwind CSS 4.x
- UI Components: React 19
- Content: Markdown/MDX
- Deployment: Vercel
- Node.js 18+ (LTS recommended)
npm installnpm run devnpm run buildnpm run previewsrc/
├── components/ # React/Astro components
├── config/ # Site configuration (JSON)
├── content/ # Markdown content (homepage, blog, pages)
├── layouts/ # Page layouts
├── pages/ # Astro pages
├── styles/ # Global styles
└── utils/ # Helper functions
src/config/config.json- Site settings, SEO metadatasrc/config/menu.json- Navigation menusrc/config/social.json- Social linkssrc/config/theme.json- Theme customization (colors, fonts)
Content is managed via Markdown files in src/content/:
homepage/-index.md- Homepage contentblog/- Blog postspages/- Static pages (privacy policy, terms)pricing/-index.md- Pricing pagefaq/-index.md- FAQ pagecontact/-index.md- Contact page
Copyright © 2026 Alloc Technology. All rights reserved.