# Viperflows > Viperflows is an automation hub where builders search, download and learn how to run production-ready workflows for N8N, Zapier, Make (Integromat) and GoHighLevel. Every automation ships with a step-by-step guide explaining what each node does, how to configure it, and how to test it. Viperflows is a static HTML site backed by Supabase (PostgreSQL). There is no JavaScript framework or build step. Content is served as pre-generated HTML pages for maximum SEO and load performance. ## Public pages - [Home](https://viperflows.com/): Landing page. Explains what Viperflows is, lists platforms, features and pricing tiers (Free / $12 / $49). - [Automations library](https://viperflows.com/automations/): Searchable, filterable grid of all published automation templates. Filterable by platform, category, complexity and price. - [Blog](https://viperflows.com/blog/): Guides, tutorials and case studies about N8N, Zapier, Make and GoHighLevel automation. - [About](https://viperflows.com/about/): Information about the Viperflows team and mission. ## Platform pages Each platform page is a marketing + education landing page with example automations, an import guide and platform-specific resources. - [N8N automations](https://viperflows.com/n8n/): Self-hosted workflow templates and AI agent blueprints for N8N. - [Zapier templates](https://viperflows.com/zapier/): Shareable Zap templates with pre-mapped fields and walkthroughs. - [Make scenarios](https://viperflows.com/make/): Blueprint scenarios for Make (Integromat) with module-by-module guides. - [GoHighLevel automations](https://viperflows.com/gohighlevel/): Agency automation blueprints and pipeline templates for GoHighLevel. ## Legal - [Terms of Service](https://viperflows.com/terms/) - [Privacy Policy](https://viperflows.com/privacy/) ## Optional (supplementary content) Individual automation detail pages live at `https://viperflows.com/automations/{id}/` and individual blog posts at `https://viperflows.com/blog/{slug}/`. These are statically generated HTML pages and are fully indexable. ## Excluded The following pages exist but are not intended for public indexing or LLM training: - `/admin.html` — requires admin authentication - `/create-automation.html` — admin-only content creation form - `/create-blog-post.html` — admin-only blog editor - `/signin.html` — authentication page - `/supabase-schema.sql` — database schema (server-only, blocked by .htaccess)