YAZ Development

Pricing

Affordable Excellence: See Our Pricing.

Starter

$50

Get Started
  • Basic website setup
  • Up to 5 pages
  • 1 custom domain
  • Standard hosting
  • Basic SEO setup
  • Email support

Business

$99

Get Started
  • Everything in Starter
  • Up to 20 pages
  • Up to 3 custom domains
  • Managed hosting with faster speeds
  • Advanced SEO optimization
  • Priority email support

Enterprise

Custom

Contact Us
  • All Business Features
  • Unlimited pages and users
  • Multiple custom domains
  • Advanced SEO & analytics
  • 99.9% uptime SLA
  • 24/7 premium support
  • Custom integrations & migrations

Frequently Asked Questions

We offer complete web solutions — from custom website development to hosting and SEO — all optimized for speed and performance.
Alpine.js is under 17KB and lets us build dynamic features quickly. It also supports a growing collection of ready-made components, making development faster and more flexible.
Yes, but some interactive components use it. You’ll need to:
  • Remove it from your project with npm uninstall alpinejs
  • Update components that rely on Alpine.js (e.g., FAQs, theme switchers, navbars)
You can, but most of the design is built with Tailwind. Removing it means rewriting the entire style system, which isn’t recommended unless you’re redesigning everything.
You can keep a single language and remove the switcher. To fully remove multi-language support:
  • Uninstall the localization plugin
  • Delete config files related to localization
  • Remove the locales directory
  • Remove any language selector components
  • Replace all i18n references with direct text
Dark mode is built into the theme. You can simply remove the toggle button if you don't want users to switch modes.
To connect your CMS (like Sveltia) with Cloudflare, follow the official guide here: https://github.com/sveltia/sveltia-cms
To configure Decap CMS on Netlify:
  • Set config.backend.name to git-gateway
  • Use Netlify’s built-in CMS auth: Learn more
Edit the react-i18next.config.mjs file to update supported languages. Then update your CMS settings and localization files in public/locales.
These are serverless functions (e.g., for Cloudflare) used for features like CMS authentication and backend logic.
Make sure your build system is set to version 2 in Cloudflare Pages settings — version 1 can cause build failures.