{% extends "base.html" %} {% block title %}ReliefSignal — Real-Time Tax Relief Intake Pilot{% endblock %} {% block meta_description %}A polished MVP console for validating real-time Ytel audio readiness, Logics CRM sync, and AI-assisted tax relief intake completion.{% endblock %} {% block content %}
Real-time tax relief intake MVP

Prove live call extraction before building the whole platform.

ReliefSignal turns each pilot call into a structured intake: transcript, IRS debt fields, urgency flags, completion score, and Ytel/Logics readiness notes in one workflow.

{{ total_calls }}Pilot calls
{{ avg_completion }}%Avg completion
{{ urgent_count }}Urgent flags
Live Call Screen
Ytel audio: validate

Client: I owe around $24,000 to the IRS and I’m worried about a levy.

Agent: Which years are included, and what is your monthly income?

IRS Debt$24,000
Employment1099
AlertLevy
Completion80%
First workflow

Capture → score → review.

This first iteration intentionally keeps the media integration mocked, but the workflow stores real records so a tax office can test the intake logic immediately.

01

Create

Paste live transcript text and extracted intake values.

02

Validate

Track Ytel audio and Logics API readiness per pilot call.

03

Coach

Surface missing fields and urgent tax relief flags.

Recent pilot calls

History starts here.

Open history
{% if recent_calls %} {% else %}

No pilot calls yet

Create the first call record to test transcript capture, intake fields, completion scoring, and urgent flags.

Create first call
{% endif %}
{% endblock %}