GETTING STARTED

📖 Netify Documentation

Welcome to the Netify documentation. Learn how to use the Netify platform to compare SD-WAN and SASE providers, build RFPs, and manage your enterprise network procurement.


Getting Started with Netify

1

Explore the Marketplace

Browse our curated list of 30+ SD-WAN and SASE vendors. Compare features, pricing models, and deployment options side by side to find the best fit for your organisation.

2

Build Your RFP

Use the RFP Builder to create sector-specific procurement documents. Select your industry — Healthcare, Manufacturing, Retail, or Finance — and generate audit-ready requirements automatically.

Tip: Netify remains free for organisations to use. The RFP Builder automatically maps compliance requirements to your selected vendors.
3

Receive Competitive Bids

Submit your RFP through Netify's marketplace and receive competitive bids from pre-qualified vendors via a single portal. Compare responses and make data-driven decisions.


Platform Features

ℹ️
Netify supports G-Cloud 14 and Enterprise frameworks. All marketplace data is synchronised monthly to ensure accuracy.
⚠️
Important: Ensure your compliance requirements are up to date before generating an RFP. Standards like NHS DSPT are updated periodically.

API Example

Here's a quick example of how to query the Netify API for vendor information:

curl
curl -X GET "https://api.netify.co.uk/v1/vendors" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
JSON Response
{
  "status": "success",
  "data": {
    "vendors": [
      {
        "id": "vnd_001",
        "name": "Example Vendor",
        "category": "SD-WAN",
        "compliance": ["SOC2", "PCI-DSS"],
        "regions": ["UK", "EU", "NA"]
      }
    ],
    "total": 30,
    "page": 1
  }
}

Frequently Asked Questions

What is SD-WAN and why do I need it?

SD-WAN (Software-Defined Wide Area Network) is a virtual WAN architecture that allows enterprises to leverage any combination of transport services — including MPLS, LTE, and broadband internet — to securely connect users to applications. It provides centralised management, improved performance, and cost savings over traditional WAN approaches.

How does the RFP Builder work?

The Netify RFP Builder automates the procurement process. Select your industry sector, define your technical requirements, and the tool generates a comprehensive RFP document. It automatically maps compliance standards (NHS DSPT, HIPAA, PCI DSS, SOC2) to vendor capabilities, scoring responses to help you make informed decisions.

Is Netify free to use?

Yes, Netify remains free for organisations to use. We earn revenue through our marketplace model where vendors pay to participate. This means you get unbiased comparisons and competitive bids at no cost to your organisation.

What compliance standards does Netify support?

Netify currently supports mapping to NHS DSPT (Data Security and Protection Toolkit), HIPAA (Health Insurance Portability and Accountability Act), PCI DSS (Payment Card Industry Data Security Standard), and SOC2 (Service Organization Control 2). We continuously add support for additional frameworks.

Supported Sectors

Healthcare organisations face unique networking challenges with NHS DSPT and HIPAA compliance requirements. Netify helps you identify vendors that meet clinical data security standards, support telemedicine workloads, and integrate with existing NHS infrastructure.

🏥
Healthcare RFPs automatically include NHS DSPT toolkit mapping and clinical data flow requirements.

Manufacturing environments require reliable connectivity for IoT devices, SCADA systems, and multi-site operations. Netify's manufacturing RFP template addresses OT/IT convergence, low-latency requirements, and industrial protocol support.

Retail networks must support PCI DSS compliance for payment processing, guest Wi-Fi, digital signage, and inventory management across distributed store locations. Our retail template covers all critical retail networking requirements.

Financial services demand the highest levels of security and compliance. Netify's finance RFP template addresses SOC2 compliance, encryption requirements, DDoS protection, and regulatory reporting capabilities.

Comparison Overview

Feature SD-WAN SASE
Network Optimisation ✅ Core feature ✅ Included
Cloud Security ❌ Requires add-on ✅ Built-in
Zero Trust Access ❌ Separate solution ✅ Integrated
Firewall as a Service ⚠️ Vendor dependent ✅ Core component
Best for WAN optimisation focus Full security + networking
Introduction
Welcome to the Netify documentation
Quickstart
Get up and running with Netify in minutes
SD-WAN Overview
Understanding Software-Defined WAN technology
SASE Framework
Secure Access Service Edge components
RFP Builder
Create audit-ready procurement documents
Compliance Standards
NHS DSPT, HIPAA, PCI DSS, and SOC2 mapping
API Reference
Integrate Netify data into your workflows