Current RFP Documents

Upload Current RFP

Upload the current RFP document to analyze and get suggestions

Uploaded RFPs ({currentRFPs.length})

{#if loading && currentRFPs.length === 0}
Loading documents...
{:else if currentRFPs.length === 0}
No RFP documents uploaded yet. Upload one to get started!
{:else}
{#each currentRFPs as rfp (rfp.id)}
selectRFP(rfp)} >
{getFileIcon(rfp.fileType)}
{rfp.name}
{rfp.fileType.toUpperCase()} • {formatDate(rfp.uploadDate)} {#if rfp.contentLength} • {Math.round(rfp.contentLength / 1000)}k chars {/if}
{#if rfp.processed} ✓ Processed {:else} ⏳ Processing {/if}
{/each}
{/if}
{#if selectedRFP && insights}

RFP Analysis: {selectedRFP.name}

Key Requirements
{#each insights.keyRequirements.slice(0, 8) as requirement} {requirement} {/each}
{#if insights.technologyMentions.length > 0}
Technology Stack
{#each insights.technologyMentions as tech} {tech} {/each}
{/if} {#if insights.complianceRequirements.length > 0}
Compliance & Security
{#each insights.complianceRequirements as compliance} {compliance} {/each}
{/if} {#if insights.timelineIndicators.length > 0}
Timeline Indicators
{#each insights.timelineIndicators as timeline} {timeline} {/each}
{/if} {#if insights.budgetIndicators.length > 0}
Budget Indicators
{#each insights.budgetIndicators as budget} {budget} {/each}
{/if}
Strategic Recommendations
Emphasize SEDNA's Experience: Highlight 15+ years and 200+ successful projects
Security Focus: Lead with SOC 2, ISO 27001 certifications
Methodology: Detail 5-phase approach: Discovery → Design → Implementation → Testing → Deployment
Transparency: Emphasize fixed-price model with milestone billing
{/if}