Context is the product, generation is a feature
Brand Memory sits at the centre. Ideation, reports, and pipeline all read from it, which is what separates the output from a generic prompt result.
An AI marketing platform built around the observation that teams do not need more generated content — they need the strategy layer that decides what is worth producing.
Interface
What the user touches
Application
Where the rules run
Intelligence
Models and ingestion
Data
What persists
Platform
What it runs on
The AI writing tool market filled up quickly, and almost all of it converged on the same shape: a prompt box that returns a draft. The draft is usually fine. The problem is that nobody was struggling to produce drafts.
What teams were actually missing sat upstream — a durable picture of their own brand, a real view of what competitors were doing, and a defensible reason to write one thing rather than another.
Contivo was built from that gap. It treats content production as the last step of a pipeline rather than the whole product, and it keeps the context that makes each step better than a cold prompt.
Generating content is the cheap part. Knowing which content is worth generating is the part that needs a system.
A monorepo platform pairing a Next.js 15 workspace with a NestJS API, built around persistent brand knowledge that feeds every downstream feature from competitive analysis to scheduled publishing.
Brand Memory
Extracted and then editable brand knowledge that persists across sessions, so the system reasons from accumulated context rather than a fresh prompt each time.
Market matrices
Competitive landscape mapping rendered as scatter-plot positioning charts.
Competitor and keyword intelligence
Structured intelligence on competitor keywords, products, and services alongside the client’s own.
Ideation engine
Framework-based idea generation that draws on brand memory and competitive context.
Content pipeline and publishing
Production workflow with manual source support, a publishing schedule, and a calendar flow.
Strategic reports
Generated PDF market-intelligence reports combining positioning matrices, keyword intelligence, and recommendations.
AI content tools optimise for output volume, which is the metric least correlated with marketing results.
Without persistent brand context, every generation starts cold and produces generically competent copy.
Competitive intelligence and content production usually live in separate tools that never talk to each other.
Long-running AI work — scraping, analysis, report generation — cannot run inside a request/response cycle.
A workspace with this many surfaces needs shared types, or the frontend and backend drift apart within weeks.
The architecture follows from one bet: that the value is in the context layer, and that everything else is a consumer of it.
Brand Memory sits at the centre. Ideation, reports, and pipeline all read from it, which is what separates the output from a generic prompt result.
Next.js handles the interactive workspace; NestJS owns long-running and queued work. BullMQ and Redis carry anything that outlives a request.
Gemini with an OpenAI fallback, because a platform whose core loop is a model call cannot have a single point of failure.
A packages/types workspace with Zod schemas keeps the API and the web app honest across every feature surface.
Extraction gets the system started; human editing keeps it correct. Both matter, and the second is what most tools omit.
Competitor and keyword analysis are not a separate report — they are inputs to the ideation and pipeline surfaces.
Scraping, analysis, and report generation run as background jobs so the workspace stays responsive under real workloads.
Phase 1
Establish the Turborepo structure, Prisma schema, and Zod type package before building feature surfaces against them.
Phase 2
Build extraction, editing, competitor keyword intelligence, and market matrices — the context every later feature reads from.
Phase 3
Layer the production workflow on top: framework-based ideation, content pipeline, publishing calendar, and PDF strategic reports.
Contivo is one of the ventures we design, build, and run in-house at AshaVid.