Skip to Content
Pindown.ai is in early alpha - features may change

Builder

The Builder helps you create Pages, Pinboards, Showcases, and Pins from your own workflow data, documents, and other sources.

What is the Builder?

The Builder is a powerful tool that transforms your data into visual content on Pindown.ai. Connect your workflows, documents, and data sources to automatically generate:

  • Pages - Structured documents and reports
  • Pinboards - Visual dashboards and analytics
  • Showcases - Public-facing presentations
  • Pins - Individual data visualizations

How It Works

The Builder connects to your data sources and helps you:

  1. Import Data - Connect to your workflows (Zapier, Make, n8n), documents, databases, or APIs
  2. Transform - Process and structure your data
  3. Create Content - Generate Pages, Pinboards, Showcases, or Pins automatically
  4. Update Automatically - Keep your content in sync with your data sources

Use Cases

From Workflow Data

Connect your automation workflows to create real-time dashboards:

  • Zapier/Make/n8n → Automatically create pins when new data arrives
  • Scheduled Reports → Generate pages from daily/weekly data
  • Event Triggers → Create pinboards when specific events occur

From Documents

Transform your documents into interactive content:

  • Markdown Files → Convert to Pages
  • CSV/Excel → Create tables and charts
  • JSON Data → Generate structured visualizations

From APIs

Pull data from external sources:

  • REST APIs → Create pins from API responses
  • Webhooks → Update content in real-time
  • Scheduled Sync → Keep content fresh automatically

Getting Started

Note: The Builder is currently in development. Full functionality will be available soon.

To get started:

  1. Navigate to Builder
  2. Connect your data source
  3. Choose what to create (Page, Pinboard, Showcase, or Pin)
  4. Configure your content
  5. Publish!

API Integration

You can also use the Builder programmatically via API:

# Create content from your data curl -X POST https://api.pindown.ai/v1/builder/create \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "source": "workflow", "data": {...}, "type": "page", "config": {...} }'

Next Steps

Need Help?