npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@siteboon/n8n-nodes-siteboon

v0.1.5

Published

Siteboon AI Website Builder integration for n8n - Create, manage and automate websites with AI-powered tools. Build landing pages, e-commerce sites, and web applications through n8n workflows.

Readme

Siteboon AI Website Builder for n8n

Siteboon Logo

Automate your website creation and management with Siteboon's AI-powered tools directly in n8n workflows.

This n8n community node integrates Siteboon - the AI first website builder - with your automation workflows. Create landing pages, manage your sites, and build complete websites using artificial intelligence, all through n8n's powerful automation platform.

🚀 What is Siteboon?

Siteboon is a AI-powered website builder that revolutionizes web development by combining artificial intelligence with intuitive design tools. Whether you're building landing pages, corporate websites, or complex websites for lead generation, Siteboon's AI technology helps you create professional websites in minutes, while being able to create any kind of website you need without any limitations.

Key Features:

  • AI-Powered Design: Let artificial intelligence create and change stunning website layouts
  • SEO Optimized: Automatically optimized for search engines
  • Mobile Responsive: All websites are fully responsive across devices
  • API Integration: Connect with any service through robust APIs

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Site Operations

  • List Sites: Retrieve all sites owned by the authenticated user
  • Get Site: Get detailed information about a specific site including generation status

Page Operations

  • List Pages: Retrieve all pages for a specific site (with optional filtering)
  • Get Page: Get detailed information about a specific page
  • Create Page: Create a new page in a site
  • Update Page: Update page properties (name, parent, index status)
  • Delete Page: Delete a specific page from a site
  • Duplicate Page: Create a copy of an existing page with a new name

Credentials

To use this node, you need a Siteboon API key:

  1. Sign up for a Siteboon account at siteboon.ai
  2. Generate an API key from your Siteboon dashboard
  3. Configure credentials in n8n:
    • Credential Type: Siteboon API
    • API Key: Your Siteboon API key

The node uses API key authentication via the x-api-key header.

Compatibility

  • Minimum n8n version: 0.226.0
  • Tested with: n8n 1.0+
  • Node API version: 1

Usage

Basic Workflow Examples

List all your sites:

  1. Add Siteboon node to workflow
  2. Select Resource: Site
  3. Select Operation: List
  4. Configure your Siteboon API credentials

Create a new page:

  1. Add Siteboon node to workflow
  2. Select Resource: Page
  3. Select Operation: Create
  4. Select site from dropdown or enter Site ID
  5. Enter page name and optional parent page

Smart Site/Page Selection:

  • Use dropdown to select sites/pages by name
  • Or enter IDs manually using expressions
  • Page dropdown automatically loads based on selected site

Resource Locators

This node uses n8n's resource locator pattern, allowing you to:

  • Select items from searchable dropdowns
  • Enter IDs manually for dynamic workflows
  • Use expressions for advanced automation

Use Cases & Examples

🎯 Marketing Automation

  • Lead Generation: Automatically create landing pages for new campaigns
  • A/B Testing: Deploy multiple page variants and track performance
  • Dynamic Content: Update website content based on user behavior or external data

🔄 Workflow Integration

  • CRM Integration: Create proposals for new leads when needed
  • Multi-site Management: Manage multiple Siteboon websites from one n8n workflow

Why Choose Siteboon + n8n?

AI-First Approach: Leverage artificial intelligence for website creation and optimization ✅ Seamless Integration: Native n8n node with API access ✅ Scalable Solution: Perfect for agencies managing multiple client websites ✅ Cost-Effective: Reduce development time and costs with automation ✅ Future-Proof: Built on modern technologies with continuous updates

Resources

Version history

0.1.0

  • Initial release
  • Site operations: List, Get
  • Page operations: List, Get, Create, Update, Delete, Duplicate
  • API key authentication
  • Resource locator support with searchable dropdowns