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:
- Import Data - Connect to your workflows (Zapier, Make, n8n), documents, databases, or APIs
- Transform - Process and structure your data
- Create Content - Generate Pages, Pinboards, Showcases, or Pins automatically
- 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:
- Navigate to Builder
- Connect your data source
- Choose what to create (Page, Pinboard, Showcase, or Pin)
- Configure your content
- 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
- Creating a Page - Learn how to create pages manually
- Create a Pinboard - Build visual dashboards
- Sharing - Share your content
- API Reference - Automate everything
Need Help?
- 💬 Discord: Join our community
- 📖 API Docs: Complete API Reference
- 🔑 API Keys: Manage your API keys