Skip to content

rollout-io/sales-tool

 
 

Repository files navigation

Sales Engineer Software

A comprehensive platform for Sales Engineers to automate research, streamline content creation, map needs to solutions, and provide contextual insights.

Project Overview

This application is designed to empower Sales Engineers with intelligent tools for deal preparation and execution, following a workflow-centric design approach.

Core Capabilities

  • Company & Industry Profile: Manage company information and industry research
  • Persona & Stakeholder Mapping: Track key stakeholders and their relationships
  • Value Mapping & Demo Storyboarding: Map customer needs to solutions and create compelling demos
  • ROI & Business Case: Build ROI models and business justification

Tech Stack

  • Frontend: Next.js, TypeScript, Tailwind CSS, shadcn/ui
  • State Management: Zustand
  • Visualization: react-flow
  • Backend: Supabase (PostgreSQL, Auth, Storage)

Getting Started

First, set up your Supabase project and update the environment variables in .env.local:

NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-supabase-service-role-key

Then, install dependencies and run the development server:

npm install
npm run dev
# or
yarn install
yarn dev
# or
pnpm install
pnpm dev
# or
bun install
bun dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

├── app/ - Routes and pages
│   ├── (dashboard)/ - Authenticated user routes
│   ├── api/ - API routes
│   └── auth/ - Authentication routes
├── components/ - Reusable components
│   ├── ui/ - UI components from shadcn/ui
│   └── demo-prep/ - Demo preparation components
├── lib/ - Utility functions and shared logic
├── types/ - TypeScript type definitions
└── public/ - Static assets

Features

Phase 1: Company and Industry Profile

  • Company profile management
  • Industry context visualization
  • Competitive landscape analysis
  • Research repository

Phase 2: Persona and Stakeholder Mapping

  • Stakeholder profile management
  • Relationship visualization
  • Buying process tracking
  • Influence mapping

Phase 3: Value Mapping and Demo Storyboarding

  • Problem-solution mapping
  • Use case prioritization
  • Demo script creation
  • Visual storyboarding

Phase 4: ROI and Business Case Development

  • ROI calculator
  • Business case builder
  • Value visualization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.4%
  • Other 0.6%