{% extends "base.html" %} {% block title %}{{ app_name }} — Pulse{% endblock %} {% block content %}

ICDEV™ Pulse — Content Engine

AI-Powered Blog Pipeline

Research → Draft → Quality Check (WriteGuard) → Rewrite → Review → Publish

{% if error %}
Error: {{ error }}
{% endif %}
Total Posts
{{ stats.total_posts or 0 }}
Published
{{ stats.by_status.get('published', 0) if stats.by_status else 0 }}
Drafts
{{ stats.by_status.get('draft', 0) if stats.by_status else 0 }}
In Review
{{ stats.by_status.get('in_review', 0) if stats.by_status else 0 }}
Research Entries
{{ stats.research_entries or 0 }}
Topic Clusters
{{ stats.clusters or 0 }}
Pipeline Runs
{{ stats.pipeline_runs or 0 }}
Capabilities
{{ stats.capabilities or 0 }}
WordPress
Checking...

Content Pipeline

1 Research
2 Draft
3 Quality
4 Rewrite
5 Publish

SAM.gov → Pulse Bridge

Extract pain points from federal solicitations → generate evergreen articles
SAM Articles
Drafted
Pending
Skipped

Demand Signals

Total Signals
High Demand
Domains
Loading...

Posts

{% for p in posts %} {% set _g = p.grammar_score or 0 %} {% set _r = p.readability_score or 0 %} {% set _p = p.plagiarism_score or 0 %} {% set _a = p.ai_detection_score or 0 %} {% set _t = p.tone_score or 0 %} {% set _overall = ((_g + _r + _p + _a + _t) / 5)|round(0)|int if _g else 0 %} {% endfor %} {% if not posts %} {% endif %}
Status Title Words Quality Judge Media Capabilities Actions
{{ p.status or '?' }} {{ p.title or 'Untitled' }} {{ p.word_count or 0 }}
{{ _overall if _overall else '—' }}
{% if p.judge_color %} {{ p.judge_color[:1]|upper }} {% else %} {% endif %}
{% if p.hero_image_path %} 🎨 {% else %} {% endif %} {% if p.generated_video_path %} 🎥 {% else %} {% endif %}
{% if p.status in ('draft', 'in_review') %} {% elif p.status == 'approved' %} {% elif p.status == 'published' %} {% elif p.status == 'rejected' %} {% endif %}
No posts yet. Run the pipeline to create your first article.

Research & Topics

Click a tab above to load data.

{% endblock %}