Every small business owner hits the same wall eventually. You need a website, you Google "how much does a website cost," and the answers range from $0 (Wix free tier) to $250,000 (enterprise agency). That spread is useless. It is like asking "how much does a car cost?" without specifying whether you need a used Honda or a custom-built truck with hydraulic lifts.
I have built websites across the full spectrum. Template setups for a few hundred dollars. Custom marketing sites in the $2K to $8K range. Complex platforms with dashboards, integrations, and user authentication north of $10K. Each tier solves a different problem for a different business stage. Here is how to figure out where your project falls and what you should actually expect to pay in 2026.
Tier 1: Template Setup ($300 to $800)
This is the starting point for most small businesses that need a web presence fast. You pick a platform like Squarespace, Wix, or Shopify, choose a template, swap in your logo, add your content, and launch. A developer or designer handling this for you typically charges $300 to $800 depending on the number of pages and how much content customization is involved.
What you get
- Speed. A template site can be live in 1 to 3 days. If your business does not have a web presence and you are losing leads to competitors who do, this is the fastest fix.
- Low upfront cost. The template itself is often free or under $100. The main cost is paying someone to set it up properly, write decent copy, and configure your domain and email.
- Maintenance included. Platforms like Squarespace handle hosting, SSL certificates, security patches, and uptime. You pay $12 to $40 per month and never think about servers.
What you give up
- Differentiation. Your site will look like thousands of other businesses on the same platform. Consumers notice this, especially if they are comparing you to a competitor with a custom site.
- Performance. Template platforms load heavy JavaScript bundles regardless of whether your site uses those features. Page speed scores of 50 to 70 on Google Lighthouse are typical. That costs you search rankings.
- Flexibility. Need a custom calculator? An interactive quote builder? A client portal? Template platforms either cannot do it or require expensive add-on plugins that introduce more bloat.
- Platform lock-in. Your content, SEO equity, and domain reputation are tied to the platform. Migrating off Squarespace or Wix later means rebuilding from scratch.
Who this is right for
New businesses that need a web presence within the week. Service businesses where the website is basically a digital business card: hours, location, phone number, a few photos, maybe a contact form. Businesses spending less than $500 a month on marketing where the website is not the primary revenue driver.
Tier 2: Custom Marketing Website ($2,000 to $8,000)
This is where most small businesses that are serious about growth should land. A custom-built website designed specifically for your business, your audience, and your conversion goals. No shared templates. No platform limitations. Everything is built for purpose.
What you get
- Custom design. Every page is designed for your brand, your content, and your user journey. Not a template with your logo swapped in. An actual designed experience that communicates professionalism and builds trust.
- Performance. A custom Next.js or Astro site scores 95 to 100 on Lighthouse. Pages load in under 1 second. Google rewards fast sites with better search rankings. The MGT website itself runs Next.js 16 with Tailwind v4 and hits perfect Lighthouse scores across all 126+ pages.
- SEO control. Custom metadata, structured data (JSON-LD), sitemap generation, canonical URLs, Open Graph tags. All the technical SEO that template platforms either do poorly or hide behind paid tiers.
- Lead capture. Multi-step forms, interactive estimators, gated content, chat integrations. Tools designed around how your specific customers make buying decisions, not generic contact forms.
- Ownership. You own the code. You own the hosting. You can move providers, add features, or hand the codebase to another developer without starting over.
What drives cost in this range
The difference between a $2K site and an $8K site usually comes down to four factors:
- Number of unique page designs. A 5-page marketing site costs less than a 20-page site with distinct layouts for services, case studies, team pages, and a blog.
- Content creation. If the developer is writing copy, shooting photos, or producing video, that adds cost. If you provide all content ready to drop in, it is cheaper.
- Interactive features. An ROI calculator, a project estimator, a quiz, or a booking system each add $500 to $2,000 depending on complexity.
- Third-party integrations. Connecting to your CRM, email marketing platform, payment processor, or scheduling tool. Each integration adds $300 to $1,000 depending on API complexity.
For reference, the Regal Title website (a Virginia title company) fell in this range. It included a custom design system, rate calculators specific to Virginia regulations, secure document handling workflows, and integration with their internal processes. It went from concept to live production in under 30 days.
Who this is right for
Businesses that are actively investing in marketing and need a site that converts visitors to leads. Companies competing in local search where page speed and SEO quality directly impact revenue. Anyone who has outgrown their template and is losing deals because the website does not match the quality of the actual service.
Tier 3: Complex Platform ($10,000+)
This tier covers web applications, SaaS products, multi-sided platforms, and any project that requires user authentication, databases, real-time features, or significant business logic. The website is not just a marketing asset. It is the product itself or a critical operational tool.
Examples from real MGT projects
- VIBE CRM ($10K to $25K range). A full multi-tenant CRM with user authentication, contact management, pipeline tracking, email integration, and a React Native mobile app sharing the same API layer. Live on Vercel with production traffic.
- Cardinal Real Estate (145 pages, $15K+ range). A real estate investment platform with property analysis tools, deal pipeline tracking, market data visualization, investor dashboards, and content marketing infrastructure. Both a public marketing site and a private operational tool.
- 2K Hub ($10K+ range). A gaming analytics platform with OCR-powered stat extraction from screenshots, user profiles, leaderboards, and community features. 3,400+ automated tests in production.
What drives cost above $10K
- Authentication and user management. Login systems, role-based access, password recovery, session handling. Every user-facing app needs this, and doing it securely is not trivial.
- Database design. The data model is the foundation. A poorly designed database costs more in the long run than any single feature. Proper schema design, migrations, and indexing add upfront cost but prevent catastrophic rewrites later.
- Real-time features. Live notifications, chat, collaborative editing, or live dashboards require WebSocket infrastructure, state synchronization, and careful error handling.
- Third-party API integrations. Payment processing (Stripe), email delivery (SendGrid, Postmark), SMS (Twilio), mapping (Google Maps), and industry-specific APIs each add complexity and ongoing maintenance cost.
- Testing and quality. Complex platforms need automated test suites. The 2K Hub project runs 3,400+ tests because manual QA on a platform with that many features is not sustainable.
What Actually Drives Cost Up (Regardless of Tier)
Across every project I have built, these are the factors that push budgets higher than expected:
- Scope creep. The number one budget killer. "Can we also add..." during development is the most expensive sentence in software. Every addition adds not just build time but testing time, documentation, and long-term maintenance.
- Design revisions. Three rounds of design review are standard. Ten rounds mean the scope was not clear enough upfront. Clear wireframes and content before design starts saves thousands.
- Missing content. Developers waiting on copy, images, or brand assets is dead time that still costs money on hourly billing. Have your content ready before the build starts.
- Integration complexity. Third-party APIs are not always well-documented. Some require custom middleware. Some have rate limits that force architectural changes. Budget extra for integrations with legacy systems.
- Mobile-first design. If 70% of your traffic is mobile (and for most small businesses, it is), designing for mobile first and desktop second costs 10 to 20% more than desktop-only but delivers dramatically better conversion rates.
Fixed Pricing vs Hourly Billing: Why It Matters
Most agencies and freelancers bill hourly. That creates a fundamental problem: the developer profits from the project taking longer. There is a financial incentive to over-engineer, to add unnecessary complexity, and to stretch timelines.
MGT uses fixed pricing on every project. Here is what that changes:
- You know the total cost before writing a check. No surprise invoices. No "we hit a snag, that will be an extra $3K." The price is the price.
- Scope is defined upfront. Fixed pricing forces both sides to agree on exactly what is being built before work starts. That discipline prevents 80% of the miscommunication that kills projects.
- The developer is incentivized to be efficient. Every hour saved is profit. That means choosing the right tools, avoiding over-engineering, and shipping fast without cutting quality.
- Changes are scoped separately. Want to add a feature mid-project? It gets scoped and priced as a separate line item. No ambiguity about what is included and what is extra.
The full comparison between fixed pricing and hourly billing covers the math in detail if you want to go deeper.
When to Upgrade from a Template to Custom
Here are the signals that it is time to move past a template:
- You are spending money on ads that point to a slow, generic site. If you are paying for Google Ads or social media traffic, sending that traffic to a 3-second-load template with a 60 Lighthouse score is burning money. A custom site that loads in under 1 second and is designed to convert will pay for itself through improved ad efficiency.
- You need features the template cannot support. Interactive tools, client portals, booking systems, custom calculators, or any functionality that requires actual programming, not drag-and-drop widgets.
- Your competitors have custom sites and you are losing deals. In industries like real estate, legal, financial services, and professional consulting, website quality is a proxy for service quality. If every competitor has a polished custom site and you are running a Wix template, prospects notice.
- You are outgrowing the platform limits. Hitting page limits, storage limits, or feature restrictions. Paying for premium plugins that still do not do what you need.
- You want to own your web presence. If the platform shuts down, changes pricing, or degrades service, a custom site gives you independence. Your code, your hosting, your data.
How to Get an Accurate Estimate
The fastest way to get a realistic number for your project is to start with the MGT project estimator. It asks the right questions about your project scope, timeline, and feature needs, then gives you a range based on real project data from dozens of shipped builds. No sales call. No commitment. Just a number you can budget around.
If you want to talk through specifics, the contact page goes directly to the developer who will build your project. Not a sales team. Not an account manager. The same person who scopes it, designs it, builds it, and supports it.