Core Concepts

Understand the fundamental building blocks of WISEROWS.

3 min read

Core Concepts

WISEROWS is built on a few key primitives that compose together to handle almost any data workflow.

Organizations & Projects

Organizations are your top-level workspace. They contain team members, billing, and projects.

Projects are isolated containers within an organization. Each project has its own:

  • Entity types and data
  • Integrations and connectors
  • Workflows and automations
  • Dashboards and analytics
  • Knowledge base and AI context
  • Settings and API keys

Entity System

The entity system is WISEROWS's core data layer. It's a generic, schema-driven system that can model any data shape.

Field Types at a Glance

13 of 13
Type
Description
Example Use
textSingle-line textTitles, names
longTextMulti-line textSummaries, excerpts
richTextMarkdown/HTMLBlog content, descriptions
numberNumeric valuesPrices, scores
booleanTrue/false togglePublished state
date / datetimeDate and timePublish dates, deadlines
select / multiSelectChoice fieldsStatus, categories
url / emailValidated linksWebsite URLs, contact info
file / imageFile uploadsAttachments, thumbnails
jsonRaw JSONConfig, metadata
reference / relationEntity linksRelated posts, authors
aiGeneratedAI-poweredMeta descriptions, summaries
formulaComputedCalculated scores, totals

Extensions

Extensions bundle related functionality into installable packages. An extension can include:

  • Entity types (with pre-configured fields)
  • Chat tools (AI chat capabilities)
  • Prompts (pre-built prompt templates)
  • Dashboard widgets
  • Event handlers
Tip
Extensions compose existing primitives — they don't introduce new subsystems. This keeps the platform simple and predictable.

Workflows

Workflows are automated multi-step pipelines. They chain together:

  • AI content generation
  • Data transformations
  • Publishing to external services
  • Email delivery
  • Webhook calls
  • Conditional logic

Integrations

Integration connectors provide two-way sync with external services. Each connector gives you:

  • Field mapping between WISEROWS and the external service
  • Sync scheduling and job tracking
  • Chat tools for AI-assisted operations
  • Webhook support for real-time updates

Knowledge Base

The knowledge base stores context that AI uses when generating content:

Was this helpful?

Command Palette

Search for a command to run...