> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pre.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> pre.dev SDKs are wrappers around the pre.dev Architect API to help you easily generate comprehensive software specifications

## Official SDKs

<CardGroup cols={2}>
  <Card title="Python SDK" icon="python" href="/sdks/python">
    Explore the Python SDK for pre.dev Architect API - perfect for Python developers
  </Card>

  <Card title="Node SDK" icon="node-js" href="/sdks/node">
    Explore the Node.js SDK for pre.dev Architect API - TypeScript-first with full type support
  </Card>
</CardGroup>

## Features

All pre.dev SDKs provide:

* 🚀 **Fast Spec Generation**: Comprehensive specifications in 30-40 seconds (\~5-10 credits)
* 🔍 **Deep Spec Generation**: Ultra-detailed specs in 2-3 minutes (\~10-50 credits)
* 📊 **Status Tracking**: Check the status of async specification generation requests
* ✨ **Type Safety**: Full type definitions for better IDE support
* 🛡️ **Error Handling**: Custom exceptions for different error scenarios
