Exporting Blueprints

Save and share your tech stack recommendations in multiple formats.

Exporting Blueprints

Save and share your tech stack recommendations in multiple formats.


Available Export Formats

Markdown

Best for:

  • GitHub README files
  • Internal documentation
  • Notion or Confluence

Includes:

  • Full technology list with scores
  • Reasoning for each choice
  • Implementation suggestions
  • Quick start commands

PDF

Best for:

  • Client presentations
  • Stakeholder reviews
  • Printing and archiving

Includes:

  • Formatted document with branding
  • Score visualizations
  • Complete recommendations
  • Professional layout

JSON

Best for:

  • Integrations with other tools
  • Custom processing
  • Data archiving

Includes:

  • Raw scoring data
  • Technology metadata
  • All configuration options
  • Version information

How to Export

  1. Open your blueprint from the dashboard
  2. Click the Export button in the top right
  3. Choose your format (Markdown, PDF, or JSON)
  4. Download or copy your export

What's Included in Exports

Summary Section

# Tech Stack Blueprint

**Project:** E-commerce MVP
**Generated:** December 2025
**Scoring Version:** 2.1

## Overview

This blueprint recommends a modern, scalable stack
focused on developer productivity and time-to-market.

Technology Recommendations

Each technology includes:

  • Name and score
  • Category (frontend, backend, etc.)
  • Why it was chosen
  • Getting started tips

Architecture Diagram

Visual representation of how components connect (PDF and Markdown).

Implementation Checklist

Step-by-step guide to implementing your stack:

  • Set up development environment
  • Initialize project with selected framework
  • Configure database connection
  • Set up CI/CD pipeline

Sharing Blueprints

Share Link (Pro Feature)

Generate a shareable link that:

  • Expires after 7 days
  • Can be password protected
  • Tracks view count

Team Sharing

With a team plan:

  • Share blueprints with team members
  • Collaborate on requirements
  • Compare multiple blueprints

Export Tips

For Developers

Export as Markdown and add it to your repository:

# Copy the export to your project
cp stacksfinder-blueprint.md docs/ARCHITECTURE.md

For Managers

Export as PDF for presentations:

  • Professional formatting
  • Easy to print
  • No technical knowledge required to read

For Integrations

Export as JSON and process programmatically:

const blueprint = require('./blueprint.json');
console.log(blueprint.technologies.map(t => t.name));

Keeping Exports Updated

When you regenerate a blueprint:

  • Previous exports remain unchanged
  • New exports reflect current scoring
  • Version numbers help track changes

Need Help?

Last updated: December 2025