Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,11 @@
<p class="eyebrow">Open-source prompt infrastructure</p>
<h1>Turn hardcoded AI prompts into versioned, tested application assets</h1>
<p class="lead">
PromptOpsKit lets developers keep prompts, model settings, tools,
input rules, environment overrides, and tests in Markdown files that
live in Git and ship with the app.
</p>
<p class="section-intro section-intro-tight">
Keep prompts, model settings, tools, input validation, shared
instructions, and environment overrides together in Markdown. Render
provider-ready request bodies for your app without giving up your
SDK, gateway, auth, retries, or observability.
instructions, environment overrides, and tests together in Markdown
files that live in Git and ship with your app. Render provider-ready
request bodies without giving up your SDK, gateway, auth, retries, or
observability.
</p>
<div class="hero-actions">
<a class="button button-primary" href="https://www.npmjs.com/package/promptopskit"
Expand Down