Fiaz Technologies builds developer-first tools, AI-powered solutions, SaaS products, mobile applications, and high-performance web platforms for global users. We serve startups and enterprises across India and worldwide, delivering production-grade systems with industry-standard quality.
Live Site: fiaztechnologies.github.io
- Modern SaaS Design — Premium UI with dark/light theme, smooth animations, and responsive layouts
- AI Solutions — Custom ML models, NLP, computer vision, and intelligent automation
- SaaS Development — Multi-tenant platforms with subscription management and RBAC
- Developer Tools — CLIs, SDKs, IDE extensions, and CI/CD integrations
- Web Applications — High-performance PWAs, real-time apps, and e-commerce platforms
- Mobile Apps — Cross-platform React Native development with native performance
- Contact Form — Powered by Web3Forms for serverless form submissions
- SEO Optimized — Structured data, Open Graph, Twitter Cards, sitemap, and robots.txt
- Accessible — WCAG-compliant design with semantic HTML
| Category | Technologies |
|---|---|
| Framework | Astro (Static Output) |
| UI Library | React 19 + TypeScript |
| Styling | Tailwind CSS v4 + shadcn/ui |
| Animations | Framer Motion (Scroll-based parallax) |
| State | Zustand (Theme + UI state) |
| Data Fetching | TanStack Query |
| Validation | Zod (Type-safe form validation) |
| Icons | HugeIcons (@hugeicons/react) |
| Forms | Web3Forms (Serverless submissions) |
| Deployment | GitHub Pages (Static hosting) |
src/
├── components/ # React components
│ ├── sections/ # Home page sections (Hero, Bento, Stats, etc.)
│ ├── ui/ # shadcn/ui components
│ ├── navbar.tsx # Responsive navigation
│ ├── footer.tsx # Site footer with legal links
│ ├── theme-toggle.tsx # Dark/light mode toggle
│ ├── home-page.tsx # Home page composition
│ ├── about-page.tsx # About page with founder profile
│ ├── services-page.tsx # Parallax storytelling services
│ └── contact-page.tsx # Web3Forms contact form
├── hooks/ # TanStack Query hooks
├── layouts/ # Astro layouts (SEO, meta tags)
├── lib/ # Constants, validation, utilities
├── pages/ # Astro routes (9 pages)
├── store/ # Zustand stores
└── styles/ # Global CSS + Tailwind config
| Page | Route | Description |
|---|---|---|
| Home | / |
Hero, Trust, Bento Grid, Services, Features, Process, Tech Stack, Stats, Testimonials, CTA |
| About | /about |
Mission, Vision, Values, Founder profile |
| Services | /services |
Parallax storytelling with 5 service areas |
| Contact | /contact |
Web3Forms-integrated contact form with Zod validation |
| Privacy | /privacy |
Privacy Policy |
| Terms | /terms |
Terms of Service |
| Refund | /refund |
Refund Policy |
| Cookies | /cookies |
Cookie Policy |
| 404 | /404 |
Custom not found page |
# Clone the repository
git clone https://github.com/FiazTechnologies/fiaztechnologies.github.io.git
cd fiaztechnologies.github.io
# Install dependencies
bun install
# or
npm install# Start development server
bun run dev
# or
npm run dev# Build for production
bun run build
# or
npm run build
# Preview production build
bun run previewThe production build outputs to the dist/ directory, ready for deployment.
This project is configured for GitHub Pages deployment. The static output is generated in the dist/ directory.
Push to the main branch and configure GitHub Pages to deploy from the dist/ directory, or use a GitHub Actions workflow.
bun run build
# Deploy the dist/ directory to your hosting provider- Email: contact@muhammadfiaz.com
- Twitter: @muhammadfiaz_
- GitHub: FiazTechnologies
- LinkedIn: Muhammad Fiaz
- Website: muhammadfiaz.com
Copyright © 2026 Fiaz Technologies. All rights reserved.