Workflows

End-to-end guides showing how PromptKit components work together.

Overview

These workflows demonstrate complete development processes using multiple PromptKit components. Each workflow walks through a real-world scenario from start to finish.

Available Workflows

Development Workflow

Build and test an LLM application using Runtime, Arena, and PackC.

You’ll learn:

Time: 30 minutes

Testing Workflow

Comprehensive testing strategy for LLM applications.

You’ll learn:

Time: 45 minutes

Deployment Workflow

Deploy an LLM application to production.

You’ll learn:

Time: 60 minutes

Full-Stack Example

Complete application using all PromptKit components.

You’ll learn:

Time: 90 minutes

When to Use Workflows

Use workflows when you:

Don’t use workflows when:

Component Overview

PromptKit has four main components:

Runtime

SDK

PromptArena

PackC

How Components Work Together

Development → Testing → Packaging → Deployment

1. Build with Runtime/SDK
   ├── Write application code
   ├── Configure providers
   └── Implement features

2. Test with PromptArena
   ├── Write test cases
   ├── Run evaluations
   └── Compare providers

3. Package with PackC
   ├── Create .pack files
   ├── Version prompts
   └── Manage templates

4. Deploy
   ├── Ship to production
   ├── Monitor performance
   └── Iterate

Getting Started

  1. New to PromptKit? Start with Getting Started
  2. Building an app? See Development Workflow
  3. Testing focus? See Testing Workflow
  4. Deploying? See Deployment Workflow

Need Help?