My Tool
A brief description of this amazing tool.This feature provides a flexible container for showcasing your product capabilities.
You can include any content: text, lists, cards, or custom components.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Showcase product features with a header and custom content layout.
Feature component provides a simple, flexible way to showcase features with a consistent header design. It renders a header with an icon, title, and subtitle, then displays whatever children you provide.
import { Feature } from "/snippets/tsdocs/Feature.jsx"
<Feature
icon="pocket-knife"
title="My Tool"
subtitle="A brief description of this amazing tool."
>
<p>Any content you want goes here.</p>
<p>You have complete control over the layout.</p>
</Feature>
This feature provides a flexible container for showcasing your product capabilities.
You can include any content: text, lists, cards, or custom components.
<code> tag.<Feature
icon="pocket-knife"
title="hyper gen"
subtitle="Code generation engine for the age of AI."
>
<p>
Beyond anything you can do with Yeoman and similar tools, hyper templates
support <strong>prompt placeholders</strong> that integrate rule-based
generation with AI-driven generation.
</p>
<CardGroup cols={4}>
<Card title="Starter Kits" icon="box">
Project Starter Kits that set your agent up for success.
</Card>
<Card title="Code Templates" icon="code">
Tailor made templates for consistent AI-generated code.
</Card>
<Card title="Starter Kits" icon="box">
Project Starter Kits that set your agent up for success.
</Card>
<Card title="Code Templates" icon="code">
Tailor made templates for consistent AI-generated code.
</Card>
</CardGroup>
<p>
Beyond anything you can do with Yeoman and similar tools, hyper templates
support <strong>prompt placeholders</strong> that integrate rule-based
generation with AI-driven generation.
</p>
</Feature>
Beyond anything you can do with Yeoman and similar tools, hyper templates support prompt placeholders that integrate rule-based generation with AI-driven generation.
Beyond anything you can do with Yeoman and similar tools, hyper templates support prompt placeholders that integrate rule-based generation with AI-driven generation.
<Feature
icon="pocket-knife"
title="hyper tools"
subtitle="Swiss army knife for your Agent."
>
<p>
Takes care of setting up and configuring all the tools for your project.
Here's a non-exhaustive list of tools you can configure:
</p>
<CardGroup cols={2}>
<Card title="AI" icon="bot">
<ul>
<li>MCP servers</li>
<li>Agent Definitions</li>
<li>Claude Code commands</li>
</ul>
</Card>
<Card title="Security" icon="shield-check">
<ul>
<li>Dependency Scanners</li>
<li>Secret Scanners</li>
<li>SAST tools</li>
</ul>
</Card>
<Card title="Code" icon="scan-text">
<ul>
<li>Linters</li>
<li>Formatter</li>
<li>Type Checkers</li>
<li>Tests & Coverage</li>
<li>CI/CD Pipelines</li>
</ul>
</Card>
<Card title="Architecture" icon="send-to-back">
<ul>
<li>Complexity Scanners</li>
<li>PyTestArch, TSArch, etc</li>
<li>Plan-adherence Monitor Agent</li>
<li>ADR Tools</li>
</ul>
</Card>
</CardGroup>
</Feature>
Takes care of setting up and configuring all the tools for your project. Here’s a non-exhaustive list of tools you can configure:
Use Consistent Icons
Keep Titles Concise
Compose with Cards
Structure Your Content
.feature-article - Main container with dark background.feature-header - Header section wrapper.feature-title - Title with icon.feature-subtitle - Subtitle text.feature-content - Content wrapper for childrendocs/style.css.
Component not found
docs/snippets/tsdocs/ and your import path is correct: /snippets/tsdocs/Feature.jsxStyling looks wrong
tsdocs-styles.css. Verify:docs/style.css aren’t overriding defaults unintentionallyCards not displaying in grid
cols prop to control the grid layout.Was this page helpful?
