{
  "name": "Datanest Digital Products \u2014 machine catalogue",
  "base_url": "https://datanest-stores.com",
  "license": "Catalogue metadata is public; products are MIT-licensed digital downloads.",
  "endpoints": {
    "search": "https://datanest-stores.com/api/agent/v1/search?q=",
    "product": "https://datanest-stores.com/api/agent/v1/products/{id_or_slug}",
    "mcp": "https://datanest-stores.com/mcp"
  },
  "count": 509,
  "products": [
    {
      "product_id": "ai-llm-toolkit:openai-anthropic-migration-kit",
      "slug": "openai-anthropic-migration-kit",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "adapter",
        "ai",
        "ai agents",
        "anthropic",
        "fine-tuning",
        "guardrails",
        "llm",
        "migration",
        "openai",
        "prompt engineering",
        "rag",
        "typescript",
        "vector database"
      ],
      "title": "OpenAI to Anthropic Migration Kit",
      "short_description": "A concept map + tested neutral adapter for migrating between (or supporting both) the OpenAI and Anthropic APIs: system prompts, required max_tokens, tool calling, stop reasons, streaming.",
      "detailed_description": "A concept map + a thin adapter for moving code between the OpenAI and Anthropic APIs (or supporting both behind one interface). This is a task agents get constantly (\"switch us from GPT to Claude\", \"add a fallback provider\") and the two SDKs differ in enough places \u2014 message shape, system prompts, token params, tool calling, streaming, stop reasons \u2014 to break a naive swap. Includes: CONCEPT-MAP; src/types; src/openaiadapter; src/anthropicadapter; src/provider; test/adapters.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Node.js 18+",
        "TypeScript 5+"
      ],
      "supported_versions": [
        "Node 18+"
      ],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "guide/01-overview.md",
        "guide/02-migration-walkthrough.md",
        "package.json",
        "src/anthropic_adapter.ts",
        "src/openai_adapter.ts",
        "src/provider.ts",
        "src/types.ts",
        "test/adapters.test.ts"
      ],
      "file_count": 9,
      "download_size_bytes": 6520,
      "download_size_human": "6.4 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-openai-anthropic-migration-kit",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-openai-anthropic-migration-kit",
      "demo_url": null
    },
    {
      "product_id": "ai-llm-toolkit:prompt-injection-defense-kit",
      "slug": "prompt-injection-defense-kit",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "agents",
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "prompt-injection",
        "rag",
        "security",
        "typescript",
        "vector database"
      ],
      "title": "Prompt-Injection Defense Kit",
      "short_description": "Layered, tested defenses against prompt injection for LLM apps and agents: input isolation, a heuristic injection detector, an action gate, and 16+ attack tests proving what each layer stops.",
      "detailed_description": "Practical, testable defenses against prompt injection \u2014 the 1 security issue for LLM apps and agents. When your app feeds untrusted text (web pages, documents, emails, tool outputs) into a model, that text can carry instructions that hijack your agent. This kit gives you layered, code-level mitigations and a battery of attack tests to prove they work. Honest framing: prompt injection is not \"solved\". No single trick makes a model immune. Defense is layered risk reduction \u2014 this kit implements the layers that measurably help and shows what each does and does not stop. Includes: src/isolate; src/detect; src/gate; test/attacks; ATTACK-CATALOG.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Node.js 18+",
        "TypeScript 5+"
      ],
      "supported_versions": [
        "Node 18+"
      ],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "ATTACK-CATALOG.md",
        "README.md",
        "guide/01-overview.md",
        "package.json",
        "src/detect.ts",
        "src/gate.ts",
        "src/isolate.ts",
        "test/attacks.test.ts"
      ],
      "file_count": 8,
      "download_size_bytes": 8216,
      "download_size_human": "8.0 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-prompt-injection-defense-kit",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-prompt-injection-defense-kit",
      "demo_url": null
    },
    {
      "product_id": "ai-llm-toolkit:mcp-conformance-test-kit",
      "slug": "mcp-conformance-test-kit",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "agents",
        "ai",
        "ai agents",
        "ci",
        "conformance",
        "fine-tuning",
        "guardrails",
        "llm",
        "mcp",
        "prompt engineering",
        "rag",
        "testing",
        "typescript",
        "vector database"
      ],
      "title": "MCP Server Conformance Test Kit",
      "short_description": "A black-box conformance suite for remote MCP (Streamable HTTP) servers: verifies initialize, tools/list schema validity, tools/call contracts, and error handling. CI-ready, self-tested.",
      "detailed_description": "A black-box conformance suite for remote MCP servers. Point it at your Streamable-HTTP /mcp endpoint and it verifies the server behaves per the Model Context Protocol: initialize handshake, tools/list shape, tools/call success + error contracts, JSON-RPC framing, and tool-schema validity. Run it in CI so a refactor can't silently break your agent integration. Includes: src/client; src/conformance; src/run; test/conformance.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Node.js 18+"
      ],
      "supported_versions": [
        "Node 18+"
      ],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "npm install\nMCP_URL=https://your-server.example/mcp npm run check   # gates on conformance"
      ],
      "included_files": [
        "README.md",
        "guide/01-overview.md",
        "guide/02-what-it-checks.md",
        "package.json",
        "src/client.ts",
        "src/conformance.ts",
        "src/run.ts",
        "test/conformance.test.ts"
      ],
      "file_count": 8,
      "download_size_bytes": 6456,
      "download_size_human": "6.3 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-mcp-conformance-test-kit",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-mcp-conformance-test-kit",
      "demo_url": null
    },
    {
      "product_id": "ai-llm-toolkit:rag-pipeline-framework",
      "slug": "rag-pipeline-framework",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "RAG Pipeline Framework",
      "short_description": "Complete retrieval-augmented generation pipeline with document ingestion, chunking strategies, vector store integration, and evaluation.",
      "detailed_description": "A modular retrieval-augmented generation framework with pluggable loaders, chunking strategies, embedding backends, vector stores, hybrid search, reranking, and a full evaluation suite. Build a RAG pipeline that actually works. Not a toy demo \u2014 a framework with four chunking strategies, BM25+dense hybrid search, reranking, and RAGAS-style evaluation metrics, all runnable locally with the included in-memory vector store. --- Includes: Document loaders for plain text, Markdown, HTML, and PDF with metadata extraction; Four chunking strategies \u2014 fixed-size, recursive text splitting, semantic (embedding-based topic detection), and sentence-window; Embedding abstraction with OpenAI adapter and a deterministic demo embedder for offline testing; Embedding cache that persists to disk so re-indexing unchanged documents costs nothing; In-memory vector store with full BM25 keyword search \u2014 runs the complete pipeline with zero external services; Hybrid search combining dense similarity and BM25 via Reciprocal Rank Fusion.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "openai",
        "pypdf",
        "pytest"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "OpenAI",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt",
        "from src.loaders.text_loader import TextLoader, MarkdownLoader\nfrom src.chunking.strategies import RecursiveChunker\nfrom src.embeddings import DemoEmbedder\nfrom src.vector_store import InMemoryVectorStore\nfrom src.orchestrator import RAGOrchestrator\n\n# Load documents\nloader = MarkdownLoader()\ndocs = loader.load_directory(\"./my_docs/\", recursive=True)\n\n# Chunk with recursive strategy\nchunker = RecursiveChunker(chunk_size=1000, chunk_overlap=200)\nall_chunks = []\nfor doc in docs:\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/pipeline_config.yaml",
        "guide/01-chunking-strategy-guide.md",
        "guide/02-retrieval-tuning-guide.md",
        "guides/chunking-strategy-guide.md",
        "guides/retrieval-tuning-guide.md",
        "requirements.txt",
        "src/__init__.py",
        "src/chunking/__init__.py",
        "src/chunking/strategies.py",
        "src/embeddings.py",
        "src/evaluation/__init__.py",
        "src/loaders/__init__.py",
        "src/loaders/base_loader.py",
        "src/loaders/html_loader.py",
        "src/loaders/pdf_loader.py",
        "src/loaders/text_loader.py",
        "src/models.py",
        "src/orchestrator.py",
        "src/retrieval/__init__.py",
        "src/retrieval/reranker.py",
        "src/vector_store.py",
        "tests/conftest.py",
        "tests/test_pipeline.py"
      ],
      "file_count": 24,
      "download_size_bytes": 119141,
      "download_size_human": "116.3 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-rag-pipeline-framework",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-rag-pipeline-framework",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-rag-pipeline-framework/"
    },
    {
      "product_id": "ai-llm-toolkit:llm-prompt-engineering-kit",
      "slug": "llm-prompt-engineering-kit",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "LLM Prompt Engineering Kit",
      "short_description": "Prompt template library, chain-of-thought patterns, few-shot examples, prompt versioning system, and A/B testing framework.",
      "detailed_description": "A complete prompt engineering toolkit: 30 battle-tested prompt templates, a Python-based template engine with variable substitution and few-shot support, a versioned prompt registry for tracking changes, an A/B testing harness for comparing prompt variants, and a semantic diff tool for reviewing prompt edits.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.template_engine import TemplateEngine\nfrom pathlib import Path\n\nengine = TemplateEngine()\nengine.load_directory(Path(\"prompts/\"))\n\n# Get a template and render it\ntemplate = engine.get(\"extraction.entity_extraction\")\nmessages = template.build_messages(\n    input_text=\"Acme Corp announced a $50M acquisition of DataCo in Austin, Texas.\"\n)\n\n# messages is ready to send to any OpenAI-compatible API:\n# [\n\u2026",
        "from src.registry import PromptRegistry\n\nregistry = PromptRegistry()\n\n# Version 1\nregistry.add(\n    prompt_id=\"my.custom_prompt\",\n    name=\"My Custom Prompt\",\n    category=\"extraction\",\n    content={\n        \"system_message\": \"You extract product mentions from reviews.\",\n        \"user_template\": \"Find products in: {review_text}\",\n    },\n    tags=[\"products\", \"reviews\"],\n\u2026"
      ],
      "included_files": [
        "README.md",
        "guide/01-prompt-patterns.md",
        "guide/02-versioning-workflow.md",
        "guides/prompt-patterns.md",
        "guides/versioning-workflow.md",
        "prompts/agents/guardrail.yaml",
        "prompts/agents/planning_prompt.yaml",
        "prompts/agents/react_prompt.yaml",
        "prompts/agents/self_reflection.yaml",
        "prompts/agents/supervisor.yaml",
        "prompts/agents/tool_selection.yaml",
        "prompts/classification/intent.yaml",
        "prompts/classification/language.yaml",
        "prompts/classification/priority.yaml",
        "prompts/classification/sentiment.yaml",
        "prompts/classification/topic.yaml",
        "prompts/classification/toxicity.yaml",
        "prompts/coding/bug_fixing.yaml",
        "prompts/coding/code_generation.yaml",
        "prompts/coding/code_review.yaml",
        "prompts/coding/documentation.yaml",
        "prompts/coding/sql_generation.yaml",
        "prompts/coding/test_generation.yaml",
        "prompts/extraction/contact_extraction.yaml",
        "prompts/extraction/data_parsing.yaml",
        "prompts/extraction/entity_extraction.yaml",
        "prompts/extraction/key_value_extraction.yaml",
        "prompts/extraction/relationship_extraction.yaml",
        "prompts/extraction/table_extraction.yaml",
        "prompts/summarization/abstractive.yaml",
        "prompts/summarization/bullet_points.yaml",
        "prompts/summarization/changelog.yaml",
        "prompts/summarization/executive_summary.yaml",
        "prompts/summarization/meeting_minutes.yaml",
        "prompts/summarization/technical_docs.yaml",
        "requirements.txt",
        "src/__init__.py",
        "src/ab_testing.py",
        "src/chains.py",
        "src/diff_tool.py",
        "src/registry.py",
        "src/template_engine.py",
        "tests/test_registry.py",
        "tests/test_template_engine.py"
      ],
      "file_count": 44,
      "download_size_bytes": 164391,
      "download_size_human": "160.5 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-llm-prompt-engineering-kit",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-llm-prompt-engineering-kit",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-llm-prompt-engineering-kit/"
    },
    {
      "product_id": "ai-llm-toolkit:ai-agent-framework",
      "slug": "ai-agent-framework",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "AI Agent Framework",
      "short_description": "Multi-agent orchestration system with tool calling, memory management, planning loops, and human-in-the-loop patterns.",
      "detailed_description": "A modular, extensible framework for building LLM-powered AI agents in Python. Provides everything you need to go from a simple chatbot to a multi-agent orchestration system: tool calling, memory management, planning loops, coordination patterns, guardrails, and human-in-the-loop approval gates. Includes: Agent base class with lifecycle hooks, event streaming, and configurable behavior; Tool registry with automatic JSON Schema generation from Python type hints; Memory management; Planning loops; Multi-agent coordination; Guardrail hooks.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt\npython examples/basic_agent.py",
        "from src.agent import Agent, AgentConfig\nfrom src.tool_registry import ToolRegistry, tool\nfrom src.llm_client import MockLLMClient\n\nregistry = ToolRegistry()\n\n@registry.register\n@tool(description=\"Add two numbers\")\ndef add(a: float, b: float) -> float:\n    return a + b\n\nagent = Agent(\n    config=AgentConfig(name=\"calc-bot\", system_prompt=\"You do math.\"),\n    llm=MockLLMClient(),\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/agent_config.yaml",
        "configs/team_config.yaml",
        "examples/basic_agent.py",
        "examples/research_agent.py",
        "examples/team_example.py",
        "guide/01-building-an-agent.md",
        "guide/02-tool-design.md",
        "guides/building-an-agent.md",
        "guides/tool-design.md",
        "requirements.txt",
        "src/__init__.py",
        "src/agent.py",
        "src/approval.py",
        "src/coordination/__init__.py",
        "src/coordination/message_bus.py",
        "src/coordination/supervisor.py",
        "src/guardrails.py",
        "src/llm_client.py",
        "src/memory/__init__.py",
        "src/memory/buffer.py",
        "src/memory/long_term.py",
        "src/memory/summarizer.py",
        "src/planning/__init__.py",
        "src/planning/plan_execute.py",
        "src/planning/react.py",
        "src/tool_registry.py",
        "src/tools/__init__.py",
        "src/tools/calculator.py",
        "src/tools/file_io.py",
        "src/tools/web_search.py",
        "tests/__init__.py",
        "tests/test_memory.py",
        "tests/test_tools.py"
      ],
      "file_count": 34,
      "download_size_bytes": 145481,
      "download_size_human": "142.1 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-ai-agent-framework",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-ai-agent-framework",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-ai-agent-framework/"
    },
    {
      "product_id": "ai-llm-toolkit:vector-database-toolkit",
      "slug": "vector-database-toolkit",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "Vector Database Toolkit",
      "short_description": "Setup guides for Pinecone, Weaviate, ChromaDB, and pgvector with indexing strategies, hybrid search, and benchmarking scripts.",
      "detailed_description": "Unified interface, per-backend adapters, benchmarking harness, and migration tools for Pinecone, Weaviate, ChromaDB, and pgvector. Stop rewriting vector database code when you switch backends. One interface, four adapters, a benchmark suite that runs without external services, and migration scripts to move data between any two backends. --- Includes: Common VectorStore interface \u2014 write backend-agnostic code that works with any vector database; Four production adapters \u2014 Pinecone (serverless + pods), Weaviate (native hybrid search), ChromaDB (zero-config), pgvector (PostgreSQL); In-memory reference adapter \u2014 full brute-force + BM25 implementation for testing and benchmarks, zero external deps; Benchmarking harness \u2014 measure insert throughput, search latency at multiple top-k values, and recall@10 against brute-force ground truth; Migration tool \u2014 move vectors between any two backends with progress tracking and error handling; Indexing strategy guide \u2014 HNSW vs IVFFlat parameter tuning with per-backend configuration examples.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "Backend client libraries",
        "pytest for testing"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt\n# Or install only what you need:\npip install pinecone-client    # for Pinecone\npip install chromadb           # for ChromaDB\npip install weaviate-client    # for Weaviate\npip install psycopg2-binary   # for pgvector",
        "from src.adapters.memory_adapter import InMemoryAdapter\nfrom src.interface import VectorRecord\n\n# Works the same regardless of backend\nstore = InMemoryAdapter(collection_name=\"docs\", dimension=384)\nstore.create_collection()\n\nstore.upsert([\n    VectorRecord(id=\"doc_1\", vector=[0.1] * 384, text=\"Machine learning basics\"),\n    VectorRecord(id=\"doc_2\", vector=[0.2] * 384, text=\"Deep learning with transformers\"),\n])\n\nresults = store.search(query_vector=[0.15] * 384, top_k=5)\nfor r in results:\n\u2026"
      ],
      "included_files": [
        "README.md",
        "benchmarks/harness.py",
        "guide/01-indexing-strategies.md",
        "guides/indexing-strategies.md",
        "requirements.txt",
        "src/__init__.py",
        "src/adapters/__init__.py",
        "src/adapters/chroma_adapter.py",
        "src/adapters/memory_adapter.py",
        "src/adapters/pgvector_adapter.py",
        "src/adapters/pinecone_adapter.py",
        "src/adapters/weaviate_adapter.py",
        "src/interface.py",
        "src/migration.py",
        "tests/conftest.py",
        "tests/test_adapters.py"
      ],
      "file_count": 16,
      "download_size_bytes": 63803,
      "download_size_human": "62.3 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-vector-database-toolkit",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-vector-database-toolkit",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-vector-database-toolkit/"
    },
    {
      "product_id": "ai-llm-toolkit:llm-evaluation-framework",
      "slug": "llm-evaluation-framework",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "LLM Evaluation Framework",
      "short_description": "Automated evaluation harnesses, custom metrics, human feedback collection, regression testing, and quality monitoring dashboards.",
      "detailed_description": "A comprehensive toolkit for evaluating large language model outputs with automated metrics, regression testing, LLM-as-judge scoring, and human feedback collection. Whether you're comparing prompt templates, testing a model version upgrade, or building a continuous evaluation pipeline, this framework gives you the metrics library, harness infrastructure, and reporting tools to measure quality systematically instead of eyeballing responses. Includes: 13+ built-in metrics covering lexical (BLEU, ROUGE, F1), semantic (embedding; Evaluation harness that loads JSONL/JSON/CSV datasets, runs model inference; Regression tester that compares two evaluation runs, computes per-metric and; LLM-as-judge with pre-built rubrics (helpfulness, safety, code quality,; Human feedback collection with structured annotation schemas, JSONL storage,; Report generator producing self-contained HTML dashboards and Markdown.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.metrics import compute_all_metrics\n\nprediction = \"The capital of France is Paris.\"\nreference = \"Paris is the capital of France.\"\n\nresults = compute_all_metrics(prediction, reference)\nfor metric, score in results.items():\n    print(f\"  {metric}: {score:.4f}\")",
        "from src.eval_harness import EvalHarness\n\ndef my_model(instruction: str, input_text: str = \"\") -> str:\n    # Replace with your actual model call\n    return \"model response\"\n\nharness = EvalHarness(\n    model_fn=my_model,\n    metrics=[\"exact_match\", \"token_f1\", \"bleu\", \"rouge_l\"],\n    model_name=\"my-model-v1\",\n)\n\nresults = harness.run_dataset(\"datasets/qa_sample.jsonl\")\nharness.save_results(results, f\"results/{results.run_id}.json\")\n\u2026"
      ],
      "included_files": [
        "README.md",
        "datasets/qa_sample.jsonl",
        "datasets/summarization_sample.jsonl",
        "guide/01-evaluation-guide.md",
        "guides/evaluation-guide.md",
        "requirements.txt",
        "src/__init__.py",
        "src/dataset_runner.py",
        "src/eval_harness.py",
        "src/human_feedback.py",
        "src/llm_judge.py",
        "src/metrics.py",
        "src/regression_tester.py",
        "src/report_generator.py",
        "tests/test_harness.py",
        "tests/test_metrics.py"
      ],
      "file_count": 16,
      "download_size_bytes": 122331,
      "download_size_human": "119.5 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-llm-evaluation-framework",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-llm-evaluation-framework",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-llm-evaluation-framework/"
    },
    {
      "product_id": "ai-llm-toolkit:fine-tuning-pipeline",
      "slug": "fine-tuning-pipeline",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "Fine-Tuning Pipeline",
      "short_description": "LoRA/QLoRA fine-tuning scripts, dataset preparation tools, training monitoring, model merging, and deployment automation.",
      "detailed_description": "End-to-end LoRA/QLoRA fine-tuning toolkit for large language models. From raw data to deployment-ready model in a single pipeline: dataset preparation, instruction templating, training orchestration, monitoring, adapter merging, and export to GGUF/SafeTensors. --- Includes: Dataset preparation engine with auto-format detection (Alpaca, OpenAI, ShareGPT, Q&A), deduplication, quality scoring, and train/val splitting; 8 instruction templates (Alpaca, ChatML, Llama2, Llama3, Mistral, Phi3, Zephyr, Raw) with correct loss masking so the model learns to generate responses, not parrot instructions; YAML-driven training config with pre-built profiles (quick test, small dataset, large dataset, code generation) and CLI override support; LoRA/QLoRA trainer that wraps HuggingFace Transformers + PEFT with one-command training, automatic tokenizer setup, and gradient checkpointing; Training monitor with anomaly detection; Model merger supporting single-adapter merge plus multi-adapter strategies (Linear, TIES, DARE) for combining task-specific adapters.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt",
        "python scripts/prepare_dataset.py data/sample_instructions.jsonl \\\n    --output-dir data/prepared \\\n    --val-ratio 0.1"
      ],
      "included_files": [
        "README.md",
        "configs/lora_config.yaml",
        "configs/qlora_config.yaml",
        "configs/training_profiles.yaml",
        "data/sample_conversations.jsonl",
        "data/sample_instructions.jsonl",
        "guide/01-data-preparation.md",
        "guide/02-hyperparameter-tuning.md",
        "guide/03-lora-explained.md",
        "guides/data-preparation.md",
        "guides/hyperparameter-tuning.md",
        "guides/lora-explained.md",
        "requirements.txt",
        "scripts/merge_and_export.py",
        "scripts/prepare_dataset.py",
        "scripts/run_training.py",
        "src/__init__.py",
        "src/dataset_preparation.py",
        "src/evaluation_hooks.py",
        "src/export_deploy.py",
        "src/instruction_templates.py",
        "src/lora_trainer.py",
        "src/model_merger.py",
        "src/training_config.py",
        "src/training_monitor.py"
      ],
      "file_count": 25,
      "download_size_bytes": 140725,
      "download_size_human": "137.4 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-fine-tuning-pipeline",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-fine-tuning-pipeline",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-fine-tuning-pipeline/"
    },
    {
      "product_id": "ai-llm-toolkit:ai-safety-guardrails",
      "slug": "ai-safety-guardrails",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "AI Safety & Guardrails Kit",
      "short_description": "Input/output filtering, toxicity detection, PII redaction, hallucination detection, and content policy enforcement scripts.",
      "detailed_description": "Input/output filtering, PII detection, prompt injection defense, toxicity screening, and configurable policy enforcement for LLM applications. Runs entirely on Python stdlib \u2014 no external dependencies required. Includes: PII Detection & Redaction \u2014 Regex-based detection of emails, phone numbers; Prompt Injection Defense \u2014 4-layer detection; Toxicity Screening \u2014 Keyword and heuristic-based detection of threats,; Groundedness Checking \u2014 Heuristic analysis of whether LLM output is; Policy Engine \u2014 Configurable rule-based system that combines all detectors; Input & Output Filters \u2014 Unified pre/post-processing wrappers for.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.input_filter import InputFilter\nfrom src.output_filter import OutputFilter\n\ninput_guard = InputFilter()\noutput_guard = OutputFilter()\n\ndef safe_chat(user_message: str) -> str:\n    # Check user input\n    input_result = input_guard.check(user_message)\n    if not input_result.allowed:\n        return input_result.rejection_message\n\n    # Call your LLM with filtered text (PII already redacted)\n    response = your_llm(input_result.filtered_text)\n\u2026",
        "from src.policy_engine import PolicyEngine, POLICY_PRESETS\n\n# Choose: \"default\", \"strict\", or \"permissive\"\nengine = PolicyEngine(POLICY_PRESETS[\"strict\"])\n\ndecision = engine.evaluate(\"My SSN is 123-45-6789\", direction=\"input\")\nprint(f\"Action: {decision.action}\")  # \"redact\"\nprint(f\"Text: {decision.processed_text}\")  # SSN replaced"
      ],
      "included_files": [
        "README.md",
        "guide/01-safety-guide.md",
        "guides/safety-guide.md",
        "policies/default_policy.yaml",
        "policies/strict_policy.yaml",
        "requirements.txt",
        "src/__init__.py",
        "src/groundedness_checker.py",
        "src/injection_detector.py",
        "src/input_filter.py",
        "src/output_filter.py",
        "src/pii_detector.py",
        "src/policy_engine.py",
        "src/toxicity_detector.py",
        "tests/test_injection_detector.py",
        "tests/test_pii_detector.py",
        "tests/test_policy_engine.py"
      ],
      "file_count": 17,
      "download_size_bytes": 114028,
      "download_size_human": "111.4 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-ai-safety-guardrails",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-ai-safety-guardrails",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-ai-safety-guardrails/"
    },
    {
      "product_id": "ai-llm-toolkit:llm-cost-optimizer",
      "slug": "llm-cost-optimizer",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "LLM Cost Optimizer",
      "short_description": "Token usage tracking, model routing for cost/quality tradeoffs, caching strategies, batch processing, and budget alerting.",
      "detailed_description": "Track, analyse, and reduce LLM API spending with token accounting, intelligent model routing, response caching, budget alerts, and cost reporting. Most teams discover they're spending 3-5x more than necessary on LLM APIs. This toolkit gives you per-request cost tracking, a model router that picks the cheapest model for each quality tier, exact-match response caching (typically 20-40% savings), budget alerting, and a report generator that produces HTML dashboards and Markdown summaries \u2014 all with a stdlib-only token estimator so you can project costs before making any API calls. --- Includes: Token usage tracker with per-request logging, model breakdowns, and JSONL persistence; Pricing table for OpenAI and Anthropic models with YAML-driven updates (no code changes needed); Model router that classifies prompts by complexity and selects the cheapest qualifying model; Response cache with SHA-256 exact-match, TTL expiration, LRU eviction, and JSON persistence; Budget monitor with daily/weekly/monthly thresholds, percentage-based warnings, and custom alert callbacks; Token estimator (stdlib-only) with content-type detection for English prose, code, technical, and multilingual text.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "PyYAML",
        "pytest"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt",
        "from src.pricing import PricingTable\nfrom src.token_tracker import TokenTracker\n\npricing = PricingTable(\"configs/pricing.yaml\")\ntracker = TokenTracker(log_path=\"usage.jsonl\", pricing=pricing)\n\n# After each API call, record the usage\ntracker.record(\n    model=\"gpt-4o\",\n    prompt_tokens=1200,\n    completion_tokens=350,\n    latency_ms=820,\n    metadata={\"feature\": \"customer_support\", \"user_id\": \"u-42\"},\n)\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/pricing.yaml",
        "guide/01-getting-started.md",
        "guide/02-core-features.md",
        "guide/03-advanced-features.md",
        "requirements.txt",
        "src/__init__.py",
        "src/budget_alert.py",
        "src/cache.py",
        "src/model_router.py",
        "src/pricing.py",
        "src/report_generator.py",
        "src/token_tracker.py",
        "src/tokenizer_estimate.py",
        "tests/conftest.py",
        "tests/test_optimizer.py"
      ],
      "file_count": 16,
      "download_size_bytes": 61648,
      "download_size_human": "60.2 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-llm-cost-optimizer",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-llm-cost-optimizer",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-llm-cost-optimizer/"
    },
    {
      "product_id": "ai-llm-toolkit:conversational-ai-templates",
      "slug": "conversational-ai-templates",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "Conversational AI Templates",
      "short_description": "Chatbot frameworks with context management, multi-turn conversation handling, intent classification, and escalation workflows.",
      "detailed_description": "A production-ready framework for building chatbots with multi-turn dialogue management, intent classification, slot filling, escalation workflows, and channel adapters. Includes three ready-to-deploy bot configurations: support bot, FAQ bot, and booking bot.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "FastAPI",
        "Flask",
        "OpenAI",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# See the dialogue manager in action\npython src/dialogue.py\n\n# Test intent classification\npython src/intent.py\n\n# Test slot extraction\npython src/slots.py\n\n# Test the web channel adapter\npython src/channels/web.py",
        "from src.dialogue import DialogueFlow, DialogueState, DialogueManager\n\nflow = DialogueFlow(\n    name=\"My Bot\",\n    initial_state=\"greeting\",\n    global_intents={\"cancel\": \"greeting\", \"escalate\": \"agent\"},\n)\n\nflow.add_state(DialogueState(\n    name=\"greeting\",\n    entry_message=\"Hello! How can I help?\",\n    transitions={\"order_status\": \"check_order\"},\n))\n\n\u2026"
      ],
      "included_files": [
        "README.md",
        "guide/01-building-a-chatbot.md",
        "guide/02-channel-integration.md",
        "guides/building-a-chatbot.md",
        "guides/channel-integration.md",
        "requirements.txt",
        "src/__init__.py",
        "src/channels/__init__.py",
        "src/channels/base.py",
        "src/channels/slack.py",
        "src/channels/web.py",
        "src/context_manager.py",
        "src/dialogue.py",
        "src/escalation.py",
        "src/intent.py",
        "src/slots.py",
        "templates/booking_bot.yaml",
        "templates/faq_bot.yaml",
        "templates/support_bot.yaml",
        "tests/test_context.py",
        "tests/test_dialogue.py",
        "tests/test_intent.py"
      ],
      "file_count": 22,
      "download_size_bytes": 146687,
      "download_size_human": "143.2 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-conversational-ai-templates",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-conversational-ai-templates",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-conversational-ai-templates/"
    },
    {
      "product_id": "ai-llm-toolkit:document-ai-toolkit",
      "slug": "document-ai-toolkit",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "Document AI Toolkit",
      "short_description": "PDF/document parsing pipelines, OCR integration, table extraction, summarization chains, and structured data extraction.",
      "detailed_description": "Multi-format document parsing, intelligent chunking, and structured data extraction for LLM pipelines. Parse any document. Chunk it for RAG. Extract structured data. Summarize it. All in one toolkit. --- Includes: Multi-format parser with unified Document model; 5 chunking strategies; Table extractor that pulls tabular data from HTML and Markdown into structured formats (dicts, CSV, JSON); Schema-guided extractor that pulls specific fields from unstructured text using regex patterns or LLM function calling; Summarization chains; OCR interface with Tesseract backend, cloud OCR adapter, and mock backend for testing.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.document_parser import parse_file\nfrom src.text_chunker import TextChunker, ChunkStrategy\n\n# Parse any document\ndoc = parse_file(\"report.pdf\")\nprint(f\"Title: {doc.title}, Words: {doc.word_count}\")\n\n# Chunk for RAG\nchunker = TextChunker(strategy=ChunkStrategy.SENTENCE, chunk_size=500)\nchunks = chunker.chunk_document(doc)\nfor chunk in chunks:\n    print(f\"Chunk {chunk.chunk_index}: {chunk.char_count} chars\")\n\n# Extract structured data\n\u2026",
        "pip install -r requirements.txt"
      ],
      "included_files": [
        "README.md",
        "configs/extraction_config.yaml",
        "guide/01-document-processing.md",
        "guides/document-processing.md",
        "requirements.txt",
        "src/__init__.py",
        "src/document_parser.py",
        "src/ocr_interface.py",
        "src/schema_extractor.py",
        "src/summarizer.py",
        "src/table_extractor.py",
        "src/text_chunker.py",
        "tests/test_chunker.py",
        "tests/test_parser.py"
      ],
      "file_count": 14,
      "download_size_bytes": 75276,
      "download_size_human": "73.5 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-document-ai-toolkit",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-document-ai-toolkit",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-document-ai-toolkit/"
    },
    {
      "product_id": "ai-llm-toolkit:ai-api-gateway",
      "slug": "ai-api-gateway",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "AI API Gateway",
      "short_description": "Unified API for multiple LLM providers, rate limiting, fallback routing, response caching, and usage analytics dashboard.",
      "detailed_description": "Unified client for multiple LLM providers with rate limiting, fallback routing, response caching, request logging, and usage analytics. Stop scattering OpenAI, Anthropic, and local model calls across your codebase. This gateway gives you a single complete() call that handles provider failover with circuit breakers, token-bucket rate limiting, SHA-256 response caching, structured JSONL logging, and usage analytics \u2014 with three provider adapters (OpenAI, Anthropic, OpenAI-compatible local servers) and a base class for adding more. --- Includes: Unified client \u2014 one complete() call for all providers, one chat() shortcut for single-turn conversations; Three provider adapters \u2014 OpenAI (SDK), Anthropic (SDK), and local/OpenAI-compatible servers (stdlib urllib, no dependencies); Retry router with exponential backoff, jitter, and automatic fallback to the next provider in the chain; Circuit breaker that temporarily disables consistently-failing providers and re-tests them after a cooldown; Token bucket rate limiter (stdlib, thread-safe) with per-provider capacity and refill rates; Response cache with SHA-256 keys, TTL expiration, LRU eviction, and JSON persistence.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "openai",
        "anthropic",
        "PyYAML",
        "pytest"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "OpenAI",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt",
        "print(gateway.cache_stats)\n# {'hits': 42, 'misses': 158, 'evictions': 0, 'skips': 0, 'size': 158, 'hit_rate': 0.21}"
      ],
      "included_files": [
        "README.md",
        "configs/gateway_config.yaml",
        "guide/01-deployment-guide.md",
        "guides/deployment-guide.md",
        "requirements.txt",
        "src/__init__.py",
        "src/analytics.py",
        "src/cache.py",
        "src/client.py",
        "src/providers/__init__.py",
        "src/providers/anthropic_provider.py",
        "src/providers/local_provider.py",
        "src/providers/openai_provider.py",
        "src/rate_limiter.py",
        "src/request_logger.py",
        "src/retry.py",
        "tests/conftest.py",
        "tests/test_gateway.py"
      ],
      "file_count": 18,
      "download_size_bytes": 84377,
      "download_size_human": "82.4 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-ai-api-gateway",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-ai-api-gateway",
      "demo_url": "https://datanest-stores.com/ai-llm-toolkit/demo-ai-api-gateway/"
    },
    {
      "product_id": "ai-llm-toolkit:mcp-server-starter",
      "slug": "mcp-server-starter",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "agents",
        "ai",
        "ai agents",
        "cloudflare-workers",
        "fine-tuning",
        "guardrails",
        "llm",
        "mcp",
        "model-context-protocol",
        "prompt engineering",
        "rag",
        "streamable-http",
        "typescript",
        "vector database"
      ],
      "title": "MCP Server Starter",
      "short_description": "Production-shaped remote MCP server starter \u2014 Streamable HTTP on Cloudflare Workers, stateless + stateful patterns, typed tools, discovery, rate limiting, and Vitest tests.",
      "detailed_description": "A production-shaped starter for building a remote Model Context Protocol (MCP) server that any MCP client (Claude Desktop, Cursor, Cline, OpenCode, or your own agent) can connect to over the network. It uses the Streamable HTTP transport and runs on Cloudflare Workers (or any Web-standard runtime: Deno, Bun, Node 18+). This is the exact shape used to ship a live, registry-listed commerce MCP server \u2014 generalized, anonymized, and reduced to a clean starting point you can extend. Includes: Streamable HTTP transport \u2014 Web-standard Request/Response, works on; Stateless mode by default \u2014 a fresh server per request, no Durable Objects; Typed tools with zod schemas \u2014 two worked example tools (echo, add) show; Friendly discovery \u2014 a plain GET /mcp returns a JSON descriptor instead of; Rate limiting \u2014 a token-bucket limiter (in-memory, with a KV upgrade note); Tests \u2014 a Vitest suite that drives the server through the transport end to.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Node.js 18+",
        "Cloudflare account",
        "Npm"
      ],
      "supported_versions": [
        "Node 18+"
      ],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "npm install\nnpm test            # runs the Vitest suite against the in-process server\nnpm run dev         # wrangler dev \u2014 serves /mcp locally",
        "curl http://localhost:8787/mcp \\\n  -H 'Content-Type: application/json' \\\n  -H 'Accept: application/json, text/event-stream' \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'"
      ],
      "included_files": [
        "README.md",
        "package.json",
        "src/descriptor.ts",
        "src/ratelimit.ts",
        "src/server.ts",
        "src/transport.ts",
        "src/worker.ts",
        "test/server.test.ts",
        "wrangler.toml"
      ],
      "file_count": 9,
      "download_size_bytes": 9472,
      "download_size_human": "9.2 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-mcp-server-starter",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-mcp-server-starter",
      "demo_url": null
    },
    {
      "product_id": "ai-llm-toolkit:mcp-commerce-integration",
      "slug": "mcp-commerce-integration",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "agents",
        "ai",
        "ai agents",
        "checkout",
        "commerce",
        "fine-tuning",
        "guardrails",
        "llm",
        "mcp",
        "prompt engineering",
        "rag",
        "security",
        "stripe",
        "typescript",
        "vector database"
      ],
      "title": "Agent Commerce Integration Pack",
      "short_description": "Add safe commerce to an MCP server or agent API: trusted catalogue reads and server-side price resolution with price-tampering and unaudited-product guards. Buyer authorizes payment; no autonomous charging.",
      "detailed_description": "Add safe commerce to an MCP server or agent HTTP API: let agents search a catalogue, understand a product, and prepare a verified checkout link \u2014 without ever being able to tamper with the price or silently charge a customer. This is the battle-tested pattern behind a live, registry-listed commerce MCP server, generalized into drop-in TypeScript modules. Includes: CatalogRepository \u2014 a shared read layer over a trusted catalogue JSON; createCheckoutLink \u2014 resolves the trusted price id server-side, creates a; Sellability gate \u2014 products flagged unaudited/deprecated/not-sellable; Redirect allowlist \u2014 success/cancel URLs must be on an allowlisted host; Idempotency \u2014 an idempotency key prevents duplicate sessions; Guardrail tests \u2014 Vitest cases that prove price tampering is rejected and.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Node.js 18+",
        "Stripe account"
      ],
      "supported_versions": [
        "Node 18+"
      ],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "npm install\nnpm test",
        "import { CatalogRepository } from './src/catalog.js';\nimport { createCheckoutLink } from './src/checkout.js';\n\nconst repo = new CatalogRepository(catalogJson);\nconst res = await createCheckoutLink(repo, { STRIPE_SECRET_KEY, CHECKOUT_ALLOWED_REDIRECT_HOSTS: 'yourstore.com' }, {\n  productIdOrSlug: 'store:widget',\n  // NOTE: no price/amount/currency accepted \u2014 resolved server-side.\n});\nconsole.log(res.checkout_url, res.expires_at);"
      ],
      "included_files": [
        "README.md",
        "src/catalog.ts",
        "src/checkout.ts",
        "src/errors.ts",
        "test/checkout.test.ts"
      ],
      "file_count": 5,
      "download_size_bytes": 8073,
      "download_size_human": "7.9 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-mcp-commerce-integration",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-mcp-commerce-integration",
      "demo_url": null
    },
    {
      "product_id": "ai-llm-toolkit:agent-tool-schema-patterns",
      "slug": "agent-tool-schema-patterns",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "agents",
        "ai",
        "ai agents",
        "fine-tuning",
        "function-calling",
        "guardrails",
        "json-schema",
        "llm",
        "mcp",
        "prompt engineering",
        "rag",
        "tool-use",
        "typescript",
        "vector database",
        "zod"
      ],
      "title": "Agent Tool Schema Design Patterns",
      "short_description": "Field guide and runnable examples for designing reliable tool/function schemas for LLM agents (MCP, OpenAI, Anthropic): descriptions, constraints, flat inputs, error contracts, annotations, and idempotency.",
      "detailed_description": "A field guide + runnable examples for designing reliable tool/function schemas for LLM agents (MCP tools, OpenAI function calling, Anthropic tool use). Good schemas are the single biggest lever on whether an agent calls your tool correctly.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Node.js 18+",
        "TypeScript 5+"
      ],
      "supported_versions": [
        "Node 18+"
      ],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "npm install\nnpx tsx examples/described.ts     # print a well-described schema as JSON Schema",
        "src/\n  result.ts     # ok()/fail() helpers \u2014 structured content + stable error codes\n  validate.ts   # parse-at-the-boundary + reject-smuggled-fields helper\nexamples/\n  described.ts        # good vs bad field descriptions (same tool)\n  flat-vs-nested.ts   # why flat inputs beat nested ones\n  annotations.ts      # readOnly / side-effect / idempotent annotations\n  idempotent.ts       # an idempotent side-effecting tool\nGUIDE.md              # the full write-up with rationale + before/after metrics"
      ],
      "included_files": [
        "GUIDE.md",
        "README.md",
        "examples/annotations.ts",
        "examples/described.ts",
        "examples/flat-vs-nested.ts",
        "examples/idempotent.ts",
        "package.json",
        "src/result.ts",
        "src/validate.ts"
      ],
      "file_count": 9,
      "download_size_bytes": 9592,
      "download_size_human": "9.4 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-agent-tool-schema-patterns",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-agent-tool-schema-patterns",
      "demo_url": null
    },
    {
      "product_id": "ai-llm-toolkit:mcp-security-checklist",
      "slug": "mcp-security-checklist",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "agents",
        "ai",
        "ai agents",
        "checklist",
        "fine-tuning",
        "guardrails",
        "llm",
        "mcp",
        "payments",
        "prompt engineering",
        "rag",
        "security",
        "threat-model",
        "vector database"
      ],
      "title": "MCP / Agent Server Security Checklist",
      "short_description": "Audit-ready security checklists and a STRIDE threat model for remote MCP servers and agent-facing APIs: auth, input validation, rate limiting, secrets, payments, and data-exposure controls.",
      "detailed_description": "A practical, audit-ready security checklist and threat model for anyone running a remote MCP server or an agent-facing HTTP API. Agent traffic is a new attack surface: the \"user\" may be an autonomous model steered by an untrusted prompt. This pack is the checklist used to harden a live, payment-handling MCP server before it went public. Includes: checklists/pre-launch; checklists/payments; checklists/data-exposure; THREAT-MODEL.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "checklists/\n  pre-launch.md      # gate before exposing to agents\n  payments.md        # money-movement controls\n  data-exposure.md   # secret / PII / path leakage prevention\nTHREAT-MODEL.md      # STRIDE threats + mitigations"
      ],
      "included_files": [
        "README.md",
        "THREAT-MODEL.md",
        "checklists/data-exposure.md",
        "checklists/payments.md",
        "checklists/pre-launch.md"
      ],
      "file_count": 5,
      "download_size_bytes": 7929,
      "download_size_human": "7.7 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-mcp-security-checklist",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-mcp-security-checklist",
      "demo_url": null
    },
    {
      "product_id": "ai-llm-toolkit:agent-eval-harness",
      "slug": "agent-eval-harness",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "agents",
        "ai",
        "ai agents",
        "ci",
        "evaluation",
        "fine-tuning",
        "guardrails",
        "llm",
        "mcp",
        "prompt engineering",
        "rag",
        "testing",
        "typescript",
        "vector database"
      ],
      "title": "Agent Tool Eval Harness",
      "short_description": "Dependency-light evaluation harness for agent tools and MCP servers: golden cases, matchers, a runner with latency metrics, and console + JSON reporters for CI regression gating.",
      "detailed_description": "A tiny, dependency-light evaluation harness for agent tools and MCP servers. Define golden cases (input \u2192 expected), run them against your tool, and get a pass/fail report with latency and optional cost \u2014 so you catch regressions before your users (and their agents) do. Includes: Golden cases \u2014 declare { name, input, expect } where expect is a value,; Runner \u2014 executes cases against any async (input) => output function; Metrics \u2014 pass rate, per-case latency (p50/p95), and an optional cost hook; Matchers \u2014 exact, partial (subset match), and predicate (custom fn); Reporters \u2014 a console table and a machine-readable JSON summary for CI.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Node.js 18+"
      ],
      "supported_versions": [
        "Node 18+"
      ],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "npm install\nnpx tsx examples/run.ts     # runs the sample suite against a demo tool",
        "import { runSuite } from './src/harness.js';\nimport { partial } from './src/matchers.js';\n\nconst report = await runSuite('search', mySearchTool, [\n  { name: 'finds by keyword', input: { query: 'airflow' }, expect: partial({ total: (n: number) => n > 0 }) },\n  { name: 'empty query is safe', input: { query: '' }, expect: (out) => Array.isArray(out.results) },\n]);\n\nprocess.exit(report.failed === 0 ? 0 : 1);"
      ],
      "included_files": [
        "README.md",
        "examples/run.ts",
        "package.json",
        "src/harness.ts",
        "src/matchers.ts",
        "src/report.ts"
      ],
      "file_count": 6,
      "download_size_bytes": 6182,
      "download_size_human": "6.0 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-agent-eval-harness",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-agent-eval-harness",
      "demo_url": null
    },
    {
      "product_id": "ai-llm-toolkit:agent-discoverability-kit",
      "slug": "agent-discoverability-kit",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "agents",
        "ai",
        "ai agents",
        "discoverability",
        "fine-tuning",
        "guardrails",
        "json-ld",
        "llm",
        "llms-txt",
        "mcp-registry",
        "prompt engineering",
        "rag",
        "seo",
        "typescript",
        "vector database"
      ],
      "title": "Agent Discoverability Kit",
      "short_description": "Generators that make a product or site discoverable to AI agents: llms.txt, .well-known/ai-plugin.json, an MCP-registry server.json, and valid schema.org Product JSON-LD.",
      "detailed_description": "Make your product, store, or API discoverable and usable by AI agents. This kit generates the machine-readable surfaces agents and LLM crawlers look for: llms.txt, a .well-known/ai-plugin.json manifest, an MCP-registry server.json, and valid Product JSON-LD \u2014 all from one small product/site config. This is the discoverability layer that got a real store listed in the official MCP registry and surfaced to LLM crawlers, packaged as reusable generators. Includes: llmsTxt(site) \u2014 build a clean llms; aiPluginManifest(site) \u2014 the well-known plugin manifest; serverJson(mcp) \u2014 a schema-valid MCP registry record for a remote server; productJsonLd(product) \u2014 valid schema.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Node.js 18+"
      ],
      "supported_versions": [
        "Node 18+"
      ],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "npm install    # only needed for the TypeScript toolchain / tests\nnpx tsx examples/generate.ts   # prints all four artifacts for a sample store",
        "import { llmsTxt, productJsonLd } from './src/index.js';\n\nconst txt = llmsTxt({\n  name: 'Acme Tools',\n  baseUrl: 'https://acme.example',\n  summary: 'Developer toolkits and templates.',\n  mcpUrl: 'https://acme.example/mcp',\n  products: [{ slug: 'widget', name: 'Widget Kit', price: 49, desc: 'A widget kit.' }],\n});"
      ],
      "included_files": [
        "README.md",
        "examples/generate.ts",
        "package.json",
        "src/index.ts",
        "src/jsonld.ts",
        "src/llms.ts",
        "src/manifest.ts"
      ],
      "file_count": 7,
      "download_size_bytes": 6796,
      "download_size_human": "6.6 KB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-agent-discoverability-kit",
      "preview_url": "https://datanest-stores.com/ai-llm-toolkit/preview-agent-discoverability-kit",
      "demo_url": null
    },
    {
      "product_id": "ai-llm-toolkit:ai-llm-complete-bundle",
      "slug": "ai-llm-complete-bundle",
      "store": "ai-llm-toolkit",
      "store_name": "AI Builder Pro",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agents",
        "bundle",
        "fine-tuning",
        "guardrails",
        "llm",
        "prompt engineering",
        "rag",
        "vector database"
      ],
      "title": "AI Builder Bundle",
      "short_description": "All 11 AI/LLM tools \u2014 $509 bought separately, yours for $169. Save $340 (67%): RAG pipelines, agent frameworks, guardrails, and prompt tooling.",
      "detailed_description": "A modular retrieval-augmented generation framework with pluggable loaders, chunking strategies, embedding backends, vector stores, hybrid search, reranking, and a full evaluation suite. Build a RAG pipeline that actually works. Not a toy demo \u2014 a framework with four chunking strategies, BM25+dense hybrid search, reranking, and RAGAS-style evaluation metrics, all runnable locally with the included in-memory vector store. --- Includes: Document loaders for plain text, Markdown, HTML, and PDF with metadata extraction; Four chunking strategies \u2014 fixed-size, recursive text splitting, semantic (embedding-based topic detection), and sentence-window; Embedding abstraction with OpenAI adapter and a deterministic demo embedder for offline testing; Embedding cache that persists to disk so re-indexing unchanged documents costs nothing; In-memory vector store with full BM25 keyword search \u2014 runs the complete pipeline with zero external services; Hybrid search combining dense similarity and BM25 via Reciprocal Rank Fusion.",
      "price_usd": 169,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "openai",
        "pypdf",
        "pytest"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "OpenAI",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt",
        "from src.loaders.text_loader import TextLoader, MarkdownLoader\nfrom src.chunking.strategies import RecursiveChunker\nfrom src.embeddings import DemoEmbedder\nfrom src.vector_store import InMemoryVectorStore\nfrom src.orchestrator import RAGOrchestrator\n\n# Load documents\nloader = MarkdownLoader()\ndocs = loader.load_directory(\"./my_docs/\", recursive=True)\n\n# Chunk with recursive strategy\nchunker = RecursiveChunker(chunk_size=1000, chunk_overlap=200)\nall_chunks = []\nfor doc in docs:\n\u2026"
      ],
      "included_files": [
        "products/ai-agent-framework/README.md",
        "products/ai-agent-framework/source/README.md",
        "products/ai-agent-framework/source/configs/agent_config.yaml",
        "products/ai-agent-framework/source/configs/team_config.yaml",
        "products/ai-agent-framework/source/examples/basic_agent.py",
        "products/ai-agent-framework/source/examples/research_agent.py",
        "products/ai-agent-framework/source/examples/team_example.py",
        "products/ai-agent-framework/source/guide/01-building-an-agent.md",
        "products/ai-agent-framework/source/guide/02-tool-design.md",
        "products/ai-agent-framework/source/guides/building-an-agent.md",
        "products/ai-agent-framework/source/guides/tool-design.md",
        "products/ai-agent-framework/source/requirements.txt",
        "products/ai-agent-framework/source/src/__init__.py",
        "products/ai-agent-framework/source/src/agent.py",
        "products/ai-agent-framework/source/src/approval.py",
        "products/ai-agent-framework/source/src/coordination/__init__.py",
        "products/ai-agent-framework/source/src/coordination/message_bus.py",
        "products/ai-agent-framework/source/src/coordination/supervisor.py",
        "products/ai-agent-framework/source/src/guardrails.py",
        "products/ai-agent-framework/source/src/llm_client.py",
        "products/ai-agent-framework/source/src/memory/__init__.py",
        "products/ai-agent-framework/source/src/memory/buffer.py",
        "products/ai-agent-framework/source/src/memory/long_term.py",
        "products/ai-agent-framework/source/src/memory/summarizer.py",
        "products/ai-agent-framework/source/src/planning/__init__.py",
        "products/ai-agent-framework/source/src/planning/plan_execute.py",
        "products/ai-agent-framework/source/src/planning/react.py",
        "products/ai-agent-framework/source/src/tool_registry.py",
        "products/ai-agent-framework/source/src/tools/__init__.py",
        "products/ai-agent-framework/source/src/tools/calculator.py",
        "products/ai-agent-framework/source/src/tools/file_io.py",
        "products/ai-agent-framework/source/src/tools/web_search.py",
        "products/ai-agent-framework/source/tests/__init__.py",
        "products/ai-agent-framework/source/tests/test_memory.py",
        "products/ai-agent-framework/source/tests/test_tools.py",
        "products/ai-api-gateway/README.md",
        "products/ai-api-gateway/source/README.md",
        "products/ai-api-gateway/source/configs/gateway_config.yaml",
        "products/ai-api-gateway/source/guide/01-deployment-guide.md",
        "products/ai-api-gateway/source/guides/deployment-guide.md",
        "products/ai-api-gateway/source/requirements.txt",
        "products/ai-api-gateway/source/src/__init__.py",
        "products/ai-api-gateway/source/src/analytics.py",
        "products/ai-api-gateway/source/src/cache.py",
        "products/ai-api-gateway/source/src/client.py",
        "products/ai-api-gateway/source/src/providers/__init__.py",
        "products/ai-api-gateway/source/src/providers/anthropic_provider.py",
        "products/ai-api-gateway/source/src/providers/local_provider.py",
        "products/ai-api-gateway/source/src/providers/openai_provider.py",
        "products/ai-api-gateway/source/src/rate_limiter.py",
        "products/ai-api-gateway/source/src/request_logger.py",
        "products/ai-api-gateway/source/src/retry.py",
        "products/ai-api-gateway/source/tests/conftest.py",
        "products/ai-api-gateway/source/tests/test_gateway.py",
        "products/ai-safety-guardrails/README.md",
        "products/ai-safety-guardrails/source/README.md",
        "products/ai-safety-guardrails/source/guide/01-safety-guide.md",
        "products/ai-safety-guardrails/source/guides/safety-guide.md",
        "products/ai-safety-guardrails/source/policies/default_policy.yaml",
        "products/ai-safety-guardrails/source/policies/strict_policy.yaml",
        "products/ai-safety-guardrails/source/requirements.txt",
        "products/ai-safety-guardrails/source/src/__init__.py",
        "products/ai-safety-guardrails/source/src/groundedness_checker.py",
        "products/ai-safety-guardrails/source/src/injection_detector.py",
        "products/ai-safety-guardrails/source/src/input_filter.py",
        "products/ai-safety-guardrails/source/src/output_filter.py",
        "products/ai-safety-guardrails/source/src/pii_detector.py",
        "products/ai-safety-guardrails/source/src/policy_engine.py",
        "products/ai-safety-guardrails/source/src/toxicity_detector.py",
        "products/ai-safety-guardrails/source/tests/test_injection_detector.py",
        "products/ai-safety-guardrails/source/tests/test_pii_detector.py",
        "products/ai-safety-guardrails/source/tests/test_policy_engine.py",
        "products/conversational-ai-templates/README.md",
        "products/conversational-ai-templates/source/README.md",
        "products/conversational-ai-templates/source/guide/01-building-a-chatbot.md",
        "products/conversational-ai-templates/source/guide/02-channel-integration.md",
        "products/conversational-ai-templates/source/guides/building-a-chatbot.md",
        "products/conversational-ai-templates/source/guides/channel-integration.md",
        "products/conversational-ai-templates/source/requirements.txt",
        "products/conversational-ai-templates/source/src/__init__.py"
      ],
      "file_count": 80,
      "download_size_bytes": 1224252,
      "download_size_human": "1.2 MB",
      "product_url": "https://datanest-stores.com/ai-llm-toolkit/#product-ai-llm-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "ai-ml-starter:mlflow-starter-kit",
      "slug": "mlflow-starter-kit",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "deployment",
        "experiment tracking",
        "experiment-tracking",
        "feature store",
        "machine learning starter",
        "ml beginner",
        "ml pipeline",
        "mlflow",
        "mlops",
        "model serving",
        "model-registry"
      ],
      "title": "MLflow Starter Kit",
      "short_description": "MLflow experiment tracking setup, model registry patterns, and deployment configs for going from notebooks to production.",
      "detailed_description": "A typed, production-minded layer over MLflow that takes you from ad-hoc notebook experiments to a structured, reproducible MLOps workflow: experiment tracking, a model registry promotion lifecycle, autologging for scikit-learn / XGBoost, deployment config generation for batch and real-time serving, and a one-command Docker stack (MLflow + Postgres + MinIO). The Python package (mlflowstarter) is a thin, well-documented wrapper -- you can always drop down to the raw mlflow. API. Everything ships with docstrings, type hints, runnable examples, and a real pytest suite. Includes: Typed configuration (MLflowConfig) -- load from env vars, a mapping, or a; Experiment tracking helpers -- one experimentrun context manager that; Model registry facade (ModelRegistry) -- registerfromrun, stage; Autologging wrappers -- project-sane AutologOptions defaults plus; Deployment generators -- build mlflow models serve / build-docker; Self-hosted stack -- docker/docker-compose.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Docker",
        "Mlflow 2.x",
        "Docker + Docker Compose"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "MLflow",
        "Docker",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "docker compose -f docker/docker-compose.yml up -d\n# MLflow UI    -> http://localhost:5000\n# MinIO console-> http://localhost:9001  (minioadmin / minioadmin)",
        "from mlflow_starter import MLflowConfig, configure, experiment_run, log_params, log_metrics\n\nconfigure(MLflowConfig.from_env())          # reads MLFLOW_TRACKING_URI, tags, ...\n\nwith experiment_run(\"baseline\", tags={\"owner\": \"ml-team\"}) as run:\n    log_params({\"model\": {\"max_depth\": 6, \"n_estimators\": 300}})   # auto-flattened\n    log_metrics({\"rmse\": 0.42, \"r2\": 0.91})\n    print(\"run id:\", run.info.run_id)"
      ],
      "included_files": [
        "README.md",
        "docker/docker-compose.yml",
        "examples/promote_model_example.py",
        "examples/train_sklearn_example.py",
        "guide/mlflow-setup-guide.md",
        "guide/model-registry-workflow.md",
        "guides/mlflow-setup-guide.md",
        "guides/model-registry-workflow.md",
        "src/mlflow_starter/__init__.py",
        "src/mlflow_starter/autolog.py",
        "src/mlflow_starter/config.py",
        "src/mlflow_starter/deployment.py",
        "src/mlflow_starter/registry.py",
        "src/mlflow_starter/tracking.py",
        "tests/conftest.py",
        "tests/test_registry.py",
        "tests/test_tracking.py"
      ],
      "file_count": 17,
      "download_size_bytes": 102466,
      "download_size_human": "100.1 KB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-mlflow-starter-kit",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-mlflow-starter-kit",
      "demo_url": "https://datanest-stores.com/ai-ml-starter/demo-mlflow-starter-kit/"
    },
    {
      "product_id": "ai-ml-starter:model-serving-templates",
      "slug": "model-serving-templates",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ab-testing",
        "ai",
        "canary-deployment",
        "experiment tracking",
        "fastapi",
        "feature store",
        "flask",
        "inference",
        "machine learning starter",
        "ml beginner",
        "ml pipeline",
        "mlflow",
        "model serving",
        "model-serving"
      ],
      "title": "Model Serving Templates",
      "short_description": "FastAPI/Flask model serving endpoints, batched inference, A/B testing, and canary deployment configurations.",
      "detailed_description": "Production-ready templates for serving machine-learning models over HTTP with dynamic request micro-batching. Ships both a FastAPI (ASGI) and a Flask (WSGI) implementation behind one identical API, plus a pluggable model loader (pickle / joblib / ONNX), Prometheus metrics, runnable examples, tests, and a slim Docker setup with a stable + canary topology. The headline feature is the batcher: instances arriving in many concurrent requests are transparently merged into single predict() calls, then fanned back out to each caller \u2014 often a 10\u00d7+ throughput win with a bounded latency cost you control. Includes: FastAPI app (src/modelserving/app; Dynamic micro-batcher (batching; Pluggable loaders (loaders; Pydantic v2 schemas (schemas; Metrics + logging (middleware; Flask alternative (flaskapp.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Fastapi 0.100+",
        "Docker"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install \"fastapi[standard]\" uvicorn pydantic joblib scikit-learn httpx",
        "python examples/serve_sklearn.py\n# -> trains a LogisticRegression, saves it with joblib, serves on :8000"
      ],
      "included_files": [
        "README.md",
        "docker/Dockerfile",
        "docker/docker-compose.yml",
        "examples/client_request.py",
        "examples/serve_sklearn.py",
        "guide/batching-and-scaling.md",
        "guide/serving-architecture.md",
        "guides/batching-and-scaling.md",
        "guides/serving-architecture.md",
        "src/model_serving/__init__.py",
        "src/model_serving/app.py",
        "src/model_serving/batching.py",
        "src/model_serving/flask_app.py",
        "src/model_serving/loaders.py",
        "src/model_serving/middleware.py",
        "src/model_serving/schemas.py",
        "tests/test_app.py",
        "tests/test_batching.py"
      ],
      "file_count": 18,
      "download_size_bytes": 98379,
      "download_size_human": "96.1 KB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-model-serving-templates",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-model-serving-templates",
      "demo_url": "https://datanest-stores.com/ai-ml-starter/demo-model-serving-templates/"
    },
    {
      "product_id": "ai-ml-starter:feature-store-bootstrap",
      "slug": "feature-store-bootstrap",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "experiment tracking",
        "feast",
        "feature store",
        "feature-engineering",
        "feature-store",
        "machine learning starter",
        "ml beginner",
        "ml pipeline",
        "mlflow",
        "model serving",
        "offline-serving",
        "online-serving"
      ],
      "title": "Feature Store Bootstrap",
      "short_description": "Feature store patterns using Feast, feature engineering pipelines, and offline/online serving configurations.",
      "detailed_description": "A production-shaped Feast feature store you can read, run, and adapt in an afternoon. It ships a complete, tested feature repository for an anonymised retail-risk domain (\"AcmeCorp\") -- entities, batch and streaming sources, on-demand transformations, and two feature services (a real-time fraud model and a batch churn model) -- plus a small, unit-tested helper library that wraps the Feast read/write APIs the way a real team would. This is not a hello-world. The feature logic is separated from the Feast wrappers so it has real test coverage, the helpers are dependency-injected so they test without a running store, and the guides explain the why behind point-in-time correctness, train/serve skew, TTLs, and push-vs-batch ingestion. Includes: Complete Feast repository -- 2 entities, 3 batch feature views, a request; A reusable helper library (src/featurestore/) for ingestion, retrieval,; Point-in-time correct training retrieval driven by a FeatureService so; Streaming + batch ingestion via materialize and a PushSource; On-demand (request-time) features with the maths factored into pure,; Two runnable examples that generate their own data and run end to end.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Feast 0.30+",
        "Redis",
        "pandas and pyarrow",
        "Redis for the online store"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "Redis",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python -m venv .venv && source .venv/bin/activate\npip install \"feast[redis]\" pandas pyarrow pytest",
        "# 1. Apply the feature definitions to a fresh registry.\ncd feature_repo\nfeast apply\n\n# 2. Run the full write + serve example (generates sample data, materializes,\n#    pushes a streaming update, and serves both feature services).\ncd ..\npython examples/materialize_and_serve.py\n\n# 3. Build a point-in-time correct training set for the churn model.\npython examples/training_dataset.py"
      ],
      "included_files": [
        "README.md",
        "examples/materialize_and_serve.py",
        "examples/training_dataset.py",
        "feature_repo/example_repo.py",
        "feature_repo/feature_store.yaml",
        "guide/feast-setup.md",
        "guide/feature-engineering-patterns.md",
        "guides/feast-setup.md",
        "guides/feature-engineering-patterns.md",
        "src/feature_store/__init__.py",
        "src/feature_store/definitions.py",
        "src/feature_store/ingestion.py",
        "src/feature_store/registry.py",
        "src/feature_store/retrieval.py",
        "src/feature_store/transformations.py",
        "tests/test_definitions.py",
        "tests/test_retrieval.py"
      ],
      "file_count": 17,
      "download_size_bytes": 92797,
      "download_size_human": "90.6 KB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-feature-store-bootstrap",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-feature-store-bootstrap",
      "demo_url": "https://datanest-stores.com/ai-ml-starter/demo-feature-store-bootstrap/"
    },
    {
      "product_id": "ai-ml-starter:experiment-tracking-pack",
      "slug": "experiment-tracking-pack",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "dashboards",
        "experiment tracking",
        "experiment-tracking",
        "feature store",
        "machine learning starter",
        "metrics",
        "ml beginner",
        "ml pipeline",
        "mlflow",
        "model serving",
        "wandb",
        "weights-and-biases"
      ],
      "title": "Experiment Tracking Pack",
      "short_description": "Experiment tracking with W&B and MLflow, custom dashboards, metrics comparison, and reproducibility tooling.",
      "detailed_description": "One experiment-tracking interface, three interchangeable backends. Instrument your ML training loop once and send the results to Weights & Biases, MLflow, or a zero-dependency local SQLite store \u2014 switching between them with a single line of configuration. The W&B and MLflow SDKs are imported lazily, so import exptracking (and the entire test suite) works with nothing but the Python standard library installed. You only need wandb or mlflow when you actually use that backend. Includes: Unified ExperimentTracker interface \u2014 startrun, logparams,; Three backends, identical API; CustomTracker \u2014 local, SQLite-backed, pure stdlib (great for tests/CI/offline); WandbTracker \u2014 Weights & Biases, with artifact and sweep support; MlflowTracker \u2014 MLflow Tracking, local mlruns/ or a self-hosted server; run() context manager that always finalizes a run \u2014 FINISHED on success,.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Wandb account",
        "Mlflow 2.x"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install wandb        # for the W&B backend  (then: wandb login)\npip install mlflow       # for the MLflow backend\npip install pyyaml       # only if you load a .yaml config (JSON needs nothing)\n# the local SQLite backend, sweeps, and comparison need no third-party packages",
        "tracker = get_tracker(\"wandb\", project=\"image-classification\", entity=\"your-org\")\ntracker = get_tracker(\"mlflow\", experiment_name=\"image-classification\")"
      ],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "examples/compare_experiments.py",
        "examples/track_training_run.py",
        "guide/choosing-a-tracker.md",
        "guide/experiment-tracking-guide.md",
        "guides/choosing-a-tracker.md",
        "guides/experiment-tracking-guide.md",
        "src/exp_tracking/__init__.py",
        "src/exp_tracking/base.py",
        "src/exp_tracking/compare.py",
        "src/exp_tracking/custom_tracker.py",
        "src/exp_tracking/factory.py",
        "src/exp_tracking/mlflow_tracker.py",
        "src/exp_tracking/sweep.py",
        "src/exp_tracking/wandb_tracker.py",
        "tests/test_base.py",
        "tests/test_custom_tracker.py"
      ],
      "file_count": 18,
      "download_size_bytes": 104580,
      "download_size_human": "102.1 KB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-experiment-tracking-pack",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-experiment-tracking-pack",
      "demo_url": "https://datanest-stores.com/ai-ml-starter/demo-experiment-tracking-pack/"
    },
    {
      "product_id": "ai-ml-starter:ml-pipeline-templates",
      "slug": "ml-pipeline-templates",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "airflow",
        "deployment",
        "experiment tracking",
        "feature store",
        "kubeflow",
        "machine learning starter",
        "ml beginner",
        "ml pipeline",
        "ml-pipelines",
        "mlflow",
        "mlops",
        "model serving",
        "prefect",
        "training"
      ],
      "title": "ML Pipeline Templates",
      "short_description": "End-to-end ML pipelines: data ingestion, preprocessing, training, evaluation, and deployment orchestration.",
      "detailed_description": "End-to-end, dependency-light templates for building tabular machine-learning pipelines: data ingestion - preprocessing - training - evaluation, chained together by a small DAG orchestrator you can actually read. The orchestration core is pure standard library, so it is fast to import and trivial to test. The ML stages use pandas/numpy and prefer scikit-learn when it is installed -- but every stage has a numpy fallback, so the whole pipeline (and the test suite) runs end-to-end even with nothing but pandas + numpy. Includes: DAG orchestrator (Pipeline / Step) -- declare dependencies, get; Ingestion into one Dataset interface from CSV, Parquet, or SQL (or an; Preprocessing built on a scikit-learn ColumnTransformer (impute + scale +; Training with backend-agnostic K-fold cross-validation that works with any; Evaluation with pure-numpy regression and classification metrics plus a; Config-driven -- build the standard four-stage pipeline from.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Orchestrator",
        "Docker",
        "Cloud storage",
        "pandas, numpy, PyYAML",
        "scikit-learn"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt",
        "# 1) Run the full pipeline on a generated toy dataset\npython examples/run_pipeline.py\n\n# 2) Run it from the YAML config instead of an inline config\npython examples/run_pipeline.py --config configs/pipeline.yaml\n\n# 3) See the scikit-learn ColumnTransformer + RandomForest path\npython examples/sklearn_pipeline.py        # prints an install hint if sklearn is absent\n\n# 4) Run the test suite\npip install pytest\npython -m pytest tests/ -v"
      ],
      "included_files": [
        "README.md",
        "configs/pipeline.yaml",
        "examples/run_pipeline.py",
        "examples/sklearn_pipeline.py",
        "guide/orchestration-options.md",
        "guide/pipeline-architecture.md",
        "guides/orchestration-options.md",
        "guides/pipeline-architecture.md",
        "requirements.txt",
        "src/ml_pipeline/__init__.py",
        "src/ml_pipeline/evaluation.py",
        "src/ml_pipeline/ingestion.py",
        "src/ml_pipeline/pipeline.py",
        "src/ml_pipeline/preprocessing.py",
        "src/ml_pipeline/steps.py",
        "src/ml_pipeline/training.py",
        "tests/test_pipeline.py",
        "tests/test_preprocessing.py"
      ],
      "file_count": 18,
      "download_size_bytes": 116657,
      "download_size_human": "113.9 KB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-ml-pipeline-templates",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-ml-pipeline-templates",
      "demo_url": "https://datanest-stores.com/ai-ml-starter/demo-ml-pipeline-templates/"
    },
    {
      "product_id": "ai-ml-starter:model-validation-framework",
      "slug": "model-validation-framework",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "drift-detection",
        "experiment tracking",
        "feature store",
        "machine learning starter",
        "ml beginner",
        "ml pipeline",
        "mlflow",
        "model serving",
        "model-validation",
        "monitoring",
        "quality-gates",
        "testing"
      ],
      "title": "Model Validation Framework",
      "short_description": "Model testing, data drift detection, performance monitoring, and validation gates for CI/CD.",
      "detailed_description": "A dependency-light framework for validating machine-learning models before you promote them to production and while they run there. It bundles data & concept drift detection, baseline performance monitoring, behavioral testing, and a configurable pass/fail validation gate you can wire straight into CI/CD. Everything is implemented in pure NumPy \u2014 the SciPy-grade statistics (Kolmogorov-Smirnov p-values, chi-square survival function, Population Stability Index, rank-based ROC AUC) are written from scratch, so the framework runs anywhere NumPy is installed and has zero heavy dependencies. If you already use scikit-learn or SciPy, the framework plugs into them cleanly (feed your own metric dicts or model callables into the same checks). Includes: Data drift detection \u2014 per-feature PSI + Kolmogorov-Smirnov (numeric) and; Performance monitoring \u2014 compare a current metric snapshot to a trusted; Behavioral tests \u2014 model-agnostic invariance, directional-expectation, and; Validation gate \u2014 a ValidationSuite aggregates any mix of checks into a; Markdown & JSON reports \u2014 drop a readable report into a PR comment or a CI; Typed, versionable thresholds \u2014 all policy lives in dataclasses.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Scikit learn",
        "Scipy",
        "NumPy"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install numpy        # required\npip install pandas       # optional, for DataFrame inputs",
        "# 1. Standalone drift report on synthetic reference vs production data\npython examples/drift_check.py\n\n# 2. Full validation suite on a trained (NumPy) classifier\npython examples/validate_model.py"
      ],
      "included_files": [
        "README.md",
        "examples/drift_check.py",
        "examples/validate_model.py",
        "guide/drift-detection.md",
        "guide/model-validation-guide.md",
        "guides/drift-detection.md",
        "guides/model-validation-guide.md",
        "src/model_validation/__init__.py",
        "src/model_validation/behavioral.py",
        "src/model_validation/drift.py",
        "src/model_validation/performance.py",
        "src/model_validation/report.py",
        "src/model_validation/statistical_tests.py",
        "src/model_validation/thresholds.py",
        "src/model_validation/validation.py",
        "tests/test_drift.py",
        "tests/test_performance.py",
        "tests/test_validation.py"
      ],
      "file_count": 18,
      "download_size_bytes": 109897,
      "download_size_human": "107.3 KB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-model-validation-framework",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-model-validation-framework",
      "demo_url": "https://datanest-stores.com/ai-ml-starter/demo-model-validation-framework/"
    },
    {
      "product_id": "ai-ml-starter:hyperparameter-tuning-kit",
      "slug": "hyperparameter-tuning-kit",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "distributed",
        "experiment tracking",
        "feature store",
        "hyperparameter-tuning",
        "machine learning starter",
        "ml beginner",
        "ml pipeline",
        "mlflow",
        "model serving",
        "optimization",
        "optuna",
        "ray-tune"
      ],
      "title": "Hyperparameter Tuning Kit",
      "short_description": "Optuna/Ray Tune configs, search space definitions, pruning strategies, and distributed tuning setups.",
      "detailed_description": "A practical hyperparameter optimization toolkit built around a single idea: define your search space once and run it on both Optuna and Ray Tune without rewriting anything. Ships with cross-validated objectives, median/percentile pruning, ASHA/PBT scheduling, multi-objective support, and backend-agnostic result analysis. The core (search spaces, pruning, objectives, analysis) depends only on the Python standard library \u2014 it imports and its full test suite runs with no third-party packages at all. Optuna and Ray Tune are imported lazily, so you install only the backend you actually use. Includes: One declarative search space, two backends; Typed parameters \u2014 FloatParameter, IntParameter, CategoricalParameter; Cross-validated objectives \u2014 Objective wraps stdlib K-fold CV with a; Pruning in plain Python \u2014 MedianPruner, PercentilePruner,; Optuna runner \u2014 samplers (TPE, CMA-ES, QMC, random, grid), pruning, SQLite; Ray Tune runner \u2014 ASHA, Population Based Training, and median stopping via a.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Optuna 3.x",
        "Ray tune 2.x"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python examples/random_search_baseline.py",
        "from hpo import SearchSpace, FloatParameter, IntParameter, CategoricalParameter\n\nspace = SearchSpace([\n    FloatParameter(\"learning_rate\", 1e-4, 1e-1, log=True),  # log scale for rates\n    IntParameter(\"n_estimators\", 50, 500, log=True),\n    IntParameter(\"max_depth\", 2, 12),\n    CategoricalParameter(\"max_features\", [\"sqrt\", \"log2\", None]),\n])"
      ],
      "included_files": [
        "README.md",
        "examples/optuna_sklearn.py",
        "examples/random_search_baseline.py",
        "examples/ray_tune_torch.py",
        "guide/hpo-guide.md",
        "guide/search-space-design.md",
        "guides/hpo-guide.md",
        "guides/search-space-design.md",
        "src/hpo/__init__.py",
        "src/hpo/analysis.py",
        "src/hpo/objective.py",
        "src/hpo/optuna_search.py",
        "src/hpo/pruning.py",
        "src/hpo/ray_tune_search.py",
        "src/hpo/search_spaces.py",
        "tests/test_objective.py",
        "tests/test_pruning.py",
        "tests/test_search_spaces.py"
      ],
      "file_count": 18,
      "download_size_bytes": 118464,
      "download_size_human": "115.7 KB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-hyperparameter-tuning-kit",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-hyperparameter-tuning-kit",
      "demo_url": "https://datanest-stores.com/ai-ml-starter/demo-hyperparameter-tuning-kit/"
    },
    {
      "product_id": "ai-ml-starter:ml-data-versioning",
      "slug": "ml-data-versioning",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "artifact-management",
        "data-versioning",
        "dvc",
        "experiment tracking",
        "feature store",
        "machine learning starter",
        "ml beginner",
        "ml pipeline",
        "mlflow",
        "mlops",
        "model serving",
        "reproducibility"
      ],
      "title": "ML Data Versioning",
      "short_description": "DVC setup, data pipeline versioning, experiment reproducibility, and artifact management workflows.",
      "detailed_description": "A standard-library Python toolkit for reproducible dataset versioning, lineage, and DVC pipelines. Hash datasets deterministically, snapshot and diff them without any infrastructure, generate a valid dvc.yaml, build a provenance graph, and capture the run environment that makes an experiment reproducible. Every module is pure Python (no third-party runtime dependencies), so it runs anywhere Python 3.9+ does and is fully unit-tested. Includes: Deterministic content hashing (hashing; Dataset snapshots + diffs (snapshots; Lineage graph (lineage; DVC pipeline builder (pipeline; Reproducibility capture (reproducibility.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Git",
        "Dvc 3.x",
        "Remote storage"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the test suite (standard library only; no pip installs required)\npython -m unittest discover -s tests -v\n\n# See dataset hashing, snapshots, and diffs in action\npython examples/version_dataset.py\n\n# See a generated dvc.yaml, a lineage graph, and an environment-drift report\npython examples/reproduce_experiment.py",
        "python -m unittest discover -s tests -v   # standard library only\n# or, if you prefer pytest:\npytest tests/ -q"
      ],
      "included_files": [
        "README.md",
        "dvc/dvc.yaml",
        "dvc/params.yaml",
        "examples/reproduce_experiment.py",
        "examples/version_dataset.py",
        "guide/dvc-setup.md",
        "guide/reproducibility-guide.md",
        "guides/dvc-setup.md",
        "guides/reproducibility-guide.md",
        "src/data_versioning/__init__.py",
        "src/data_versioning/hashing.py",
        "src/data_versioning/lineage.py",
        "src/data_versioning/pipeline.py",
        "src/data_versioning/reproducibility.py",
        "src/data_versioning/snapshots.py",
        "tests/test_hashing.py",
        "tests/test_lineage.py"
      ],
      "file_count": 17,
      "download_size_bytes": 113388,
      "download_size_human": "110.7 KB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-ml-data-versioning",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-ml-data-versioning",
      "demo_url": "https://datanest-stores.com/ai-ml-starter/demo-ml-data-versioning/"
    },
    {
      "product_id": "ai-ml-starter:gpu-training-toolkit",
      "slug": "gpu-training-toolkit",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "cuda",
        "distributed-training",
        "experiment tracking",
        "feature store",
        "gpu-training",
        "machine learning starter",
        "mixed-precision",
        "ml beginner",
        "ml pipeline",
        "mlflow",
        "model serving",
        "multi-gpu",
        "pytorch"
      ],
      "title": "GPU Training Toolkit",
      "short_description": "Multi-GPU training configs, mixed precision training, distributed training, and cloud GPU setup guides.",
      "detailed_description": "Battle-tested PyTorch patterns for multi-GPU, mixed-precision, and distributed training \u2014 packaged as a small, importable library you drop into your project. It encodes the parts people get subtly wrong (effective batch math, fp16 loss scaling, rank-0 checkpointing, OOM-safe batch sizing) so your scale-out is correct the first time. Every PyTorch import is lazy, so the configuration/profiling math and the full test suite run on the Python standard library alone \u2014 no GPU and no torch required to explore, plan, or test. Includes: Distributed Data Parallel (DDP) \u2014 process-group init/teardown, per-rank; Mixed precision done right \u2014 autocast + GradScaler with the correct; torchrun launch generation \u2014 turn a typed config into the exact; Profiling & OOM-safe batch finder \u2014 GPU memory snapshots, a throughput; Distributed-safe checkpoints \u2014 rank-0-only, atomic writes with automatic; Typed TrainingConfig \u2014 one object that computes effective batch size,.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Pytorch 2.x",
        "Cuda 11.8+",
        "Nvidia gpu",
        "PyTorch 2.x and CUDA 11.8+ to run training"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Node 4"
      ],
      "supported_technologies": [
        "PyTorch",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python3 -m gpu_training.config      # effective batch + step-count demo\npython3 -m gpu_training.profiling   # OOM-safe batch finder demo\npython3 -m gpu_training.launcher    # generate torchrun commands",
        "import sys; sys.path.insert(0, \"src\")\nfrom gpu_training.config import TrainingConfig, gradient_accumulation_for_target\n\n# Hit a target effective batch of 512 with 8/GPU across 4 GPUs:\naccum = gradient_accumulation_for_target(512, per_device_batch_size=8, world_size=4)\ncfg = TrainingConfig(per_device_batch_size=8, gradient_accumulation_steps=accum, world_size=4)\nprint(cfg.effective_batch_size)          # 512\nprint(cfg.describe(num_samples=1_000_000))"
      ],
      "included_files": [
        "README.md",
        "examples/train_amp.py",
        "examples/train_ddp.py",
        "guide/distributed-training-guide.md",
        "guide/mixed-precision.md",
        "guides/distributed-training-guide.md",
        "guides/mixed-precision.md",
        "src/gpu_training/__init__.py",
        "src/gpu_training/amp.py",
        "src/gpu_training/checkpoint.py",
        "src/gpu_training/config.py",
        "src/gpu_training/ddp.py",
        "src/gpu_training/launcher.py",
        "src/gpu_training/profiling.py",
        "tests/test_config.py",
        "tests/test_profiling.py"
      ],
      "file_count": 16,
      "download_size_bytes": 113598,
      "download_size_human": "110.9 KB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-gpu-training-toolkit",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-gpu-training-toolkit",
      "demo_url": "https://datanest-stores.com/ai-ml-starter/demo-gpu-training-toolkit/"
    },
    {
      "product_id": "ai-ml-starter:ml-monitoring-suite",
      "slug": "ml-monitoring-suite",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "alerting",
        "data-quality",
        "experiment tracking",
        "feature store",
        "grafana",
        "machine learning starter",
        "ml beginner",
        "ml pipeline",
        "mlflow",
        "model serving",
        "model-performance",
        "monitoring",
        "prometheus"
      ],
      "title": "ML Monitoring Suite",
      "short_description": "Model monitoring dashboards, alert configurations, data quality checks, and performance tracking.",
      "detailed_description": "Production model monitoring with zero third-party dependencies. A small, batteries-included Python package that keeps a served model healthy: prediction / latency / throughput metrics, data-quality expectations, online drift detection (PSI / KS / Jensen-Shannon), a stateful alert engine, Prometheus + JSON exporters, and a ready-to-import Grafana dashboard. Everything is pure Python standard library (3.9+), so it imports and runs in any environment your model already runs in \u2014 no pip install required to use it. Includes: Prediction metrics (metrics; Rolling storage (store; Data-quality expectations (dataquality; Drift detection (driftmonitor; Alerting (alerting; Exporters (exporters.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Docker",
        "Prometheus 2.x",
        "Grafana 9.x",
        "Python 3.9+"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "Prometheus",
        "Grafana",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Option A \u2014 vendor the package straight into your service\ncp -r src/ml_monitoring /path/to/your/service/\n\n# Option B \u2014 put src/ on PYTHONPATH\nexport PYTHONPATH=\"$PWD/src:$PYTHONPATH\"\npython3 -c \"import ml_monitoring; print(ml_monitoring.__version__)\"",
        "from ml_monitoring import JSONExporter, PrometheusExporter\n\nprint(PrometheusExporter(registry).render())   # Prometheus text exposition\nprint(JSONExporter(registry).render())          # structured JSON\nprint(monitor.snapshot())                        # a dict of every current signal"
      ],
      "included_files": [
        "README.md",
        "dashboards/grafana-ml-monitoring.json",
        "examples/data_quality_check.py",
        "examples/monitor_predictions.py",
        "guide/alerting-setup.md",
        "guide/monitoring-guide.md",
        "guides/alerting-setup.md",
        "guides/monitoring-guide.md",
        "src/ml_monitoring/__init__.py",
        "src/ml_monitoring/alerting.py",
        "src/ml_monitoring/data_quality.py",
        "src/ml_monitoring/drift_monitor.py",
        "src/ml_monitoring/exporters.py",
        "src/ml_monitoring/metrics.py",
        "src/ml_monitoring/store.py",
        "tests/test_data_quality.py",
        "tests/test_metrics.py"
      ],
      "file_count": 17,
      "download_size_bytes": 127905,
      "download_size_human": "124.9 KB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-ml-monitoring-suite",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-ml-monitoring-suite",
      "demo_url": "https://datanest-stores.com/ai-ml-starter/demo-ml-monitoring-suite/"
    },
    {
      "product_id": "ai-ml-starter:ml-starter-complete-bundle",
      "slug": "ml-starter-complete-bundle",
      "store": "ai-ml-starter",
      "store_name": "ML Starter Kit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "bundle",
        "complete-kit",
        "experiment tracking",
        "feature store",
        "machine learning starter",
        "machine-learning",
        "ml beginner",
        "ml pipeline",
        "mlflow",
        "mlops",
        "model serving",
        "production-ml"
      ],
      "title": "ML Starter Bundle",
      "short_description": "All 10 ML Starter tools \u2014 $380 bought separately, yours for $149. Save $231 (61%): notebook-to-production training, serving, and monitoring.",
      "detailed_description": "The complete ML Starter Kit \u2014 all 10 products in one package at a significant discount. Everything an ML engineer needs to go from notebook prototypes to production-grade machine learning systems.",
      "price_usd": 149,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-10",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 1117504,
      "download_size_human": "1.1 MB",
      "product_url": "https://datanest-stores.com/ai-ml-starter/#product-ml-starter-complete-bundle",
      "preview_url": "https://datanest-stores.com/ai-ml-starter/preview-ml-starter-complete-bundle",
      "demo_url": null
    },
    {
      "product_id": "ai-toolkit:ai-agent-framework",
      "slug": "ai-agent-framework",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "AI Agent Framework",
      "short_description": "Python framework for building AI agents with tool use, planning loops, memory, and multi-step reasoning.",
      "detailed_description": "Python framework for building AI agents with tool use, planning loops, memory management, multi-step reasoning, and structured output parsing. Zero dependencies. Part of the AI Toolkit collection by CodeVault. Includes: ReAct loop \u2014 Thought \u2192 Action \u2192 Observation reasoning loop (same pattern as LangChain/AutoGPT); Tool system \u2014 Register custom tools with parameter schemas and callable functions; Memory manager \u2014 Sliding-window context management with intelligent trimming; Output parser \u2014 Parses structured Thought/Action/Final Answer format from LLM responses; Built-in tools \u2014 Search, calculator, and JSON formatter included as examples; LLM-agnostic \u2014 Abstract LLMInterface \u2014 wire to OpenAI, Anthropic, or any API.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the demo with a simulated agent\npython src/ai_agent_framework.py --demo\n\n# List all registered tools\npython src/ai_agent_framework.py --list-tools\n\n# Export agent config\npython src/ai_agent_framework.py --export-config my_agent.json\n\n# Run agent on a task (uses simulated LLM)\npython src/ai_agent_framework.py --task \"What is the population of Helsinki?\"",
        "ai-agent-framework/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 ai_agent_framework.py    # Core engine (~420 lines)\n\u2514\u2500\u2500 examples/\n    \u251c\u2500\u2500 basic_usage.py             # Build a custom agent\n    \u2514\u2500\u2500 custom_tools.json          # Tool definition examples"
      ],
      "included_files": [
        "README.md",
        "examples/basic_usage.py",
        "examples/custom_tools.json",
        "guide/01_features.md",
        "guide/02_project-structure.md",
        "guide/03_usage-examples.md",
        "guide/04_license.md",
        "src/ai_agent_framework.py"
      ],
      "file_count": 8,
      "download_size_bytes": 50211,
      "download_size_human": "49.0 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-ai-agent-framework",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-ai-agent-framework",
      "demo_url": "https://datanest-stores.com/ai-toolkit/demo-ai-agent-framework/"
    },
    {
      "product_id": "ai-toolkit:ai-content-detector",
      "slug": "ai-content-detector",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "AI Content Detector",
      "short_description": "Python AI content detector using perplexity analysis, burstiness scoring, and statistical text analysis.",
      "detailed_description": "Python AI content detector: perplexity analysis, burstiness scoring, vocabulary richness, statistical text analysis, and confidence-scored reports. All math from scratch. Zero dependencies. Part of the AI Toolkit collection by CodeVault. Includes: Perplexity estimation \u2014 Bigram language model measures text predictability; Burstiness scoring \u2014 Sentence length variation analysis (AI text is suspiciously uniform); Vocabulary richness \u2014 Type-token ratio detects AI's characteristic word diversity; Transition word density \u2014 AI overuses words like \"Furthermore\", \"Additionally\", \"Moreover\"; Repetition detection \u2014 N-gram repetition patterns common in AI output; Readability scoring \u2014 Flesch reading ease and syllable analysis.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run demo with AI and human text samples\npython src/ai_content_detector.py --demo\n\n# Analyze inline text\npython src/ai_content_detector.py --text \"Your text to analyze goes here...\"\n\n# Analyze a file\npython src/ai_content_detector.py --file document.txt\n\n# Analyze with JSON export\npython src/ai_content_detector.py --file document.txt --export report.json\n\n# Batch analyze a folder\npython src/ai_content_detector.py --batch essays/ --export results.json\n\u2026",
        "ai-content-detector/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 ai_content_detector.py    # Core engine (~470 lines)\n\u2514\u2500\u2500 examples/\n    \u251c\u2500\u2500 basic_usage.py             # Programmatic usage example\n    \u2514\u2500\u2500 sample_texts/              # AI and human text samples\n        \u251c\u2500\u2500 ai_generated.txt\n        \u2514\u2500\u2500 human_written.txt"
      ],
      "included_files": [
        "README.md",
        "examples/basic_usage.py",
        "examples/sample_texts/ai_generated.txt",
        "examples/sample_texts/human_written.txt",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_important-disclaimer.md",
        "src/ai_content_detector.py"
      ],
      "file_count": 8,
      "download_size_bytes": 52950,
      "download_size_human": "51.7 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-ai-content-detector",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-ai-content-detector",
      "demo_url": "https://datanest-stores.com/ai-toolkit/demo-ai-content-detector/"
    },
    {
      "product_id": "ai-toolkit:ai-toolkit-pro-bundle",
      "slug": "ai-toolkit-pro-bundle",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "bundle",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "AI Toolkit Pro Bundle",
      "short_description": "All 10 AI tools \u2014 $250 bought separately, yours for $59. Save $191 (76%): chatbots, RAG, agents, and embeddings.",
      "detailed_description": "All 10 AI tools \u2014 $250 bought separately, yours for $59. Save $191 (76%): chatbots, RAG, agents, and embeddings.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "Works on macOS, Linux, and Windows"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Unzip the bundle\nunzip ai-toolkit-pro-bundle.zip\n\n# 2. Explore the tools\nls -la\n\n# 3. Try the RAG pipeline\ncd rag-pipeline-starter/\npython src/rag_pipeline_starter.py --demo\n\n# 4. Build a vector search index\ncd ../vector-search-setup/\npython src/vector_search_setup.py --build-index examples/sample_documents.jsonl --output my_index.json\npython src/vector_search_setup.py --query \"database indexing\" --index my_index.json --top-k 3\n\u2026",
        "ai-toolkit-pro-bundle/\n\u251c\u2500\u2500 chatbot-builder/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 LICENSE\n\u2502   \u251c\u2500\u2500 src/chatbot_builder.py\n\u2502   \u2514\u2500\u2500 examples/\n\u251c\u2500\u2500 embedding-generator/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 LICENSE\n\u2502   \u251c\u2500\u2500 src/embedding_generator.py\n\u2502   \u2514\u2500\u2500 examples/\n\u251c\u2500\u2500 rag-pipeline-starter/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 LICENSE\n\u2026"
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 306273,
      "download_size_human": "299.1 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-ai-toolkit-pro-bundle",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-ai-toolkit-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "ai-toolkit:chatbot-builder",
      "slug": "chatbot-builder",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "Chatbot Builder",
      "short_description": "Python chatbot framework with intent matching, conversation state, response templates, and context memory.",
      "detailed_description": "Python chatbot framework with intent matching, conversation state, response templates, and context memory. Zero dependencies. Part of the AI Toolkit collection by CodeVault. Includes: Intent matching \u2014 Pattern-based and keyword intent detection with confidence scoring; Conversation state machine \u2014 Finite-state conversation flows with transitions and guards; Response templates \u2014 Variable-injected response templates with random variation; Context memory \u2014 Sliding-window context that persists across conversation turns; Fallback handling \u2014 Configurable fallback responses when no intent matches; Conversation history \u2014 Full turn-by-turn log with timestamps.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the interactive chatbot demo\npython src/chatbot_builder.py\n\n# Run with a custom config\npython src/chatbot_builder.py --config examples/support_bot.json\n\n# Run the example script\npython examples/basic_usage.py",
        "chatbot-builder/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 chatbot_builder.py    # Core chatbot engine (single file, ~300 lines)\n\u2514\u2500\u2500 examples/\n    \u251c\u2500\u2500 basic_usage.py         # Programmatic usage example\n    \u2514\u2500\u2500 support_bot.json       # Sample chatbot configuration"
      ],
      "included_files": [
        "README.md",
        "examples/basic_usage.py",
        "examples/support_bot.json",
        "guide/01_features.md",
        "guide/02_project-structure.md",
        "guide/03_usage-examples.md",
        "guide/04_license.md",
        "src/chatbot_builder.py"
      ],
      "file_count": 8,
      "download_size_bytes": 40096,
      "download_size_human": "39.2 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-chatbot-builder",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-chatbot-builder",
      "demo_url": "https://datanest-stores.com/ai-toolkit/demo-chatbot-builder/"
    },
    {
      "product_id": "ai-toolkit:embedding-generator",
      "slug": "embedding-generator",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "Embedding Generator",
      "short_description": "Python text embedding pipeline with tokenization, vector generation, similarity search, and caching.",
      "detailed_description": "Python text embedding pipeline with tokenization, vector generation, similarity search, and caching. Zero dependencies. Part of the AI Toolkit collection by CodeVault. Includes: Multiple embedding methods \u2014 Hash-trick, Bag-of-Words, and TF-IDF; Tokenizer \u2014 Configurable tokenization with stop-word removal; Similarity search \u2014 Cosine similarity ranking over a corpus; LRU caching \u2014 Automatic embedding cache with configurable size; Corpus builder \u2014 Build vocabulary and IDF from your documents; CLI interface \u2014 Embed text, load corpora, and search from terminal.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Embed a single text\npython src/embedding_generator.py --text \"machine learning is great\"\n\n# Load a corpus and search\npython src/embedding_generator.py --file examples/sample_corpus.txt --query \"neural networks\"\n\n# Interactive mode\npython src/embedding_generator.py\n\n# Use TF-IDF method\npython src/embedding_generator.py --method tfidf --file examples/sample_corpus.txt --query \"data science\""
      ],
      "included_files": [
        "README.md",
        "examples/basic_usage.py",
        "examples/sample_corpus.txt",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration.md",
        "guide/04_license.md",
        "src/embedding_generator.py"
      ],
      "file_count": 8,
      "download_size_bytes": 34293,
      "download_size_human": "33.5 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-embedding-generator",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-embedding-generator",
      "demo_url": "https://datanest-stores.com/ai-toolkit/demo-embedding-generator/"
    },
    {
      "product_id": "ai-toolkit:fine-tuning-pipeline",
      "slug": "fine-tuning-pipeline",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "Fine-Tuning Pipeline",
      "short_description": "Python data pipeline for LLM fine-tuning with data cleaning, formatting, and quality checks.",
      "detailed_description": "Python data pipeline for LLM fine-tuning: data cleaning, JSONL formatting, validation, train/test splitting, quality checks, and dataset statistics. Zero dependencies. Part of the AI Toolkit collection by CodeVault. Includes: Format detection \u2014 Auto-detects chat, completion, and instruction (Alpaca) formats; Format conversion \u2014 Convert between OpenAI chat, legacy completion, and Alpaca formats; Text cleaning \u2014 Normalize whitespace, smart quotes, control characters, and unicode; Validation \u2014 Check for missing fields, empty content, token limits, and format errors; Token counting \u2014 Approximate token counts for budget estimation; Train/test split \u2014 Reproducible random splitting with configurable ratio.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run demo with sample data\npython src/fine_tuning_pipeline.py --demo\n\n# Run the full pipeline: clean \u2192 convert \u2192 validate \u2192 split\npython src/fine_tuning_pipeline.py --input raw_data.jsonl --output prepared/\n\n# Validate a dataset\npython src/fine_tuning_pipeline.py --validate dataset.jsonl\n\n# Show dataset statistics\npython src/fine_tuning_pipeline.py --stats dataset.jsonl\n\n# Split with custom ratio\npython src/fine_tuning_pipeline.py --split dataset.jsonl --ratio 0.9 --output prepared/",
        "fine-tuning-pipeline/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 fine_tuning_pipeline.py    # Core engine (~430 lines)\n\u2514\u2500\u2500 examples/\n    \u251c\u2500\u2500 basic_usage.py              # Programmatic usage example\n    \u2514\u2500\u2500 sample_training_data.jsonl  # Sample data in mixed formats"
      ],
      "included_files": [
        "README.md",
        "examples/basic_usage.py",
        "examples/sample_training_data.jsonl",
        "guide/01_features.md",
        "guide/02_project-structure.md",
        "guide/03_supported-formats.md",
        "guide/04_faq.md",
        "src/fine_tuning_pipeline.py"
      ],
      "file_count": 8,
      "download_size_bytes": 49494,
      "download_size_human": "48.3 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-fine-tuning-pipeline",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-fine-tuning-pipeline",
      "demo_url": "https://datanest-stores.com/ai-toolkit/demo-fine-tuning-pipeline/"
    },
    {
      "product_id": "ai-toolkit:llm-cost-tracker",
      "slug": "llm-cost-tracker",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "LLM Cost Tracker",
      "short_description": "Python LLM cost tracker with token counting, per-request cost calculation, and budget alerts.",
      "detailed_description": "Python LLM cost tracker: token counting, per-request cost calculation, budget alerts, usage reports by model, and cost forecasting. Zero dependencies. Part of the AI Toolkit collection by CodeVault. Includes: Cost calculation \u2014 Automatic per-request cost from token counts and model pricing; Pricing table \u2014 Built-in pricing for 14+ models (GPT-4o, Claude, Llama, Mixtral, etc; Budget alerts \u2014 Real-time budget monitoring with ok/warning/critical/exceeded levels; Usage reports \u2014 Per-model breakdown, daily cost charts, and top expensive requests; Cost forecasting \u2014 Predict future costs based on recent usage patterns; JSONL database \u2014 Append-only log for durability and easy integration.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run demo with simulated API calls\npython src/llm_cost_tracker.py --demo\n\n# Show pricing table\npython src/llm_cost_tracker.py --pricing\n\n# Log a request\npython src/llm_cost_tracker.py --log '{\"model\":\"gpt-4o\",\"input_tokens\":500,\"output_tokens\":200}'\n\n# Check budget\npython src/llm_cost_tracker.py --budget 50.00 --db costs.jsonl\n\n# Generate usage report\npython src/llm_cost_tracker.py --report --db costs.jsonl\n\u2026",
        "llm-cost-tracker/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 llm_cost_tracker.py    # Core engine (~420 lines)\n\u2514\u2500\u2500 examples/\n    \u251c\u2500\u2500 basic_usage.py          # Programmatic usage example\n    \u2514\u2500\u2500 sample_costs.jsonl      # Sample cost data"
      ],
      "included_files": [
        "README.md",
        "examples/basic_usage.py",
        "examples/sample_costs.jsonl",
        "guide/01_features.md",
        "guide/02_project-structure.md",
        "guide/03_usage-examples.md",
        "guide/04_license.md",
        "src/llm_cost_tracker.py"
      ],
      "file_count": 8,
      "download_size_bytes": 45121,
      "download_size_human": "44.1 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-llm-cost-tracker",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-llm-cost-tracker",
      "demo_url": "https://datanest-stores.com/ai-toolkit/demo-llm-cost-tracker/"
    },
    {
      "product_id": "ai-toolkit:model-evaluation-tool",
      "slug": "model-evaluation-tool",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "Model Evaluation Tool",
      "short_description": "Python model evaluation suite with accuracy, precision, recall, F1, and per-class reports.",
      "detailed_description": "Python model evaluation suite: accuracy, precision, recall, F1, confusion matrix, per-class reports, and benchmark runner. All metrics computed from scratch. Zero dependencies. Part of the AI Toolkit collection by CodeVault. Includes: Core metrics \u2014 Accuracy, precision, recall, F1 score (macro and weighted); Confusion matrix \u2014 Multi-class confusion matrix with ASCII table rendering; Per-class report \u2014 Precision, recall, F1, and support for every class; Benchmark runner \u2014 Evaluate across multiple test splits with mean/std statistics; File loaders \u2014 Load labels from JSONL, plain text, or structured JSON; JSON export \u2014 Export full reports for dashboards and CI pipelines.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "model-evaluation-tool/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 model_evaluation_tool.py    # Core engine (~350 lines)\n\u2514\u2500\u2500 examples/\n    \u251c\u2500\u2500 basic_usage.py               # Programmatic usage example\n    \u2514\u2500\u2500 sample_predictions.jsonl     # Sample prediction data",
        "from model_evaluation_tool import evaluate, benchmark\n\ny_true = [\"positive\", \"negative\", \"positive\", \"neutral\"]\ny_pred = [\"positive\", \"negative\", \"neutral\", \"neutral\"]\n\n# Full evaluation\nreport = evaluate(y_true, y_pred)\nprint(report.to_string())\nprint(f\"Accuracy: {report.accuracy:.4f}\")\nprint(f\"Macro F1: {report.macro_f1:.4f}\")\n\n# Access per-class metrics\nfor cls in report.per_class:\n    print(f\"{cls.label}: P={cls.precision:.3f} R={cls.recall:.3f} F1={cls.f1:.3f}\")"
      ],
      "included_files": [
        "README.md",
        "examples/basic_usage.py",
        "examples/sample_predictions.jsonl",
        "guide/01_features.md",
        "guide/02_project-structure.md",
        "guide/03_usage-examples.md",
        "guide/04_license.md",
        "src/model_evaluation_tool.py"
      ],
      "file_count": 8,
      "download_size_bytes": 39806,
      "download_size_human": "38.9 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-model-evaluation-tool",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-model-evaluation-tool",
      "demo_url": "https://datanest-stores.com/ai-toolkit/demo-model-evaluation-tool/"
    },
    {
      "product_id": "ai-toolkit:prompt-engineering-kit",
      "slug": "prompt-engineering-kit",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "Prompt Engineering Kit",
      "short_description": "Python prompt template library with chain-of-thought scaffolding, few-shot management, and versioning.",
      "detailed_description": "Python prompt template library with variable injection, chain-of-thought scaffolding, few-shot example management, and prompt quality scoring. Zero dependencies. Part of the AI Toolkit collection by CodeVault. Includes: Template library \u2014 8 battle-tested prompt templates for common tasks (summarize, code review, classify, extract, etc; Variable injection \u2014 {placeholder} syntax with automatic detection and validation; Chain-of-thought \u2014 Multi-step prompt chains that scaffold complex reasoning; Few-shot examples \u2014 Attach input/output examples to any template; Prompt scoring \u2014 Quality analyzer that rates prompts on length, specificity, structure, and clarity; Strategy tagging \u2014 Templates tagged by strategy (zero-shot, few-shot, CoT, role-play, structured output).",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "prompt-engineering-kit/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 prompt_engineering_kit.py    # Core engine (~400 lines)\n\u2514\u2500\u2500 examples/\n    \u251c\u2500\u2500 basic_usage.py               # Programmatic usage example\n    \u2514\u2500\u2500 custom_templates.json        # Sample custom template library",
        "from prompt_engineering_kit import PromptTemplate, score_prompt, PromptStrategy\n\n# Create a custom template\ntemplate = PromptTemplate(\n    name=\"my_template\",\n    description=\"Custom analysis prompt\",\n    template=\"Analyze {topic} and provide {count} key insights.\",\n    strategy=PromptStrategy.ZERO_SHOT,\n)\n\n# Render with variables\nprompt = template.render({\"topic\": \"serverless architecture\", \"count\": \"5\"})\nprint(prompt)\n\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/basic_usage.py",
        "examples/custom_templates.json",
        "guide/01_features.md",
        "guide/02_project-structure.md",
        "guide/03_built-in-templates.md",
        "guide/04_faq.md",
        "src/prompt_engineering_kit.py"
      ],
      "file_count": 8,
      "download_size_bytes": 54960,
      "download_size_human": "53.7 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-prompt-engineering-kit",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-prompt-engineering-kit",
      "demo_url": "https://datanest-stores.com/ai-toolkit/demo-prompt-engineering-kit/"
    },
    {
      "product_id": "ai-toolkit:rag-pipeline-starter",
      "slug": "rag-pipeline-starter",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "RAG Pipeline Starter",
      "short_description": "Python RAG pipeline with document ingestion, text chunking, vector store, retrieval engine, and prompt assembly.",
      "detailed_description": "Python RAG pipeline with document ingestion, text chunking, vector store, retrieval engine, and prompt assembly. Zero dependencies. Part of the AI Toolkit collection by CodeVault. Includes: Document loader \u2014 Ingest; Text chunker \u2014 Configurable chunk size and overlap; Vector store \u2014 In-memory store with cosine similarity search; Retrieval engine \u2014 Top-K retrieval with relevance scoring; Prompt assembler \u2014 Template-based prompt construction with context injection; Pipeline orchestrator \u2014 Single RAGPipeline class ties everything together.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the built-in demo\npython src/rag_pipeline.py --demo\n\n# Ingest a directory and query\npython src/rag_pipeline.py --ingest ./my-docs/ --query \"How do I deploy?\"\n\n# Interactive mode\npython src/rag_pipeline.py"
      ],
      "included_files": [
        "README.md",
        "examples/basic_usage.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_license.md",
        "src/rag_pipeline.py"
      ],
      "file_count": 6,
      "download_size_bytes": 33540,
      "download_size_human": "32.8 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-rag-pipeline-starter",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-rag-pipeline-starter",
      "demo_url": "https://datanest-stores.com/ai-toolkit/demo-rag-pipeline-starter/"
    },
    {
      "product_id": "ai-toolkit:vector-search-setup",
      "slug": "vector-search-setup",
      "store": "ai-toolkit",
      "store_name": "AI Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "ai agent",
        "ai prompts",
        "chatbot",
        "embeddings",
        "llm",
        "rag",
        "vector search"
      ],
      "title": "Vector Search Setup",
      "short_description": "Python vector search with index building, cosine similarity, and approximate nearest neighbor search.",
      "detailed_description": "Python vector search engine with index building, cosine similarity, LSH-powered approximate nearest neighbors, and a query API. All math from scratch. Zero dependencies. Part of the AI Toolkit collection by CodeVault. Includes: Cosine similarity \u2014 Manual implementation of dot product, magnitude, and cosine similarity; LSH indexing \u2014 Locality-sensitive hashing for sub-linear approximate nearest neighbor search; Exact search \u2014 Brute-force search for small indexes where perfect recall matters; Text-to-vector \u2014 Hashed bag-of-words encoder converts text to fixed-dimension vectors; Vocabulary builder \u2014 Automatic vocabulary extraction from your document corpus; Index persistence \u2014 Save and load indexes to/from JSON files.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the interactive demo with built-in sample data\npython src/vector_search_setup.py --demo\n\n# Build an index from a JSONL file\npython src/vector_search_setup.py --build-index data.jsonl --output my_index.json\n\n# Query an existing index\npython src/vector_search_setup.py --query \"machine learning algorithms\" --index my_index.json --top-k 5\n\n# Run performance benchmark\npython src/vector_search_setup.py --benchmark --dim 128 --num-vectors 5000",
        "vector-search-setup/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 vector_search_setup.py    # Core engine (~400 lines)\n\u2514\u2500\u2500 examples/\n    \u251c\u2500\u2500 basic_usage.py             # Programmatic usage example\n    \u2514\u2500\u2500 sample_documents.jsonl     # Sample data for index building"
      ],
      "included_files": [
        "README.md",
        "examples/basic_usage.py",
        "examples/sample_documents.jsonl",
        "guide/01_features.md",
        "guide/02_project-structure.md",
        "guide/03_data-format.md",
        "guide/04_faq.md",
        "src/vector_search_setup.py"
      ],
      "file_count": 8,
      "download_size_bytes": 49181,
      "download_size_human": "48.0 KB",
      "product_url": "https://datanest-stores.com/ai-toolkit/#product-vector-search-setup",
      "preview_url": "https://datanest-stores.com/ai-toolkit/preview-vector-search-setup",
      "demo_url": "https://datanest-stores.com/ai-toolkit/demo-vector-search-setup/"
    },
    {
      "product_id": "analytics-hub:ab-test-framework",
      "slug": "ab-test-framework",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "A/B Test Framework",
      "short_description": "Statistical A/B testing framework with experiment setup, significance testing, and result analysis.",
      "detailed_description": "Statistical A/B testing framework: experiment setup, significance testing, sample size calculation, and result analysis. Know when a winner is real, not noise. Includes: Z-test for proportions \u2014 Industry-standard two-proportion z-test for conversion rate comparisons; Chi-squared test \u2014 Alternative significance test (2\u00d72 contingency table); Sample size calculator \u2014 Know how many visitors you need before starting; Confidence levels \u2014 90%, 95%, 99% with correct z-score thresholds; Simulation mode \u2014 Generate synthetic experiments to test your setup; Relative & absolute lift \u2014 Both metrics reported for full context.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n    \"control\": {\n        \"name\": \"Original Checkout\",\n        \"visitors\": 5000,\n        \"conversions\": 160\n    },\n    \"treatment\": {\n        \"name\": \"New Checkout\",\n        \"visitors\": 5000,\n        \"conversions\": 205\n    }\n}",
        "variant,visitors,conversions\nControl,5000,160\nTreatment,5000,205"
      ],
      "included_files": [
        "README.md",
        "examples/sample_experiment.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_output.md",
        "guide/04_faq.md",
        "src/ab_test_framework.py"
      ],
      "file_count": 7,
      "download_size_bytes": 39154,
      "download_size_human": "38.2 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-ab-test-framework",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-ab-test-framework",
      "demo_url": "https://datanest-stores.com/analytics-hub/demo-ab-test-framework/"
    },
    {
      "product_id": "analytics-hub:analytics-hub-pro-bundle",
      "slug": "analytics-hub-pro-bundle",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "bundle",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "Analytics Hub Pro Bundle",
      "short_description": "All 10 Analytics Hub tools \u2014 $240 bought separately, yours for $59. Save $181 (75%): dashboards, funnels, cohorts, and SaaS metrics.",
      "detailed_description": "All 10 Analytics Hub tools \u2014 $240 bought separately, yours for $59. Save $181 (75%): dashboards, funnels, cohorts, and SaaS metrics.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "analytics-hub-pro-bundle/\n\u251c\u2500\u2500 dashboard-generator/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 src/dashboard_generator.py\n\u2502   \u251c\u2500\u2500 examples/\n\u2502   \u2514\u2500\u2500 LICENSE\n\u251c\u2500\u2500 event-tracker/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 src/event_tracker.py\n\u2502   \u251c\u2500\u2500 examples/\n\u2502   \u2514\u2500\u2500 LICENSE\n\u251c\u2500\u2500 funnel-analyzer/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 src/funnel_analyzer.py\n\u2026"
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 252226,
      "download_size_human": "246.3 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-analytics-hub-pro-bundle",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-analytics-hub-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "analytics-hub:cohort-tool",
      "slug": "cohort-tool",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "Cohort Tool",
      "short_description": "Cohort analysis with user retention heatmaps, behavior segmentation, and time-series grouping.",
      "detailed_description": "Cohort analysis: user retention heatmaps, behavior segmentation, and time-series grouping. Understand how user behavior changes over time. Includes: Retention analysis \u2014 Track what percentage of users remain active over time; Flexible cohorts \u2014 Group by month, week, or day; Heatmap output \u2014 HTML retention heatmap with color-coded cells; Average retention \u2014 See the overall retention curve across all cohorts; JSON export \u2014 Machine-readable results for dashboards and further analysis; CLI and library \u2014 Use from the command line or import as a module.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Monthly cohort retention\npython src/cohort_tool.py --events examples/sample_cohort_data.json --cohort-by month\n\n# Weekly cohorts with HTML heatmap\npython src/cohort_tool.py --events data.json --cohort-by week --html heatmap.html\n\n# Export results\npython src/cohort_tool.py --events data.json --output retention.json --periods 12"
      ],
      "included_files": [
        "README.md",
        "examples/sample_cohort_events.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_license.md",
        "src/cohort_tool.py"
      ],
      "file_count": 6,
      "download_size_bytes": 32320,
      "download_size_human": "31.6 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-cohort-tool",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-cohort-tool",
      "demo_url": "https://datanest-stores.com/analytics-hub/demo-cohort-tool/"
    },
    {
      "product_id": "analytics-hub:dashboard-generator",
      "slug": "dashboard-generator",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "Dashboard Generator",
      "short_description": "Generate interactive HTML dashboards from JSON/CSV data with charts, tables, and KPI cards.",
      "detailed_description": "Generate interactive HTML dashboards from JSON/CSV data with charts, tables, and KPI cards. Auto-detects chart types from your data, or use a config file for full control. Includes: Auto-detection \u2014 Feed it any JSON/CSV and it builds a sensible dashboard automatically; SVG charts \u2014 Bar, line, and pie charts rendered as inline SVG (no JS dependencies); KPI cards \u2014 Highlight key metrics with trend indicators (up/down/flat); Data tables \u2014 Sortable, responsive tables for raw data inspection; Multi-series line charts \u2014 Compare multiple metrics on one timeline; Config file support \u2014 Full control over layout via JSON config.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Auto-generate dashboard from CSV data\npython src/dashboard_generator.py --data examples/sample_sales.csv --title \"Sales Dashboard\"\n\n# Auto-generate from JSON\npython src/dashboard_generator.py --data examples/sample_metrics.json\n\n# Use a config file for full control\npython src/dashboard_generator.py --config examples/dashboard_config.json\n\n# Custom output path and branding\npython src/dashboard_generator.py --data data.csv --output report.html --color \"#FF3366\"",
        "{\n    \"title\": \"Monthly Report\",\n    \"subtitle\": \"Q1 2026 Performance\",\n    \"brand_color\": \"#00E5FF\",\n    \"kpis\": [\n        {\"label\": \"Revenue\", \"value\": \"$42.5K\", \"change\": 12.3},\n        {\"label\": \"Users\", \"value\": \"1,847\", \"change\": -3.1},\n        {\"label\": \"Churn\", \"value\": \"2.1%\", \"change\": -0.5}\n    ],\n    \"charts\": [\n        {\n            \"chart_type\": \"bar\",\n            \"title\": \"Revenue by Month\",\n            \"labels\": [\"Jan\", \"Feb\", \"Mar\"],\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/dashboard_config.json",
        "examples/sample_sales.csv",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration-reference.md",
        "guide/04_license.md",
        "src/dashboard_generator.py"
      ],
      "file_count": 8,
      "download_size_bytes": 50233,
      "download_size_human": "49.1 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-dashboard-generator",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-dashboard-generator",
      "demo_url": "https://datanest-stores.com/analytics-hub/demo-dashboard-generator/"
    },
    {
      "product_id": "analytics-hub:data-visualizer",
      "slug": "data-visualizer",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "Data Visualizer",
      "short_description": "Pure Python SVG chart generator for line, bar, pie, and scatter charts from JSON/CSV data.",
      "detailed_description": "Pure Python SVG chart generator: create publication-ready line, bar, pie, and scatter charts from JSON/CSV data. Zero external dependencies. Includes: Four chart types \u2014 Bar, line, pie, and scatter plots; Pure SVG output \u2014 Scalable vector graphics, works in any browser or image viewer; Auto-detection \u2014 Picks sensible column defaults from your data; Nice axis ticks \u2014 Automatically rounds tick values for clean labels (100, 200, 300 not 97, 194, 291); Dark theme \u2014 Designed for dark backgrounds with high-contrast colors; Multi-series line charts \u2014 Compare multiple data series on one chart.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "month,revenue,users\nJan,42500,185\nFeb,45800,201\nMar,48200,218",
        "from data_visualizer import bar_chart, ChartConfig\n\nconfig = ChartConfig(title=\"Monthly Revenue\", color=\"#00E5FF\")\nsvg = bar_chart(\n    labels=[\"Jan\", \"Feb\", \"Mar\", \"Apr\"],\n    values=[42500, 45800, 48200, 51100],\n    config=config,\n)\n\nPath(\"chart.svg\").write_text(svg)"
      ],
      "included_files": [
        "README.md",
        "examples/sample_chart_data.csv",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_input-format.md",
        "guide/04_faq.md",
        "src/data_visualizer.py"
      ],
      "file_count": 7,
      "download_size_bytes": 44479,
      "download_size_human": "43.4 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-data-visualizer",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-data-visualizer",
      "demo_url": "https://datanest-stores.com/analytics-hub/demo-data-visualizer/"
    },
    {
      "product_id": "analytics-hub:event-tracker",
      "slug": "event-tracker",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "Event Tracker",
      "short_description": "Lightweight event tracking system for custom events, user actions, and page views with SQLite or JSON storage.",
      "detailed_description": "Lightweight event tracking system for custom events, user actions, and page views. Stores to SQLite or JSON with built-in querying and aggregation. Includes: Custom events \u2014 Track any event with arbitrary properties; User tracking \u2014 Associate events with user IDs and sessions; Page views \u2014 Built-in shortcut for page view tracking; SQLite storage \u2014 Indexed database with efficient querying; JSON storage \u2014 Append-only JSONL files for streaming pipelines; Aggregation \u2014 Group-by stats, counts, unique users, averages.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Track an event\npython src/event_tracker.py track \"signup\" --user \"user_123\" --props '{\"plan\": \"pro\"}'\n\n# Track a page view\npython src/event_tracker.py track \"page_view\" --user \"user_123\" --props '{\"page\": \"/pricing\"}'\n\n# Query recent events\npython src/event_tracker.py query --last 7d\n\n# Query by event name\npython src/event_tracker.py query --event \"signup\" --limit 50\n\n# View statistics\npython src/event_tracker.py stats\n\u2026",
        "from event_tracker import SQLiteStore, track_event, track_page_view\n\nstore = SQLiteStore(\"my_events.db\")\n\n# Track custom events\ntrack_event(\"purchase\", user_id=\"user_456\", properties={\"amount\": 49.99}, store=store)\ntrack_page_view(\"/dashboard\", user_id=\"user_456\", store=store)\n\n# Query events\nevents = store.query(event_name=\"purchase\", limit=10)\nstats = store.stats(group_by=\"event_name\")"
      ],
      "included_files": [
        "README.md",
        "examples/sample_events.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_event-schema.md",
        "guide/04_faq.md",
        "src/event_tracker.py"
      ],
      "file_count": 7,
      "download_size_bytes": 36068,
      "download_size_human": "35.2 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-event-tracker",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-event-tracker",
      "demo_url": "https://datanest-stores.com/analytics-hub/demo-event-tracker/"
    },
    {
      "product_id": "analytics-hub:funnel-analyzer",
      "slug": "funnel-analyzer",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "Funnel Analyzer",
      "short_description": "Analyze conversion funnels with step-by-step rates, drop-off points, cohort comparison, and time-to-convert metrics.",
      "detailed_description": "Analyze conversion funnels: step-by-step conversion rates, drop-off points, cohort comparison, and time-to-convert metrics. Find where users bail and fix your flow. Includes: Step-by-step analysis \u2014 Conversion rate between each funnel step; Drop-off detection \u2014 Exact numbers and percentages of users lost at each step; Overall conversion \u2014 End-to-end funnel conversion rate; Time-to-convert \u2014 Average time from funnel entry to each step; Cohort comparison \u2014 Compare funnel performance across user segments; Visual bar report \u2014 ASCII bar chart showing funnel shape.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Analyze a funnel\npython src/funnel_analyzer.py --events examples/sample_funnel.json \\\n    --steps \"page_view,signup,activate,purchase\"\n\n# Compare cohorts\npython src/funnel_analyzer.py --events examples/sample_funnel.json \\\n    --steps \"page_view,signup,purchase\" --cohort source\n\n# Export results\npython src/funnel_analyzer.py --events data.json \\\n    --steps \"visit,signup,activate\" --output results.json",
        "[\n    {\"event_name\": \"page_view\", \"user_id\": \"u1\", \"timestamp\": \"2026-01-01T10:00:00Z\"},\n    {\"event_name\": \"signup\",    \"user_id\": \"u1\", \"timestamp\": \"2026-01-01T10:05:00Z\"},\n    {\"event_name\": \"activate\",  \"user_id\": \"u1\", \"timestamp\": \"2026-01-01T10:30:00Z\"}\n]"
      ],
      "included_files": [
        "README.md",
        "examples/sample_funnel.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_output-example.md",
        "guide/04_license.md",
        "src/funnel_analyzer.py"
      ],
      "file_count": 7,
      "download_size_bytes": 35075,
      "download_size_human": "34.3 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-funnel-analyzer",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-funnel-analyzer",
      "demo_url": "https://datanest-stores.com/analytics-hub/demo-funnel-analyzer/"
    },
    {
      "product_id": "analytics-hub:kpi-dashboard",
      "slug": "kpi-dashboard",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "KPI Dashboard",
      "short_description": "Self-contained HTML dashboard with metric cards, threshold alerts, trend indicators, and time period comparison.",
      "detailed_description": "KPI dashboard builder: generate a self-contained HTML dashboard with metric cards, threshold alerts, trend indicators, traffic-light status, and target progress bars. Know your numbers at a glance. Includes: Traffic-light status \u2014 Green/yellow/red indicators based on configurable thresholds; Trend indicators \u2014 Period-over-period change with directional arrows; Target progress bars \u2014 Visual progress toward goals; Alert summary \u2014 Critical and warning KPIs highlighted at the top; Category grouping \u2014 Organize metrics by category (revenue, engagement, growth); Auto-refresh \u2014 Set a refresh interval for live monitoring.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate KPI dashboard from JSON\npython src/kpi_dashboard.py --data examples/sample_kpis.json --output dashboard.html\n\n# Custom title and auto-refresh every 30 seconds\npython src/kpi_dashboard.py --data kpis.json --title \"Acme Corp KPIs\" --refresh 30\n\n# Custom brand color\npython src/kpi_dashboard.py --data kpis.csv --color \"#FF3366\" --output report.html",
        "[\n    {\n        \"name\": \"MRR\",\n        \"value\": 68700,\n        \"unit\": \"$\",\n        \"green_above\": 60000,\n        \"yellow_above\": 45000,\n        \"trend\": 5.2,\n        \"target\": 75000,\n        \"description\": \"Monthly Recurring Revenue\",\n        \"category\": \"revenue\"\n    }\n]"
      ],
      "included_files": [
        "README.md",
        "examples/sample_kpis.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_scheduling.md",
        "guide/04_license.md",
        "src/kpi_dashboard.py"
      ],
      "file_count": 7,
      "download_size_bytes": 37579,
      "download_size_human": "36.7 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-kpi-dashboard",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-kpi-dashboard",
      "demo_url": "https://datanest-stores.com/analytics-hub/demo-kpi-dashboard/"
    },
    {
      "product_id": "analytics-hub:log-analyzer",
      "slug": "log-analyzer",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "Log Analyzer",
      "short_description": "Parse access logs, detect error patterns, and analyze traffic by hour, path, status code, and IP frequency.",
      "detailed_description": "Log analysis tool: parse access logs (Apache/Nginx Combined format), detect error patterns, analyze traffic by hour/path/status, and spot anomalies. Turn raw logs into insights. Includes: Access log parsing \u2014 Handles Apache/Nginx Combined Log Format out of the box; Traffic analysis \u2014 Requests by hour, top paths, top IPs, status code breakdown; Error analysis \u2014 Error rates, top error paths, error trends over time; Anomaly detection \u2014 Statistical spike detection for traffic, IPs, and error rates; Pretty terminal output \u2014 Hourly traffic histograms, formatted tables; JSON export \u2014 Machine-readable reports for automation.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "192.168.1.100 - - [14/Mar/2026:10:00:00 +0000] \"GET /index.html HTTP/1.1\" 200 2326 \"https://docs.example.com/\" \"Mozilla/5.0\""
      ],
      "included_files": [
        "README.md",
        "examples/sample_access.log",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_reports.md",
        "guide/04_faq.md",
        "src/log_analyzer.py"
      ],
      "file_count": 7,
      "download_size_bytes": 37154,
      "download_size_human": "36.3 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-log-analyzer",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-log-analyzer",
      "demo_url": "https://datanest-stores.com/analytics-hub/demo-log-analyzer/"
    },
    {
      "product_id": "analytics-hub:metric-calculator",
      "slug": "metric-calculator",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "Metric Calculator",
      "short_description": "SaaS metrics library: MRR, ARR, churn rate, LTV, CAC, NPS, net revenue retention, and quick ratio.",
      "detailed_description": "SaaS metrics library: MRR, ARR, churn rate, LTV, CAC, NPS, net revenue retention, quick ratio, and more. Feed it subscription data and get actionable business metrics with trend detection. Includes: 12+ SaaS metrics \u2014 MRR, ARR, ARPU, churn, revenue churn, NRR, LTV, CAC, LTV; Trend detection \u2014 Period-over-period change tracking with direction indicators; Healthy range indicators \u2014 Know if your metrics are in the good, warning, or danger zone; Multi-period analysis \u2014 Track metrics across months to spot trends; Formula documentation \u2014 Every metric function explains WHY it matters, not just how to calculate it; Pretty terminal output \u2014 Formatted metrics table with arrows and ranges.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Calculate all metrics for the latest period\npython src/metric_calculator.py --data examples/sample_subscriptions.json\n\n# Show last 6 periods with trends\npython src/metric_calculator.py --data examples/sample_subscriptions.json --periods 6\n\n# Include CAC (provide total acquisition spend)\npython src/metric_calculator.py --data examples/sample_subscriptions.json --acquisition-cost 15000\n\n# Export to JSON\npython src/metric_calculator.py --data data.json --output metrics_report.json",
        "[\n    {\n        \"period\": \"2026-01\",\n        \"mrr\": 42500,\n        \"new_mrr\": 5200,\n        \"expansion_mrr\": 1800,\n        \"contraction_mrr\": 400,\n        \"churned_mrr\": 1200,\n        \"total_customers\": 185,\n        \"new_customers\": 32,\n        \"churned_customers\": 4,\n        \"revenue\": 42500\n    }\n]"
      ],
      "included_files": [
        "README.md",
        "examples/sample_subscriptions.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_metrics-reference.md",
        "guide/04_license.md",
        "src/metric_calculator.py"
      ],
      "file_count": 7,
      "download_size_bytes": 38162,
      "download_size_human": "37.3 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-metric-calculator",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-metric-calculator",
      "demo_url": "https://datanest-stores.com/analytics-hub/demo-metric-calculator/"
    },
    {
      "product_id": "analytics-hub:report-generator",
      "slug": "report-generator",
      "store": "analytics-hub",
      "store_name": "Analytics Hub",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "analytics",
        "business intelligence",
        "dashboards",
        "data",
        "data visualization",
        "kpis",
        "metrics"
      ],
      "title": "Report Generator",
      "short_description": "Automated reporting tool generating polished HTML reports with KPI cards from JSON/CSV data.",
      "detailed_description": "Automated reporting tool: load data from JSON/CSV, apply templates, and generate polished HTML reports with KPI cards, summary statistics, and data tables. Schedule with cron for hands-free reporting. Includes: Three built-in templates \u2014 Summary, Detailed, and Table-Only for different needs; Auto-detection \u2014 Identifies numeric columns and calculates summary stats automatically; KPI extraction \u2014 Surfaces revenue totals, rate averages, and row counts as headline cards; Dark theme \u2014 Professional dark UI matching the Analytics Hub brand; Responsive tables \u2014 Data tables that work on desktop and mobile; Column statistics \u2014 Count, total, mean, median, min, max, std dev for every numeric column.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "month,revenue,customers,churn_rate\n2026-01,42500,185,2.1\n2026-02,45800,201,1.8\n2026-03,48200,218,1.5",
        "# Generate daily report at 6 AM\n0 6 * * * python /path/to/report_generator.py --data /path/to/data.csv --template summary --output /var/www/reports/daily.html"
      ],
      "included_files": [
        "README.md",
        "examples/sample_revenue.csv",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_input-format.md",
        "guide/04_faq.md",
        "src/report_generator.py"
      ],
      "file_count": 7,
      "download_size_bytes": 40954,
      "download_size_human": "40.0 KB",
      "product_url": "https://datanest-stores.com/analytics-hub/#product-report-generator",
      "preview_url": "https://datanest-stores.com/analytics-hub/preview-report-generator",
      "demo_url": "https://datanest-stores.com/analytics-hub/demo-report-generator/"
    },
    {
      "product_id": "api-developer:rest-api-design-guide",
      "slug": "rest-api-design-guide",
      "store": "api-developer",
      "store_name": "API Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api gateway",
        "api testing",
        "dev",
        "documentation",
        "graphql",
        "grpc",
        "rest api",
        "webhooks"
      ],
      "title": "REST API Design Guide",
      "short_description": "RESTful API design patterns, versioning strategies, pagination, filtering, error handling, and OpenAPI specs.",
      "detailed_description": "A comprehensive, battle-tested reference for designing robust REST APIs. Covers design principles, versioning strategies, pagination, filtering, error handling, idempotency, caching, and includes a complete OpenAPI 3.1 specification for a realistic Orders API -- plus runnable Python reference implementations you can drop into any project.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "guides/rest-design-principles.md    # Foundations\nguides/versioning-strategies.md     # How to evolve your API\nguides/pagination-and-filtering.md  # Handling large datasets\nguides/error-handling.md            # Consistent error responses\nguides/idempotency-and-caching.md   # Performance & reliability",
        "# Pagination helpers -- see offset + cursor pagination in action\npython3 src/pagination.py\n\n# RFC 7807 error envelopes -- generate Problem Details JSON\npython3 src/error_envelope.py\n\n# ETag utilities -- generate and validate entity tags\npython3 src/etag.py"
      ],
      "included_files": [
        "README.md",
        "examples/error-responses.json",
        "examples/openapi.yaml",
        "examples/sample-requests.http",
        "guide/error-handling.md",
        "guide/idempotency-and-caching.md",
        "guide/pagination-and-filtering.md",
        "guide/rest-design-principles.md",
        "guide/versioning-strategies.md",
        "guides/error-handling.md",
        "guides/idempotency-and-caching.md",
        "guides/pagination-and-filtering.md",
        "guides/rest-design-principles.md",
        "guides/versioning-strategies.md",
        "src/error_envelope.py",
        "src/etag.py",
        "src/pagination.py",
        "tests/test_error_envelope.py",
        "tests/test_pagination.py"
      ],
      "file_count": 19,
      "download_size_bytes": 178309,
      "download_size_human": "174.1 KB",
      "product_url": "https://datanest-stores.com/api-developer/#product-rest-api-design-guide",
      "preview_url": "https://datanest-stores.com/api-developer/preview-rest-api-design-guide",
      "demo_url": "https://datanest-stores.com/api-developer/demo-rest-api-design-guide/"
    },
    {
      "product_id": "api-developer:graphql-starter-kit",
      "slug": "graphql-starter-kit",
      "store": "api-developer",
      "store_name": "API Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api gateway",
        "api testing",
        "dev",
        "documentation",
        "graphql",
        "grpc",
        "rest api",
        "webhooks"
      ],
      "title": "GraphQL Starter Kit",
      "short_description": "GraphQL server setup with schema design, resolvers, authentication, dataloader patterns, and subscription support.",
      "detailed_description": "A complete, runnable GraphQL server built with Python's standard library (zero pip dependencies). Includes a realistic blog + commerce schema, resolvers with authentication, the DataLoader pattern for N+1 elimination, and subscription support via Server-Sent Events.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "Shell"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cd graphql-starter-kit\npython -m src",
        "GraphQL server running at http://127.0.0.1:4000/graphql\nGraphiQL IDE at http://127.0.0.1:4000/\nPress Ctrl+C to stop."
      ],
      "included_files": [
        "README.md",
        "examples/curl-examples.sh",
        "examples/queries.graphql",
        "examples/variables.json",
        "guide/auth-and-context.md",
        "guide/n+1-and-dataloader.md",
        "guide/resolver-patterns.md",
        "guide/schema-design.md",
        "guides/auth-and-context.md",
        "guides/n+1-and-dataloader.md",
        "guides/resolver-patterns.md",
        "guides/schema-design.md",
        "schema/schema.graphql",
        "src/__init__.py",
        "src/__main__.py",
        "src/auth.py",
        "src/dataloader.py",
        "src/executor.py",
        "src/resolvers.py",
        "src/schema_parser.py",
        "src/server.py",
        "src/subscriptions.py",
        "tests/test_dataloader.py",
        "tests/test_resolvers.py"
      ],
      "file_count": 24,
      "download_size_bytes": 138212,
      "download_size_human": "135.0 KB",
      "product_url": "https://datanest-stores.com/api-developer/#product-graphql-starter-kit",
      "preview_url": "https://datanest-stores.com/api-developer/preview-graphql-starter-kit",
      "demo_url": "https://datanest-stores.com/api-developer/demo-graphql-starter-kit/"
    },
    {
      "product_id": "api-developer:api-gateway-patterns",
      "slug": "api-gateway-patterns",
      "store": "api-developer",
      "store_name": "API Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api gateway",
        "api testing",
        "dev",
        "documentation",
        "graphql",
        "grpc",
        "rest api",
        "webhooks"
      ],
      "title": "API Gateway Patterns",
      "short_description": "Kong, AWS API Gateway, and custom gateway configs with rate limiting, auth, transformation, and monitoring.",
      "detailed_description": "Production-ready API gateway configurations for Kong, AWS API Gateway, and a custom Python gateway implementation. Includes rate limiting, authentication, request transformation, and monitoring -- with complete guides explaining when and why to use each approach.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start with demo configuration (proxies to public test API)\ncd api-gateway-patterns\npython -m src\n\n# Or with a config file\npython -m src --config configs/gateway-dev.json\n\n# Test it\ncurl http://127.0.0.1:8080/api/posts\ncurl http://127.0.0.1:8080/api/posts/1",
        "python src/rate_limiter.py\n# Shows token bucket behavior: burst, depletion, refill"
      ],
      "included_files": [
        "README.md",
        "aws/api-gateway-openapi.yaml",
        "aws/lambda-authorizer.py",
        "aws/usage-plans.json",
        "configs/gateway-dev.json",
        "configs/gateway-prod.json",
        "guide/auth-patterns.md",
        "guide/gateway-comparison.md",
        "guide/rate-limiting-strategies.md",
        "guides/auth-patterns.md",
        "guides/gateway-comparison.md",
        "guides/rate-limiting-strategies.md",
        "kong/jwt-auth.yaml",
        "kong/kong.yaml",
        "kong/rate-limiting.yaml",
        "kong/request-transformer.yaml",
        "src/__init__.py",
        "src/__main__.py",
        "src/auth_middleware.py",
        "src/gateway.py",
        "src/rate_limiter.py",
        "src/transform_middleware.py",
        "tests/test_rate_limiter.py"
      ],
      "file_count": 23,
      "download_size_bytes": 137957,
      "download_size_human": "134.7 KB",
      "product_url": "https://datanest-stores.com/api-developer/#product-api-gateway-patterns",
      "preview_url": "https://datanest-stores.com/api-developer/preview-api-gateway-patterns",
      "demo_url": "https://datanest-stores.com/api-developer/demo-api-gateway-patterns/"
    },
    {
      "product_id": "api-developer:webhook-framework",
      "slug": "webhook-framework",
      "store": "api-developer",
      "store_name": "API Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api gateway",
        "api testing",
        "dev",
        "documentation",
        "graphql",
        "grpc",
        "rest api",
        "webhooks"
      ],
      "title": "Webhook Framework",
      "short_description": "Webhook delivery system with retry logic, signature verification, event sourcing, and monitoring dashboard.",
      "detailed_description": "A complete webhook delivery system with HMAC signature verification, exponential backoff retry, SQLite-backed event sourcing, and an HTML monitoring dashboard. Zero external dependencies -- Python 3.10+ standard library only. Includes: Webhook delivery engine with configurable retry logic (exponential backoff + full jitter); HMAC-SHA256 signatures with timestamp binding to prevent replay attacks; Append-only event store on SQLite for full delivery audit trail; Webhook receiver with signature verification, idempotency checking, and event routing; Monitoring dashboard that renders delivery stats as an HTML page; Idempotency keys to prevent duplicate processing on retries.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python examples/send_webhook.py",
        "python -m src.dashboard --port 8080 --db webhook_events.db\n# Open http://127.0.0.1:8080"
      ],
      "included_files": [
        "README.md",
        "examples/sample-events.json",
        "examples/send_webhook.py",
        "examples/verify_signature.py",
        "guide/event-sourcing.md",
        "guide/retry-and-idempotency.md",
        "guide/signature-verification.md",
        "guides/event-sourcing.md",
        "guides/retry-and-idempotency.md",
        "guides/signature-verification.md",
        "src/__init__.py",
        "src/dashboard.py",
        "src/delivery.py",
        "src/event_store.py",
        "src/receiver.py",
        "src/signatures.py",
        "templates/dashboard.html",
        "tests/test_delivery_retry.py",
        "tests/test_signatures.py"
      ],
      "file_count": 19,
      "download_size_bytes": 78036,
      "download_size_human": "76.2 KB",
      "product_url": "https://datanest-stores.com/api-developer/#product-webhook-framework",
      "preview_url": "https://datanest-stores.com/api-developer/preview-webhook-framework",
      "demo_url": "https://datanest-stores.com/api-developer/demo-webhook-framework/"
    },
    {
      "product_id": "api-developer:api-testing-automation",
      "slug": "api-testing-automation",
      "store": "api-developer",
      "store_name": "API Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api gateway",
        "api testing",
        "dev",
        "documentation",
        "graphql",
        "grpc",
        "rest api",
        "webhooks"
      ],
      "title": "API Testing Automation",
      "short_description": "Postman collections, Newman CI integration, contract testing with Pact, and load testing with k6 scripts.",
      "detailed_description": "A complete API testing toolkit with Postman collections, Newman CI integration, Pact contract tests, k6 load tests, and Python-based smoke testing. Everything you need for a professional API testing pipeline.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python",
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "JavaScript",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "npm install -g newman\nnewman run postman/collection.json -e postman/environment.json",
        "python src/smoke_test.py --base-url https://api.docs.example.com/v1 --verbose"
      ],
      "included_files": [
        "README.md",
        "guide/ci-integration.md",
        "guide/load-testing-guide.md",
        "guide/testing-strategy.md",
        "guides/ci-integration.md",
        "guides/load-testing-guide.md",
        "guides/testing-strategy.md",
        "k6/load-test.js",
        "k6/spike-test.js",
        "k6/stress-test.js",
        "newman/ci-run.sh",
        "newman/github-actions.yml",
        "pact/consumer-test.js",
        "pact/pacts/sample-pact.json",
        "pact/provider-verify.js",
        "postman/collection.json",
        "postman/environment.json",
        "src/contract_check.py",
        "src/smoke_test.py"
      ],
      "file_count": 19,
      "download_size_bytes": 68269,
      "download_size_human": "66.7 KB",
      "product_url": "https://datanest-stores.com/api-developer/#product-api-testing-automation",
      "preview_url": "https://datanest-stores.com/api-developer/preview-api-testing-automation",
      "demo_url": "https://datanest-stores.com/api-developer/demo-api-testing-automation/"
    },
    {
      "product_id": "api-developer:api-documentation-toolkit",
      "slug": "api-documentation-toolkit",
      "store": "api-developer",
      "store_name": "API Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api gateway",
        "api testing",
        "dev",
        "documentation",
        "graphql",
        "grpc",
        "rest api",
        "webhooks"
      ],
      "title": "API Documentation Toolkit",
      "short_description": "Swagger/OpenAPI generators, Redoc themes, API changelog automation, and developer portal templates.",
      "detailed_description": "A collection of Python tools for generating, maintaining, and publishing API documentation. Includes an OpenAPI spec generator that extracts route metadata from annotated Python handlers, a changelog generator that diffs two OpenAPI specs and produces markdown, and a static developer portal builder -- all using the Python standard library only.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the generator on a sample handler file\npython3 src/openapi_from_code.py\n\n# Or import and use in your own script\npython3 -c \"\nfrom src.openapi_from_code import OpenAPIGenerator\ngen = OpenAPIGenerator(title='My API', version='1.0.0')\ngen.add_route('GET', '/users', summary='List users', tags=['Users'])\nprint(gen.to_yaml())\n\"",
        "# Diff the included v1 and v2 sample specs\npython3 src/changelog_gen.py examples/two-versioned-specs/v1.yaml examples/two-versioned-specs/v2.yaml\n\n# Output is a structured markdown changelog"
      ],
      "included_files": [
        "README.md",
        "docs/QUICKSTART.md",
        "docs/how-the-generators-work.md",
        "examples/sample-openapi.yaml",
        "examples/two-versioned-specs/v1.yaml",
        "examples/two-versioned-specs/v2.yaml",
        "guide/01_what-s-inside.md",
        "guide/02_quick-start.md",
        "guide/03_configuration.md",
        "guide/04_faq.md",
        "src/changelog_gen.py",
        "src/openapi_from_code.py",
        "src/portal_build.py",
        "templates/changelog-template.md",
        "templates/developer-portal.html",
        "templates/redoc-theme.css",
        "tests/test_changelog_gen.py"
      ],
      "file_count": 17,
      "download_size_bytes": 90162,
      "download_size_human": "88.0 KB",
      "product_url": "https://datanest-stores.com/api-developer/#product-api-documentation-toolkit",
      "preview_url": "https://datanest-stores.com/api-developer/preview-api-documentation-toolkit",
      "demo_url": "https://datanest-stores.com/api-developer/demo-api-documentation-toolkit/"
    },
    {
      "product_id": "api-developer:grpc-service-templates",
      "slug": "grpc-service-templates",
      "store": "api-developer",
      "store_name": "API Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api gateway",
        "api testing",
        "dev",
        "documentation",
        "graphql",
        "grpc",
        "rest api",
        "webhooks"
      ],
      "title": "gRPC Service Templates",
      "short_description": "Protocol buffer schemas, service implementations in Python/Go/Node, streaming patterns, and load balancing configs.",
      "detailed_description": "Production-ready gRPC service templates in Python, Go, and Node.js \u2014 with shared protobuf definitions, streaming patterns, load balancing configs, and deep-dive guides.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python",
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "JavaScript",
        "Go",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Install dependencies\npip install grpcio grpcio-tools grpcio-health-checking grpcio-reflection\n\n# 2. Generate stubs from proto files\nmkdir -p python/gen\npython -m grpc_tools.protoc \\\n    -I. \\\n    --python_out=python/gen \\\n    --grpc_python_out=python/gen \\\n    proto/common.proto proto/service.proto\n\n# 3. Start the server\npython python/server.py --port 50051\n\n\u2026",
        "# 1. Install protoc plugins\ngo install google.golang.org/protobuf/cmd/protoc-gen-go@latest\ngo install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest\n\n# 2. Initialize module and install dependencies\ncd go/\ngo mod init github.com/example/grpc-templates\ngo get google.golang.org/grpc\ngo get google.golang.org/protobuf\ncd ..\n\n# 3. Generate stubs\nmkdir -p go/gen/catalogpb\nprotoc -I. \\\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/envoy-load-balancer.yaml",
        "configs/grpc-health-check.yaml",
        "go/client.go",
        "go/server.go",
        "guide/codegen-instructions.md",
        "guide/load-balancing.md",
        "guide/streaming-patterns.md",
        "guides/codegen-instructions.md",
        "guides/load-balancing.md",
        "guides/streaming-patterns.md",
        "node/client.js",
        "node/package.json",
        "node/server.js",
        "proto/common.proto",
        "proto/service.proto",
        "python/client.py",
        "python/server.py"
      ],
      "file_count": 18,
      "download_size_bytes": 136910,
      "download_size_human": "133.7 KB",
      "product_url": "https://datanest-stores.com/api-developer/#product-grpc-service-templates",
      "preview_url": "https://datanest-stores.com/api-developer/preview-grpc-service-templates",
      "demo_url": "https://datanest-stores.com/api-developer/demo-grpc-service-templates/"
    },
    {
      "product_id": "api-developer:api-complete-bundle",
      "slug": "api-complete-bundle",
      "store": "api-developer",
      "store_name": "API Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api gateway",
        "api testing",
        "bundle",
        "dev",
        "documentation",
        "graphql",
        "grpc",
        "rest api",
        "webhooks"
      ],
      "title": "API Developer Bundle",
      "short_description": "All 7 API tools \u2014 $223 bought separately, yours for $79. Save $144 (65%): REST, GraphQL, and gRPC design, docs, and testing.",
      "detailed_description": "A comprehensive, battle-tested reference for designing robust REST APIs. Covers design principles, versioning strategies, pagination, filtering, error handling, idempotency, caching, and includes a complete OpenAPI 3.1 specification for a realistic Orders API -- plus runnable Python reference implementations you can drop into any project.",
      "price_usd": 79,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python",
        "Node.js"
      ],
      "supported_versions": [
        "Python 3.10"
      ],
      "supported_technologies": [
        "Python",
        "JavaScript",
        "Go",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "guides/rest-design-principles.md    # Foundations\nguides/versioning-strategies.md     # How to evolve your API\nguides/pagination-and-filtering.md  # Handling large datasets\nguides/error-handling.md            # Consistent error responses\nguides/idempotency-and-caching.md   # Performance & reliability",
        "# Pagination helpers -- see offset + cursor pagination in action\npython3 src/pagination.py\n\n# RFC 7807 error envelopes -- generate Problem Details JSON\npython3 src/error_envelope.py\n\n# ETag utilities -- generate and validate entity tags\npython3 src/etag.py"
      ],
      "included_files": [
        "products/api-documentation-toolkit/README.md",
        "products/api-documentation-toolkit/source/README.md",
        "products/api-documentation-toolkit/source/docs/QUICKSTART.md",
        "products/api-documentation-toolkit/source/docs/how-the-generators-work.md",
        "products/api-documentation-toolkit/source/examples/sample-openapi.yaml",
        "products/api-documentation-toolkit/source/examples/two-versioned-specs/v1.yaml",
        "products/api-documentation-toolkit/source/examples/two-versioned-specs/v2.yaml",
        "products/api-documentation-toolkit/source/guide/01_what-s-inside.md",
        "products/api-documentation-toolkit/source/guide/02_quick-start.md",
        "products/api-documentation-toolkit/source/guide/03_configuration.md",
        "products/api-documentation-toolkit/source/guide/04_faq.md",
        "products/api-documentation-toolkit/source/src/changelog_gen.py",
        "products/api-documentation-toolkit/source/src/openapi_from_code.py",
        "products/api-documentation-toolkit/source/src/portal_build.py",
        "products/api-documentation-toolkit/source/templates/changelog-template.md",
        "products/api-documentation-toolkit/source/templates/developer-portal.html",
        "products/api-documentation-toolkit/source/templates/redoc-theme.css",
        "products/api-documentation-toolkit/source/tests/test_changelog_gen.py",
        "products/api-gateway-patterns/README.md",
        "products/api-gateway-patterns/source/README.md",
        "products/api-gateway-patterns/source/aws/api-gateway-openapi.yaml",
        "products/api-gateway-patterns/source/aws/lambda-authorizer.py",
        "products/api-gateway-patterns/source/aws/usage-plans.json",
        "products/api-gateway-patterns/source/configs/gateway-dev.json",
        "products/api-gateway-patterns/source/configs/gateway-prod.json",
        "products/api-gateway-patterns/source/guide/auth-patterns.md",
        "products/api-gateway-patterns/source/guide/gateway-comparison.md",
        "products/api-gateway-patterns/source/guide/rate-limiting-strategies.md",
        "products/api-gateway-patterns/source/guides/auth-patterns.md",
        "products/api-gateway-patterns/source/guides/gateway-comparison.md",
        "products/api-gateway-patterns/source/guides/rate-limiting-strategies.md",
        "products/api-gateway-patterns/source/kong/jwt-auth.yaml",
        "products/api-gateway-patterns/source/kong/kong.yaml",
        "products/api-gateway-patterns/source/kong/rate-limiting.yaml",
        "products/api-gateway-patterns/source/kong/request-transformer.yaml",
        "products/api-gateway-patterns/source/src/__init__.py",
        "products/api-gateway-patterns/source/src/__main__.py",
        "products/api-gateway-patterns/source/src/auth_middleware.py",
        "products/api-gateway-patterns/source/src/gateway.py",
        "products/api-gateway-patterns/source/src/rate_limiter.py",
        "products/api-gateway-patterns/source/src/transform_middleware.py",
        "products/api-gateway-patterns/source/tests/test_rate_limiter.py",
        "products/api-testing-automation/README.md",
        "products/api-testing-automation/source/README.md",
        "products/api-testing-automation/source/guide/ci-integration.md",
        "products/api-testing-automation/source/guide/load-testing-guide.md",
        "products/api-testing-automation/source/guide/testing-strategy.md",
        "products/api-testing-automation/source/guides/ci-integration.md",
        "products/api-testing-automation/source/guides/load-testing-guide.md",
        "products/api-testing-automation/source/guides/testing-strategy.md",
        "products/api-testing-automation/source/k6/load-test.js",
        "products/api-testing-automation/source/k6/spike-test.js",
        "products/api-testing-automation/source/k6/stress-test.js",
        "products/api-testing-automation/source/newman/ci-run.sh",
        "products/api-testing-automation/source/newman/github-actions.yml",
        "products/api-testing-automation/source/pact/consumer-test.js",
        "products/api-testing-automation/source/pact/pacts/sample-pact.json",
        "products/api-testing-automation/source/pact/provider-verify.js",
        "products/api-testing-automation/source/postman/collection.json",
        "products/api-testing-automation/source/postman/environment.json",
        "products/api-testing-automation/source/src/contract_check.py",
        "products/api-testing-automation/source/src/smoke_test.py",
        "products/graphql-starter-kit/README.md",
        "products/graphql-starter-kit/source/README.md",
        "products/graphql-starter-kit/source/examples/curl-examples.sh",
        "products/graphql-starter-kit/source/examples/queries.graphql",
        "products/graphql-starter-kit/source/examples/variables.json",
        "products/graphql-starter-kit/source/guide/auth-and-context.md",
        "products/graphql-starter-kit/source/guide/n+1-and-dataloader.md",
        "products/graphql-starter-kit/source/guide/resolver-patterns.md",
        "products/graphql-starter-kit/source/guide/schema-design.md",
        "products/graphql-starter-kit/source/guides/auth-and-context.md",
        "products/graphql-starter-kit/source/guides/n+1-and-dataloader.md",
        "products/graphql-starter-kit/source/guides/resolver-patterns.md",
        "products/graphql-starter-kit/source/guides/schema-design.md",
        "products/graphql-starter-kit/source/schema/schema.graphql",
        "products/graphql-starter-kit/source/src/__init__.py",
        "products/graphql-starter-kit/source/src/__main__.py",
        "products/graphql-starter-kit/source/src/auth.py",
        "products/graphql-starter-kit/source/src/dataloader.py"
      ],
      "file_count": 80,
      "download_size_bytes": 841317,
      "download_size_human": "821.6 KB",
      "product_url": "https://datanest-stores.com/api-developer/#product-api-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "api-launchpad:api-docs-generator",
      "slug": "api-docs-generator",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "API Docs Generator",
      "short_description": "Generate beautiful static HTML documentation from OpenAPI specs with dark theme and search.",
      "detailed_description": "Generate beautiful static HTML documentation from OpenAPI specs. Single-file output with dark theme, search, and responsive design. Zero dependencies. Part of the API Launchpad toolkit by CodeVault. Includes: Single-file HTML output \u2014 host anywhere (S3, GitHub Pages, Netlify, Vercel); Dark theme with syntax-highlighted code blocks and amber accents; Sidebar navigation with tag-based endpoint grouping; Live search across endpoint names, paths, and descriptions; Request/response examples auto-generated from schema definitions; Parameter tables with type, location, required status, and description.",
      "price_usd": 10,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate docs from an OpenAPI spec\npython3 src/main.py --spec openapi.json --output docs.html\n\n# Generate demo docs\npython3 src/main.py --demo --output docs.html\n\n# Print HTML to stdout\npython3 src/main.py --demo",
        "from main import generate_docs\nimport json\n\n# Load your OpenAPI spec\nwith open(\"openapi.json\") as f:\n    spec = json.load(f)\n\n# Generate HTML documentation\nhtml = generate_docs(spec, custom_css=\"\"\"\n    /* Override brand color */\n    .logo { color: #00FF88; }\n\"\"\")\n\n# Save to file\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/sample_spec.json",
        "guide/01_api-docs-generator.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 40449,
      "download_size_human": "39.5 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-api-docs-generator",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-api-docs-generator",
      "demo_url": "https://datanest-stores.com/api-launchpad/demo-api-docs-generator/"
    },
    {
      "product_id": "api-launchpad:api-key-manager",
      "slug": "api-key-manager",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "API Key Manager",
      "short_description": "Generate, validate, and rotate API keys with scoping, expiration, and grace periods.",
      "detailed_description": "Generate, validate, and rotate API keys with scoping, expiration, and grace periods. Zero dependencies. Part of the API Launchpad toolkit by CodeVault. Includes: Cryptographically secure key generation with secrets; Custom prefixes; HMAC-SHA256 validation with timing-safe comparison (never stores plaintext); Scope-based permissions; Key expiration with configurable TTL (default; Key rotation with grace periods \u2014 old key still works during transition.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "key.has_scope(\"read\")        # True if scopes include \"read\" or \"admin\"\nkey.has_scope(\"read:users\")  # True if scopes include \"read\", \"read:*\", \"read:users\", or \"admin\"",
        "api-key-manager/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 main.py          # Key manager + CLI + demo server (~280 lines)\n\u2514\u2500\u2500 examples/\n    \u2514\u2500\u2500 config.example.json"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_api-key-manager.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38872,
      "download_size_human": "38.0 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-api-key-manager",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-api-key-manager",
      "demo_url": "https://datanest-stores.com/api-launchpad/demo-api-key-manager/"
    },
    {
      "product_id": "api-launchpad:api-launchpad-pro-bundle",
      "slug": "api-launchpad-pro-bundle",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "bundle",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "API Launchpad Pro Bundle",
      "short_description": "All 10 API tools \u2014 $95 bought separately, yours for $40. Save $55 (58%): REST, GraphQL, webhooks, rate limiting, and testing.",
      "detailed_description": "The complete API engineering toolkit. All 10 products, one price. Save 43%. Part of the API Launchpad store by CodeVault \u2014 Ship faster. Build smarter.",
      "price_usd": 40,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "No pip packages required"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "Build           Protect          Document         Test & Ship\n\u2500\u2500\u2500\u2500\u2500           \u2500\u2500\u2500\u2500\u2500\u2500\u2500          \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500         \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\nREST Starter    Rate Limiter     OpenAPI Gen      Test Framework\nGraphQL BP      API Key Mgr      Docs Generator   Mock Server\nWebhook Hdlr    Versioning TK                     "
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 245898,
      "download_size_human": "240.1 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-api-launchpad-pro-bundle",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-api-launchpad-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "api-launchpad:api-launchpad-starter-bundle",
      "slug": "api-launchpad-starter-bundle",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "bundle",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "API Launchpad Starter Bundle",
      "short_description": "Everything you need to launch and protect your first API. 4 essential tools at 20% off.",
      "detailed_description": "Everything you need to launch and protect your first API. Four essential tools at 20% off. Part of the API Launchpad store by CodeVault \u2014 Ship faster. Build smarter.",
      "price_usd": 20,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "No pip packages required"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "api-launchpad-starter-bundle/\n\u251c\u2500\u2500 rest-api-starter/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 LICENSE\n\u2502   \u251c\u2500\u2500 src/main.py          # Start here \u2014 run: python3 src/main.py\n\u2502   \u2514\u2500\u2500 examples/\n\u251c\u2500\u2500 webhook-handler/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 LICENSE\n\u2502   \u251c\u2500\u2500 src/main.py\n\u2502   \u2514\u2500\u2500 examples/\n\u251c\u2500\u2500 rate-limiter/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 LICENSE\n\u2026",
        "cd rest-api-starter\npython3 src/main.py\n# Server running at http://localhost:8000"
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 245898,
      "download_size_human": "240.1 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-api-launchpad-starter-bundle",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-api-launchpad-starter-bundle",
      "demo_url": null
    },
    {
      "product_id": "api-launchpad:api-test-framework",
      "slug": "api-test-framework",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "API Test Framework",
      "short_description": "Fluent API testing with chainable assertions, performance benchmarks, and HTML reports.",
      "detailed_description": "Fluent API testing with chainable assertions, performance benchmarks, and HTML reports. Zero dependencies. Part of the API Launchpad toolkit by CodeVault. Includes: Fluent request builder; Chainable assertions; Test suite runner with setup/teardown hooks; Performance benchmarking; HTML report generation with pass/fail summary and timing data; JSON path extraction.",
      "price_usd": 10,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run demo tests against a local server\npython3 src/main.py --demo --base-url http://localhost:8000\n\n# Benchmark an endpoint\npython3 src/main.py --benchmark http://localhost:8000/users --iterations 50\n\n# Generate an HTML report\npython3 src/main.py --demo --base-url http://localhost:8000 --report report.html",
        "from main import RequestBuilder, TestSuite\n\nsuite = TestSuite(\"My API Tests\", base_url=\"http://localhost:8000\")\n\n@suite.test\ndef test_list_users():\n    return (RequestBuilder()\n        .get(\"/users\")\n        .expect_status(200)\n        .expect_header_exists(\"content-type\")\n        .expect_json_path(\"$.count\", lambda v: v is not None)\n        .expect_max_time(500)\n        .named(\"List Users\"))\n\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/test_suite.example.py",
        "guide/01_api-test-framework.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 39704,
      "download_size_human": "38.8 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-api-test-framework",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-api-test-framework",
      "demo_url": "https://datanest-stores.com/api-launchpad/demo-api-test-framework/"
    },
    {
      "product_id": "api-launchpad:api-versioning-toolkit",
      "slug": "api-versioning-toolkit",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "API Versioning Toolkit",
      "short_description": "Three versioning strategies with deprecation headers, version registry, and migration helpers.",
      "detailed_description": "Three versioning strategies (URL path, header, query param) with deprecation headers and version registry. Zero dependencies. Part of the API Launchpad toolkit by CodeVault. Includes: Three strategies; Version registry; Deprecation headers; Version middleware; Versioned router; Demo server with 3 API versions showing real migration patterns.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start with URL path versioning\npython3 src/main.py --strategy url --port 8000\n\n# Test different versions\ncurl http://localhost:8000/v1/users        # Version 1 (deprecated)\ncurl http://localhost:8000/v2/users        # Version 2\ncurl http://localhost:8000/v3/users        # Version 3 (latest)\n\n# Start with header versioning\npython3 src/main.py --strategy header\ncurl -H \"X-API-Version: 2\" http://localhost:8000/users\n\n# Start with query param versioning\npython3 src/main.py --strategy query\n\u2026",
        "from main import VersionRegistry, URLPathStrategy, VersionMiddleware, VersionedRouter\n\n# 1. Set up version registry\nregistry = VersionRegistry(default_version=2)\nregistry.register(1, status=\"deprecated\",\n                  deprecation_date=\"2025-06-01\",\n                  sunset_date=\"2026-06-01\")\nregistry.register(2, status=\"active\")\nregistry.register(3, status=\"active\")\n\n# 2. Choose a strategy\nstrategy = URLPathStrategy(prefix=\"v\")\n\n# 3. Create middleware\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_api-versioning-toolkit.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38004,
      "download_size_human": "37.1 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-api-versioning-toolkit",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-api-versioning-toolkit",
      "demo_url": "https://datanest-stores.com/api-launchpad/demo-api-versioning-toolkit/"
    },
    {
      "product_id": "api-launchpad:graphql-boilerplate",
      "slug": "graphql-boilerplate",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "GraphQL Boilerplate",
      "short_description": "Lightweight GraphQL server built on Python's standard library, zero dependencies.",
      "detailed_description": "Lightweight GraphQL server built on Python's standard library. Zero dependencies. Part of the API Launchpad toolkit by CodeVault. Includes: Schema definition with Python dataclasses \u2014 no SDL files needed; Field resolvers with argument passing and context support; Query parsing for queries, mutations, and nested field selections; Introspection support \u2014 schema and type queries for tooling compatibility; Built-in GraphQL Explorer \u2014 HTML-based query editor served at /; CORS enabled \u2014 ready for frontend integration out of the box.",
      "price_usd": 10,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start the server\npython3 src/main.py\n\n# Open the GraphQL Explorer in your browser\nopen http://localhost:4000/\n\n# Or use curl\ncurl -X POST http://localhost:4000/graphql \\\n  -H 'Content-Type: application/json' \\\n  -d '{\"query\": \"{ users { id name email } }\"}'",
        "from main import schema, FieldDef\n\nschema.register_type(\"Product\", [\n    FieldDef(name=\"id\", type_name=\"ID\"),\n    FieldDef(name=\"name\", type_name=\"String\"),\n    FieldDef(name=\"price\", type_name=\"Float\"),\n    FieldDef(name=\"in_stock\", type_name=\"Boolean\"),\n], description=\"A product in the catalog\")"
      ],
      "included_files": [
        "README.md",
        "examples/queries.example.json",
        "guide/01_graphql-boilerplate.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38826,
      "download_size_human": "37.9 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-graphql-boilerplate",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-graphql-boilerplate",
      "demo_url": "https://datanest-stores.com/api-launchpad/demo-graphql-boilerplate/"
    },
    {
      "product_id": "api-launchpad:mock-server-builder",
      "slug": "mock-server-builder",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "Mock Server Builder",
      "short_description": "Create mock API servers from OpenAPI specs for testing and development.",
      "detailed_description": "Create mock API servers from OpenAPI specs for testing and development. Zero dependencies. Part of the API Launchpad toolkit by CodeVault. Includes: OpenAPI 3; Fake data generation; Path parameter matching; Hot-reload; Endpoint index; Spec serving.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start with built-in demo spec\npython3 src/main.py --demo\n\n# Start from your own OpenAPI spec\npython3 src/main.py --spec openapi.json\n\n# Custom port\npython3 src/main.py --spec openapi.json --port 3000",
        "# List all mock endpoints\ncurl http://localhost:8080/\n\n# Hit a mock endpoint\ncurl http://localhost:8080/users\ncurl http://localhost:8080/users/abc123"
      ],
      "included_files": [
        "README.md",
        "examples/sample_spec.json",
        "guide/01_mock-server-builder.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 37139,
      "download_size_human": "36.3 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-mock-server-builder",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-mock-server-builder",
      "demo_url": "https://datanest-stores.com/api-launchpad/demo-mock-server-builder/"
    },
    {
      "product_id": "api-launchpad:openapi-spec-generator",
      "slug": "openapi-spec-generator",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "OpenAPI Spec Generator",
      "short_description": "Generate OpenAPI 3.0 specifications from Python function signatures and docstrings.",
      "detailed_description": "Generate OpenAPI 3.0 specifications from Python function signatures and docstrings. Zero dependencies. Part of the API Launchpad toolkit by CodeVault. Includes: Function introspection; Docstring parsing; Type mapping; Module scanning; Dual output; Request body inference.",
      "price_usd": 10,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a demo spec\npython3 src/main.py --demo\n\n# Generate spec from a Python module\npython3 src/main.py --module my_api.py --title \"My API\" --output spec.json\n\n# Output as YAML\npython3 src/main.py --module my_api.py --format yaml --output spec.yaml",
        "from main import OpenAPIGenerator\n\ngen = OpenAPIGenerator(\n    title=\"Acme Corp API\",\n    version=\"2.0.0\",\n    description=\"The Acme Corp public API\",\n    server_url=\"https://api.docs.example.com/v2\",\n)\n\n# Register endpoints from your functions\ndef list_users(limit: int = 10, offset: int = 0) -> list:\n    \"\"\"List all users with pagination.\n\n    Args:\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/generated_spec.json",
        "examples/sample_api.py",
        "guide/01_openapi-spec-generator.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 7,
      "download_size_bytes": 41739,
      "download_size_human": "40.8 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-openapi-spec-generator",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-openapi-spec-generator",
      "demo_url": "https://datanest-stores.com/api-launchpad/demo-openapi-spec-generator/"
    },
    {
      "product_id": "api-launchpad:rate-limiter",
      "slug": "rate-limiter",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "Rate Limiter",
      "short_description": "Four production-ready rate limiting algorithms in a single Python module, zero dependencies.",
      "detailed_description": "Four production-ready rate limiting algorithms in a single Python module. Zero dependencies. Part of the API Launchpad toolkit by CodeVault. Includes: Four algorithms; Three key extractors; HTTP middleware with X-RateLimit- response headers (IETF draft standard); Thread-safe with stdlib threading locks; Automatic cleanup of expired rate limit entries; Demo server included \u2014 see rate limiting in action.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start demo server with Token Bucket (10 req/min)\npython3 src/main.py --algo token-bucket --limit 10 --window 60\n\n# Test rate limiting\nfor i in $(seq 1 15); do\n  curl -s http://localhost:8000/ | python3 -m json.tool\ndone",
        "from main import TokenBucketLimiter, RateLimitMiddleware, ip_key_extractor\n\n# Create a limiter: 100 requests per 60 seconds\nlimiter = TokenBucketLimiter(capacity=100, refill_rate=100/60)\n\n# Check a request\nresult = limiter.check(\"192.168.1.1\")\nif result.allowed:\n    print(f\"Allowed. {result.remaining} remaining.\")\nelse:\n    print(f\"Rate limited. Retry after {result.retry_after:.1f}s\")\n\n# Add response headers\nfor key, value in result.headers().items():\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_rate-limiter.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 36698,
      "download_size_human": "35.8 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-rate-limiter",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-rate-limiter",
      "demo_url": "https://datanest-stores.com/api-launchpad/demo-rate-limiter/"
    },
    {
      "product_id": "api-launchpad:rest-api-starter",
      "slug": "rest-api-starter",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "REST API Starter",
      "short_description": "Production-ready REST API server built on Python's standard library, zero dependencies.",
      "detailed_description": "Production-ready REST API server built on Python's standard library. Zero dependencies. Part of the API Launchpad toolkit by CodeVault. Includes: Declarative routing with path parameters (/users/{id}) and type coercion; Middleware pipeline; RFC 7807 error responses \u2014 structured JSON errors that clients can parse; Auto-generated OpenAPI 3; Request validation with JSON body parsing and type checking; Zero dependencies \u2014 runs on Python stdlib only.",
      "price_usd": 10,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start the server\npython3 src/main.py\n\n# Test it\ncurl http://localhost:8000/items\ncurl http://localhost:8000/items/1\ncurl -X POST http://localhost:8000/items -d '{\"name\":\"New Item\",\"price\":5.99}'\ncurl http://localhost:8000/openapi.json",
        "from main import router, Response, Request\n\n@router.get(\"/users/{user_id}\", summary=\"Get user\", tags=[\"users\"])\ndef get_user(request: Request) -> Response:\n    user_id = request.path_params[\"user_id\"]\n    return Response(body={\"id\": user_id, \"name\": \"Acme User\"})\n\n@router.post(\"/users\", summary=\"Create user\", tags=[\"users\"])\ndef create_user(request: Request) -> Response:\n    data = request.json()\n    return Response(status=201, body={\"id\": \"4\", **data})"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_rest-api-starter.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38190,
      "download_size_human": "37.3 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-rest-api-starter",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-rest-api-starter",
      "demo_url": "https://datanest-stores.com/api-launchpad/demo-rest-api-starter/"
    },
    {
      "product_id": "api-launchpad:webhook-handler",
      "slug": "webhook-handler",
      "store": "api-launchpad",
      "store_name": "API Launchpad",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "api",
        "api design",
        "api testing",
        "dev",
        "graphql",
        "openapi",
        "rest",
        "webhook"
      ],
      "title": "Webhook Handler",
      "short_description": "Production-ready webhook receiver with signature verification, retry logic, and dead letter queue.",
      "detailed_description": "Production-ready webhook receiver with signature verification, retry logic, and dead letter queue. Zero dependencies. Part of the API Launchpad toolkit by CodeVault. Includes: HMAC-SHA256 signature verification with timing-safe comparison; Provider presets; Event routing; Retry with exponential backoff and configurable jitter; Dead letter queue; Idempotency.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from main import webhook\n\n@webhook.router.on(\"payment.completed\")\ndef handle_payment(event_type: str, payload: dict) -> bool:\n    print(f\"Payment received: ${payload['amount'] / 100:.2f}\")\n    # Your logic: update DB, send email, etc.\n    return True  # Return True on success, False to retry\n\n@webhook.router.on(\"user.created\")\ndef handle_new_user(event_type: str, payload: dict) -> bool:\n    print(f\"New user: {payload.get('email', 'unknown')}\")\n    return True\n\n@webhook.router.default\n\u2026",
        "{\n  \"event_type\": \"payment.completed\",\n  \"payload\": { \"id\": \"pay_123\", \"amount\": 2999 },\n  \"error\": \"All retry attempts failed\",\n  \"timestamp\": \"2026-01-15T10:30:00+00:00\",\n  \"attempts\": \"max_retries_exceeded\"\n}"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_webhook-handler.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 36846,
      "download_size_human": "36.0 KB",
      "product_url": "https://datanest-stores.com/api-launchpad/#product-webhook-handler",
      "preview_url": "https://datanest-stores.com/api-launchpad/preview-webhook-handler",
      "demo_url": "https://datanest-stores.com/api-launchpad/demo-webhook-handler/"
    },
    {
      "product_id": "auth-vault:api-auth-middleware",
      "slug": "api-auth-middleware",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "API Auth Middleware",
      "short_description": "Multi-strategy API authentication for bearer tokens, API keys, and HMAC request signatures.",
      "detailed_description": "Multi-strategy API authentication middleware for bearer tokens, API keys, and HMAC request signatures. Zero dependencies. Part of the Auth Vault toolkit by CodeVault. Includes: Three auth strategies; Middleware chaining; Per-route configuration; HMAC-SHA256 request signing with replay protection (timestamp + nonce); Timing-safe comparison on all credential checks; RFC 7807 Problem Details error responses.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a new API key\npython3 src/main.py generate --name \"My App\" --scopes read write\n\n# List registered API keys\npython3 src/main.py list\n\n# Validate an API key\npython3 src/main.py validate --key \"av_abc123...\"\n\n# Sign a request with HMAC\npython3 src/main.py sign --client demo-client --secret s3cret \\\n    --method GET --path /api/data\n\n# Start demo server with protected routes\n\u2026",
        "api-auth-middleware/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 main.py              # Auth middleware + demo server + CLI (~480 lines)\n\u2514\u2500\u2500 examples/\n    \u2514\u2500\u2500 config.example.json"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_api-auth-middleware.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 42297,
      "download_size_human": "41.3 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-api-auth-middleware",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-api-auth-middleware",
      "demo_url": "https://datanest-stores.com/auth-vault/demo-api-auth-middleware/"
    },
    {
      "product_id": "auth-vault:auth-audit-logger",
      "slug": "auth-audit-logger",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "Auth Audit Logger",
      "short_description": "Authentication event logging with anomaly detection, account lockout, and structured JSON audit trails.",
      "detailed_description": "Authentication event logging with anomaly detection, account lockout, and structured JSON audit trails. Zero dependencies. Part of the Auth Vault toolkit by CodeVault. Includes: Structured JSON event logging with ISO 8601 timestamps; 17 event types; Rate-based anomaly detection; Account lockout after configurable failure threshold; IP-based tracking with suspicious pattern detection; Log rotation with configurable max file size and retention.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Log a successful login\npython3 src/main.py log --event login_success --user user123 --ip 192.168.1.1\n\n# Log a failed login\npython3 src/main.py log --event login_failure --user user456 --ip 10.0.0.1\n\n# Query recent events\npython3 src/main.py query --limit 20\n\n# Query failures for a specific user\npython3 src/main.py query --user user456 --event login_failure\n\n# Show activity summary\npython3 src/main.py summary\n\u2026",
        "from main import AuditLogger\n\naudit = AuditLogger(lockout_threshold=5, lockout_duration=900)\n\n# Log events\naudit.log_login_success(\"user123\", ip=\"192.168.1.1\")\nalerts, locked = audit.log_login_failure(\"user456\", ip=\"10.0.0.1\",\n                                          reason=\"bad password\")\n\nif locked:\n    print(\"Account is now locked!\")\n\nfor alert in alerts:\n    print(f\"ALERT: {alert.description}\")\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_auth-audit-logger.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 44180,
      "download_size_human": "43.1 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-auth-audit-logger",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-auth-audit-logger",
      "demo_url": "https://datanest-stores.com/auth-vault/demo-auth-audit-logger/"
    },
    {
      "product_id": "auth-vault:auth-vault-pro-bundle",
      "slug": "auth-vault-pro-bundle",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "bundle",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "Auth Vault Pro Bundle",
      "short_description": "All 10 auth tools \u2014 $94 bought separately, yours for $40. Save $54 (57%): OAuth2, JWT, RBAC, 2FA, and session management.",
      "detailed_description": "All 10 auth tools \u2014 $94 bought separately, yours for $40. Save $54 (57%): OAuth2, JWT, RBAC, 2FA, and session management.",
      "price_usd": 40,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "Password Hasher \u2192 Session Manager",
        "JWT Library \u2192 API Auth Middleware \u2192 Auth Audit Logger"
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 243295,
      "download_size_human": "237.6 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-auth-vault-pro-bundle",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-auth-vault-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "auth-vault:auth-vault-starter-bundle",
      "slug": "auth-vault-starter-bundle",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "bundle",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "Auth Vault Starter Bundle",
      "short_description": "The essential authentication toolkit \u2014 4 core tools at a discount.",
      "detailed_description": "The essential authentication toolkit \u2014 4 core tools at a discount.",
      "price_usd": 20,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 243295,
      "download_size_human": "237.6 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-auth-vault-starter-bundle",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-auth-vault-starter-bundle",
      "demo_url": null
    },
    {
      "product_id": "auth-vault:jwt-library",
      "slug": "jwt-library",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "JWT Library",
      "short_description": "Create and validate JSON Web Tokens with HS256, claims validation, expiration, and refresh.",
      "detailed_description": "Create and validate JSON Web Tokens with HS256, claims validation, expiration checking, and token refresh. Zero dependencies. Part of the Auth Vault toolkit by CodeVault. Includes: HS256 (HMAC-SHA256) signing and verification; Standard claims validation; Automatic expiration checking with configurable clock skew tolerance; Token refresh with rotation detection; Base64url encoding/decoding per RFC 7515; Custom claims support for application-specific data.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Create a JWT\npython3 src/main.py create --sub user123 --scopes read write --ttl 3600\n\n# Decode a token (without validation)\npython3 src/main.py decode --token eyJhbGciOiJIUzI1NiJ9...\n\n# Validate a token\npython3 src/main.py validate --token eyJhbGciOiJIUzI1NiJ9...\n\n# Refresh a token\npython3 src/main.py refresh --token eyJhbGciOiJIUzI1NiJ9...",
        "jwt-library/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 main.py              # JWT library + CLI (~420 lines)\n\u2514\u2500\u2500 examples/\n    \u2514\u2500\u2500 config.example.json"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_jwt-library.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 34327,
      "download_size_human": "33.5 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-jwt-library",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-jwt-library",
      "demo_url": "https://datanest-stores.com/auth-vault/demo-jwt-library/"
    },
    {
      "product_id": "auth-vault:magic-link-auth",
      "slug": "magic-link-auth",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "Magic Link Auth",
      "short_description": "Passwordless authentication via magic links with token generation, email templates, and rate limiting.",
      "detailed_description": "Passwordless authentication via magic links with token generation, email templates, rate limiting, and HTTP server. Zero dependencies. Part of the Auth Vault toolkit by CodeVault. Includes: Cryptographically secure tokens (URL-safe, single-use); Configurable expiration (default; Rate limiting; HTML email templates with customizable branding; Plain text fallback for email clients that strip HTML; Token verification with automatic cleanup of expired tokens.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a magic link for an email\npython3 src/main.py generate --email user@docs.example.com\n\n# Verify a magic link token\npython3 src/main.py verify --token TOKEN_STRING\n\n# Send a magic link email (requires SMTP config)\npython3 src/main.py send --email user@docs.example.com\n\n# Start the demo HTTP server\npython3 src/main.py serve --port 8000",
        "from main import MagicLinkAuth\n\nauth = MagicLinkAuth(\n    base_url=\"https://auth.docs.example.com\",\n    token_ttl_seconds=900,\n    max_requests_per_hour=5,\n)\n\n# Generate a magic link\ntoken, link = auth.create_link(\"user@docs.example.com\")\nprint(f\"Magic link: {link}\")\n\n# Generate email HTML\nhtml = auth.render_email(\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_magic-link-auth.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 37920,
      "download_size_human": "37.0 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-magic-link-auth",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-magic-link-auth",
      "demo_url": "https://datanest-stores.com/auth-vault/demo-magic-link-auth/"
    },
    {
      "product_id": "auth-vault:oauth2-implementation",
      "slug": "oauth2-implementation",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "OAuth2 Implementation",
      "short_description": "Complete OAuth2 server/client with authorization code, PKCE, client credentials, and refresh flows.",
      "detailed_description": "Complete OAuth2 server/client with authorization code, PKCE, client credentials, and token refresh flows. Zero dependencies. Part of the Auth Vault toolkit by CodeVault. Includes: Authorization Code Grant with PKCE support (RFC 7636); Client Credentials Grant for machine-to-machine authentication; Token refresh with automatic rotation and revocation; CSRF protection via cryptographic state parameter; Scope-based authorization with consent flow; Configurable token expiration and signing (HMAC-SHA256).",
      "price_usd": 10,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start the OAuth2 authorization server\npython3 src/main.py serve --port 8080\n\n# Register a new client\npython3 src/main.py register --name \"My App\" \\\n    --redirect-uri https://app.docs.example.com/callback \\\n    --scopes read write\n\n# Generate a PKCE challenge\npython3 src/main.py pkce\n\n# Exchange an authorization code for tokens\npython3 src/main.py exchange --code AUTH_CODE --verifier PKCE_VERIFIER\n\n\u2026",
        "oauth2-implementation/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 main.py                  # OAuth2 server + client (~683 lines)\n\u2514\u2500\u2500 examples/\n    \u2514\u2500\u2500 config.example.json"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_oauth2-implementation.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 42517,
      "download_size_human": "41.5 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-oauth2-implementation",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-oauth2-implementation",
      "demo_url": "https://datanest-stores.com/auth-vault/demo-oauth2-implementation/"
    },
    {
      "product_id": "auth-vault:password-hasher",
      "slug": "password-hasher",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "Password Hasher",
      "short_description": "Secure password hashing with PBKDF2-SHA256, strength analysis, generation, and timing-safe verification.",
      "detailed_description": "Secure password hashing with PBKDF2-SHA256, strength analysis, password generation, and timing-safe verification. Zero dependencies. Part of the Auth Vault toolkit by CodeVault. Includes: PBKDF2-HMAC-SHA256 hashing with 600,000 iterations (OWASP 2024); Password strength analyzer; Common password detection via built-in blocklist; Timing-safe comparison to prevent timing attacks; Hash format versioning for algorithm migration; Secure password generator with configurable complexity.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Hash a password\npython3 src/main.py hash --password \"MyS3cur3Pass!\"\n\n# Verify a password against a hash\npython3 src/main.py verify --password \"MyS3cur3Pass!\" \\\n    --hash '$pbkdf2-sha256$600000$...'\n\n# Check password strength\npython3 src/main.py strength --password \"test123\"\n\n# Generate a secure password\npython3 src/main.py generate --length 20",
        "from main import PasswordHasher, StrengthAnalyzer\n\nhasher = PasswordHasher(iterations=600000)\n\n# Hash a password\nhashed = hasher.hash(\"MyS3cur3Pass!\")\nprint(f\"Hash: {hashed}\")\n\n# Verify a password\nis_valid = hasher.verify(\"MyS3cur3Pass!\", hashed)\nprint(f\"Valid: {is_valid}\")\n\n# Check strength\nanalyzer = StrengthAnalyzer()\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_password-hasher.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 36724,
      "download_size_human": "35.9 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-password-hasher",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-password-hasher",
      "demo_url": "https://datanest-stores.com/auth-vault/demo-password-hasher/"
    },
    {
      "product_id": "auth-vault:rbac-system",
      "slug": "rbac-system",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "RBAC System",
      "short_description": "Role-based access control with hierarchical roles, granular permissions, and deny-override policies.",
      "detailed_description": "Role-based access control with hierarchical roles, granular permissions, deny-override policies, and enforcement engine. Zero dependencies. Part of the Auth Vault toolkit by CodeVault. Includes: Hierarchical roles with inheritance (admin > editor > viewer); Granular permissions; Wildcard permissions; Deny-override; Resource-level policies with condition evaluation; JSON-based policy storage with thread-safe read/write.",
      "price_usd": 10,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Create roles and permissions\npython3 src/main.py create-role --name editor --inherits viewer \\\n    --permissions \"posts:write\" \"posts:delete\" \"media:upload\"\n\n# Assign a role to a user\npython3 src/main.py assign --user user123 --role editor\n\n# Check a permission\npython3 src/main.py check --user user123 --permission posts:write\n\n# List all roles\npython3 src/main.py list-roles\n\n# List permissions for a role (including inherited)\n\u2026",
        "from main import RBACManager\n\nrbac = RBACManager()\n\n# Define roles\nrbac.create_role(\"viewer\", permissions=[\"posts:read\", \"comments:read\"])\nrbac.create_role(\"editor\", inherits=[\"viewer\"],\n                 permissions=[\"posts:write\", \"posts:delete\"])\nrbac.create_role(\"admin\", inherits=[\"editor\"], permissions=[\"*\"])\n\n# Assign roles\nrbac.assign_role(\"user123\", \"editor\")\n\n# Check permissions\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_rbac-system.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 36207,
      "download_size_human": "35.4 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-rbac-system",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-rbac-system",
      "demo_url": "https://datanest-stores.com/auth-vault/demo-rbac-system/"
    },
    {
      "product_id": "auth-vault:session-manager",
      "slug": "session-manager",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "Session Manager",
      "short_description": "Secure session management with signed cookies, fingerprinting, sliding expiration, and CSRF protection.",
      "detailed_description": "Secure session management with signed cookies, fingerprinting, sliding expiration, concurrent limits, and CSRF protection. Zero dependencies. Part of the Auth Vault toolkit by CodeVault. Includes: HMAC-signed session cookies \u2014 tamper-proof, no client-side manipulation; In-memory store with Redis-compatible interface; Automatic session expiration with background cleanup; Sliding expiration; Session fingerprinting; Concurrent session limits.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Create a new session\npython3 src/main.py create --user user123 --ip 192.168.1.1\n\n# Validate a session\npython3 src/main.py validate --session-id abc123...\n\n# List active sessions for a user\npython3 src/main.py list --user user123\n\n# Destroy a session\npython3 src/main.py destroy --session-id abc123...\n\n# Start demo HTTP server with session middleware\npython3 src/main.py serve --port 8000",
        "session-manager/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 main.py              # Session manager + CLI (~478 lines)\n\u2514\u2500\u2500 examples/\n    \u2514\u2500\u2500 config.example.json"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_session-manager.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 35737,
      "download_size_human": "34.9 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-session-manager",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-session-manager",
      "demo_url": "https://datanest-stores.com/auth-vault/demo-session-manager/"
    },
    {
      "product_id": "auth-vault:social-login-integrator",
      "slug": "social-login-integrator",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "Social Login Integrator",
      "short_description": "Google, GitHub, and Discord OAuth2 flows with unified user profile normalization.",
      "detailed_description": "Google, GitHub, and Discord OAuth2 flows with unified user profile normalization. Zero dependencies. Part of the Auth Vault toolkit by CodeVault. Includes: Three providers; OAuth2 authorization code flow with PKCE option; CSRF protection via cryptographic state parameter; Unified user profile; Token exchange with error handling and retry; Provider-agnostic callback handler.",
      "price_usd": 10,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate an authorization URL for Google\npython3 src/main.py authorize --provider google \\\n    --client-id YOUR_GOOGLE_CLIENT_ID \\\n    --redirect-uri https://app.docs.example.com/auth/google/callback\n\n# Exchange a callback code for a user profile\npython3 src/main.py callback --provider google \\\n    --code AUTH_CODE \\\n    --client-id YOUR_GOOGLE_CLIENT_ID \\\n    --client-secret YOUR_GOOGLE_SECRET\n\n# Start the demo callback server\npython3 src/main.py serve --port 8000",
        "social-login-integrator/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 main.py              # Social login handler + CLI (~586 lines)\n\u2514\u2500\u2500 examples/\n    \u2514\u2500\u2500 config.example.json"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_social-login-integrator.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 37724,
      "download_size_human": "36.8 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-social-login-integrator",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-social-login-integrator",
      "demo_url": "https://datanest-stores.com/auth-vault/demo-social-login-integrator/"
    },
    {
      "product_id": "auth-vault:two-factor-auth",
      "slug": "two-factor-auth",
      "store": "auth-vault",
      "store_name": "Auth Vault",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "authentication",
        "identity",
        "jwt",
        "mfa",
        "oauth",
        "rbac",
        "security"
      ],
      "title": "Two-Factor Auth",
      "short_description": "TOTP (RFC 6238), backup codes, QR generation for authenticator apps, and recovery flows.",
      "detailed_description": "TOTP (RFC 6238), backup codes, QR code generation for authenticator apps, and recovery flows. Zero dependencies. Part of the Auth Vault toolkit by CodeVault. Includes: TOTP generation per RFC 6238 (30-second intervals, 6-digit codes); QR code generation as SVG \u2014 no image library dependencies; Backup codes; Compatible with Google Authenticator, Authy, and 1Password; Configurable time window tolerance for clock drift; Recovery flow with backup code verification.",
      "price_usd": 10,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "two-factor-auth/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 main.py              # 2FA engine + QR + CLI (~515 lines)\n\u2514\u2500\u2500 examples/\n    \u2514\u2500\u2500 config.example.json"
      ],
      "included_files": [
        "README.md",
        "examples/config.example.json",
        "guide/01_two-factor-auth.md",
        "guide/02_features.md",
        "guide/03_quick-start.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 36636,
      "download_size_human": "35.8 KB",
      "product_url": "https://datanest-stores.com/auth-vault/#product-two-factor-auth",
      "preview_url": "https://datanest-stores.com/auth-vault/preview-two-factor-auth",
      "demo_url": "https://datanest-stores.com/auth-vault/demo-two-factor-auth/"
    },
    {
      "product_id": "automation-hub:api-poller",
      "slug": "api-poller",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "API Poller",
      "short_description": "Scheduled API polling tool that checks endpoints, detects changes, and sends notifications.",
      "detailed_description": "A scheduled API polling tool that checks HTTP endpoints at configurable intervals, detects changes in responses, sends alerts when differences are found, and archives response data to SQLite for historical comparison. Includes: Scheduled polling \u2014 Check endpoints at configurable intervals (seconds to hours); Change detection \u2014 Content hashing detects when API responses change; Alert webhooks \u2014 Send notifications when changes or errors are detected; Response archiving \u2014 Store every response in SQLite for historical analysis; Multi-endpoint support \u2014 Poll many endpoints with independent schedules; One-shot mode \u2014 Poll once and exit (great for cron integration).",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n    \"endpoints\": [\n        {\n            \"name\": \"status-page\",\n            \"url\": \"https://api.docs.example.com/v1/status\",\n            \"interval_seconds\": 60,\n            \"alert_webhook\": \"https://hooks.docs.example.com/alert\",\n            \"headers\": {\"Authorization\": \"Bearer YOUR_API_TOKEN_HERE\"},\n            \"expected_status\": 200\n        },\n        {\n            \"name\": \"pricing-api\",\n            \"url\": \"https://api.docs.example.com/v1/pricing\",\n            \"interval_seconds\": 3600,\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/poller_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "src/api_poller.py"
      ],
      "file_count": 6,
      "download_size_bytes": 39712,
      "download_size_human": "38.8 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-api-poller",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-api-poller",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-api-poller/"
    },
    {
      "product_id": "automation-hub:automation-hub-pro-bundle",
      "slug": "automation-hub-pro-bundle",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "bundle",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Automation Hub Pro Bundle",
      "short_description": "All 13 automation tools \u2014 $287 bought separately, yours for $59. Save $228 (79%): scraping, scheduling, ETL, and workflow automation.",
      "detailed_description": "The complete automation infrastructure toolkit. All 10 products from the Automation Hub at a massive discount \u2014 everything you need to automate scraping, scheduling, ETL, notifications, file watching, and API monitoring.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "automation-hub-pro-bundle/\n\u251c\u2500\u2500 api-poller/\n\u251c\u2500\u2500 batch-processor/\n\u251c\u2500\u2500 config-manager/\n\u251c\u2500\u2500 data-sync/\n\u251c\u2500\u2500 etl-pipeline/\n\u251c\u2500\u2500 file-watcher/\n\u251c\u2500\u2500 notification-dispatcher/\n\u251c\u2500\u2500 report-generator/\n\u251c\u2500\u2500 task-scheduler/\n\u251c\u2500\u2500 web-scraper/\n\u251c\u2500\u2500 webhook-router/\n\u251c\u2500\u2500 webhook-trigger/\n\u2514\u2500\u2500 workflow-engine/"
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 392201,
      "download_size_human": "383.0 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-automation-hub-pro-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "automation-hub:batch-processor",
      "slug": "batch-processor",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Batch Processor",
      "short_description": "Configurable batch-job processing framework: reads work items, runs a transform pipeline in batches across a concurrent worker pool, with retry, backoff, and a dead-letter queue.",
      "detailed_description": "A configurable batch-job processing framework built on Python stdlib. Reads work items from an input source, runs them through a transform pipeline in configurable-size batches across a concurrent worker pool, with retry + exponential backoff and a dead-letter queue for permanently failed items. Includes: Concurrent worker pool \u2014 ThreadPoolExecutor with a configurable maxworkers limit; Configurable batch sizes \u2014 Split large item sets into fixed-size batches for controlled throughput; Retry with exponential backoff \u2014 Failed items are retried up to N times with increasing delays; Dead-letter queue \u2014 Items that exhaust all retries are captured with full error context for inspection; Transform pipeline \u2014 Chain cast, validate, map, rename, and enrich transforms in any order; Multiple input sources \u2014 Inline items in config, JSON files on disk, or generated demo data.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n    \"submitted\": 8,\n    \"succeeded\": 6,\n    \"failed\": 2,\n    \"dead_lettered\": 2,\n    \"total_retries\": 4,\n    \"batches_processed\": 3,\n    \"duration_seconds\": 0.412,\n    \"errors\": [\n        \"[ORD-1003] ValueError: Validation failed: amount=-5.0 (expected gt 0)\",\n        \"[ORD-1006] ValueError: Validation failed: amount=0.0 (expected gt 0)\"\n    ],\n    \"dead_letter_queue\": [\n        {\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/batch_processor_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_output.md",
        "guide/04_license.md",
        "src/batch_processor.py"
      ],
      "file_count": 7,
      "download_size_bytes": 31630,
      "download_size_human": "30.9 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-batch-processor",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-batch-processor",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-batch-processor/"
    },
    {
      "product_id": "automation-hub:config-manager",
      "slug": "config-manager",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Config Manager",
      "short_description": "Layered configuration manager: merge defaults, files, env vars, and CLI overrides in precedence order with dot-path access, schema validation, secret masking, and diffing.",
      "detailed_description": "A layered configuration management library built on Python stdlib. Merge configuration from multiple sources in precedence order \u2014 built-in defaults, config files, environment variables, and CLI overrides \u2014 with dot-path access, schema validation, secret masking, and config diffing. Includes: Layered merge \u2014 Defaults < config file < environment variables < CLI overrides, with deep recursive merging; Multiple file formats \u2014 JSON, INI, and; Dot-path access \u2014 Get and set nested values with database; Schema validation \u2014 Validate types, required keys, allowed values, numeric ranges, and regex patterns; Type coercion \u2014 Automatic and explicit conversion between str, int, float, bool, and list types; Secret masking \u2014 Export configs with passwords, tokens, and API keys automatically redacted.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n    \"database\": {\n        \"host\": \"db.docs.example.com\",\n        \"port\": 5432,\n        \"name\": \"app_production\",\n        \"password\": \"s3cret_passw0rd\"\n    },\n    \"logging\": {\n        \"level\": \"INFO\",\n        \"format\": \"json\"\n    }\n}",
        "{\n    \"properties\": {\n        \"database\": {\n            \"type\": \"object\",\n            \"required\": true,\n            \"properties\": {\n                \"host\": {\"type\": \"string\", \"required\": true},\n                \"port\": {\"type\": \"integer\", \"min\": 1, \"max\": 65535}\n            }\n        }\n    }\n}"
      ],
      "included_files": [
        "README.md",
        "examples/config_manager_config.json",
        "examples/schema.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_output.md",
        "guide/04_license.md",
        "src/config_manager.py"
      ],
      "file_count": 8,
      "download_size_bytes": 32589,
      "download_size_human": "31.8 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-config-manager",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-config-manager",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-config-manager/"
    },
    {
      "product_id": "automation-hub:data-sync",
      "slug": "data-sync",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Data Sync",
      "short_description": "Record synchronization between JSON, CSV, or SQLite endpoints with content-hash diffing, incremental sync, conflict resolution, dry-run, and bidirectional mode.",
      "detailed_description": "A record-synchronization tool that syncs datasets between two endpoints (JSON file, CSV file, or SQLite table). Keys records by a configurable field, computes a content hash per record, and derives a diff (added, changed, deleted, unchanged). Supports incremental sync, conflict resolution, dry-run mode, and bidirectional sync. Includes: Hash-based diff engine \u2014 SHA-256 content hashing detects added, changed, deleted, and unchanged records; Multi-format endpoints \u2014 Read and write JSON files, CSV files, and SQLite tables; Conflict resolution \u2014 Three strategies; Incremental sync \u2014 Persist state between runs to detect true conflicts (both sides changed); Dry-run mode \u2014 Preview the sync plan without writing any changes; Bidirectional sync \u2014 Propagate dest-only records back to source instead of deleting them.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n    \"source\": \"customers_export.json\",\n    \"dest\": \"customers_master.json\",\n    \"key\": \"customer_id\",\n    \"strategy\": \"newest-wins\",\n    \"timestamp_field\": \"updated_at\",\n    \"state\": \"sync_state.json\",\n    \"dry_run\": false,\n    \"bidirectional\": false,\n    \"source_table\": \"customers\",\n    \"dest_table\": \"customers\"\n}",
        "============================================================\n  DATA SYNC \u2014 DIFF REPORT\n============================================================\n\n  ADDED (2 records)\n  ----------------------------------------\n    + [1004]\n        customer_id: 1004\n        name: New Customer\n        email: new@docs.example.com\n    + [1005]\n\n  CHANGED (1 records)\n  ----------------------------------------\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/data_sync_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_output.md",
        "guide/04_license.md",
        "src/data_sync.py"
      ],
      "file_count": 7,
      "download_size_bytes": 30617,
      "download_size_human": "29.9 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-data-sync",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-data-sync",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-data-sync/"
    },
    {
      "product_id": "automation-hub:etl-pipeline",
      "slug": "etl-pipeline",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "ETL Pipeline",
      "short_description": "Configurable Extract-Transform-Load pipeline framework for JSON, CSV, and SQLite data sources.",
      "detailed_description": "A configurable Extract-Transform-Load pipeline framework built on Python stdlib. Pull data from JSON files, CSV files, SQLite databases, or HTTP APIs. Transform with a composable plugin architecture. Load to JSON, CSV, SQLite, or stdout. Includes: Multi-source extraction \u2014 JSON files, CSV files, SQLite databases, HTTP APIs; Plugin-based transforms \u2014 Chain filters, mappers, renamers, and custom transforms; Multi-target loading \u2014 Write to JSON, CSV, SQLite, or stdout; Config file support \u2014 Define complete pipelines in JSON for repeatable ETL jobs; Batch processing \u2014 Configurable batch sizes for memory-efficient large datasets; Pipeline stats \u2014 Track records extracted, transformed, loaded, and errors.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# CSV to JSON conversion\npython src/etl_pipeline.py --source data.csv --dest output.json\n\n# JSON API to SQLite\npython src/etl_pipeline.py --source https://api.docs.example.com/v1/users --dest users.db --table users\n\n# Full pipeline from config\npython src/etl_pipeline.py --config examples/pipeline_config.json\n\n# Nested JSON extraction\npython src/etl_pipeline.py --source response.json --dest items.csv --records-path \"data.items\"",
        "{\n    \"records_extracted\": 1500,\n    \"records_transformed\": 1230,\n    \"records_loaded\": 1230,\n    \"records_errored\": 2,\n    \"duration_seconds\": 3.42\n}"
      ],
      "included_files": [
        "README.md",
        "examples/pipeline_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_output.md",
        "guide/04_license.md",
        "src/etl_pipeline.py"
      ],
      "file_count": 7,
      "download_size_bytes": 44378,
      "download_size_human": "43.3 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-etl-pipeline",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-etl-pipeline",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-etl-pipeline/"
    },
    {
      "product_id": "automation-hub:file-watcher",
      "slug": "file-watcher",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "File Watcher",
      "short_description": "File system watcher monitoring directories for changes with glob pattern matching and configurable actions.",
      "detailed_description": "A file system watcher that monitors directories for changes and triggers configurable actions. Supports glob pattern matching, recursive watching, debouncing, and multiple action types: shell commands, HTTP webhooks, and structured log entries. Includes: Directory monitoring \u2014 Poll-based filesystem watching (works on any OS); Glob pattern matching \u2014 Watch only; Recursive watching \u2014 Monitor subdirectories automatically; Debouncing \u2014 Configurable delay to batch rapid changes into single events; Shell command triggers \u2014 Run any command on file change; Webhook triggers \u2014 POST change events to any HTTP endpoint.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n    \"rules\": [\n        {\n            \"name\": \"python-tests\",\n            \"watch_path\": \"./src\",\n            \"patterns\": [\"*.py\"],\n            \"recursive\": true,\n            \"actions\": [\n                {\"type\": \"command\", \"command\": \"python -m pytest tests/\"},\n                {\"type\": \"log\"}\n            ]\n        },\n        {\n            \"name\": \"data-reload\",\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/watcher_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "src/file_watcher.py"
      ],
      "file_count": 6,
      "download_size_bytes": 39064,
      "download_size_human": "38.1 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-file-watcher",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-file-watcher",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-file-watcher/"
    },
    {
      "product_id": "automation-hub:notification-dispatcher",
      "slug": "notification-dispatcher",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Notification Dispatcher",
      "short_description": "Multi-channel notification system for email, Slack webhooks, generic webhooks, and desktop notifications.",
      "detailed_description": "A multi-channel notification system built on Python stdlib. Send alerts via email (SMTP), Slack-compatible webhooks, generic HTTP webhooks, and SMS gateways. Supports template rendering, priority levels, retry logic, and delivery logging to SQLite. Includes: Multi-channel dispatch \u2014 Email (SMTP), Slack webhooks, HTTP webhooks, SMS gateways, console; Template rendering \u2014 Python string; Priority levels \u2014 low, normal, high, critical with per-channel routing; Retry with backoff \u2014 Exponential backoff on delivery failures (3 retries default); Delivery logging \u2014 Track every send attempt in SQLite; Batch dispatch \u2014 Send multiple notifications from a single config file.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies",
        "SMTP server access for email delivery",
        "Webhook URLs for Slack/webhook channels"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/notifications_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "src/notification_dispatcher.py"
      ],
      "file_count": 6,
      "download_size_bytes": 41572,
      "download_size_human": "40.6 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-notification-dispatcher",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-notification-dispatcher",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-notification-dispatcher/"
    },
    {
      "product_id": "automation-hub:report-generator",
      "slug": "report-generator",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Report Generator",
      "short_description": "Build formatted reports from CSV, JSON, or SQLite data: filter, group, aggregate, sort, and render to Markdown, HTML, CSV, or JSON with summary stats and ASCII charts.",
      "detailed_description": "Build formatted reports from tabular data (CSV, JSON, SQLite). Filter, group, aggregate, sort, and render to Markdown, HTML, CSV, or JSON \u2014 all with Python stdlib, no external dependencies. Includes summary statistics and inline ASCII bar charts for group aggregates. Includes: Multi-source input \u2014 CSV files, JSON files (flat or nested), SQLite databases; Row filtering \u2014 Keep rows matching conditions (eq, ne, gt, lt, gte, lte, contains, regex, in, notnull, isnull); Computed columns \u2014 Add derived fields via arithmetic expressions or string templates; Group-by aggregation \u2014 Group by one or more fields with count, sum, avg, min, max; Sorting \u2014 Sort results by any column, ascending or descending; Multiple output formats \u2014 Markdown tables, self-contained styled HTML, CSV, JSON.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n    \"title\": \"Report Title\",\n    \"description\": \"Optional description text.\",\n    \"source\": {\n        \"type\": \"csv\",\n        \"path\": \"path/to/data.csv\",\n        \"delimiter\": \",\",\n        \"encoding\": \"utf-8\",\n        \"records_path\": \"\",\n        \"table\": \"\",\n        \"query\": \"\"\n    },\n    \"filters\": [\n        {\"field\": \"status\", \"op\": \"eq\", \"value\": \"active\"}\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/report_generator_config.json",
        "examples/sample_data.csv",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_output.md",
        "guide/04_license.md",
        "src/report_generator.py"
      ],
      "file_count": 8,
      "download_size_bytes": 36584,
      "download_size_human": "35.7 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-report-generator",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-report-generator",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-report-generator/"
    },
    {
      "product_id": "automation-hub:task-scheduler",
      "slug": "task-scheduler",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Task Scheduler",
      "short_description": "In-process job scheduler with interval, cron, and one-shot triggers, priority run queue, concurrency limits, retry with backoff, missed-run policies, and state persistence.",
      "detailed_description": "An in-process job scheduler built on Python stdlib. Schedule tasks by fixed interval, cron expression (5-field, with full wildcard/step/range/list syntax), or as a one-shot at a specific datetime. Features a priority-based run queue, configurable concurrency limits, retry with exponential backoff, missed-run policies, and automatic state persistence to JSON. Includes: Cron expressions \u2014 Full 5-field parser supporting , /n, a-b, a,b,c, and combinations; Interval scheduling \u2014 Run tasks every N seconds with drift-free tracking; One-shot tasks \u2014 Fire once at a specified datetime, then never again; Priority queue \u2014 Higher-priority tasks run first when multiple are due simultaneously; Concurrency control \u2014 Cap the number of tasks running in parallel via thread semaphore; Retry with backoff \u2014 Failed tasks retry up to N times with configurable exponential delay.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n    \"settings\": {\n        \"max_concurrency\": 3,\n        \"tick_interval\": 1.0,\n        \"state_file\": \"scheduler_state.json\"\n    },\n    \"tasks\": [\n        {\n            \"name\": \"my-task\",\n            \"schedule_type\": \"cron\",\n            \"schedule_value\": \"*/5 * * * *\",\n            \"command\": \"echo 'hello'\",\n            \"priority\": 3,\n            \"retry_limit\": 2,\n\u2026",
        "[\n  {\n    \"name\": \"system-heartbeat\",\n    \"enabled\": true,\n    \"schedule\": \"interval: 60\",\n    \"priority\": 1,\n    \"next_fire\": \"2026-07-01T08:00:00+00:00\",\n    \"last_run\": null,\n    \"last_status\": \"pending\",\n    \"run_count\": 0,\n    \"fail_count\": 0\n  }\n]"
      ],
      "included_files": [
        "README.md",
        "examples/scheduler_state.json",
        "examples/task_scheduler_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_output.md",
        "guide/04_license.md",
        "src/task_scheduler.py"
      ],
      "file_count": 8,
      "download_size_bytes": 34733,
      "download_size_human": "33.9 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-task-scheduler",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-task-scheduler",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-task-scheduler/"
    },
    {
      "product_id": "automation-hub:web-scraper",
      "slug": "web-scraper",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Web Scraper",
      "short_description": "Python web scraping framework with CSS selectors, pagination, rate limiting, proxy rotation, and caching.",
      "detailed_description": "A complete web scraping framework built on Python stdlib. CSS-style selectors, automatic pagination, rate limiting, proxy rotation, and multi-format export \u2014 no pip installs needed. Includes: CSS-like selectors \u2014 Extract elements by tag,; Automatic pagination \u2014 Follow next-page links across multiple pages; Rate limiting \u2014 Configurable delay between requests (be a polite scraper); Proxy rotation \u2014 Round-robin through a list of proxy servers; Retry with backoff \u2014 Exponential backoff on 429/5xx errors; Multi-format export \u2014 Save to JSON, CSV, or SQLite.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n    \"url\": \"https://api.docs.example.com/products\",\n    \"selector\": \".product-card\",\n    \"follow_links\": true,\n    \"next_page_selector\": \"a.next-page\",\n    \"max_pages\": 5,\n    \"delay\": 1.5,\n    \"proxies\": [\"http://proxy1.docs.example.com:8080\"],\n    \"output_format\": \"json\",\n    \"output_path\": \"products.json\"\n}",
        "{\n    \"text\": \"Product Name \u2014 $29.99\",\n    \"href\": \"/products/widget-pro\",\n    \"_page\": 1,\n    \"_source_url\": \"https://docs.example.com/shop\",\n    \"_scraped_at\": \"2026-03-14T12:00:00+00:00\"\n}"
      ],
      "included_files": [
        "README.md",
        "examples/scrape_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration-reference.md",
        "guide/04_faq.md",
        "src/web_scraper.py"
      ],
      "file_count": 7,
      "download_size_bytes": 40639,
      "download_size_human": "39.7 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-web-scraper",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-web-scraper",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-web-scraper/"
    },
    {
      "product_id": "automation-hub:webhook-router",
      "slug": "webhook-router",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Webhook Router",
      "short_description": "Lightweight HTTP webhook receiver and router with URL-based routes, HMAC validation, and delivery tracking.",
      "detailed_description": "A lightweight HTTP webhook receiver and router built on Python stdlib. Define URL-based routes, validate payloads with HMAC signatures, filter by event type, retry failed forwards with exponential backoff, and log every event to SQLite. Includes: URL-based routing \u2014 Pattern-match incoming webhook paths to specific handlers; HMAC signature verification \u2014 Validate webhook authenticity (Stripe, GitHub, etc; Payload validation \u2014 JSON schema-style checks on incoming payloads; Event filtering \u2014 Route based on event type headers or payload fields; Retry with backoff \u2014 Forward events to downstream URLs with exponential backoff; Event persistence \u2014 Log all events to SQLite for audit and replay.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start the router with default catch-all route on port 8080\npython src/webhook_router.py\n\n# Start with a config file\npython src/webhook_router.py --config examples/webhook_config.json\n\n# Custom port and logging\npython src/webhook_router.py --port 9000 --log-file webhooks.log --log-level DEBUG",
        "curl -X POST http://localhost:8080/hooks/test \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"event\": \"test.ping\", \"data\": {\"message\": \"hello\"}}'"
      ],
      "included_files": [
        "README.md",
        "examples/webhook_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "src/webhook_router.py"
      ],
      "file_count": 6,
      "download_size_bytes": 42231,
      "download_size_human": "41.2 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-webhook-router",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-webhook-router",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-webhook-router/"
    },
    {
      "product_id": "automation-hub:webhook-trigger",
      "slug": "webhook-trigger",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Webhook Trigger",
      "short_description": "Event-driven webhook dispatcher: map events to endpoints, render templated payloads, sign with HMAC-SHA256, POST via urllib, retry with backoff, and dead-letter failed deliveries.",
      "detailed_description": "An event-driven webhook dispatcher built on Python stdlib. Register triggers mapping event names to one or more webhook endpoints. On emit, render a payload from a configurable template, sign it with HMAC-SHA256, POST it via urllib, and retry with exponential backoff on failure. Permanently failed deliveries go to a dead-letter log. Includes: Event-to-endpoint mapping \u2014 Register triggers that fan out a single event to multiple webhook URLs; Payload templating \u2014 Render payloads from {{key}} templates substituted with event data; HMAC-SHA256 signing \u2014 Every outbound request carries a verifiable X-Webhook-Signature header; Retry with exponential backoff \u2014 Configurable max retries and base delay for transient failures; Dead-letter log \u2014 Permanently failed deliveries are persisted to a JSON file for later inspection; Per-endpoint rate limiting \u2014 Token-bucket rate limiter prevents overwhelming downstream services.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n  \"total_deliveries\": 2,\n  \"delivered\": 0,\n  \"failed\": 0,\n  \"dry_run\": 2,\n  \"dead_letters\": 0,\n  \"deliveries\": [\n    {\n      \"event\": \"order.created\",\n      \"endpoint_url\": \"https://api.docs.example.com/webhooks/orders\",\n      \"payload\": {\"event\": \"order.created\", \"order_id\": \"42\", \"total\": \"99.95\", \"currency\": \"USD\"},\n      \"signature\": \"sha256=abc123...\",\n      \"status\": \"dry_run\",\n      \"total_attempts\": 1,\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/webhook_trigger_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_output.md",
        "guide/04_license.md",
        "src/webhook_trigger.py"
      ],
      "file_count": 7,
      "download_size_bytes": 31926,
      "download_size_human": "31.2 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-webhook-trigger",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-webhook-trigger",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-webhook-trigger/"
    },
    {
      "product_id": "automation-hub:workflow-engine",
      "slug": "workflow-engine",
      "store": "automation-hub",
      "store_name": "Automation Hub",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "automation",
        "cloud",
        "cron jobs",
        "etl",
        "pipelines",
        "scripting",
        "workflows"
      ],
      "title": "Workflow Engine",
      "short_description": "DAG-based task execution engine with conditional branching, parallel tasks, state persistence, and retries.",
      "detailed_description": "DAG-based task execution engine with conditional branching, parallel tasks, state persistence, and retry policies. Define workflows in JSON, execute them with full observability. Includes: DAG execution \u2014 Tasks execute in dependency order with automatic parallelism; Conditional branching \u2014 Skip tasks based on Python expressions; Parallel execution \u2014 Tasks without dependencies run concurrently via thread pool; State persistence \u2014 Save and resume workflows after failures; Retry policies \u2014 Per-task retry limits with configurable backoff; DAG validation \u2014 Detects cycles and missing dependencies before execution.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run a workflow\npython src/workflow_engine.py --config examples/workflow_config.json\n\n# Preview execution plan\npython src/workflow_engine.py --config examples/workflow_config.json --dry-run\n\n# Resume a failed workflow\npython src/workflow_engine.py --config examples/workflow_config.json --resume workflow_state.json",
        "{\n    \"name\": \"my-pipeline\",\n    \"max_workers\": 4,\n    \"tasks\": [\n        {\n            \"name\": \"build\",\n            \"command\": \"make build\",\n            \"depends_on\": [\"lint\", \"test\"],\n            \"condition\": \"\",\n            \"retry_limit\": 2,\n            \"timeout\": 300\n        }\n    ],\n    \"on_complete\": \"echo 'Done!'\",\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/workflow_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_license.md",
        "src/workflow_engine.py"
      ],
      "file_count": 6,
      "download_size_bytes": 36208,
      "download_size_human": "35.4 KB",
      "product_url": "https://datanest-stores.com/automation-hub/#product-workflow-engine",
      "preview_url": "https://datanest-stores.com/automation-hub/preview-workflow-engine",
      "demo_url": "https://datanest-stores.com/automation-hub/demo-workflow-engine/"
    },
    {
      "product_id": "cert-prep:terraform-associate-prep",
      "slug": "terraform-associate-prep",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "Terraform Associate Cert Prep",
      "short_description": "Complete study guide for HashiCorp Terraform Associate with practice questions, lab exercises, and configuration examples.",
      "detailed_description": "Complete study guide for the HashiCorp Terraform Associate certification (003). Covers all exam objectives with thorough explanations, runnable HCL examples, 50 practice questions with explained answers, and an exam-day cram sheet.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Install Terraform (https://developer.hashicorp.com/terraform/install)\nterraform version\n\n# 2. Navigate to an example directory\ncd examples/\n\n# 3. Initialize (downloads providers)\nterraform init\n\n# 4. Preview changes\nterraform plan\n\n# 5. Apply (creates resources \u2014 use a sandbox account!)\nterraform apply\n\u2026"
      ],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "examples/01-basic-infrastructure.tf",
        "examples/02-variables-and-outputs.tf",
        "examples/03-modules/main.tf",
        "examples/03-modules/modules/web-server/main.tf",
        "examples/03-modules/modules/web-server/outputs.tf",
        "examples/03-modules/modules/web-server/variables.tf",
        "examples/04-remote-state.tf",
        "examples/05-provisioners.tf",
        "examples/06-data-sources.tf",
        "examples/07-expressions.tf",
        "guide/01-overview.md",
        "guide/02-terraform-core-concepts.md",
        "guide/03-terraform-state-and-remote-backends.md",
        "practice-questions/answer-key.md",
        "practice-questions/questions.md",
        "quick-reference/cheatsheet.md",
        "study-guide/01-iac-concepts.md",
        "study-guide/02-terraform-purpose-workflow.md",
        "study-guide/03-providers.md",
        "study-guide/04-state-management.md",
        "study-guide/05-modules.md",
        "study-guide/06-hcl-syntax.md",
        "study-guide/07-variables-outputs.md",
        "study-guide/08-provisioners.md",
        "study-guide/09-terraform-cloud.md"
      ],
      "file_count": 27,
      "download_size_bytes": 143961,
      "download_size_human": "140.6 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-terraform-associate-prep",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-terraform-associate-prep",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-terraform-associate-prep/"
    },
    {
      "product_id": "cert-prep:kubernetes-cka-labs",
      "slug": "kubernetes-cka-labs",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "Kubernetes CKA Lab Workbook",
      "short_description": "Hands-on lab exercises for Certified Kubernetes Administrator: cluster setup, networking, storage, security, and troubleshooting.",
      "detailed_description": "Hands-on lab exercises for the Certified Kubernetes Administrator (CKA) exam. Practice every exam domain with realistic tasks, step-by-step solutions, verification commands, and ready-to-apply YAML manifests.",
      "price_usd": 79,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Linux command line",
        "Basic networking concepts",
        "Container fundamentals",
        "YAML syntax"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Docker",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "## Task X: [Title]\n**Objective**: What you need to accomplish.\n**Exam weight**: Which domain this falls under.\n\n### Task Statement\nA realistic task description similar to what you'll see on the exam.\n\n### Solution\nStep-by-step commands and explanations.\n\n### Verification\nCommands to confirm your solution is correct.\n\n### Key Takeaways\n\u2026"
      ],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "guide/01-cluster-architecture.md",
        "guide/02-workloads-scheduling.md",
        "guide/03-services-networking.md",
        "guide/04-storage.md",
        "guide/05-troubleshooting.md",
        "guide/06-security-rbac.md",
        "guide/07-etcd-backup-restore.md",
        "labs/00-environment-setup.md",
        "labs/01-cluster-architecture.md",
        "labs/02-workloads-scheduling.md",
        "labs/03-services-networking.md",
        "labs/04-storage.md",
        "labs/05-troubleshooting.md",
        "labs/06-security-rbac.md",
        "labs/07-etcd-backup-restore.md",
        "manifests/cluster-setup/cluster-role-binding.yaml",
        "manifests/cluster-setup/kubeadm-config.yaml",
        "manifests/networking/networking.yaml",
        "manifests/security/security.yaml",
        "manifests/storage/storage.yaml",
        "manifests/workloads/cronjob.yaml",
        "manifests/workloads/deployment.yaml",
        "quick-reference/cka-cheatsheet.md"
      ],
      "file_count": 25,
      "download_size_bytes": 170916,
      "download_size_human": "166.9 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-kubernetes-cka-labs",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-kubernetes-cka-labs",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-kubernetes-cka-labs/"
    },
    {
      "product_id": "cert-prep:aws-sa-associate-guide",
      "slug": "aws-sa-associate-guide",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "AWS SA Associate Study Guide",
      "short_description": "Comprehensive study guide covering all AWS Solutions Architect Associate domains with architecture diagrams and practice scenarios.",
      "detailed_description": "Comprehensive study guide covering all four exam domains for the AWS Solutions Architect Associate certification. Includes architecture decision scenarios, service comparison tables, 50 practice questions with explanations, and an exam-day cram sheet.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "examples/architecture-scenarios.md",
        "examples/cli-commands.sh",
        "guide/01-overview.md",
        "guide/02-aws-well-architected-framework.md",
        "guide/03-high-availability-architecture-design.md",
        "practice-questions/answer-key.md",
        "practice-questions/questions.md",
        "quick-reference/cheatsheet.md",
        "quick-reference/service-comparison-tables.md",
        "study-guide/01-design-secure-architectures.md",
        "study-guide/02-design-resilient-architectures.md",
        "study-guide/03-design-high-performing-architectures.md",
        "study-guide/04-design-cost-optimized-architectures.md"
      ],
      "file_count": 15,
      "download_size_bytes": 105975,
      "download_size_human": "103.5 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-aws-sa-associate-guide",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-aws-sa-associate-guide",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-aws-sa-associate-guide/"
    },
    {
      "product_id": "cert-prep:azure-fundamentals-guide",
      "slug": "azure-fundamentals-guide",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "Azure Fundamentals (AZ-900) Guide",
      "short_description": "Complete AZ-900 study material covering cloud concepts, Azure services, security, pricing, and SLA fundamentals with practice questions.",
      "detailed_description": "Beginner-friendly study guide covering all four AZ-900 exam domains: cloud concepts, core Azure services, security/identity/compliance, and Azure pricing/SLA/lifecycle. Includes 40 practice questions with explained answers and an exam-day cram sheet.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "examples/az-cli-commands.sh",
        "guide/01-overview.md",
        "guide/02-cloud-concepts-and-azure-architecture.md",
        "guide/03-azure-security,-pricing-and-slas.md",
        "practice-questions/answer-key.md",
        "practice-questions/questions.md",
        "quick-reference/cheatsheet.md",
        "study-guide/01-cloud-concepts.md",
        "study-guide/02-core-azure-services.md",
        "study-guide/03-security-identity-compliance.md",
        "study-guide/04-pricing-sla-lifecycle.md"
      ],
      "file_count": 13,
      "download_size_bytes": 86608,
      "download_size_human": "84.6 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-azure-fundamentals-guide",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-azure-fundamentals-guide",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-azure-fundamentals-guide/"
    },
    {
      "product_id": "cert-prep:databricks-de-associate",
      "slug": "databricks-de-associate",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "Databricks DE Associate Prep",
      "short_description": "Study guide for Databricks Data Engineer Associate covering Spark, Delta Lake, DLT, Unity Catalog, and workflow orchestration.",
      "detailed_description": "Complete study guide, 45 practice questions with explained answers, PySpark & SQL code examples, and an exam-day cheatsheet for the Databricks Certified Data Engineer Associate certification.",
      "price_usd": 69,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "Domain 1: Lakehouse Platform .............. ~24%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 2: ELT with Spark SQL & PySpark .... ~29%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 3: Incremental Data Processing ..... ~22%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 4: Production Pipelines ............ ~16%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 5: Data Governance ................. ~9%   \u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591",
        "# Replace these with your actual catalog and schema names\nCATALOG = \"catalog_gold_analytics\"\nSCHEMA = \"sales_data\""
      ],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "examples/delta-lake-operations.py",
        "examples/dlt-pipeline-example.py",
        "examples/pyspark-examples.py",
        "examples/spark-sql-examples.sql",
        "examples/structured-streaming-example.py",
        "guide/01-overview.md",
        "guide/02-lakehouse-platform-architecture.md",
        "guide/03-elt-with-spark-sql-and-pyspark.md",
        "practice-questions/answer-key.md",
        "practice-questions/questions.md",
        "quick-reference/cheatsheet.md",
        "study-guide/01-lakehouse-platform.md",
        "study-guide/02-elt-spark-sql-pyspark.md",
        "study-guide/03-incremental-data-processing.md",
        "study-guide/04-production-pipelines.md",
        "study-guide/05-data-governance.md"
      ],
      "file_count": 18,
      "download_size_bytes": 142823,
      "download_size_human": "139.5 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-databricks-de-associate",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-databricks-de-associate",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-databricks-de-associate/"
    },
    {
      "product_id": "cert-prep:kubernetes-ckad-labs",
      "slug": "kubernetes-ckad-labs",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "Kubernetes CKAD Lab Workbook",
      "short_description": "Application developer certification labs covering pod design, services, configuration, observability, and multi-container patterns.",
      "detailed_description": "Hands-on lab exercises for the Certified Kubernetes Application Developer (CKAD) exam. Practice every exam domain with realistic tasks, step-by-step solutions, verification commands, and ready-to-apply YAML manifests.",
      "price_usd": 69,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Container basics",
        "YAML syntax",
        "Basic command-line usage",
        "Any programming language"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "## Task X: [Title]\n**Objective**: What you need to accomplish.\n\n### Task Statement\nA realistic task similar to the exam.\n\n### Solution\nStep-by-step commands.\n\n### Verification\nCommands to confirm your solution.\n\n### Key Takeaways\nWhat to remember."
      ],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "guide/01-pod-design.md",
        "guide/02-configuration.md",
        "guide/03-multi-container-pods.md",
        "guide/04-observability.md",
        "guide/05-services-networking.md",
        "guide/06-state-persistence.md",
        "labs/00-environment-setup.md",
        "labs/01-pod-design.md",
        "labs/02-configuration.md",
        "labs/03-multi-container-pods.md",
        "labs/04-observability.md",
        "labs/05-services-networking.md",
        "labs/06-state-persistence.md",
        "manifests/configuration/configmap-secret.yaml",
        "manifests/multi-container/patterns.yaml",
        "manifests/observability/probes.yaml",
        "manifests/pod-design/deployment-rolling.yaml",
        "manifests/services/service-types.yaml",
        "quick-reference/ckad-cheatsheet.md"
      ],
      "file_count": 21,
      "download_size_bytes": 92520,
      "download_size_human": "90.4 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-kubernetes-ckad-labs",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-kubernetes-ckad-labs",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-kubernetes-ckad-labs/"
    },
    {
      "product_id": "cert-prep:aws-devops-professional",
      "slug": "aws-devops-professional",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "AWS DevOps Professional Guide",
      "short_description": "Advanced study material for CI/CD, configuration management, monitoring, logging, incident response, and compliance on AWS.",
      "detailed_description": "Comprehensive study guide for the AWS Certified DevOps Engineer \u2014 Professional (DOP-C02) exam. Covers all six exam domains with concept summaries, scenario-based explanations, practice questions, and CI/CD pipeline examples.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "AWS Solutions Architect Associate or Developer Associate",
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "AWS",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "examples/appspec.yaml",
        "examples/buildspec.yaml",
        "examples/cloudformation-template.yaml",
        "examples/lambda-handler.py",
        "examples/pipeline.yaml",
        "guide/01-overview.md",
        "guide/02-ci-cd-on-aws.md",
        "guide/03-monitoring,-logging-and-incident-respons.md",
        "practice-questions/answer-key.md",
        "practice-questions/questions.md",
        "quick-reference/devops-pro-cheatsheet.md",
        "study-guide/01-sdlc-automation.md",
        "study-guide/02-configuration-management-iac.md",
        "study-guide/03-resilient-cloud-solutions.md",
        "study-guide/04-monitoring-logging.md",
        "study-guide/05-incident-event-response.md",
        "study-guide/06-security-compliance.md"
      ],
      "file_count": 19,
      "download_size_bytes": 150323,
      "download_size_human": "146.8 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-aws-devops-professional",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-aws-devops-professional",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-aws-devops-professional/"
    },
    {
      "product_id": "cert-prep:docker-dca-prep",
      "slug": "docker-dca-prep",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "Docker DCA Certification Prep",
      "short_description": "Docker Certified Associate study guide with image management, networking, orchestration, security, and storage exercises.",
      "detailed_description": "Comprehensive study guide for the Docker Certified Associate (DCA) exam. Covers all six exam domains with concept summaries, practice questions, command references, and hands-on Dockerfile and Compose examples.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "examples/Dockerfile.multi-stage",
        "examples/Dockerfile.python-app",
        "examples/docker-compose.production.yaml",
        "examples/docker-compose.yaml",
        "examples/swarm-stack.yaml",
        "guide/01-overview.md",
        "guide/02-docker-architecture-and-image-management.md",
        "guide/03-docker-networking-and-storage.md",
        "practice-questions/answer-key.md",
        "practice-questions/questions.md",
        "quick-reference/docker-cheatsheet.md",
        "study-guide/01-orchestration.md",
        "study-guide/02-image-management.md",
        "study-guide/03-installation-configuration.md",
        "study-guide/04-networking.md",
        "study-guide/05-security.md",
        "study-guide/06-storage-volumes.md"
      ],
      "file_count": 19,
      "download_size_bytes": 77880,
      "download_size_human": "76.1 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-docker-dca-prep",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-docker-dca-prep",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-docker-dca-prep/"
    },
    {
      "product_id": "cert-prep:gcp-cloud-engineer",
      "slug": "gcp-cloud-engineer",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "GCP Cloud Engineer Guide",
      "short_description": "Google Cloud Associate Cloud Engineer exam prep covering Compute, Storage, Networking, IAM, and deployment scenarios.",
      "detailed_description": "Complete study guide for the Google Associate Cloud Engineer certification. Covers Compute, Storage, Databases, Networking, IAM, deployment, and gcloud CLI with 50 practice questions, hands-on gcloud examples, and an exam-day cram sheet.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "examples/deployment.yaml",
        "examples/gcloud-commands.sh",
        "guide/01-overview.md",
        "guide/02-gcp-compute-and-storage-services.md",
        "guide/03-gcp-networking-and-iam.md",
        "practice-questions/answer-key.md",
        "practice-questions/questions.md",
        "quick-reference/cheatsheet.md",
        "study-guide/01-compute.md",
        "study-guide/02-storage-databases.md",
        "study-guide/03-networking.md",
        "study-guide/04-iam-security.md",
        "study-guide/05-deployment-management.md"
      ],
      "file_count": 15,
      "download_size_bytes": 88206,
      "download_size_human": "86.1 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-gcp-cloud-engineer",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-gcp-cloud-engineer",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-gcp-cloud-engineer/"
    },
    {
      "product_id": "cert-prep:comptia-security-plus",
      "slug": "comptia-security-plus",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "CompTIA Security+ Study Guide",
      "short_description": "Written study guide covering threats, architecture, implementation, operations, and governance domains with practice questions.",
      "detailed_description": "Comprehensive study guide covering all 5 exam domains, 40+ practice questions with explained answers, security configuration examples, and an acronym glossary for the CompTIA Security+ SY0-701 certification.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "Domain 1: General Security Concepts ............. 12%  \u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 2: Threats, Vulnerabilities, Mitigations . 22%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 3: Security Architecture ................. 18%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 4: Security Operations ................... 28%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 5: Program Management & Oversight ........ 20%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591"
      ],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "examples/firewall-rules.txt",
        "examples/incident-response-playbook.md",
        "examples/network-hardening-checklist.md",
        "guide/01-overview.md",
        "guide/02-threats,-vulnerabilities-and-attacks.md",
        "guide/03-architecture-and-design-security.md",
        "practice-questions/answer-key.md",
        "practice-questions/questions.md",
        "pyproject.toml",
        "quick-reference/acronym-glossary.md",
        "quick-reference/cheatsheet.md",
        "study-guide/01-general-security-concepts.md",
        "study-guide/02-threats-vulnerabilities-mitigations.md",
        "study-guide/03-security-architecture.md",
        "study-guide/04-security-operations.md",
        "study-guide/05-security-program-management.md"
      ],
      "file_count": 18,
      "download_size_bytes": 127425,
      "download_size_human": "124.4 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-comptia-security-plus",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-comptia-security-plus",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-comptia-security-plus/"
    },
    {
      "product_id": "cert-prep:azure-administrator-guide",
      "slug": "azure-administrator-guide",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "Azure Administrator (AZ-104) Guide",
      "short_description": "Complete AZ-104 study material covering identity, governance, storage, compute, and networking with lab exercises.",
      "detailed_description": "Comprehensive study guide covering all 5 exam domains, 45 practice questions with explained answers, az CLI examples, ARM templates, lab exercises, and an exam-day cheatsheet for the Microsoft Azure Administrator Associate certification.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "Domain 1: Identities & Governance ....... 20-25%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 2: Storage ....................... 15-20%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 3: Compute ....................... 20-25%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 4: Networking .................... 15-20%  \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\nDomain 5: Monitor & Maintain ............ 10-15%  \u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591"
      ],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "examples/arm-template-vm.json",
        "examples/arm-template-vnet.json",
        "examples/az-cli-commands.sh",
        "guide/01-overview.md",
        "guide/02-azure-identity-and-governance.md",
        "guide/03-azure-storage-and-compute.md",
        "lab-exercises/lab-01-resource-groups-rbac.md",
        "lab-exercises/lab-02-virtual-networks.md",
        "lab-exercises/lab-03-storage-and-vms.md",
        "practice-questions/answer-key.md",
        "practice-questions/questions.md",
        "quick-reference/cheatsheet.md",
        "study-guide/01-manage-identities-governance.md",
        "study-guide/02-implement-manage-storage.md",
        "study-guide/03-deploy-manage-compute.md",
        "study-guide/04-implement-manage-networking.md",
        "study-guide/05-monitor-maintain-resources.md"
      ],
      "file_count": 19,
      "download_size_bytes": 136952,
      "download_size_human": "133.7 KB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-azure-administrator-guide",
      "preview_url": "https://datanest-stores.com/cert-prep/preview-azure-administrator-guide",
      "demo_url": "https://datanest-stores.com/cert-prep/demo-azure-administrator-guide/"
    },
    {
      "product_id": "cert-prep:cert-prep-complete-bundle",
      "slug": "cert-prep-complete-bundle",
      "store": "cert-prep",
      "store_name": "Certification Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "aws",
        "azure",
        "bundle",
        "career",
        "certification",
        "cka",
        "ckad",
        "comptia",
        "exam prep",
        "kubernetes",
        "study guide",
        "terraform"
      ],
      "title": "Certification Prep Bundle",
      "short_description": "All 11 cert guides \u2014 $579 bought separately, yours for $249. Save $330 (57%): AWS, Azure, Kubernetes, and Terraform study guides and labs.",
      "detailed_description": "Complete study guide for the HashiCorp Terraform Associate certification (003). Covers all exam objectives with thorough explanations, runnable HCL examples, 50 practice questions with explained answers, and an exam-day cram sheet.",
      "price_usd": 249,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-06-16",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "Terraform",
        "Shell",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Install Terraform (https://developer.hashicorp.com/terraform/install)\nterraform version\n\n# 2. Navigate to an example directory\ncd examples/\n\n# 3. Initialize (downloads providers)\nterraform init\n\n# 4. Preview changes\nterraform plan\n\n# 5. Apply (creates resources \u2014 use a sandbox account!)\nterraform apply\n\u2026"
      ],
      "included_files": [
        "products/aws-devops-professional/README.md",
        "products/aws-devops-professional/source/README.md",
        "products/aws-devops-professional/source/config.example.yaml",
        "products/aws-devops-professional/source/examples/appspec.yaml",
        "products/aws-devops-professional/source/examples/buildspec.yaml",
        "products/aws-devops-professional/source/examples/cloudformation-template.yaml",
        "products/aws-devops-professional/source/examples/lambda-handler.py",
        "products/aws-devops-professional/source/examples/pipeline.yaml",
        "products/aws-devops-professional/source/guide/01-overview.md",
        "products/aws-devops-professional/source/guide/02-ci-cd-on-aws.md",
        "products/aws-devops-professional/source/guide/03-monitoring,-logging-and-incident-respons.md",
        "products/aws-devops-professional/source/practice-questions/answer-key.md",
        "products/aws-devops-professional/source/practice-questions/questions.md",
        "products/aws-devops-professional/source/quick-reference/devops-pro-cheatsheet.md",
        "products/aws-devops-professional/source/study-guide/01-sdlc-automation.md",
        "products/aws-devops-professional/source/study-guide/02-configuration-management-iac.md",
        "products/aws-devops-professional/source/study-guide/03-resilient-cloud-solutions.md",
        "products/aws-devops-professional/source/study-guide/04-monitoring-logging.md",
        "products/aws-devops-professional/source/study-guide/05-incident-event-response.md",
        "products/aws-devops-professional/source/study-guide/06-security-compliance.md",
        "products/aws-sa-associate-guide/README.md",
        "products/aws-sa-associate-guide/source/README.md",
        "products/aws-sa-associate-guide/source/config.example.yaml",
        "products/aws-sa-associate-guide/source/examples/architecture-scenarios.md",
        "products/aws-sa-associate-guide/source/examples/cli-commands.sh",
        "products/aws-sa-associate-guide/source/guide/01-overview.md",
        "products/aws-sa-associate-guide/source/guide/02-aws-well-architected-framework.md",
        "products/aws-sa-associate-guide/source/guide/03-high-availability-architecture-design.md",
        "products/aws-sa-associate-guide/source/practice-questions/answer-key.md",
        "products/aws-sa-associate-guide/source/practice-questions/questions.md",
        "products/aws-sa-associate-guide/source/quick-reference/cheatsheet.md",
        "products/aws-sa-associate-guide/source/quick-reference/service-comparison-tables.md",
        "products/aws-sa-associate-guide/source/study-guide/01-design-secure-architectures.md",
        "products/aws-sa-associate-guide/source/study-guide/02-design-resilient-architectures.md",
        "products/aws-sa-associate-guide/source/study-guide/03-design-high-performing-architectures.md",
        "products/aws-sa-associate-guide/source/study-guide/04-design-cost-optimized-architectures.md",
        "products/azure-administrator-guide/README.md",
        "products/azure-administrator-guide/source/README.md",
        "products/azure-administrator-guide/source/config.example.yaml",
        "products/azure-administrator-guide/source/examples/arm-template-vm.json",
        "products/azure-administrator-guide/source/examples/arm-template-vnet.json",
        "products/azure-administrator-guide/source/examples/az-cli-commands.sh",
        "products/azure-administrator-guide/source/guide/01-overview.md",
        "products/azure-administrator-guide/source/guide/02-azure-identity-and-governance.md",
        "products/azure-administrator-guide/source/guide/03-azure-storage-and-compute.md",
        "products/azure-administrator-guide/source/lab-exercises/lab-01-resource-groups-rbac.md",
        "products/azure-administrator-guide/source/lab-exercises/lab-02-virtual-networks.md",
        "products/azure-administrator-guide/source/lab-exercises/lab-03-storage-and-vms.md",
        "products/azure-administrator-guide/source/practice-questions/answer-key.md",
        "products/azure-administrator-guide/source/practice-questions/questions.md",
        "products/azure-administrator-guide/source/quick-reference/cheatsheet.md",
        "products/azure-administrator-guide/source/study-guide/01-manage-identities-governance.md",
        "products/azure-administrator-guide/source/study-guide/02-implement-manage-storage.md",
        "products/azure-administrator-guide/source/study-guide/03-deploy-manage-compute.md",
        "products/azure-administrator-guide/source/study-guide/04-implement-manage-networking.md",
        "products/azure-administrator-guide/source/study-guide/05-monitor-maintain-resources.md",
        "products/azure-fundamentals-guide/README.md",
        "products/azure-fundamentals-guide/source/README.md",
        "products/azure-fundamentals-guide/source/config.example.yaml",
        "products/azure-fundamentals-guide/source/examples/az-cli-commands.sh",
        "products/azure-fundamentals-guide/source/guide/01-overview.md",
        "products/azure-fundamentals-guide/source/guide/02-cloud-concepts-and-azure-architecture.md",
        "products/azure-fundamentals-guide/source/guide/03-azure-security,-pricing-and-slas.md",
        "products/azure-fundamentals-guide/source/practice-questions/answer-key.md",
        "products/azure-fundamentals-guide/source/practice-questions/questions.md",
        "products/azure-fundamentals-guide/source/quick-reference/cheatsheet.md",
        "products/azure-fundamentals-guide/source/study-guide/01-cloud-concepts.md",
        "products/azure-fundamentals-guide/source/study-guide/02-core-azure-services.md",
        "products/azure-fundamentals-guide/source/study-guide/03-security-identity-compliance.md",
        "products/azure-fundamentals-guide/source/study-guide/04-pricing-sla-lifecycle.md",
        "products/comptia-security-plus/README.md",
        "products/comptia-security-plus/source/README.md",
        "products/comptia-security-plus/source/config.example.yaml",
        "products/comptia-security-plus/source/examples/firewall-rules.txt",
        "products/comptia-security-plus/source/examples/incident-response-playbook.md",
        "products/comptia-security-plus/source/examples/network-hardening-checklist.md",
        "products/comptia-security-plus/source/guide/01-overview.md",
        "products/comptia-security-plus/source/guide/02-threats,-vulnerabilities-and-attacks.md",
        "products/comptia-security-plus/source/guide/03-architecture-and-design-security.md",
        "products/comptia-security-plus/source/practice-questions/answer-key.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1345155,
      "download_size_human": "1.3 MB",
      "product_url": "https://datanest-stores.com/cert-prep/#product-cert-prep-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "cheatsheet-packs:python-cheatsheet-pack",
      "slug": "python-cheatsheet-pack",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "Python Complete Cheatsheet Pack",
      "short_description": "Comprehensive Python reference: syntax, stdlib, data structures, async/await, decorators, comprehensions, and common patterns.",
      "detailed_description": "Comprehensive Python reference covering syntax, standard library, data structures, async/await, decorators, comprehensions, type hints, and battle-tested patterns. Designed for professional developers who want instant answers, not tutorials.",
      "price_usd": 15,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "cheatsheets/01-syntax-reference.md",
        "cheatsheets/02-data-structures.md",
        "cheatsheets/03-string-formatting.md",
        "cheatsheets/04-comprehensions.md",
        "cheatsheets/05-decorators.md",
        "cheatsheets/06-async-await.md",
        "cheatsheets/07-stdlib-highlights.md",
        "cheatsheets/08-error-handling.md",
        "cheatsheets/09-type-hints.md",
        "cheatsheets/10-common-patterns.md",
        "config.example.yaml",
        "examples/async_examples.py",
        "examples/comprehension_examples.py",
        "examples/data_structures_demo.py",
        "examples/decorator_examples.py",
        "examples/pattern_examples.py",
        "guide/01-overview.md",
        "guide/02-python-data-structures-and-patterns.md",
        "guide/03-async-await-and-concurrency.md"
      ],
      "file_count": 21,
      "download_size_bytes": 153375,
      "download_size_human": "149.8 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-python-cheatsheet-pack",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-python-cheatsheet-pack",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-python-cheatsheet-pack/"
    },
    {
      "product_id": "cheatsheet-packs:javascript-typescript-reference",
      "slug": "javascript-typescript-reference",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "JavaScript & TypeScript Reference",
      "short_description": "ES2024+ syntax, TypeScript types, DOM API, async patterns, module systems, and common utility snippets in one pack.",
      "detailed_description": "Complete reference pack covering ES2024+ syntax, TypeScript type system, DOM API, async patterns, module systems, and utility snippets. Built for professional developers who need instant answers.",
      "price_usd": 15,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "TypeScript",
        "JavaScript",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "cheatsheets/01-js-syntax-reference.md",
        "cheatsheets/02-functions-and-closures.md",
        "cheatsheets/03-typescript-types.md",
        "cheatsheets/04-async-patterns.md",
        "cheatsheets/05-arrays-and-objects.md",
        "cheatsheets/06-dom-and-events.md",
        "cheatsheets/07-modules-and-tooling.md",
        "cheatsheets/08-error-handling.md",
        "cheatsheets/09-es2020-2024-features.md",
        "cheatsheets/10-utility-snippets.md",
        "config.example.yaml",
        "examples/array_methods.js",
        "examples/async_patterns.js",
        "examples/dom_manipulation.html",
        "examples/typescript_types.ts",
        "examples/utility_functions.js",
        "guide/01-overview.md",
        "guide/02-es2024+-javascript-features.md",
        "guide/03-typescript-advanced-types.md"
      ],
      "file_count": 21,
      "download_size_bytes": 115477,
      "download_size_human": "112.8 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-javascript-typescript-reference",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-javascript-typescript-reference",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-javascript-typescript-reference/"
    },
    {
      "product_id": "cheatsheet-packs:docker-kubernetes-cheatsheets",
      "slug": "docker-kubernetes-cheatsheets",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "Docker & Kubernetes Cheatsheets",
      "short_description": "Container commands, Dockerfile best practices, K8s resource types, kubectl commands, Helm charts, and troubleshooting guides.",
      "detailed_description": "Container commands, Dockerfile best practices, K8s resource types, kubectl commands, Helm charts, and troubleshooting guides.",
      "price_usd": 15,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "cheatsheets/01-docker-cli.md",
        "cheatsheets/02-dockerfile-best-practices.md",
        "cheatsheets/03-docker-compose.md",
        "cheatsheets/04-docker-networking.md",
        "cheatsheets/05-kubernetes-resources.md",
        "cheatsheets/06-kubectl-commands.md",
        "cheatsheets/07-helm-charts.md",
        "cheatsheets/08-troubleshooting.md",
        "config.example.yaml",
        "examples/Dockerfile",
        "examples/docker-compose.yml",
        "examples/k8s-deployment.yaml",
        "examples/k8s-service-ingress.yaml",
        "guide/01-overview.md",
        "guide/02-dockerfile-best-practices.md",
        "guide/03-kubernetes-workloads-and-scheduling.md"
      ],
      "file_count": 18,
      "download_size_bytes": 116256,
      "download_size_human": "113.5 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-docker-kubernetes-cheatsheets",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-docker-kubernetes-cheatsheets",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-docker-kubernetes-cheatsheets/"
    },
    {
      "product_id": "cheatsheet-packs:aws-services-reference",
      "slug": "aws-services-reference",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "AWS Services Quick Reference",
      "short_description": "50+ AWS services summarized: compute, storage, database, networking, security, and ML. One page per service with use cases.",
      "detailed_description": "50+ AWS services summarized in one place. Compute, storage, database, networking, security, ML/AI, analytics, integration, management, and developer tools \u2014 each with use cases, key limits, pricing model, and a CLI example.",
      "price_usd": 25,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "## Service Name\n**What it is**: One-sentence description.\n**Core Concepts**: Key terms and building blocks.\n**When to Use**: Ideal scenarios.\n**When NOT to Use**: Anti-patterns and wrong-tool-for-the-job scenarios.\n**Key Limits**: Quotas and constraints that bite you in production.\n**Pricing Model**: How billing works in plain language.\n**CLI Example**: A real, runnable command."
      ],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "config.example.yaml",
        "examples/cli-commands.sh",
        "examples/common-architectures.md",
        "guide/01-overview.md",
        "guide/02-aws-compute-services-overview.md",
        "guide/03-aws-storage-and-database-decision-guide.md",
        "reference/01-compute.md",
        "reference/02-storage.md",
        "reference/03-database.md",
        "reference/04-networking.md",
        "reference/05-security.md",
        "reference/06-ml-ai.md",
        "reference/07-analytics.md",
        "reference/08-integration.md",
        "reference/09-management.md",
        "reference/10-developer-tools.md"
      ],
      "file_count": 18,
      "download_size_bytes": 182619,
      "download_size_human": "178.3 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-aws-services-reference",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-aws-services-reference",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-aws-services-reference/"
    },
    {
      "product_id": "cheatsheet-packs:git-workflows-guide",
      "slug": "git-workflows-guide",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "Git Commands & Workflows Guide",
      "short_description": "Visual guide to Git branching strategies, merge vs rebase, cherry-pick, stash, reflog, and CI/CD integration patterns.",
      "detailed_description": "Visual guide to Git branching strategies, merge vs rebase, cherry-pick, stash, reflog, and CI/CD integration patterns.",
      "price_usd": 12,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "cheatsheets/01-git-essentials.md",
        "cheatsheets/02-branching-strategies.md",
        "cheatsheets/03-merge-vs-rebase.md",
        "cheatsheets/04-advanced-commands.md",
        "cheatsheets/05-git-hooks.md",
        "cheatsheets/06-cicd-integration.md",
        "cheatsheets/07-troubleshooting.md",
        "config.example.yaml",
        "examples/gitconfig-recommended",
        "examples/github-actions-ci.yml",
        "examples/gitlab-ci.yml",
        "examples/pre-commit-hook.sh",
        "guide/01-overview.md",
        "guide/02-branching-strategies-compared.md",
        "guide/03-advanced-git-recovery-techniques.md"
      ],
      "file_count": 17,
      "download_size_bytes": 90658,
      "download_size_human": "88.5 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-git-workflows-guide",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-git-workflows-guide",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-git-workflows-guide/"
    },
    {
      "product_id": "cheatsheet-packs:sql-cheatsheet-pack",
      "slug": "sql-cheatsheet-pack",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "SQL Cheatsheet Pack",
      "short_description": "PostgreSQL, MySQL, and SQLite syntax reference with JOINs, window functions, CTEs, indexing strategies, and query optimization.",
      "detailed_description": "Complete SQL reference covering PostgreSQL, MySQL, and SQLite. JOINs, window functions, CTEs, subqueries, indexing strategies, query optimization, and cross-database syntax differences. Built for professional developers and data engineers.",
      "price_usd": 12,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "cheatsheets/01-basic-syntax.md",
        "cheatsheets/02-joins-reference.md",
        "cheatsheets/03-aggregation-grouping.md",
        "cheatsheets/04-window-functions.md",
        "cheatsheets/05-ctes-subqueries.md",
        "cheatsheets/06-indexing-strategies.md",
        "cheatsheets/07-query-optimization.md",
        "cheatsheets/08-database-differences.md",
        "config.example.yaml",
        "examples/create_schema.sql",
        "examples/optimization_before_after.sql",
        "examples/recursive_ctes.sql",
        "examples/window_functions.sql",
        "guide/01-overview.md",
        "guide/02-advanced-sql:-window-functions-and-ctes.md",
        "guide/03-query-optimization-and-indexing.md"
      ],
      "file_count": 18,
      "download_size_bytes": 87438,
      "download_size_human": "85.4 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-sql-cheatsheet-pack",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-sql-cheatsheet-pack",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-sql-cheatsheet-pack/"
    },
    {
      "product_id": "cheatsheet-packs:linux-command-reference",
      "slug": "linux-command-reference",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "Linux Command Line Reference",
      "short_description": "Essential and advanced Linux commands organized by category: files, processes, networking, permissions, text processing, and systemd.",
      "detailed_description": "Essential and advanced Linux commands organized by category: files, processes, networking, permissions, text processing, and systemd.",
      "price_usd": 12,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "cheatsheets/01-file-operations.md",
        "cheatsheets/02-process-management.md",
        "cheatsheets/03-networking.md",
        "cheatsheets/04-permissions-users.md",
        "cheatsheets/05-text-processing.md",
        "cheatsheets/06-systemd.md",
        "cheatsheets/07-disk-storage.md",
        "cheatsheets/08-shell-scripting.md",
        "config.example.yaml",
        "examples/backup-script.sh",
        "examples/log-analyzer.sh",
        "examples/system-health-check.sh",
        "guide/01-overview.md",
        "guide/02-text-processing-power-tools.md",
        "guide/03-systemd-and-process-management.md"
      ],
      "file_count": 17,
      "download_size_bytes": 110336,
      "download_size_human": "107.8 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-linux-command-reference",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-linux-command-reference",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-linux-command-reference/"
    },
    {
      "product_id": "cheatsheet-packs:system-design-visual-guide",
      "slug": "system-design-visual-guide",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "System Design Visual Guide",
      "short_description": "Architecture diagrams for 25+ common systems: URL shortener, chat app, rate limiter, distributed cache, and notification service.",
      "detailed_description": "26 classic system designs with ASCII architecture diagrams, component breakdowns, data flows, scaling strategies, and trade-off analysis. Built for engineers preparing for design interviews or architecting production systems.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "cheatsheets/01-url-shortener.md",
        "cheatsheets/02-paste-bin.md",
        "cheatsheets/03-rate-limiter.md",
        "cheatsheets/04-chat-application.md",
        "cheatsheets/05-notification-service.md",
        "cheatsheets/06-distributed-cache.md",
        "cheatsheets/07-load-balancer.md",
        "cheatsheets/08-web-crawler.md",
        "cheatsheets/09-newsfeed-system.md",
        "cheatsheets/10-search-autocomplete.md",
        "cheatsheets/11-file-storage-service.md",
        "cheatsheets/12-video-streaming.md",
        "cheatsheets/13-distributed-message-queue.md",
        "cheatsheets/14-key-value-store.md",
        "cheatsheets/15-unique-id-generator.md",
        "cheatsheets/16-payment-system.md",
        "cheatsheets/17-authentication-service.md",
        "cheatsheets/18-email-service.md",
        "cheatsheets/19-logging-monitoring.md",
        "cheatsheets/20-cdn.md",
        "cheatsheets/21-api-gateway.md",
        "cheatsheets/22-task-scheduler.md",
        "cheatsheets/23-social-graph.md",
        "cheatsheets/24-geolocation-service.md",
        "cheatsheets/25-recommendation-engine.md",
        "cheatsheets/26-ticket-booking.md",
        "config.example.yaml",
        "examples/capacity-estimation-template.md",
        "examples/sample-architecture-spec.md",
        "guide/01-overview.md",
        "guide/02-core-building-blocks-visualized.md",
        "guide/03-real-world-systems:-chat-application.md"
      ],
      "file_count": 34,
      "download_size_bytes": 126911,
      "download_size_human": "123.9 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-system-design-visual-guide",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-system-design-visual-guide",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-system-design-visual-guide/"
    },
    {
      "product_id": "cheatsheet-packs:security-audit-checklists",
      "slug": "security-audit-checklists",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "Security Audit Checklist Pack",
      "short_description": "OWASP Top 10 checklist, code review security guide, penetration testing methodology, and compliance checklists (SOC2, GDPR).",
      "detailed_description": "Production-ready security checklists: OWASP Top 10 with verification steps, secure code review guide, penetration testing methodology (recon through report), and compliance checklists for SOC 2 and GDPR. Checkbox-format markdown \u2014 use as-is or import into your project management tool.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "### Category Name\n\n- [ ] **Check item title**\n  - What: What to verify\n  - How: Specific verification steps\n  - Risk: What happens if this fails\n  - Priority: Critical / High / Medium / Low"
      ],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "checklists/01-owasp-top-10.md",
        "checklists/02-secure-code-review.md",
        "checklists/03-pentest-methodology.md",
        "checklists/04-soc2-compliance.md",
        "checklists/05-gdpr-compliance.md",
        "checklists/06-api-security.md",
        "checklists/07-infrastructure-security.md",
        "checklists/08-incident-response.md",
        "config.example.yaml",
        "examples/filled-audit-report.md",
        "examples/vulnerability-assessment-template.md",
        "guide/01-overview.md",
        "guide/02-owasp-top-10-deep-dive.md",
        "guide/03-cloud-security-audit-framework.md",
        "pyproject.toml"
      ],
      "file_count": 17,
      "download_size_bytes": 126199,
      "download_size_human": "123.2 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-security-audit-checklists",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-security-audit-checklists",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-security-audit-checklists/"
    },
    {
      "product_id": "cheatsheet-packs:devops-tooling-reference",
      "slug": "devops-tooling-reference",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "DevOps Tooling Reference",
      "short_description": "Quick reference for CI/CD tools, monitoring stacks, IaC frameworks, container runtimes, and service mesh comparison charts.",
      "detailed_description": "Quick reference for CI/CD tools, monitoring stacks, IaC frameworks, container runtimes, and service mesh comparison charts.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "cheatsheets/01-cicd-tools.md",
        "cheatsheets/02-monitoring-stacks.md",
        "cheatsheets/03-iac-frameworks.md",
        "cheatsheets/04-container-runtimes.md",
        "cheatsheets/05-service-mesh.md",
        "cheatsheets/06-secrets-management.md",
        "cheatsheets/07-log-management.md",
        "cheatsheets/08-cloud-services.md",
        "cheatsheets/09-decision-trees.md",
        "config.example.yaml",
        "examples/ansible-playbook.yml",
        "examples/prometheus-config.yml",
        "examples/terraform-main.tf",
        "guide/01-overview.md",
        "guide/02-ci-cd-platform-comparison.md",
        "guide/03-monitoring-and-observability-stack.md"
      ],
      "file_count": 18,
      "download_size_bytes": 96197,
      "download_size_human": "93.9 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-devops-tooling-reference",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-devops-tooling-reference",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-devops-tooling-reference/"
    },
    {
      "product_id": "cheatsheet-packs:regex-pattern-library",
      "slug": "regex-pattern-library",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "Regex Cheatsheet & Patterns",
      "short_description": "Regular expression syntax reference with 100+ tested patterns for validation, parsing, extraction, and text manipulation.",
      "detailed_description": "Complete regular expression reference with 100+ tested patterns organized by use case. Covers syntax, flags, lookahead/lookbehind, and real-world patterns for validation, parsing, extraction, and text manipulation.",
      "price_usd": 9,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheet.html",
        "cheatsheets/01-syntax-reference.md",
        "cheatsheets/02-flags-and-modes.md",
        "cheatsheets/03-lookahead-lookbehind.md",
        "cheatsheets/04-validation-patterns.md",
        "cheatsheets/05-parsing-patterns.md",
        "cheatsheets/06-extraction-patterns.md",
        "cheatsheets/07-manipulation-patterns.md",
        "cheatsheets/08-language-specific.md",
        "config.example.yaml",
        "examples/regex_tester.py",
        "examples/sample_data.txt",
        "examples/test_patterns.py",
        "guide/01-overview.md",
        "guide/02-regex-fundamentals-and-syntax.md",
        "guide/03-100+-practical-regex-patterns.md"
      ],
      "file_count": 17,
      "download_size_bytes": 144756,
      "download_size_human": "141.4 KB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-regex-pattern-library",
      "preview_url": "https://datanest-stores.com/cheatsheet-packs/preview-regex-pattern-library",
      "demo_url": "https://datanest-stores.com/cheatsheet-packs/demo-regex-pattern-library/"
    },
    {
      "product_id": "cheatsheet-packs:cheatsheet-complete-bundle",
      "slug": "cheatsheet-complete-bundle",
      "store": "cheatsheet-packs",
      "store_name": "Cheatsheet Reference Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "bundle",
        "career",
        "cheatsheet",
        "docker",
        "git",
        "javascript",
        "kubernetes",
        "linux",
        "python",
        "reference",
        "regex",
        "sql"
      ],
      "title": "Developer Reference Library Bundle",
      "short_description": "All 11 cheatsheet packs \u2014 $172 bought separately, yours for $79. Save $93 (54%): dense, accurate references across the whole stack.",
      "detailed_description": "Comprehensive Python reference covering syntax, standard library, data structures, async/await, decorators, comprehensions, type hints, and battle-tested patterns. Designed for professional developers who want instant answers, not tutorials.",
      "price_usd": 79,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python",
        "Node.js"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "TypeScript",
        "JavaScript",
        "Terraform",
        "Shell",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "products/aws-services-reference/README.md",
        "products/aws-services-reference/source/README.md",
        "products/aws-services-reference/source/cheatsheet.html",
        "products/aws-services-reference/source/config.example.yaml",
        "products/aws-services-reference/source/examples/cli-commands.sh",
        "products/aws-services-reference/source/examples/common-architectures.md",
        "products/aws-services-reference/source/guide/01-overview.md",
        "products/aws-services-reference/source/guide/02-aws-compute-services-overview.md",
        "products/aws-services-reference/source/guide/03-aws-storage-and-database-decision-guide.md",
        "products/aws-services-reference/source/reference/01-compute.md",
        "products/aws-services-reference/source/reference/02-storage.md",
        "products/aws-services-reference/source/reference/03-database.md",
        "products/aws-services-reference/source/reference/04-networking.md",
        "products/aws-services-reference/source/reference/05-security.md",
        "products/aws-services-reference/source/reference/06-ml-ai.md",
        "products/aws-services-reference/source/reference/07-analytics.md",
        "products/aws-services-reference/source/reference/08-integration.md",
        "products/aws-services-reference/source/reference/09-management.md",
        "products/aws-services-reference/source/reference/10-developer-tools.md",
        "products/devops-tooling-reference/README.md",
        "products/devops-tooling-reference/source/README.md",
        "products/devops-tooling-reference/source/cheatsheet.html",
        "products/devops-tooling-reference/source/cheatsheets/01-cicd-tools.md",
        "products/devops-tooling-reference/source/cheatsheets/02-monitoring-stacks.md",
        "products/devops-tooling-reference/source/cheatsheets/03-iac-frameworks.md",
        "products/devops-tooling-reference/source/cheatsheets/04-container-runtimes.md",
        "products/devops-tooling-reference/source/cheatsheets/05-service-mesh.md",
        "products/devops-tooling-reference/source/cheatsheets/06-secrets-management.md",
        "products/devops-tooling-reference/source/cheatsheets/07-log-management.md",
        "products/devops-tooling-reference/source/cheatsheets/08-cloud-services.md",
        "products/devops-tooling-reference/source/cheatsheets/09-decision-trees.md",
        "products/devops-tooling-reference/source/config.example.yaml",
        "products/devops-tooling-reference/source/examples/ansible-playbook.yml",
        "products/devops-tooling-reference/source/examples/prometheus-config.yml",
        "products/devops-tooling-reference/source/examples/terraform-main.tf",
        "products/devops-tooling-reference/source/guide/01-overview.md",
        "products/devops-tooling-reference/source/guide/02-ci-cd-platform-comparison.md",
        "products/devops-tooling-reference/source/guide/03-monitoring-and-observability-stack.md",
        "products/docker-kubernetes-cheatsheets/README.md",
        "products/docker-kubernetes-cheatsheets/source/README.md",
        "products/docker-kubernetes-cheatsheets/source/cheatsheet.html",
        "products/docker-kubernetes-cheatsheets/source/cheatsheets/01-docker-cli.md",
        "products/docker-kubernetes-cheatsheets/source/cheatsheets/02-dockerfile-best-practices.md",
        "products/docker-kubernetes-cheatsheets/source/cheatsheets/03-docker-compose.md",
        "products/docker-kubernetes-cheatsheets/source/cheatsheets/04-docker-networking.md",
        "products/docker-kubernetes-cheatsheets/source/cheatsheets/05-kubernetes-resources.md",
        "products/docker-kubernetes-cheatsheets/source/cheatsheets/06-kubectl-commands.md",
        "products/docker-kubernetes-cheatsheets/source/cheatsheets/07-helm-charts.md",
        "products/docker-kubernetes-cheatsheets/source/cheatsheets/08-troubleshooting.md",
        "products/docker-kubernetes-cheatsheets/source/config.example.yaml",
        "products/docker-kubernetes-cheatsheets/source/examples/Dockerfile",
        "products/docker-kubernetes-cheatsheets/source/examples/docker-compose.yml",
        "products/docker-kubernetes-cheatsheets/source/examples/k8s-deployment.yaml",
        "products/docker-kubernetes-cheatsheets/source/examples/k8s-service-ingress.yaml",
        "products/docker-kubernetes-cheatsheets/source/guide/01-overview.md",
        "products/docker-kubernetes-cheatsheets/source/guide/02-dockerfile-best-practices.md",
        "products/docker-kubernetes-cheatsheets/source/guide/03-kubernetes-workloads-and-scheduling.md",
        "products/git-workflows-guide/README.md",
        "products/git-workflows-guide/source/README.md",
        "products/git-workflows-guide/source/cheatsheet.html",
        "products/git-workflows-guide/source/cheatsheets/01-git-essentials.md",
        "products/git-workflows-guide/source/cheatsheets/02-branching-strategies.md",
        "products/git-workflows-guide/source/cheatsheets/03-merge-vs-rebase.md",
        "products/git-workflows-guide/source/cheatsheets/04-advanced-commands.md",
        "products/git-workflows-guide/source/cheatsheets/05-git-hooks.md",
        "products/git-workflows-guide/source/cheatsheets/06-cicd-integration.md",
        "products/git-workflows-guide/source/cheatsheets/07-troubleshooting.md",
        "products/git-workflows-guide/source/config.example.yaml",
        "products/git-workflows-guide/source/examples/gitconfig-recommended",
        "products/git-workflows-guide/source/examples/github-actions-ci.yml",
        "products/git-workflows-guide/source/examples/gitlab-ci.yml",
        "products/git-workflows-guide/source/examples/pre-commit-hook.sh",
        "products/git-workflows-guide/source/guide/01-overview.md",
        "products/git-workflows-guide/source/guide/02-branching-strategies-compared.md",
        "products/git-workflows-guide/source/guide/03-advanced-git-recovery-techniques.md",
        "products/javascript-typescript-reference/README.md",
        "products/javascript-typescript-reference/source/README.md",
        "products/javascript-typescript-reference/source/cheatsheet.html",
        "products/javascript-typescript-reference/source/cheatsheets/01-js-syntax-reference.md",
        "products/javascript-typescript-reference/source/cheatsheets/02-functions-and-closures.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1372897,
      "download_size_human": "1.3 MB",
      "product_url": "https://datanest-stores.com/cheatsheet-packs/#product-cheatsheet-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "cloud-architecture:cloud-quota-limits-reference",
      "slug": "cloud-quota-limits-reference",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "limits",
        "multi-cloud",
        "quotas",
        "reference",
        "serverless"
      ],
      "title": "Cloud Quota & Limits Reference",
      "short_description": "Machine-readable reference of default service quotas and hard limits for AWS/GCP/Azure (Lambda, SQS, S3, RDS, Cloud Run, Functions, Service Bus) labelled soft vs hard. The numbers models hallucinate.",
      "detailed_description": "A machine-readable reference of default service quotas and hard limits for AWS, GCP, and Azure \u2014 the numbers agents and engineers routinely guess wrong. \"How many Lambda concurrent executions by default? What's the max SQS message size? RDS connection cap? VPCs per region?\" This ships those as structured JSON you can load, diff, and check against, plus a guide on which limits are soft (raise via support) vs hard (architect around). Cloud providers change quotas over time and many are account/region specific. This is a reference baseline (documented defaults at time of authoring) to plan against \u2014 always confirm the live value in your account's quota console before a production decision. Each entry notes soft vs hard. Includes: data/aws-limits; data/gcp-limits; data/azure-limits; SOFT-VS-HARD; data/schema.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "# e.g. check your planned concurrency against the default\npython3 -c \"import json; d=json.load(open('data/aws-limits.json')); \\\nprint(d['lambda']['concurrent_executions'])\""
      ],
      "included_files": [
        "README.md",
        "SOFT-VS-HARD.md",
        "data/aws-limits.json",
        "data/azure-limits.json",
        "data/gcp-limits.json",
        "data/schema.json",
        "guide/01-overview.md"
      ],
      "file_count": 7,
      "download_size_bytes": 6530,
      "download_size_human": "6.4 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-cloud-quota-limits-reference",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-cloud-quota-limits-reference",
      "demo_url": null
    },
    {
      "product_id": "cloud-architecture:aws-well-architected-templates",
      "slug": "aws-well-architected-templates",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "AWS Well-Architected Templates",
      "short_description": "CloudFormation and CDK templates implementing AWS Well-Architected Framework across all five pillars.",
      "detailed_description": "Production-ready CloudFormation and CDK templates implementing all five pillars of the AWS Well-Architected Framework. Built by Cloud Architecture Pro \u2014 premium reference architectures for senior cloud engineers. ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "AWS CLI v2 configured with appropriate credentials",
        "Basic understanding of CloudFormation and/or CDK",
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Node 18+"
      ],
      "supported_technologies": [
        "AWS",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cd cdk/\npython -m venv .venv && source .venv/bin/activate\npip install aws-cdk-lib constructs\ncdk synth    # Review the generated CloudFormation\ncdk deploy --all",
        "python scripts/pillar_assessment.py\n# Interactive CLI walks you through each pillar's checklist\n# Outputs a score and recommendations report"
      ],
      "included_files": [
        "README.md",
        "cdk/networking_stack.py",
        "cdk/security_stack.py",
        "cdk/well_architected_app.py",
        "cloudformation/cost-optimized-compute.yaml",
        "cloudformation/high-availability-app.yaml",
        "cloudformation/operational-excellence.yaml",
        "cloudformation/performance-monitoring.yaml",
        "cloudformation/security-baseline.yaml",
        "cloudformation/vpc-network.yaml",
        "docs/architecture.md",
        "docs/cost-optimization-guide.md",
        "docs/deployment-guide.md",
        "docs/runbook.md",
        "docs/security-considerations.md",
        "examples/params-development.json",
        "examples/params-production.json",
        "examples/params-staging.json",
        "guide/01_overview.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "scripts/cost_estimator.py",
        "scripts/pillar_assessment.py"
      ],
      "file_count": 23,
      "download_size_bytes": 138726,
      "download_size_human": "135.5 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-aws-well-architected-templates",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-aws-well-architected-templates",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-aws-well-architected-templates/"
    },
    {
      "product_id": "cloud-architecture:azure-landing-zone-kit",
      "slug": "azure-landing-zone-kit",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Azure Landing Zone Kit",
      "short_description": "Azure Bicep/ARM templates for enterprise landing zones with governance, networking, and identity management.",
      "detailed_description": "Enterprise-grade Bicep templates for Azure Landing Zone deployment \u2014 governance, networking, identity, and platform services following the Cloud Adoption Framework. Built by Cloud Architecture Pro \u2014 premium reference architectures for senior cloud engineers. ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Azure CLI 2.50+",
        "Bicep CLI 0.22+",
        "Azure subscription with Owner role",
        "Azure AD tenant with Global Administrator",
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Azure",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Login and set subscription\naz login\naz account set --subscription \"YOUR_SUBSCRIPTION_ID\"\n\n# 2. Validate prerequisites\npython scripts/landing_zone_validator.py\n\n# 3. Deploy the management group hierarchy first\naz deployment tenant create \\\n  --location eastus2 \\\n  --template-file bicep/management-groups.bicep \\\n  --parameters organizationName=AcmeCorp\n\n# 4. Deploy the full landing zone\n\u2026",
        "Tenant Root Group\n\u2514\u2500\u2500 Acme Corp (top-level MG)\n    \u251c\u2500\u2500 Platform\n    \u2502   \u251c\u2500\u2500 Connectivity    \u2192 Hub VNet, Firewall, VPN\n    \u2502   \u251c\u2500\u2500 Identity        \u2192 Azure AD, RBAC\n    \u2502   \u2514\u2500\u2500 Management      \u2192 Log Analytics, Automation\n    \u251c\u2500\u2500 Landing Zones\n    \u2502   \u251c\u2500\u2500 Production      \u2192 Spoke VNets, workloads\n    \u2502   \u2514\u2500\u2500 Non-Production  \u2192 Dev/test spoke VNets\n    \u251c\u2500\u2500 Sandbox             \u2192 Experimentation (relaxed policy)\n    \u2514\u2500\u2500 Decommissioned      \u2192 Resources pending deletion"
      ],
      "included_files": [
        "README.md",
        "bicep/hub-network.bicep",
        "bicep/hub-to-spoke-peering.bicep",
        "bicep/identity-baseline.bicep",
        "bicep/log-analytics-workspace.bicep",
        "bicep/main-landing-zone.bicep",
        "bicep/management-groups.bicep",
        "bicep/policy-assignments.bicep",
        "bicep/spoke-network.bicep",
        "docs/architecture.md",
        "docs/deployment-guide.md",
        "docs/governance-guide.md",
        "docs/networking-guide.md",
        "docs/security-considerations.md",
        "examples/params-enterprise.json",
        "examples/params-sandbox.json",
        "guide/01_overview.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "scripts/landing_zone_validator.py",
        "scripts/policy_compliance_report.py"
      ],
      "file_count": 21,
      "download_size_bytes": 62523,
      "download_size_human": "61.1 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-azure-landing-zone-kit",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-azure-landing-zone-kit",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-azure-landing-zone-kit/"
    },
    {
      "product_id": "cloud-architecture:multi-cloud-networking",
      "slug": "multi-cloud-networking",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Multi-Cloud Networking Guide",
      "short_description": "Cross-cloud networking patterns with VPN, peering, service mesh, and DNS management for AWS, Azure, and GCP.",
      "detailed_description": "Cross-cloud connectivity templates for AWS, Azure, and GCP \u2014 VPN tunnels, transit networking, service mesh, and unified DNS management. Built by Cloud Architecture Pro \u2014 premium reference architectures for senior cloud engineers. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Terraform 1.5+",
        "AWS CLI configured with appropriate credentials",
        "Azure CLI",
        "GCP CLI",
        "Network permissions in all three clouds",
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "AWS",
        "Azure",
        "GCP",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Initialize Terraform with all three providers\ncd terraform/\nterraform init\n\n# Deploy AWS-Azure VPN connection\nterraform plan -var-file=../examples/aws-azure-vpn.tfvars\nterraform apply -var-file=../examples/aws-azure-vpn.tfvars\n\n# Validate connectivity\npython ../scripts/connectivity_validator.py"
      ],
      "included_files": [
        "README.md",
        "docs/architecture.md",
        "docs/dns-management.md",
        "docs/scaling-guide.md",
        "docs/security-considerations.md",
        "docs/vpn-connectivity-guide.md",
        "examples/aws-azure-vpn.tfvars",
        "examples/three-cloud-mesh.tfvars",
        "guide/01_overview.md",
        "guide/02_prerequisites.md",
        "guide/03_architecture-summary.md",
        "guide/04_support.md",
        "scripts/connectivity_validator.py",
        "scripts/latency_estimator.py",
        "terraform/aws-transit-gateway.tf",
        "terraform/azure-vnet-gateway.tf",
        "terraform/cross-cloud-dns.tf",
        "terraform/gcp-cloud-vpn.tf",
        "terraform/outputs.tf",
        "terraform/providers.tf",
        "terraform/variables.tf"
      ],
      "file_count": 21,
      "download_size_bytes": 62214,
      "download_size_human": "60.8 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-multi-cloud-networking",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-multi-cloud-networking",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-multi-cloud-networking/"
    },
    {
      "product_id": "cloud-architecture:serverless-patterns-collection",
      "slug": "serverless-patterns-collection",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Serverless Patterns Collection",
      "short_description": "30+ serverless architecture patterns with Lambda/Functions implementations, event-driven designs, and cost optimization.",
      "detailed_description": "Production-ready AWS serverless architecture patterns with CloudFormation templates, Lambda implementations, and comprehensive documentation. A curated collection of 5 core serverless patterns (with 30+ pattern variations documented) that solve the most common distributed systems challenges on AWS. Each pattern includes deployable infrastructure-as-code, working Lambda functions, and deep-dive documentation on architecture decisions, cost optimization, and security.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "AWS CLI v2 with configured credentials",
        "Python 3.12+",
        "AWS account with appropriate IAM permissions",
        "No external Python packages required"
      ],
      "supported_versions": [
        "Python 3.12+"
      ],
      "supported_technologies": [
        "AWS",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the interactive pattern selector\npython3 scripts/pattern_selector.py\n\n# Or see all patterns at a glance\npython3 scripts/pattern_selector.py --all",
        "# Compare all patterns at 1M requests/month\npython3 scripts/cost_calculator.py --requests 1000000\n\n# Full comparison across traffic levels\npython3 scripts/cost_calculator.py --compare"
      ],
      "included_files": [
        "README.md",
        "cloudformation/api-gateway-lambda.yaml",
        "cloudformation/cqrs-event-sourcing.yaml",
        "cloudformation/event-driven-pipeline.yaml",
        "cloudformation/fan-out-pattern.yaml",
        "cloudformation/saga-orchestration.yaml",
        "docs/architecture.md",
        "docs/cost-optimization.md",
        "docs/deployment-guide.md",
        "docs/patterns-catalog.md",
        "docs/security-considerations.md",
        "examples/api-gateway-config.json",
        "examples/event-bridge-rules.json",
        "examples/step-functions-definition.json",
        "functions/api_handler.py",
        "functions/event_processor.py",
        "functions/saga_coordinator.py",
        "functions/stream_processor.py",
        "guide/01_what-s-included.md",
        "guide/02_architecture-overview.md",
        "guide/03_cost-estimates.md",
        "guide/04_license.md",
        "scripts/cost_calculator.py",
        "scripts/pattern_selector.py"
      ],
      "file_count": 24,
      "download_size_bytes": 165095,
      "download_size_human": "161.2 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-serverless-patterns-collection",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-serverless-patterns-collection",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-serverless-patterns-collection/"
    },
    {
      "product_id": "cloud-architecture:cloud-cost-optimization",
      "slug": "cloud-cost-optimization",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Cloud Cost Optimization Toolkit",
      "short_description": "Scripts and dashboards for identifying waste, right-sizing instances, reserved capacity planning, and budget alerts.",
      "detailed_description": "Identify waste, right-size instances, plan reserved capacity, and set budget alerts across AWS and Azure. A battle-tested collection of Terraform/CloudFormation IaC templates, Python analysis scripts, and operational runbooks for cloud cost engineering. Built for FinOps practitioners and senior cloud engineers who need to cut spend without cutting performance. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "AWS CLI configured with credentials",
        "Terraform >= 1.5.0",
        "Python >= 3.10",
        "IAM permissions"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "AWS",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cd terraform/\n# Review and customize variables\ncp terraform.tfvars.example terraform.tfvars\nvim terraform.tfvars\n\nterraform init\nterraform plan\nterraform apply",
        "aws cloudformation deploy \\\n  --template-file cloudformation/budget-alerts-stack.yaml \\\n  --stack-name cost-optimization-budgets \\\n  --parameter-overrides \\\n    MonthlyBudgetAmount=5000 \\\n    AlertEmail=finops@docs.example.com \\\n  --capabilities CAPABILITY_IAM"
      ],
      "included_files": [
        "README.md",
        "cloudformation/budget-alerts-stack.yaml",
        "cloudformation/cost-explorer-reports.yaml",
        "docs/architecture.md",
        "docs/cost_strategies.md",
        "docs/runbook.md",
        "examples/budget_config.json",
        "examples/rightsizing_rules.yaml",
        "guide/01_what-s-included.md",
        "guide/02_quick-start.md",
        "guide/03_cost-impact.md",
        "guide/04_license.md",
        "scripts/cost_dashboard_generator.py",
        "scripts/reserved_capacity_planner.py",
        "scripts/rightsizing_report.py",
        "scripts/unused_resources_finder.py",
        "terraform/budget_alerts.tf",
        "terraform/cost_anomaly_detection.tf",
        "terraform/s3_lifecycle_policies.tf",
        "terraform/variables.tf"
      ],
      "file_count": 20,
      "download_size_bytes": 126226,
      "download_size_human": "123.3 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-cloud-cost-optimization",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-cloud-cost-optimization",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-cloud-cost-optimization/"
    },
    {
      "product_id": "cloud-architecture:cloud-migration-playbook",
      "slug": "cloud-migration-playbook",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Cloud Migration Playbook",
      "short_description": "Step-by-step migration framework: assessment, planning, execution, and validation with rollback procedures.",
      "detailed_description": "A complete, battle-tested framework for migrating workloads to AWS: from initial assessment through validation, with rollback procedures and IaC templates at every stage. This playbook is the distillation of real migration projects -- covering the 6 R's strategy, wave-based migration planning, landing zone setup, database migration via DMS, DNS cutover automation, and validation checklists. Built for cloud architects and migration leads responsible for moving production workloads. ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "AWS Account with Organizations set up",
        "Terraform >= 1.5.0",
        "Python >= 3.10",
        "Network connectivity between source and target environments"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "AWS",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python3 scripts/migration_readiness_checker.py\n# Generates a scored assessment of your migration readiness",
        "python3 scripts/dependency_mapper.py\n# Produces a dependency graph and wave grouping suggestions"
      ],
      "included_files": [
        "README.md",
        "cloudformation/migration-hub-setup.yaml",
        "docs/architecture.md",
        "docs/migration_phases.md",
        "docs/rollback_procedures.md",
        "docs/validation_checklist.md",
        "examples/assessment_template.json",
        "examples/wave_plan.yaml",
        "guide/01_what-s-included.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "scripts/dependency_mapper.py",
        "scripts/migration_readiness_checker.py",
        "scripts/rollback_planner.py",
        "scripts/wave_planner.py",
        "terraform/dms_replication.tf",
        "terraform/dns_cutover.tf",
        "terraform/landing_zone.tf",
        "terraform/variables.tf"
      ],
      "file_count": 19,
      "download_size_bytes": 102881,
      "download_size_human": "100.5 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-cloud-migration-playbook",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-cloud-migration-playbook",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-cloud-migration-playbook/"
    },
    {
      "product_id": "cloud-architecture:cloud-security-baseline",
      "slug": "cloud-security-baseline",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Cloud Security Baseline",
      "short_description": "Security configurations for AWS/Azure/GCP: IAM policies, encryption, network security, compliance controls.",
      "detailed_description": "Production-ready security foundations for AWS: IAM hardening, encryption-at-rest enforcement, network segmentation, centralized logging, and CIS benchmark compliance -- all codified in Terraform and CloudFormation. Stop building on a shaky security foundation. This baseline gives you a hardened, auditable, compliance-ready AWS account posture from day one. Every control maps to CIS AWS Foundations Benchmark v3.0, every resource is tagged for audit trails, and every decision is documented with the why -- not just the what. Built for cloud security engineers, platform teams, and architects who need to pass SOC 2, ISO 27001, or PCI audits without scrambling. ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "AWS Account",
        "Terraform >= 1.5.0",
        "Python >= 3.10",
        "AWS CLI v2 configured with admin credentials",
        "Permissions"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "AWS",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# SecurityHub with CIS conformance pack\naws cloudformation deploy \\\n  --template-file cloudformation/security-hub-baseline.yaml \\\n  --stack-name security-hub-baseline \\\n  --parameter-overrides \\\n    AlertEmail=security-team@docs.example.com \\\n    EnableCISBenchmark=true \\\n  --capabilities CAPABILITY_IAM\n\n# GuardDuty (organization-wide)\naws cloudformation deploy \\\n  --template-file cloudformation/guardduty-org-setup.yaml \\\n  --stack-name guardduty-org-setup \\\n  --parameter-overrides \\\n\u2026",
        "# Full CIS benchmark compliance check\npython scripts/compliance_checker.py --profile production --format report\n\n# IAM-specific deep audit\npython scripts/iam_audit.py --profile production --output iam-audit-report.json\n\n# Overall security posture score\npython scripts/security_score_calculator.py --profile production"
      ],
      "included_files": [
        "README.md",
        "cloudformation/guardduty-org-setup.yaml",
        "cloudformation/security-hub-baseline.yaml",
        "docs/architecture.md",
        "docs/cis_benchmark_guide.md",
        "docs/incident_response_runbook.md",
        "examples/compliance_config.yaml",
        "examples/security_policies.json",
        "guide/01_what-s-included.md",
        "guide/02_quick-start.md",
        "guide/03_product-files.md",
        "scripts/compliance_checker.py",
        "scripts/iam_audit.py",
        "scripts/security_score_calculator.py",
        "terraform/encryption_baseline.tf",
        "terraform/iam_baseline.tf",
        "terraform/logging_monitoring.tf",
        "terraform/network_security.tf",
        "terraform/variables.tf"
      ],
      "file_count": 19,
      "download_size_bytes": 174070,
      "download_size_human": "170.0 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-cloud-security-baseline",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-cloud-security-baseline",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-cloud-security-baseline/"
    },
    {
      "product_id": "cloud-architecture:event-driven-architecture",
      "slug": "event-driven-architecture",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Event-Driven Architecture Kit",
      "short_description": "Event sourcing, CQRS, and pub/sub patterns with Kafka, SQS/SNS, Event Grid implementations and schemas.",
      "detailed_description": "Production-ready infrastructure templates for building event-driven systems on AWS: SQS/SNS fan-out, EventBridge routing, Kinesis streaming, dead letter queue processing, and schema validation -- all codified in Terraform and CloudFormation. Stop building point-to-point integrations that become spaghetti. This toolkit gives you battle-tested patterns for decoupled, scalable event-driven architectures. Every pattern is implemented as deployable IaC with monitoring, DLQ handling, and schema enforcement built in. Built for backend engineers and architects designing microservice communication, real-time data pipelines, and async processing workflows. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Terraform >= 1.5.0",
        "Python >= 3.10",
        "AWS CLI v2 configured with appropriate credentials"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "AWS",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cd terraform/\nterraform init\nterraform plan -var=\"environment=production\" \\\n               -var=\"project_name=my-platform\" \\\n               -var=\"alert_email=team@docs.example.com\"\nterraform apply",
        "aws cloudformation deploy \\\n  --template-file cloudformation/event-bus-stack.yaml \\\n  --stack-name my-event-bus \\\n  --parameter-overrides \\\n    ProjectName=my-platform \\\n    Environment=production \\\n  --capabilities CAPABILITY_IAM"
      ],
      "included_files": [
        "README.md",
        "cloudformation/event-bus-stack.yaml",
        "cloudformation/sns-fanout-stack.yaml",
        "docs/architecture.md",
        "docs/event_patterns.md",
        "docs/troubleshooting_guide.md",
        "examples/event_catalog.yaml",
        "examples/event_schemas/inventory_events.json",
        "examples/event_schemas/order_events.json",
        "examples/event_schemas/payment_events.json",
        "guide/01_what-s-included.md",
        "guide/02_prerequisites.md",
        "guide/03_configuration-reference.md",
        "guide/04_faq.md",
        "scripts/dlq_processor.py",
        "scripts/event_flow_visualizer.py",
        "scripts/event_schema_validator.py",
        "terraform/eventbridge_rules.tf",
        "terraform/kinesis_streams.tf",
        "terraform/sqs_sns_topology.tf",
        "terraform/variables.tf"
      ],
      "file_count": 21,
      "download_size_bytes": 172864,
      "download_size_human": "168.8 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-event-driven-architecture",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-event-driven-architecture",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-event-driven-architecture/"
    },
    {
      "product_id": "cloud-architecture:cloud-disaster-recovery",
      "slug": "cloud-disaster-recovery",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Cloud DR Patterns",
      "short_description": "Disaster recovery architectures: pilot light, warm standby, multi-region active-active with RTO/RPO calculations.",
      "detailed_description": "Disaster recovery architectures: pilot light, warm standby, multi-region active-active with RTO/RPO calculations.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "AWS CLI v2 configured with appropriate credentials",
        "Python 3.10+",
        "Terraform >= 1.5",
        "Two AWS regions selected"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Terraform 1.5"
      ],
      "supported_technologies": [
        "Terraform",
        "AWS",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python3 scripts/rto_rpo_calculator.py",
        "python3 scripts/failover_validator.py --pattern pilot-light --primary us-east-1 --dr us-west-2"
      ],
      "included_files": [
        "README.md",
        "cloudformation/multi-region-active-active.yaml",
        "cloudformation/pilot-light.yaml",
        "cloudformation/shared-networking.yaml",
        "cloudformation/warm-standby.yaml",
        "docs/architecture.md",
        "docs/dr-runbook.md",
        "docs/dr-testing-guide.md",
        "examples/active-active-params.json",
        "examples/pilot-light-params.json",
        "examples/rto-rpo-requirements.json",
        "examples/warm-standby-params.json",
        "guide/01_overview.md",
        "guide/02_prerequisites.md",
        "guide/03_frequently-asked-questions.md",
        "scripts/dr_test_scheduler.py",
        "scripts/failover_validator.py",
        "scripts/rto_rpo_calculator.py",
        "terraform/multi-region-active-active.tf",
        "terraform/pilot-light.tf",
        "terraform/variables.tf",
        "terraform/warm-standby.tf"
      ],
      "file_count": 22,
      "download_size_bytes": 128214,
      "download_size_human": "125.2 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-cloud-disaster-recovery",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-cloud-disaster-recovery",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-cloud-disaster-recovery/"
    },
    {
      "product_id": "cloud-architecture:microservices-architecture-guide",
      "slug": "microservices-architecture-guide",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Microservices Architecture Guide",
      "short_description": "Service decomposition patterns, API gateway configs, service mesh setup, and observability instrumentation.",
      "detailed_description": "Production-ready service decomposition patterns, API gateway configurations, service mesh setup, and observability instrumentation for cloud-native microservices.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "AWS CLI v2 configured",
        "Python 3.10+",
        "Terraform >= 1.5",
        "kubectl + eksctl"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Terraform 1.5"
      ],
      "supported_technologies": [
        "Terraform",
        "Kubernetes",
        "AWS",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python3 scripts/service_decomposition_analyzer.py --interactive",
        "python3 scripts/api_contract_generator.py \\\n  --catalog examples/service-catalog.json \\\n  --output my-api-spec.yaml"
      ],
      "included_files": [
        "README.md",
        "cloudformation/api-gateway.yaml",
        "cloudformation/ecs-service-mesh.yaml",
        "cloudformation/observability-stack.yaml",
        "docs/architecture.md",
        "docs/decomposition-patterns.md",
        "docs/observability-guide.md",
        "examples/api-gateway-openapi.yaml",
        "examples/service-catalog.json",
        "guide/01_overview.md",
        "guide/02_prerequisites.md",
        "guide/03_faq.md",
        "kubernetes/istio-virtualservice.yaml",
        "kubernetes/network-policies.yaml",
        "kubernetes/service-deployment.yaml",
        "scripts/api_contract_generator.py",
        "scripts/service_decomposition_analyzer.py",
        "terraform/api-gateway.tf",
        "terraform/ecs-fargate-service.tf",
        "terraform/service-mesh.tf",
        "terraform/variables.tf"
      ],
      "file_count": 21,
      "download_size_bytes": 91205,
      "download_size_human": "89.1 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-microservices-architecture-guide",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-microservices-architecture-guide",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-microservices-architecture-guide/"
    },
    {
      "product_id": "cloud-architecture:cloud-data-platform-blueprint",
      "slug": "cloud-data-platform-blueprint",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Cloud Data Platform Blueprint",
      "short_description": "End-to-end cloud data platform designs: ingestion, storage, processing, serving, and governance layers.",
      "detailed_description": "End-to-end cloud data platform designs covering ingestion, storage, processing, serving, and governance layers \u2014 with production-ready IaC templates for AWS.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "AWS CLI v2 configured",
        "Python 3.10+",
        "Terraform >= 1.5"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Terraform 1.5"
      ],
      "supported_technologies": [
        "Terraform",
        "AWS",
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "aws cloudformation deploy \\\n  --template-file cloudformation/data-lake-storage.yaml \\\n  --stack-name data-lake-storage \\\n  --parameter-overrides Environment=production OrganizationPrefix=acme \\\n  --capabilities CAPABILITY_NAMED_IAM",
        "aws cloudformation deploy \\\n  --template-file cloudformation/streaming-ingestion.yaml \\\n  --stack-name data-lake-streaming \\\n  --parameter-overrides DataLakeBucketName=acme-data-lake-production"
      ],
      "included_files": [
        "README.md",
        "cloudformation/batch-processing.yaml",
        "cloudformation/data-lake-storage.yaml",
        "cloudformation/serving-layer.yaml",
        "cloudformation/streaming-ingestion.yaml",
        "docs/architecture.md",
        "docs/data-governance-framework.md",
        "docs/scaling-guide.md",
        "examples/athena-queries.sql",
        "examples/glue-etl-job.py",
        "examples/lake-formation-permissions.json",
        "guide/01_overview.md",
        "guide/02_prerequisites.md",
        "guide/03_faq.md",
        "scripts/cost_estimator.py",
        "scripts/data_quality_validator.py",
        "terraform/data-lake-foundation.tf",
        "terraform/governance-layer.tf",
        "terraform/variables.tf"
      ],
      "file_count": 19,
      "download_size_bytes": 147693,
      "download_size_human": "144.2 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-cloud-data-platform-blueprint",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-cloud-data-platform-blueprint",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-cloud-data-platform-blueprint/"
    },
    {
      "product_id": "cloud-architecture:terraform-module-registry",
      "slug": "terraform-module-registry",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Terraform Module Registry",
      "short_description": "6 reusable, validated Terraform modules for common AWS patterns (networking, storage, IAM, security, containers, databases) plus an offline Python registry tool for indexing, docs generation, and version management.",
      "detailed_description": "Production-grade Terraform modules with an offline Python registry tool for indexing, documentation generation, and version management. A curated collection of 6 reusable Terraform modules covering the most common AWS infrastructure patterns \u2014 networking, storage, IAM, security, containers, and databases. Each module ships with validation blocks, sane defaults, and comprehensive documentation. The included registry tool scans modules offline and generates a JSON index and Markdown docs without requiring the terraform binary.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Terraform >= 1.5.0",
        "AWS CLI v2 with configured credentials",
        "Python 3.10+",
        "No external Python packages required",
        "No terraform binary required for the registry tool"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Terraform 1.5"
      ],
      "supported_technologies": [
        "Terraform",
        "AWS",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Scan all modules and display a summary\npython3 scripts/registry.py --scan\n\n# Build the registry index (writes registry.json)\npython3 scripts/registry.py --scan --index\n\n# Generate Markdown documentation for all modules\npython3 scripts/registry.py --scan --docs\n\n# List modules from the existing index\npython3 scripts/registry.py --list",
        "module \"vpc\" {\n  source = \"./modules/vpc-network\"\n\n  name_prefix          = \"myapp-prod\"\n  vpc_cidr             = \"10.0.0.0/16\"\n  availability_zones   = [\"us-east-1a\", \"us-east-1b\"]\n  public_subnet_cidrs  = [\"10.0.1.0/24\", \"10.0.2.0/24\"]\n  private_subnet_cidrs = [\"10.0.11.0/24\", \"10.0.12.0/24\"]\n\n  enable_nat_gateway = true\n  single_nat_gateway = false\n\n  tags = {\n    Environment = \"production\"\n\u2026"
      ],
      "included_files": [
        "README.md",
        "docs/architecture.md",
        "docs/usage-guide.md",
        "docs/versioning.md",
        "examples/dev-environment/main.tf",
        "examples/dev-environment/terraform.tfvars",
        "guide/01_what-s-included.md",
        "guide/02_architecture-overview.md",
        "guide/03_cost-estimates.md",
        "guide/04_license.md",
        "modules/ecs-service/README.md",
        "modules/ecs-service/main.tf",
        "modules/ecs-service/outputs.tf",
        "modules/ecs-service/variables.tf",
        "modules/ecs-service/versions.tf",
        "modules/iam-role/README.md",
        "modules/iam-role/main.tf",
        "modules/iam-role/outputs.tf",
        "modules/iam-role/variables.tf",
        "modules/iam-role/versions.tf",
        "modules/rds-instance/README.md",
        "modules/rds-instance/main.tf",
        "modules/rds-instance/outputs.tf",
        "modules/rds-instance/variables.tf",
        "modules/rds-instance/versions.tf",
        "modules/s3-bucket/README.md",
        "modules/s3-bucket/main.tf",
        "modules/s3-bucket/outputs.tf",
        "modules/s3-bucket/variables.tf",
        "modules/s3-bucket/versions.tf",
        "modules/security-group/README.md",
        "modules/security-group/main.tf",
        "modules/security-group/outputs.tf",
        "modules/security-group/variables.tf",
        "modules/security-group/versions.tf",
        "modules/vpc-network/README.md",
        "modules/vpc-network/main.tf",
        "modules/vpc-network/outputs.tf",
        "modules/vpc-network/variables.tf",
        "modules/vpc-network/versions.tf",
        "registry.json",
        "scripts/registry.py"
      ],
      "file_count": 42,
      "download_size_bytes": 82941,
      "download_size_human": "81.0 KB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-terraform-module-registry",
      "preview_url": "https://datanest-stores.com/cloud-architecture/preview-terraform-module-registry",
      "demo_url": "https://datanest-stores.com/cloud-architecture/demo-terraform-module-registry/"
    },
    {
      "product_id": "cloud-architecture:cloud-complete-bundle",
      "slug": "cloud-complete-bundle",
      "store": "cloud-architecture",
      "store_name": "Cloud Architecture Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "aws",
        "azure",
        "bundle",
        "cloud",
        "cloud migration",
        "cost optimization",
        "gcp",
        "multi-cloud",
        "serverless"
      ],
      "title": "Cloud Architecture Bundle",
      "short_description": "All 12 cloud tools \u2014 $528 bought separately, yours for $149. Save $379 (72%): reference architectures, design patterns, and deployment templates.",
      "detailed_description": "Production-ready CloudFormation and CDK templates implementing all five pillars of the AWS Well-Architected Framework. Built by Cloud Architecture Pro \u2014 premium reference architectures for senior cloud engineers. ---",
      "price_usd": 149,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "AWS CLI v2 configured with appropriate credentials",
        "Basic understanding of CloudFormation and/or CDK",
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Node 18+"
      ],
      "supported_technologies": [
        "AWS",
        "Python",
        "Terraform",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cd cdk/\npython -m venv .venv && source .venv/bin/activate\npip install aws-cdk-lib constructs\ncdk synth    # Review the generated CloudFormation\ncdk deploy --all",
        "python scripts/pillar_assessment.py\n# Interactive CLI walks you through each pillar's checklist\n# Outputs a score and recommendations report"
      ],
      "included_files": [
        "products/aws-well-architected-templates/README.md",
        "products/aws-well-architected-templates/source/README.md",
        "products/aws-well-architected-templates/source/cdk/networking_stack.py",
        "products/aws-well-architected-templates/source/cdk/security_stack.py",
        "products/aws-well-architected-templates/source/cdk/well_architected_app.py",
        "products/aws-well-architected-templates/source/cloudformation/cost-optimized-compute.yaml",
        "products/aws-well-architected-templates/source/cloudformation/high-availability-app.yaml",
        "products/aws-well-architected-templates/source/cloudformation/operational-excellence.yaml",
        "products/aws-well-architected-templates/source/cloudformation/performance-monitoring.yaml",
        "products/aws-well-architected-templates/source/cloudformation/security-baseline.yaml",
        "products/aws-well-architected-templates/source/cloudformation/vpc-network.yaml",
        "products/aws-well-architected-templates/source/docs/architecture.md",
        "products/aws-well-architected-templates/source/docs/cost-optimization-guide.md",
        "products/aws-well-architected-templates/source/docs/deployment-guide.md",
        "products/aws-well-architected-templates/source/docs/runbook.md",
        "products/aws-well-architected-templates/source/docs/security-considerations.md",
        "products/aws-well-architected-templates/source/examples/params-development.json",
        "products/aws-well-architected-templates/source/examples/params-production.json",
        "products/aws-well-architected-templates/source/examples/params-staging.json",
        "products/aws-well-architected-templates/source/guide/01_overview.md",
        "products/aws-well-architected-templates/source/guide/02_quick-start.md",
        "products/aws-well-architected-templates/source/guide/03_faq.md",
        "products/aws-well-architected-templates/source/scripts/cost_estimator.py",
        "products/aws-well-architected-templates/source/scripts/pillar_assessment.py",
        "products/azure-landing-zone-kit/README.md",
        "products/azure-landing-zone-kit/source/README.md",
        "products/azure-landing-zone-kit/source/bicep/hub-network.bicep",
        "products/azure-landing-zone-kit/source/bicep/hub-to-spoke-peering.bicep",
        "products/azure-landing-zone-kit/source/bicep/identity-baseline.bicep",
        "products/azure-landing-zone-kit/source/bicep/log-analytics-workspace.bicep",
        "products/azure-landing-zone-kit/source/bicep/main-landing-zone.bicep",
        "products/azure-landing-zone-kit/source/bicep/management-groups.bicep",
        "products/azure-landing-zone-kit/source/bicep/policy-assignments.bicep",
        "products/azure-landing-zone-kit/source/bicep/spoke-network.bicep",
        "products/azure-landing-zone-kit/source/docs/architecture.md",
        "products/azure-landing-zone-kit/source/docs/deployment-guide.md",
        "products/azure-landing-zone-kit/source/docs/governance-guide.md",
        "products/azure-landing-zone-kit/source/docs/networking-guide.md",
        "products/azure-landing-zone-kit/source/docs/security-considerations.md",
        "products/azure-landing-zone-kit/source/examples/params-enterprise.json",
        "products/azure-landing-zone-kit/source/examples/params-sandbox.json",
        "products/azure-landing-zone-kit/source/guide/01_overview.md",
        "products/azure-landing-zone-kit/source/guide/02_quick-start.md",
        "products/azure-landing-zone-kit/source/guide/03_faq.md",
        "products/azure-landing-zone-kit/source/scripts/landing_zone_validator.py",
        "products/azure-landing-zone-kit/source/scripts/policy_compliance_report.py",
        "products/cloud-cost-optimization/README.md",
        "products/cloud-cost-optimization/source/README.md",
        "products/cloud-cost-optimization/source/cloudformation/budget-alerts-stack.yaml",
        "products/cloud-cost-optimization/source/cloudformation/cost-explorer-reports.yaml",
        "products/cloud-cost-optimization/source/docs/architecture.md",
        "products/cloud-cost-optimization/source/docs/cost_strategies.md",
        "products/cloud-cost-optimization/source/docs/runbook.md",
        "products/cloud-cost-optimization/source/examples/budget_config.json",
        "products/cloud-cost-optimization/source/examples/rightsizing_rules.yaml",
        "products/cloud-cost-optimization/source/guide/01_what-s-included.md",
        "products/cloud-cost-optimization/source/guide/02_quick-start.md",
        "products/cloud-cost-optimization/source/guide/03_cost-impact.md",
        "products/cloud-cost-optimization/source/guide/04_license.md",
        "products/cloud-cost-optimization/source/scripts/cost_dashboard_generator.py",
        "products/cloud-cost-optimization/source/scripts/reserved_capacity_planner.py",
        "products/cloud-cost-optimization/source/scripts/rightsizing_report.py",
        "products/cloud-cost-optimization/source/scripts/unused_resources_finder.py",
        "products/cloud-cost-optimization/source/terraform/budget_alerts.tf",
        "products/cloud-cost-optimization/source/terraform/cost_anomaly_detection.tf",
        "products/cloud-cost-optimization/source/terraform/s3_lifecycle_policies.tf",
        "products/cloud-cost-optimization/source/terraform/variables.tf",
        "products/cloud-data-platform-blueprint/README.md",
        "products/cloud-data-platform-blueprint/source/README.md",
        "products/cloud-data-platform-blueprint/source/cloudformation/batch-processing.yaml",
        "products/cloud-data-platform-blueprint/source/cloudformation/data-lake-storage.yaml",
        "products/cloud-data-platform-blueprint/source/cloudformation/serving-layer.yaml",
        "products/cloud-data-platform-blueprint/source/cloudformation/streaming-ingestion.yaml",
        "products/cloud-data-platform-blueprint/source/docs/architecture.md",
        "products/cloud-data-platform-blueprint/source/docs/data-governance-framework.md",
        "products/cloud-data-platform-blueprint/source/docs/scaling-guide.md",
        "products/cloud-data-platform-blueprint/source/examples/athena-queries.sql",
        "products/cloud-data-platform-blueprint/source/examples/glue-etl-job.py",
        "products/cloud-data-platform-blueprint/source/examples/lake-formation-permissions.json",
        "products/cloud-data-platform-blueprint/source/guide/01_overview.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1391704,
      "download_size_human": "1.3 MB",
      "product_url": "https://datanest-stores.com/cloud-architecture/#product-cloud-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "content-creator:editorial-calendar-system",
      "slug": "editorial-calendar-system",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "Editorial Calendar System",
      "short_description": "Complete content planning system with editorial calendar, topic research templates, content pillars, and publishing schedule tracker.",
      "detailed_description": "A complete content planning and scheduling system for technical content creators. Manage your editorial pipeline from idea capture through publication and repurposing \u2014 without expensive SaaS tools. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/devtools-blog-calendar.csv",
        "examples/pillar-breakdown.md",
        "examples/sample-content-brief.md",
        "guide/01_batch-production.md",
        "guide/02_pillar-strategy.md",
        "guide/03_workflow-guide.md",
        "guides/batch-production.md",
        "guides/pillar-strategy.md",
        "guides/workflow-guide.md",
        "templates/content-brief.md",
        "templates/content-pillars.md",
        "templates/editorial-calendar.csv",
        "templates/idea-backlog.csv",
        "templates/publishing-schedule.csv",
        "templates/repurposing-tracker.csv",
        "templates/topic-research.md"
      ],
      "file_count": 17,
      "download_size_bytes": 101809,
      "download_size_human": "99.4 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-editorial-calendar-system",
      "preview_url": "https://datanest-stores.com/content-creator/preview-editorial-calendar-system",
      "demo_url": "https://datanest-stores.com/content-creator/demo-editorial-calendar-system/"
    },
    {
      "product_id": "content-creator:blog-post-templates",
      "slug": "blog-post-templates",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "Technical Blog Post Templates",
      "short_description": "15+ blog post frameworks: tutorials, comparisons, how-to guides, opinion pieces, case studies, and listicles with SEO optimization.",
      "detailed_description": "15 battle-tested blog post frameworks for technical content creators. Each template is a structured fill-in document with section prompts, SEO guidance, word count targets, and a worked mini-example showing what the template looks like when filled in. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "# [Template Name]\n\n## When to use this format\n## SEO considerations specific to this format\n## Structure\n  ### Section 1 \u2014 [prompts and guidance]\n  ### Section 2 \u2014 [prompts and guidance]\n  ...\n## Formatting tips\n## Common mistakes to avoid\n## Mini-example (completed version)"
      ],
      "included_files": [
        "README.md",
        "guide/02_headline-formulas.md",
        "guide/03_seo-checklist.md",
        "headline-formulas.md",
        "seo-checklist.md",
        "templates/announcement.md",
        "templates/architecture-breakdown.md",
        "templates/benchmark.md",
        "templates/case-study.md",
        "templates/comparison.md",
        "templates/deep-dive.md",
        "templates/how-to.md",
        "templates/interview.md",
        "templates/listicle.md",
        "templates/migration-story.md",
        "templates/opinion.md",
        "templates/retrospective.md",
        "templates/troubleshooting.md",
        "templates/tutorial.md",
        "templates/x-in-y-minutes.md"
      ],
      "file_count": 20,
      "download_size_bytes": 108667,
      "download_size_human": "106.1 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-blog-post-templates",
      "preview_url": "https://datanest-stores.com/content-creator/preview-blog-post-templates",
      "demo_url": "https://datanest-stores.com/content-creator/demo-blog-post-templates/"
    },
    {
      "product_id": "content-creator:newsletter-launch-kit",
      "slug": "newsletter-launch-kit",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "Newsletter Launch Kit",
      "short_description": "Email newsletter setup guide, welcome sequence templates, growth tactics playbook, and subscriber analytics dashboard.",
      "detailed_description": "Everything you need to launch, grow, and sustain a technical email newsletter \u2014 from platform setup through your first 1,000 subscribers. Includes ready-to-customize email templates, growth tactics, subject-line formulas, and tracking systems. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "guide/01_growth-tactics.md",
        "guide/02_platform-setup.md",
        "guides/growth-tactics.md",
        "guides/platform-setup.md",
        "swipe-files/cta-formulas.md",
        "swipe-files/subject-lines.md",
        "templates/issue-curated-links.md",
        "templates/issue-deep-dive.md",
        "templates/issue-news-analysis.md",
        "templates/issue-qa-mailbag.md",
        "templates/issue-tutorial.md",
        "templates/subscriber-analytics.csv",
        "templates/welcome-email-1.md",
        "templates/welcome-email-2.md",
        "templates/welcome-email-3.md",
        "templates/welcome-email-4.md",
        "templates/welcome-email-5.md"
      ],
      "file_count": 18,
      "download_size_bytes": 87965,
      "download_size_human": "85.9 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-newsletter-launch-kit",
      "preview_url": "https://datanest-stores.com/content-creator/preview-newsletter-launch-kit",
      "demo_url": "https://datanest-stores.com/content-creator/demo-newsletter-launch-kit/"
    },
    {
      "product_id": "content-creator:youtube-production-toolkit",
      "slug": "youtube-production-toolkit",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "YouTube Production Toolkit",
      "short_description": "Video scripting templates, thumbnail design guides, SEO title/description formulas, and channel growth strategies for tech creators.",
      "detailed_description": "The complete system for planning, scripting, optimizing, and growing a technical YouTube channel. Stop fumbling through video creation with no structure. This toolkit gives you battle-tested frameworks for every stage of YouTube production \u2014 from ideation through upload optimization \u2014 so you can publish consistently and grow faster. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "checklists/pre-production-checklist.md",
        "checklists/production-checklist.md",
        "checklists/thumbnail-checklist.md",
        "checklists/upload-optimization-sop.md",
        "checklists/weekly-channel-review.md",
        "guide/01_channel-growth-strategy.md",
        "guide/02_seo-title-description-formulas.md",
        "guide/03_tags-strategy.md",
        "guide/04_thumbnail-design-guide.md",
        "guides/channel-growth-strategy.md",
        "guides/seo-title-description-formulas.md",
        "guides/tags-strategy.md",
        "guides/thumbnail-design-guide.md",
        "templates/explainer-script.md",
        "templates/hook-formulas.md",
        "templates/review-script.md",
        "templates/tutorial-script.md",
        "templates/vlog-script.md"
      ],
      "file_count": 19,
      "download_size_bytes": 127064,
      "download_size_human": "124.1 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-youtube-production-toolkit",
      "preview_url": "https://datanest-stores.com/content-creator/preview-youtube-production-toolkit",
      "demo_url": "https://datanest-stores.com/content-creator/demo-youtube-production-toolkit/"
    },
    {
      "product_id": "content-creator:social-media-content-kit",
      "slug": "social-media-content-kit",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "Social Media Content Kit",
      "short_description": "200+ social post templates for Twitter/X, LinkedIn, and threads. Includes hashtag strategies, scheduling system, and engagement playbook.",
      "detailed_description": "200+ fill-in templates for Twitter/X, LinkedIn, and Threads \u2014 organized by content category so you never stare at a blank post again. Stop spending 45 minutes crafting a single tweet. This kit gives you proven post structures across 7 content categories, with fill-in-the-blank templates AND worked examples for each. Pick a template, fill in your details, post. Done. ---",
      "price_usd": 25,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "### Template Name\n> [FILL-IN template with brackets for your content]\n\n**Example:**\n> [Completed version showing the template in action]\n\n**Best for:** [When to use this template]\n**Engagement type:** [Likes / Comments / Shares / Saves]"
      ],
      "included_files": [
        "README.md",
        "examples/sample_linkedin_week.md",
        "examples/sample_twitter_week.md",
        "guide/01_content-calendar-strategy.md",
        "guide/02_engagement-playbook.md",
        "guide/03_hashtag-strategy.md",
        "guide/04_hook-formulas.md",
        "guides/content-calendar-strategy.md",
        "guides/engagement-playbook.md",
        "guides/hashtag-strategy.md",
        "guides/hook-formulas.md",
        "templates/instagram/educational-carousels.md",
        "templates/instagram/engagement-promotional.md",
        "templates/instagram/storytelling-posts.md",
        "templates/linkedin/professional-posts.md",
        "templates/linkedin/story-posts.md",
        "templates/threads/conversation-starters.md",
        "templates/twitter/build-in-public.md",
        "templates/twitter/educational-threads.md",
        "templates/twitter/engagement-posts.md",
        "templates/twitter/hot-takes-opinions.md",
        "templates/twitter/list-posts.md",
        "templates/twitter/promotional-posts.md",
        "templates/twitter/storytelling-posts.md",
        "tools/content-ideas-bank.csv",
        "tools/hashtag-bank.csv",
        "tools/post-performance-tracker.csv",
        "tools/posting-schedule.csv"
      ],
      "file_count": 28,
      "download_size_bytes": 188087,
      "download_size_human": "183.7 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-social-media-content-kit",
      "preview_url": "https://datanest-stores.com/content-creator/preview-social-media-content-kit",
      "demo_url": "https://datanest-stores.com/content-creator/demo-social-media-content-kit/"
    },
    {
      "product_id": "content-creator:course-creation-framework",
      "slug": "course-creation-framework",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "Online Course Creation Framework",
      "short_description": "End-to-end course creation system: curriculum design, lesson scripting, quiz creation, platform comparison, and launch checklist.",
      "detailed_description": "The complete system for designing, building, and launching online courses that actually get finished by students. Whether you're launching your first course or your tenth, this framework eliminates the guesswork. Every template, checklist, and guide is battle-tested across dozens of course launches \u2014 from $49 mini-courses to $997 flagship programs. ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "checklists/launch-week.md",
        "checklists/post-launch.md",
        "checklists/pre-launch.md",
        "examples/worked-curriculum.md",
        "examples/worked-lesson-script.md",
        "examples/worked-module-python-testing.md",
        "examples/worked-quiz.md",
        "guide/01_content-formats.md",
        "guide/02_platform-comparison.md",
        "guide/03_pricing-strategy.md",
        "guides/content-formats.md",
        "guides/platform-comparison.md",
        "guides/pricing-strategy.md",
        "templates/curriculum-planner.md",
        "templates/learning-objectives.md",
        "templates/lesson-script.md",
        "templates/module-overview.md",
        "templates/quiz-assessment.md",
        "templates/slide-outline.md",
        "templates/student-feedback-survey.md"
      ],
      "file_count": 21,
      "download_size_bytes": 166501,
      "download_size_human": "162.6 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-course-creation-framework",
      "preview_url": "https://datanest-stores.com/content-creator/preview-course-creation-framework",
      "demo_url": "https://datanest-stores.com/content-creator/demo-course-creation-framework/"
    },
    {
      "product_id": "content-creator:podcast-launch-guide",
      "slug": "podcast-launch-guide",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "Podcast Launch & Growth Guide",
      "short_description": "Podcast setup guide, episode planning templates, guest outreach scripts, show notes generator, and distribution checklist.",
      "detailed_description": "Everything you need to plan, launch, and grow a technical podcast \u2014 from gear selection to guest outreach to distribution strategy. Stop overthinking your podcast launch. This guide gives you the complete system: what to buy, how to record, how to find guests, how to write show notes that drive discovery, and how to distribute across every platform. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "checklists/distribution-checklist.md",
        "checklists/episode-production-checklist.md",
        "checklists/guest-management-checklist.md",
        "checklists/pre-launch-checklist.md",
        "guide/01_distribution-strategy.md",
        "guide/02_gear-and-software-setup.md",
        "guide/03_show-format-guide.md",
        "guides/distribution-strategy.md",
        "guides/gear-and-software-setup.md",
        "guides/show-format-guide.md",
        "scripts/episode-intro-outros.md",
        "scripts/guest-outreach-emails.md",
        "scripts/sponsor-pitch-template.md",
        "templates/episode-outline-formats.md",
        "templates/episode-planning-template.md",
        "templates/interview-question-bank.md",
        "templates/show-notes-template.md"
      ],
      "file_count": 18,
      "download_size_bytes": 90855,
      "download_size_human": "88.7 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-podcast-launch-guide",
      "preview_url": "https://datanest-stores.com/content-creator/preview-podcast-launch-guide",
      "demo_url": "https://datanest-stores.com/content-creator/demo-podcast-launch-guide/"
    },
    {
      "product_id": "content-creator:seo-content-toolkit",
      "slug": "seo-content-toolkit",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "SEO Content Toolkit",
      "short_description": "Keyword research spreadsheets, on-page SEO checklist, content cluster planner, internal linking strategy, and rank tracking templates.",
      "detailed_description": "A complete SEO system for technical content creators. Covers keyword research, content clustering, on-page optimization, internal linking strategy, search intent mapping, and rank tracking \u2014 all in practical, fill-in-ready templates. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "checklists/content-refresh.md",
        "checklists/on-page-seo.md",
        "checklists/technical-seo-audit.md",
        "guide/01_content-cluster-strategy.md",
        "guide/02_keyword-research-process.md",
        "guide/03_link-building-for-creators.md",
        "guide/04_search-intent.md",
        "guides/content-cluster-strategy.md",
        "guides/keyword-research-process.md",
        "guides/link-building-for-creators.md",
        "guides/search-intent.md",
        "templates/content-brief-seo.md",
        "templates/content-cluster-planner.csv",
        "templates/internal-linking-map.csv",
        "templates/keyword-research.csv",
        "templates/rank-tracking.csv"
      ],
      "file_count": 17,
      "download_size_bytes": 89256,
      "download_size_human": "87.2 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-seo-content-toolkit",
      "preview_url": "https://datanest-stores.com/content-creator/preview-seo-content-toolkit",
      "demo_url": "https://datanest-stores.com/content-creator/demo-seo-content-toolkit/"
    },
    {
      "product_id": "content-creator:lead-magnet-creator",
      "slug": "lead-magnet-creator",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "Lead Magnet Creator Kit",
      "short_description": "10+ lead magnet templates: checklists, cheatsheets, mini-courses, quizzes, and resource libraries with landing page copy formulas.",
      "detailed_description": "10+ ready-to-fill templates for lead magnets that actually convert, plus landing page copy formulas, opt-in CTAs, and a delivery automation guide. Stop spending weeks on lead magnets that collect dust. This kit gives you proven templates for every major lead magnet format \u2014 fill in the blanks, publish, and start growing your email list. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "copy/landing-page-formulas.md",
        "copy/optin-cta-swipe.md",
        "guide/01_delivery-automation.md",
        "guide/02_lead-magnet-selection.md",
        "guides/delivery-automation.md",
        "guides/lead-magnet-selection.md",
        "templates/calculator-spec.md",
        "templates/cheatsheet.md",
        "templates/checklist.md",
        "templates/ebook-outline.md",
        "templates/email-course.md",
        "templates/mini-course-outline.md",
        "templates/quiz-lead-magnet.md",
        "templates/resource-library.md",
        "templates/swipe-file.md",
        "templates/template-pack.md"
      ],
      "file_count": 17,
      "download_size_bytes": 112223,
      "download_size_human": "109.6 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-lead-magnet-creator",
      "preview_url": "https://datanest-stores.com/content-creator/preview-lead-magnet-creator",
      "demo_url": "https://datanest-stores.com/content-creator/demo-lead-magnet-creator/"
    },
    {
      "product_id": "content-creator:content-repurposing-system",
      "slug": "content-repurposing-system",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "Content Repurposing System",
      "short_description": "Framework for turning one piece of content into 10+: blog to video, thread to newsletter, talk to article, and more.",
      "detailed_description": "Turn one piece of content into 10+ without starting from scratch every time. A complete framework for multiplying your content output while maintaining quality across channels. You're not creating enough content. Not because you lack ideas \u2014 because you're treating every platform as a fresh blank page. This system teaches you to create ONCE and distribute MANY, with channel-specific adaptation that feels native everywhere. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "                    \u250c\u2500\u2192 Twitter thread\n                    \u251c\u2500\u2192 LinkedIn post\n    [ONE PIECE]  \u2500\u2500\u2500\u251c\u2500\u2192 Newsletter excerpt\n    (blog post,     \u251c\u2500\u2192 Short video clip\n     video, talk)   \u251c\u2500\u2192 Instagram carousel\n                    \u251c\u2500\u2192 Podcast segment mention\n                    \u2514\u2500\u2192 Quote graphics"
      ],
      "included_files": [
        "README.md",
        "examples/worked-example-blog-to-10-pieces.md",
        "guide/01_content-atomization-guide.md",
        "guide/02_quality-adaptation-principles.md",
        "guide/03_repurposing-workflow-maps.md",
        "guides/content-atomization-guide.md",
        "guides/quality-adaptation-principles.md",
        "guides/repurposing-workflow-maps.md",
        "templates/blog-to-social.md",
        "templates/channel-adaptation-templates.md",
        "templates/newsletter-to-social.md",
        "templates/podcast-to-content.md",
        "templates/talk-to-content-pipeline.md",
        "templates/video-to-everything.md",
        "tools/repurposing-checklist.md",
        "tools/repurposing-tracker.csv"
      ],
      "file_count": 16,
      "download_size_bytes": 141135,
      "download_size_human": "137.8 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-content-repurposing-system",
      "preview_url": "https://datanest-stores.com/content-creator/preview-content-repurposing-system",
      "demo_url": "https://datanest-stores.com/content-creator/demo-content-repurposing-system/"
    },
    {
      "product_id": "content-creator:monetization-playbook",
      "slug": "monetization-playbook",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "Creator Monetization Playbook",
      "short_description": "Revenue stream strategies: sponsorships, affiliate marketing, digital products, consulting, and membership models for tech creators.",
      "detailed_description": "The complete revenue strategy system for technical content creators \u2014 from your first dollar to a diversified six-figure creator business. This isn't theory. Every chapter includes real numbers, templates you can use immediately, and decision frameworks for choosing the right revenue streams at the right time. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/income-tracker.csv",
        "examples/sponsor-pitch-example.md",
        "guide/01_affiliate-marketing.md",
        "guide/02_consulting-services.md",
        "guide/03_courses-workshops.md",
        "guide/04_digital-products.md",
        "guide/05_memberships-communities.md",
        "guide/06_pricing-guide.md",
        "guide/07_revenue-model-comparison.md",
        "guide/08_sponsorships.md",
        "guides/affiliate-marketing.md",
        "guides/consulting-services.md",
        "guides/courses-workshops.md",
        "guides/digital-products.md",
        "guides/memberships-communities.md",
        "guides/pricing-guide.md",
        "guides/revenue-model-comparison.md",
        "guides/sponsorships.md",
        "templates/90-day-roadmap.md",
        "templates/media-kit.md",
        "templates/rate-card.md",
        "templates/sponsor-outreach-scripts.md"
      ],
      "file_count": 23,
      "download_size_bytes": 183678,
      "download_size_human": "179.4 KB",
      "product_url": "https://datanest-stores.com/content-creator/#product-monetization-playbook",
      "preview_url": "https://datanest-stores.com/content-creator/preview-monetization-playbook",
      "demo_url": "https://datanest-stores.com/content-creator/demo-monetization-playbook/"
    },
    {
      "product_id": "content-creator:content-creator-complete-bundle",
      "slug": "content-creator-complete-bundle",
      "store": "content-creator",
      "store_name": "Content Creator Toolkit",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "blog",
        "bundle",
        "career",
        "content creator",
        "monetization",
        "newsletter",
        "podcast",
        "seo",
        "social media",
        "youtube"
      ],
      "title": "Content Creator Bundle",
      "short_description": "All 11 creator tools \u2014 $325 bought separately, yours for $129. Save $196 (60%): templates and systems for a profitable tech-content business.",
      "detailed_description": "A complete content planning and scheduling system for technical content creators. Manage your editorial pipeline from idea capture through publication and repurposing \u2014 without expensive SaaS tools. ---",
      "price_usd": 129,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "products/blog-post-templates/README.md",
        "products/blog-post-templates/source/README.md",
        "products/blog-post-templates/source/guide/02_headline-formulas.md",
        "products/blog-post-templates/source/guide/03_seo-checklist.md",
        "products/blog-post-templates/source/headline-formulas.md",
        "products/blog-post-templates/source/seo-checklist.md",
        "products/blog-post-templates/source/templates/announcement.md",
        "products/blog-post-templates/source/templates/architecture-breakdown.md",
        "products/blog-post-templates/source/templates/benchmark.md",
        "products/blog-post-templates/source/templates/case-study.md",
        "products/blog-post-templates/source/templates/comparison.md",
        "products/blog-post-templates/source/templates/deep-dive.md",
        "products/blog-post-templates/source/templates/how-to.md",
        "products/blog-post-templates/source/templates/interview.md",
        "products/blog-post-templates/source/templates/listicle.md",
        "products/blog-post-templates/source/templates/migration-story.md",
        "products/blog-post-templates/source/templates/opinion.md",
        "products/blog-post-templates/source/templates/retrospective.md",
        "products/blog-post-templates/source/templates/troubleshooting.md",
        "products/blog-post-templates/source/templates/tutorial.md",
        "products/blog-post-templates/source/templates/x-in-y-minutes.md",
        "products/content-repurposing-system/README.md",
        "products/content-repurposing-system/source/README.md",
        "products/content-repurposing-system/source/examples/worked-example-blog-to-10-pieces.md",
        "products/content-repurposing-system/source/guide/01_content-atomization-guide.md",
        "products/content-repurposing-system/source/guide/02_quality-adaptation-principles.md",
        "products/content-repurposing-system/source/guide/03_repurposing-workflow-maps.md",
        "products/content-repurposing-system/source/guides/content-atomization-guide.md",
        "products/content-repurposing-system/source/guides/quality-adaptation-principles.md",
        "products/content-repurposing-system/source/guides/repurposing-workflow-maps.md",
        "products/content-repurposing-system/source/templates/blog-to-social.md",
        "products/content-repurposing-system/source/templates/channel-adaptation-templates.md",
        "products/content-repurposing-system/source/templates/newsletter-to-social.md",
        "products/content-repurposing-system/source/templates/podcast-to-content.md",
        "products/content-repurposing-system/source/templates/talk-to-content-pipeline.md",
        "products/content-repurposing-system/source/templates/video-to-everything.md",
        "products/content-repurposing-system/source/tools/repurposing-checklist.md",
        "products/content-repurposing-system/source/tools/repurposing-tracker.csv",
        "products/course-creation-framework/README.md",
        "products/course-creation-framework/source/README.md",
        "products/course-creation-framework/source/checklists/launch-week.md",
        "products/course-creation-framework/source/checklists/post-launch.md",
        "products/course-creation-framework/source/checklists/pre-launch.md",
        "products/course-creation-framework/source/examples/worked-curriculum.md",
        "products/course-creation-framework/source/examples/worked-lesson-script.md",
        "products/course-creation-framework/source/examples/worked-module-python-testing.md",
        "products/course-creation-framework/source/examples/worked-quiz.md",
        "products/course-creation-framework/source/guide/01_content-formats.md",
        "products/course-creation-framework/source/guide/02_platform-comparison.md",
        "products/course-creation-framework/source/guide/03_pricing-strategy.md",
        "products/course-creation-framework/source/guides/content-formats.md",
        "products/course-creation-framework/source/guides/platform-comparison.md",
        "products/course-creation-framework/source/guides/pricing-strategy.md",
        "products/course-creation-framework/source/templates/curriculum-planner.md",
        "products/course-creation-framework/source/templates/learning-objectives.md",
        "products/course-creation-framework/source/templates/lesson-script.md",
        "products/course-creation-framework/source/templates/module-overview.md",
        "products/course-creation-framework/source/templates/quiz-assessment.md",
        "products/course-creation-framework/source/templates/slide-outline.md",
        "products/course-creation-framework/source/templates/student-feedback-survey.md",
        "products/editorial-calendar-system/README.md",
        "products/editorial-calendar-system/source/README.md",
        "products/editorial-calendar-system/source/examples/devtools-blog-calendar.csv",
        "products/editorial-calendar-system/source/examples/pillar-breakdown.md",
        "products/editorial-calendar-system/source/examples/sample-content-brief.md",
        "products/editorial-calendar-system/source/guide/01_batch-production.md",
        "products/editorial-calendar-system/source/guide/02_pillar-strategy.md",
        "products/editorial-calendar-system/source/guide/03_workflow-guide.md",
        "products/editorial-calendar-system/source/guides/batch-production.md",
        "products/editorial-calendar-system/source/guides/pillar-strategy.md",
        "products/editorial-calendar-system/source/guides/workflow-guide.md",
        "products/editorial-calendar-system/source/templates/content-brief.md",
        "products/editorial-calendar-system/source/templates/content-pillars.md",
        "products/editorial-calendar-system/source/templates/editorial-calendar.csv",
        "products/editorial-calendar-system/source/templates/idea-backlog.csv",
        "products/editorial-calendar-system/source/templates/publishing-schedule.csv",
        "products/editorial-calendar-system/source/templates/repurposing-tracker.csv",
        "products/editorial-calendar-system/source/templates/topic-research.md",
        "products/lead-magnet-creator/README.md",
        "products/lead-magnet-creator/source/README.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1393397,
      "download_size_human": "1.3 MB",
      "product_url": "https://datanest-stores.com/content-creator/#product-content-creator-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "data-analyst:sql-query-library",
      "slug": "sql-query-library",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Advanced SQL Query Library",
      "short_description": "200+ production SQL queries organized by use case: cohort analysis, funnel metrics, retention, revenue, and operational reporting.",
      "detailed_description": "A curated collection of 60+ production-tested SQL queries for data analysts. Every query is documented, parameterized, and annotated with dialect-specific notes for PostgreSQL, BigQuery, and Snowflake. Includes: 200+ hours of query development distilled into copy-paste-ready patterns; 8 category folders covering the full analytics workflow; Dialect annotations \u2014 each query notes where syntax differs across Postgres, BigQuery, and Snowflake; Parameterized \u2014 swap in your table/column names and run immediately; Sample schema (DDL) so you can test every query locally.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "   \\i schema/sample_schema.sql  -- Postgres\n   ",
        "-- ============================================================\n-- Query: <descriptive name>\n-- Category: <folder name>\n-- Dialect: ANSI SQL (notes below for Postgres/BQ/Snowflake)\n-- Parameters:\n--   {{start_date}}  \u2014 Beginning of analysis window (DATE)\n--   {{end_date}}    \u2014 End of analysis window (DATE)\n-- Description:\n--   <What this query computes and when to use it>\n-- ============================================================\n\nSELECT ...\n\n-- DIALECT NOTES:\n\u2026"
      ],
      "included_files": [
        "INDEX.md",
        "README.md",
        "cohort-analysis/01_weekly_signup_cohorts.sql",
        "cohort-analysis/02_behavioral_cohorts.sql",
        "cohort-analysis/03_cohort_revenue_matrix.sql",
        "cohort-analysis/04_cohort_size_decay.sql",
        "cohort-analysis/05_acquisition_channel_cohorts.sql",
        "cohort-analysis/06_plan_upgrade_cohorts.sql",
        "cohort-analysis/07_geographic_cohorts.sql",
        "cohort-analysis/08_lifecycle_stage_classification.sql",
        "funnel-metrics/01_basic_conversion_funnel.sql",
        "funnel-metrics/02_time_between_steps.sql",
        "funnel-metrics/03_funnel_dropoff_by_segment.sql",
        "funnel-metrics/04_funnel_over_time.sql",
        "funnel-metrics/05_parallel_funnels.sql",
        "funnel-metrics/06_funnel_reentry_analysis.sql",
        "funnel-metrics/07_device_split_funnel.sql",
        "funnel-metrics/08_funnel_velocity.sql",
        "guide/query-optimization.md",
        "guides/query-optimization.md",
        "marketing/01_channel_attribution.sql",
        "marketing/02_multi_touch_attribution.sql",
        "marketing/03_campaign_roi.sql",
        "marketing/04_cac_payback_period.sql",
        "marketing/05_channel_efficiency.sql",
        "marketing/06_email_campaign_metrics.sql",
        "marketing/07_organic_vs_paid.sql",
        "marketing/08_referral_network.sql",
        "operational/01_sla_compliance.sql",
        "operational/02_queue_depth_trends.sql",
        "operational/03_first_response_time.sql",
        "operational/04_agent_throughput.sql",
        "operational/05_peak_load_analysis.sql",
        "operational/06_resolution_time_by_category.sql",
        "operational/07_escalation_patterns.sql",
        "operational/08_satisfaction_drivers.sql",
        "product-analytics/01_feature_adoption_rates.sql",
        "product-analytics/02_engagement_scoring.sql",
        "product-analytics/03_power_user_identification.sql",
        "product-analytics/04_feature_usage_frequency.sql",
        "product-analytics/05_session_depth_analysis.sql",
        "product-analytics/06_aha_moment_detection.sql",
        "product-analytics/07_feature_interaction_paths.sql",
        "product-analytics/08_stickiness_ratio.sql",
        "retention/01_classic_day_n_retention.sql",
        "retention/02_rolling_retention.sql",
        "retention/03_retention_by_first_action.sql",
        "retention/04_weekly_retention_curve.sql",
        "retention/05_resurrection_rate.sql",
        "retention/06_feature_retention_correlation.sql",
        "retention/07_revenue_retention.sql",
        "retention/08_churn_prediction_features.sql",
        "revenue/01_monthly_mrr_waterfall.sql",
        "revenue/02_ltv_by_cohort.sql",
        "revenue/03_arpu_trends.sql",
        "revenue/04_expansion_contraction.sql",
        "revenue/05_payment_failure_analysis.sql",
        "revenue/06_discount_impact.sql",
        "revenue/07_revenue_concentration.sql",
        "revenue/08_arr_forecasting_inputs.sql",
        "schema/sample_schema.sql",
        "window-functions/01_running_totals.sql",
        "window-functions/02_moving_averages.sql",
        "window-functions/03_rank_and_percentile.sql",
        "window-functions/04_sessionization.sql",
        "window-functions/05_lead_lag_comparisons.sql",
        "window-functions/06_first_last_per_group.sql",
        "window-functions/07_gap_and_island_detection.sql",
        "window-functions/08_cumulative_distribution.sql"
      ],
      "file_count": 69,
      "download_size_bytes": 136127,
      "download_size_human": "132.9 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-sql-query-library",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-sql-query-library",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-sql-query-library/"
    },
    {
      "product_id": "data-analyst:dashboard-design-templates",
      "slug": "dashboard-design-templates",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Dashboard Design Templates",
      "short_description": "20+ dashboard layouts for Tableau, Looker, and Power BI covering executive, operational, marketing, sales, and product analytics.",
      "detailed_description": "A comprehensive collection of 20+ dashboard layout templates for Tableau, Looker, and Power BI. Each template includes a full layout specification (grid, KPIs, charts, filters), design rationale, and reusable calculation snippets. Includes: 20+ Layout Templates \u2014 Executive, Operational, Marketing, Sales, and Product Analytics dashboards; Design Principles Guide \u2014 The rules behind dashboards that actually get used; Chart Selection Decision Guide \u2014 Never pick the wrong chart type again; Color & Accessibility Palettes \u2014 WCAG 2; Reusable Calculation Snippets \u2014 Copy-paste KPI formulas for all three tools; Organized Two Ways \u2014 Browse by tool (Tableau/Looker/Power BI) or by business domain.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "by-domain/executive/company-health-board.json",
        "by-domain/executive/revenue-overview-cfo.json",
        "by-domain/marketing/campaign-performance.json",
        "by-domain/operational/system-health-sre.json",
        "by-domain/product-analytics/user-engagement.json",
        "by-domain/sales/pipeline-management.json",
        "by-tool/looker/implementation-notes.md",
        "by-tool/power-bi/implementation-notes.md",
        "by-tool/tableau/implementation-notes.md",
        "guide/chart-selection-guide.md",
        "guide/design-principles.md",
        "guides/chart-selection-guide.md",
        "guides/design-principles.md",
        "palettes/color-system.md",
        "snippets/looker-calcs.md",
        "snippets/powerbi-calcs.md",
        "snippets/tableau-calcs.md"
      ],
      "file_count": 18,
      "download_size_bytes": 107922,
      "download_size_human": "105.4 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-dashboard-design-templates",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-dashboard-design-templates",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-dashboard-design-templates/"
    },
    {
      "product_id": "data-analyst:python-data-analysis-toolkit",
      "slug": "python-data-analysis-toolkit",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Python Data Analysis Toolkit",
      "short_description": "Pandas/NumPy analysis templates with data cleaning, EDA notebooks, statistical testing, and visualization recipes using Matplotlib/Seaborn.",
      "detailed_description": "A comprehensive collection of pandas, NumPy, and visualization modules for data analysts. Provides battle-tested patterns for data loading, cleaning, EDA, statistical testing, and publication-ready visualization. Includes: Data Loading & Cleaning \u2014 Multi-format loaders with automatic type inference and validation; Exploratory Data Analysis \u2014 Automated profiling, distribution analysis, correlation matrices; Statistical Testing \u2014 t-tests, chi-square, ANOVA, normality checks with plain-English interpretation; Visualization Recipes \u2014 15+ chart templates for Matplotlib/Seaborn, ready for reports and presentations; Sample Data \u2014 Included CSV dataset for testing all modules immediately.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "pandas >= 2.0",
        "numpy >= 1.24",
        "matplotlib >= 3.7",
        "seaborn >= 0.12",
        "scipy >= 1.10"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt\npython -m src.datkit.main",
        "from src.datkit.loading import smart_load\ndf = smart_load(\"data/sample_saas_metrics.csv\")"
      ],
      "included_files": [
        "README.md",
        "data/sample_saas_metrics.csv",
        "guide/choosing_the_right_chart.md",
        "guide/statistical_tests_cheatsheet.md",
        "guides/choosing_the_right_chart.md",
        "guides/statistical_tests_cheatsheet.md",
        "notebooks/01_loading_and_cleaning.py",
        "notebooks/02_eda_workflow.py",
        "notebooks/03_statistical_testing.py",
        "requirements.txt",
        "src/datkit/__init__.py",
        "src/datkit/cleaning.py",
        "src/datkit/correlations.py",
        "src/datkit/distributions.py",
        "src/datkit/eda.py",
        "src/datkit/loading.py",
        "src/datkit/main.py",
        "src/datkit/statistics.py",
        "src/datkit/visualization.py",
        "tests/__init__.py",
        "tests/test_cleaning.py",
        "tests/test_statistics.py"
      ],
      "file_count": 22,
      "download_size_bytes": 102812,
      "download_size_human": "100.4 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-python-data-analysis-toolkit",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-python-data-analysis-toolkit",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-python-data-analysis-toolkit/"
    },
    {
      "product_id": "data-analyst:ab-testing-framework",
      "slug": "ab-testing-framework",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "A/B Testing Statistical Framework",
      "short_description": "Complete A/B testing toolkit: sample size calculator, statistical significance tests, Bayesian analysis, and results reporting templates.",
      "detailed_description": "A complete A/B testing toolkit implementing real statistical methods from scratch. Includes sample size calculation, frequentist tests, sequential testing, Bayesian analysis, and CUPED variance reduction \u2014 all runnable with Python's standard library + scipy. Includes: Sample Size Calculator \u2014 Power analysis for proportions and continuous metrics; Frequentist Tests \u2014 Z-test for proportions, Welch's t-test, chi-square goodness-of-fit; Sequential Testing \u2014 O'Brien-Fleming spending function for early stopping; Bayesian A/B \u2014 Beta-Binomial model with posterior probability of winning; CUPED Variance Reduction \u2014 Pre-experiment covariate adjustment to reduce required sample size; Results Reporter \u2014 Generate structured experiment summaries with confidence intervals.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt\npython -m src.abtest.main",
        "from src.abtest.sample_size import required_sample_size_proportions\n\nn = required_sample_size_proportions(\n    baseline_rate=0.12,          # Current conversion rate: 12%\n    minimum_detectable_effect=0.02,  # Want to detect 2pp lift (to 14%)\n    alpha=0.05,                  # 5% significance level\n    power=0.80,                  # 80% power\n)\nprint(f\"Need {n:,} users per variant\")"
      ],
      "included_files": [
        "README.md",
        "configs/experiment_config.yaml",
        "guide/experiment_design.md",
        "guide/interpreting_results.md",
        "guides/experiment_design.md",
        "guides/interpreting_results.md",
        "requirements.txt",
        "src/abtest/__init__.py",
        "src/abtest/bayesian.py",
        "src/abtest/cuped.py",
        "src/abtest/frequentist.py",
        "src/abtest/main.py",
        "src/abtest/reporter.py",
        "src/abtest/sample_size.py",
        "src/abtest/sequential.py",
        "tests/__init__.py",
        "tests/test_bayesian.py",
        "tests/test_frequentist.py",
        "tests/test_sample_size.py"
      ],
      "file_count": 19,
      "download_size_bytes": 66630,
      "download_size_human": "65.1 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-ab-testing-framework",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-ab-testing-framework",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-ab-testing-framework/"
    },
    {
      "product_id": "data-analyst:data-storytelling-guide",
      "slug": "data-storytelling-guide",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Data Storytelling & Presentation Guide",
      "short_description": "Presentation templates, data visualization best practices, executive summary frameworks, and narrative structure guides for analysts.",
      "detailed_description": "A comprehensive guide to transforming raw analysis into compelling narratives that drive action. This isn't about making pretty charts\u2014it's about structuring your findings so decision-makers actually do something with them.",
      "price_usd": 25,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "chapters/01-narrative-structures.md",
        "chapters/02-audience-analysis.md",
        "chapters/03-so-what-framework.md",
        "chapters/04-chart-choice.md",
        "chapters/05-visualization-makeovers.md",
        "chapters/06-executive-communication.md",
        "chapters/07-presentation-delivery.md",
        "checklist.md",
        "examples/ab-test-communication.md",
        "examples/churn-analysis-story.md",
        "examples/revenue-growth-narrative.md",
        "guide/01_what-s-inside.md",
        "guide/02_who-this-is-for.md",
        "guide/03_license.md",
        "templates/deck-outline-template.md",
        "templates/executive-summary-template.md",
        "templates/one-pager-template.md",
        "templates/stakeholder-brief-template.md",
        "templates/weekly-metrics-update.md"
      ],
      "file_count": 20,
      "download_size_bytes": 123357,
      "download_size_human": "120.5 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-data-storytelling-guide",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-data-storytelling-guide",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-data-storytelling-guide/"
    },
    {
      "product_id": "data-analyst:excel-power-query-templates",
      "slug": "excel-power-query-templates",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Excel Power Query Templates",
      "short_description": "50+ Power Query M code templates for data transformation, API connections, consolidation, and automated reporting workflows.",
      "detailed_description": "50+ ready-to-use Power Query (M language) templates for data transformation, API connections, file consolidation, and automated reporting workflows. Each template includes the complete M code plus usage instructions. Includes: Data Transformation (10 templates) \u2014 Unpivot, pivot, split, merge, conditional columns; API & Web Connections (8 templates) \u2014 REST APIs, pagination, OAuth, web scraping; File Consolidation (7 templates) \u2014 Combine CSVs, Excel files, folder contents; Pivot & Unpivot (6 templates) \u2014 Reshape data between wide and long formats; Date Tables (5 templates) \u2014 Calendar generation, fiscal years, holidays; Fuzzy Matching (4 templates) \u2014 Approximate joins, deduplication.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Excel 2016+ or Excel 365",
        "Or Power BI Desktop",
        "Some templates require network access"
      ],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "// \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n// Template: [Name]\n// Category: [Category]\n// Purpose: [What it does]\n// Parameters to modify: [List of things to customize]\n// \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\nlet\n    // ... M code ...\nin\n    Result"
      ],
      "included_files": [
        "INDEX.md",
        "README.md",
        "advanced-patterns/advanced-patterns.pq",
        "api-connections/api-connection-templates.pq",
        "data-cleaning/data-cleaning-templates.pq",
        "data-transformation/transformation-templates.pq",
        "date-tables/date-table-templates.pq",
        "file-consolidation/file-consolidation-templates.pq",
        "fuzzy-matching/fuzzy-matching-templates.pq",
        "guide/common-errors.md",
        "guide/m-function-reference.md",
        "guide/power-query-patterns-guide.md",
        "guide/quickstart.md",
        "guides/common-errors.md",
        "guides/m-function-reference.md",
        "guides/power-query-patterns-guide.md",
        "guides/quickstart.md",
        "pivot-unpivot/pivot-unpivot-templates.pq",
        "reporting-workflows/reporting-workflow-templates.pq"
      ],
      "file_count": 19,
      "download_size_bytes": 147558,
      "download_size_human": "144.1 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-excel-power-query-templates",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-excel-power-query-templates",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-excel-power-query-templates/"
    },
    {
      "product_id": "data-analyst:business-metrics-handbook",
      "slug": "business-metrics-handbook",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Business Metrics Handbook",
      "short_description": "Comprehensive metric definitions for SaaS, e-commerce, marketplace, and subscription businesses with calculation formulas and benchmarks.",
      "detailed_description": "A comprehensive reference for business metrics across SaaS, e-commerce, marketplace, subscription, finance, and growth models. Every metric includes a precise definition, calculation formula, worked example, industry benchmarks, common pitfalls, and related metrics.",
      "price_usd": 25,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "INDEX.md",
        "README.md",
        "ecommerce/aov-conversion-rate.md",
        "ecommerce/cart-abandonment-rpv.md",
        "finance/burn-rate-runway.md",
        "finance/gross-margin-rule-of-40.md",
        "growth/activation-viral-coefficient.md",
        "growth/cac.md",
        "growth/cohort-retention.md",
        "guide/01_what-s-inside.md",
        "guide/02_metric-entry-format.md",
        "guide/03_license.md",
        "marketplace/gmv-take-rate.md",
        "marketplace/liquidity-supply-utilization.md",
        "metric-trees.md",
        "north-star-guide.md",
        "saas/mrr-arr.md",
        "saas/net-revenue-retention.md",
        "saas/quick-ratio-magic-number.md",
        "subscription/churn-rate.md",
        "subscription/ltv-ltv-cac.md",
        "subscription/payback-period-expansion.md"
      ],
      "file_count": 22,
      "download_size_bytes": 112700,
      "download_size_human": "110.1 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-business-metrics-handbook",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-business-metrics-handbook",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-business-metrics-handbook/"
    },
    {
      "product_id": "data-analyst:data-cleaning-playbook",
      "slug": "data-cleaning-playbook",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Data Cleaning Playbook",
      "short_description": "Step-by-step data quality frameworks: deduplication, standardization, outlier detection, missing value strategies, and validation rules.",
      "detailed_description": "A comprehensive toolkit combining deep playbook guides with runnable Python cleaners. Covers deduplication, standardization, outlier detection, missing-value strategies, and a rule-based validation engine. Includes: Deduplication Engine \u2014 Exact-match, fuzzy-match, and time-window dedup strategies; Standardization \u2014 Date formats, addresses, names, phone numbers, categorical encoding; Outlier Detection \u2014 IQR, z-score, Modified Z-Score (MAD), and isolation-based methods; Missing Value Strategies \u2014 Pattern analysis, imputation hierarchy, and indicator generation; Validation Rule Engine \u2014 Declarative YAML rules for automated data quality checks.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "pandas >= 2.0",
        "numpy >= 1.24",
        "pyyaml >= 6.0"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt\npython -m src.cleaners.main",
        "from src.cleaners.deduplication import find_duplicates, deduplicate\ndupes = find_duplicates(df, subset=[\"email\"], method=\"exact\")\nclean_df = deduplicate(df, subset=[\"email\"], keep=\"latest\", date_col=\"created_at\")"
      ],
      "included_files": [
        "README.md",
        "examples/cleaning_pipeline.py",
        "examples/messy_customers.csv",
        "guide/deduplication_strategies.md",
        "guide/missing_data_playbook.md",
        "guide/outlier_detection_guide.md",
        "guides/deduplication_strategies.md",
        "guides/missing_data_playbook.md",
        "guides/outlier_detection_guide.md",
        "requirements.txt",
        "rules/common_patterns.yaml",
        "rules/data_quality_rules.yaml",
        "src/cleaners/__init__.py",
        "src/cleaners/deduplication.py",
        "src/cleaners/main.py",
        "src/cleaners/missing_values.py",
        "src/cleaners/outliers.py",
        "src/cleaners/standardization.py",
        "src/cleaners/validation_engine.py"
      ],
      "file_count": 19,
      "download_size_bytes": 118260,
      "download_size_human": "115.5 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-data-cleaning-playbook",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-data-cleaning-playbook",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-data-cleaning-playbook/"
    },
    {
      "product_id": "data-analyst:looker-lookml-templates",
      "slug": "looker-lookml-templates",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Looker LookML Templates",
      "short_description": "Production LookML models for common business domains: revenue, marketing, product usage, and customer analytics with derived tables.",
      "detailed_description": "Production-ready LookML project templates for revenue analytics, marketing attribution, product usage tracking, and customer analytics. Drop these into your Looker project and adapt the SQL table references to your schema. Includes: 4 Complete Analytics Models \u2014 Revenue, Marketing, Product, Customer; 16+ View Files \u2014 Dimensions, measures, derived tables, refinements; Explore Definitions \u2014 Pre-configured joins with proper relationship types; Derived Tables (PDTs) \u2014 Materialized aggregations for complex calculations; Reusable Refinements \u2014 Extend views without modifying originals; Naming Conventions Guide \u2014 Standards for a maintainable LookML project.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "looker-lookml-templates/\n\u251c\u2500\u2500 models/\n\u2502   \u251c\u2500\u2500 revenue_analytics.model.lkml\n\u2502   \u251c\u2500\u2500 marketing_analytics.model.lkml\n\u2502   \u251c\u2500\u2500 product_analytics.model.lkml\n\u2502   \u2514\u2500\u2500 customer_analytics.model.lkml\n\u251c\u2500\u2500 views/\n\u2502   \u251c\u2500\u2500 revenue/\n\u2502   \u2502   \u251c\u2500\u2500 orders.view.lkml\n\u2502   \u2502   \u251c\u2500\u2500 order_items.view.lkml\n\u2502   \u2502   \u2514\u2500\u2500 subscriptions.view.lkml\n\u2502   \u251c\u2500\u2500 marketing/\n\u2502   \u2502   \u251c\u2500\u2500 campaigns.view.lkml\n\u2502   \u2502   \u251c\u2500\u2500 ad_spend.view.lkml\n\u2026"
      ],
      "included_files": [
        "README.md",
        "derived_tables/customer_lifetime_value.view.lkml",
        "derived_tables/daily_revenue_summary.view.lkml",
        "derived_tables/marketing_attribution.view.lkml",
        "guide/deployment-guide.md",
        "guide/naming-conventions.md",
        "guides/deployment-guide.md",
        "guides/naming-conventions.md",
        "models/customer_analytics.model.lkml",
        "models/marketing_analytics.model.lkml",
        "models/product_analytics.model.lkml",
        "models/revenue_analytics.model.lkml",
        "refinements/customer_refinements.lkml",
        "refinements/revenue_refinements.lkml",
        "views/customer/cohort_analysis.view.lkml",
        "views/customer/customer_facts.view.lkml",
        "views/customer/customers.view.lkml",
        "views/marketing/ad_spend.view.lkml",
        "views/marketing/attribution_touchpoints.view.lkml",
        "views/marketing/campaigns.view.lkml",
        "views/product/events.view.lkml",
        "views/product/feature_usage.view.lkml",
        "views/product/sessions.view.lkml",
        "views/revenue/order_items.view.lkml",
        "views/revenue/orders.view.lkml",
        "views/revenue/subscriptions.view.lkml",
        "views/shared/calendar.view.lkml",
        "views/shared/common_dimensions.view.lkml"
      ],
      "file_count": 28,
      "download_size_bytes": 88127,
      "download_size_human": "86.1 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-looker-lookml-templates",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-looker-lookml-templates",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-looker-lookml-templates/"
    },
    {
      "product_id": "data-analyst:power-bi-dax-patterns",
      "slug": "power-bi-dax-patterns",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Power BI DAX Pattern Library",
      "short_description": "100+ DAX patterns for time intelligence, dynamic filtering, ranking, budgets vs actuals, and advanced calculations.",
      "detailed_description": "100+ production-ready DAX patterns organized by category. Each pattern includes the complete DAX formula, an explanation of how it works, and guidance on when to use it. Includes: Time Intelligence (15 patterns) \u2014 YTD, QTD, MTD, prior periods, rolling windows, fiscal calendars; Dynamic Filtering (12 patterns) \u2014 Slicers, what-if parameters, dynamic Top N, segmentation; Ranking (10 patterns) \u2014 Top/Bottom N, percentiles, dense ranks, running ranks; Budget vs Actuals (10 patterns) \u2014 Variance analysis, forecast accuracy, target tracking; Running Totals (8 patterns) \u2014 Cumulative sums, running averages, progressive calculations; Semi-Additive Measures (8 patterns) \u2014 Balance-at-date, inventory, headcount, snapshots.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Power BI Desktop",
        "Star schema data model"
      ],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n-- Pattern: [Name]\n-- Category: [Category]\n-- When to use: [Scenario description]\n-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n[Measure Name] =\n[DAX Formula]\n\n/* HOW IT WORKS:\n   [Step-by-step explanation]\n*/"
      ],
      "included_files": [
        "INDEX.md",
        "README.md",
        "advanced/advanced-calculations.dax",
        "budget-vs-actuals/budget-variance-patterns.dax",
        "filtering/dynamic-filtering-patterns.dax",
        "guide/dax-best-practices.md",
        "guides/dax-best-practices.md",
        "parent-child/parent-child-patterns.dax",
        "ranking/ranking-patterns.dax",
        "running-totals/running-total-patterns.dax",
        "semi-additive/semi-additive-patterns.dax",
        "statistical/statistical-patterns.dax",
        "table-manipulation/table-manipulation-patterns.dax",
        "text-and-format/text-format-patterns.dax",
        "time-intelligence/time-intelligence-patterns.dax"
      ],
      "file_count": 15,
      "download_size_bytes": 75415,
      "download_size_human": "73.6 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-power-bi-dax-patterns",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-power-bi-dax-patterns",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-power-bi-dax-patterns/"
    },
    {
      "product_id": "data-analyst:analyst-career-guide",
      "slug": "analyst-career-guide",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Data Analyst Career Guide",
      "short_description": "Portfolio building templates, resume frameworks, interview prep for analyst roles, and skill development roadmaps.",
      "detailed_description": "A comprehensive career development resource for data analysts at every level \u2014 from your first job through senior and lead roles. Includes portfolio templates, resume frameworks, interview question banks with worked answers, onboarding plans, and skill development roadmaps.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/career-progression-timeline.md",
        "examples/portfolio-writeup-example.md",
        "guide/30-60-90-plan.md",
        "guide/project-ideas.md",
        "guide/salary-negotiation.md",
        "guide/skill-roadmap.md",
        "guides/30-60-90-plan.md",
        "guides/project-ideas.md",
        "guides/salary-negotiation.md",
        "guides/skill-roadmap.md",
        "interview-prep/behavioral-questions.md",
        "interview-prep/case-study-questions.md",
        "interview-prep/sql-questions.md",
        "templates/portfolio-template.md",
        "templates/resume-examples.md",
        "templates/resume-framework.md"
      ],
      "file_count": 17,
      "download_size_bytes": 130721,
      "download_size_human": "127.7 KB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-analyst-career-guide",
      "preview_url": "https://datanest-stores.com/data-analyst/preview-analyst-career-guide",
      "demo_url": "https://datanest-stores.com/data-analyst/demo-analyst-career-guide/"
    },
    {
      "product_id": "data-analyst:data-analyst-complete-bundle",
      "slug": "data-analyst-complete-bundle",
      "store": "data-analyst",
      "store_name": "Data Analyst Toolkit",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "a/b testing",
        "analytics",
        "bundle",
        "dashboard",
        "data",
        "data analyst",
        "looker",
        "power bi",
        "python",
        "sql",
        "tableau"
      ],
      "title": "Data Analyst Bundle",
      "short_description": "All 11 tools \u2014 $331 bought separately, yours for $129. Save $202 (61%): SQL, dashboards, Python EDA, LookML, DAX, and A/B testing.",
      "detailed_description": "A curated collection of 60+ production-tested SQL queries for data analysts. Every query is documented, parameterized, and annotated with dialect-specific notes for PostgreSQL, BigQuery, and Snowflake. Includes: 200+ hours of query development distilled into copy-paste-ready patterns; 8 category folders covering the full analytics workflow; Dialect annotations \u2014 each query notes where syntax differs across Postgres, BigQuery, and Snowflake; Parameterized \u2014 swap in your table/column names and run immediately; Sample schema (DDL) so you can test every query locally.",
      "price_usd": 129,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "   \\i schema/sample_schema.sql  -- Postgres\n   ",
        "-- ============================================================\n-- Query: <descriptive name>\n-- Category: <folder name>\n-- Dialect: ANSI SQL (notes below for Postgres/BQ/Snowflake)\n-- Parameters:\n--   {{start_date}}  \u2014 Beginning of analysis window (DATE)\n--   {{end_date}}    \u2014 End of analysis window (DATE)\n-- Description:\n--   <What this query computes and when to use it>\n-- ============================================================\n\nSELECT ...\n\n-- DIALECT NOTES:\n\u2026"
      ],
      "included_files": [
        "products/ab-testing-framework/README.md",
        "products/ab-testing-framework/source/README.md",
        "products/ab-testing-framework/source/configs/experiment_config.yaml",
        "products/ab-testing-framework/source/guide/experiment_design.md",
        "products/ab-testing-framework/source/guide/interpreting_results.md",
        "products/ab-testing-framework/source/guides/experiment_design.md",
        "products/ab-testing-framework/source/guides/interpreting_results.md",
        "products/ab-testing-framework/source/requirements.txt",
        "products/ab-testing-framework/source/src/abtest/__init__.py",
        "products/ab-testing-framework/source/src/abtest/bayesian.py",
        "products/ab-testing-framework/source/src/abtest/cuped.py",
        "products/ab-testing-framework/source/src/abtest/frequentist.py",
        "products/ab-testing-framework/source/src/abtest/main.py",
        "products/ab-testing-framework/source/src/abtest/reporter.py",
        "products/ab-testing-framework/source/src/abtest/sample_size.py",
        "products/ab-testing-framework/source/src/abtest/sequential.py",
        "products/ab-testing-framework/source/tests/__init__.py",
        "products/ab-testing-framework/source/tests/test_bayesian.py",
        "products/ab-testing-framework/source/tests/test_frequentist.py",
        "products/ab-testing-framework/source/tests/test_sample_size.py",
        "products/analyst-career-guide/README.md",
        "products/analyst-career-guide/source/README.md",
        "products/analyst-career-guide/source/examples/career-progression-timeline.md",
        "products/analyst-career-guide/source/examples/portfolio-writeup-example.md",
        "products/analyst-career-guide/source/guide/30-60-90-plan.md",
        "products/analyst-career-guide/source/guide/project-ideas.md",
        "products/analyst-career-guide/source/guide/salary-negotiation.md",
        "products/analyst-career-guide/source/guide/skill-roadmap.md",
        "products/analyst-career-guide/source/guides/30-60-90-plan.md",
        "products/analyst-career-guide/source/guides/project-ideas.md",
        "products/analyst-career-guide/source/guides/salary-negotiation.md",
        "products/analyst-career-guide/source/guides/skill-roadmap.md",
        "products/analyst-career-guide/source/interview-prep/behavioral-questions.md",
        "products/analyst-career-guide/source/interview-prep/case-study-questions.md",
        "products/analyst-career-guide/source/interview-prep/sql-questions.md",
        "products/analyst-career-guide/source/templates/portfolio-template.md",
        "products/analyst-career-guide/source/templates/resume-examples.md",
        "products/analyst-career-guide/source/templates/resume-framework.md",
        "products/business-metrics-handbook/README.md",
        "products/business-metrics-handbook/source/INDEX.md",
        "products/business-metrics-handbook/source/README.md",
        "products/business-metrics-handbook/source/ecommerce/aov-conversion-rate.md",
        "products/business-metrics-handbook/source/ecommerce/cart-abandonment-rpv.md",
        "products/business-metrics-handbook/source/finance/burn-rate-runway.md",
        "products/business-metrics-handbook/source/finance/gross-margin-rule-of-40.md",
        "products/business-metrics-handbook/source/growth/activation-viral-coefficient.md",
        "products/business-metrics-handbook/source/growth/cac.md",
        "products/business-metrics-handbook/source/growth/cohort-retention.md",
        "products/business-metrics-handbook/source/guide/01_what-s-inside.md",
        "products/business-metrics-handbook/source/guide/02_metric-entry-format.md",
        "products/business-metrics-handbook/source/guide/03_license.md",
        "products/business-metrics-handbook/source/marketplace/gmv-take-rate.md",
        "products/business-metrics-handbook/source/marketplace/liquidity-supply-utilization.md",
        "products/business-metrics-handbook/source/metric-trees.md",
        "products/business-metrics-handbook/source/north-star-guide.md",
        "products/business-metrics-handbook/source/saas/mrr-arr.md",
        "products/business-metrics-handbook/source/saas/net-revenue-retention.md",
        "products/business-metrics-handbook/source/saas/quick-ratio-magic-number.md",
        "products/business-metrics-handbook/source/subscription/churn-rate.md",
        "products/business-metrics-handbook/source/subscription/ltv-ltv-cac.md",
        "products/business-metrics-handbook/source/subscription/payback-period-expansion.md",
        "products/dashboard-design-templates/README.md",
        "products/dashboard-design-templates/source/README.md",
        "products/dashboard-design-templates/source/by-domain/executive/company-health-board.json",
        "products/dashboard-design-templates/source/by-domain/executive/revenue-overview-cfo.json",
        "products/dashboard-design-templates/source/by-domain/marketing/campaign-performance.json",
        "products/dashboard-design-templates/source/by-domain/operational/system-health-sre.json",
        "products/dashboard-design-templates/source/by-domain/product-analytics/user-engagement.json",
        "products/dashboard-design-templates/source/by-domain/sales/pipeline-management.json",
        "products/dashboard-design-templates/source/by-tool/looker/implementation-notes.md",
        "products/dashboard-design-templates/source/by-tool/power-bi/implementation-notes.md",
        "products/dashboard-design-templates/source/by-tool/tableau/implementation-notes.md",
        "products/dashboard-design-templates/source/guide/chart-selection-guide.md",
        "products/dashboard-design-templates/source/guide/design-principles.md",
        "products/dashboard-design-templates/source/guides/chart-selection-guide.md",
        "products/dashboard-design-templates/source/guides/design-principles.md",
        "products/dashboard-design-templates/source/palettes/color-system.md",
        "products/dashboard-design-templates/source/snippets/looker-calcs.md",
        "products/dashboard-design-templates/source/snippets/powerbi-calcs.md",
        "products/dashboard-design-templates/source/snippets/tableau-calcs.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1137913,
      "download_size_human": "1.1 MB",
      "product_url": "https://datanest-stores.com/data-analyst/#product-data-analyst-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "data-engineering:airflow-dag-templates",
      "slug": "airflow-dag-templates",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Airflow DAG Templates",
      "short_description": "Production-ready Airflow DAG templates for modern data pipelines with error handling and monitoring.",
      "detailed_description": "Production-ready Apache Airflow DAG templates for modern data pipelines. Skip the boilerplate. Start with 14 battle-tested DAGs covering ETL, data quality, ML pipelines, warehouse loading, CDC streaming, database replication, SLA monitoring, dynamic task mapping, and more. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-07-01",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Airflow",
        "Databricks",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Copy DAGs\ncp dags/*.py $AIRFLOW_HOME/dags/\n\n# Copy plugins (preserves directory structure)\ncp -r plugins/ $AIRFLOW_HOME/plugins/\n\n# Copy configs (for reference / import)\ncp -r configs/ $AIRFLOW_HOME/configs/",
        "# Import connections\nairflow connections import configs/connections.yaml\n\n# Import variables\nairflow variables import configs/variables.yaml"
      ],
      "included_files": [
        "README.md",
        "configs/connections.yaml",
        "configs/dag_factory_config.yaml",
        "configs/variables.yaml",
        "dags/api_ingestion_dag.py",
        "dags/backfill_dag.py",
        "dags/cdc_streaming_dag.py",
        "dags/cleanup_dag.py",
        "dags/cross_dag_dependency_dag.py",
        "dags/data_quality_dag.py",
        "dags/data_warehouse_load_dag.py",
        "dags/database_replication_dag.py",
        "dags/dbt_orchestration_dag.py",
        "dags/dynamic_task_mapping_dag.py",
        "dags/etl_pipeline_dag.py",
        "dags/file_sensor_dag.py",
        "dags/ml_pipeline_dag.py",
        "dags/sla_monitoring_dag.py",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_faq.md",
        "guides/airflow-best-practices.md",
        "plugins/hooks/slack_webhook_hook.py",
        "plugins/hooks/teams_webhook_hook.py",
        "plugins/operators/data_quality_operator.py",
        "plugins/operators/databricks_notebook_operator.py",
        "plugins/operators/delta_table_sensor.py",
        "plugins/operators/spark_submit_operator.py",
        "plugins/sensors/s3_key_sensor_extended.py",
        "tests/test_dags.py"
      ],
      "file_count": 31,
      "download_size_bytes": 120156,
      "download_size_human": "117.3 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-airflow-dag-templates",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-airflow-dag-templates",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-airflow-dag-templates/"
    },
    {
      "product_id": "data-engineering:cdc-replication-toolkit",
      "slug": "cdc-replication-toolkit",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "CDC Replication Toolkit",
      "short_description": "Change data capture pipeline for Databricks with Debezium parsing, merge into, and offset management.",
      "detailed_description": "Production-ready change data capture pipeline for Databricks \u2014 Debezium parsing, MERGE INTO application, offset management, and replication monitoring. By Datanest Digital | Version 1.0.0 | $49 --- Includes: CDC Event Processor \u2014 Process insert/update/delete events and apply to target Delta tables; Debezium Parser \u2014 Parse Debezium JSON envelope format with before/after images; MERGE Applier \u2014 Apply CDC changes via MERGE INTO with full operation type support; Offset Manager \u2014 Track Kafka offsets and LSN positions with checkpoint management; Schema Mapper \u2014 Map source database schemas to Delta targets with type conversion; Replication Monitor \u2014 Track replication lag, throughput, and error rates.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Unity Catalog enabled workspace",
        "Python 3.10+",
        "Apache Kafka cluster with Debezium connectors",
        "pyyaml library",
        "confluent-kafka"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Databricks",
        "Kafka",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "source:\n  type: postgres\n  kafka_bootstrap_servers: \"broker1:9092,broker2:9092\"\n  topic_prefix: \"dbserver1\"\n  tables:\n    - \"public.orders\"\n    - \"public.customers\"",
        "from src.cdc_processor import CDCProcessor\n\nprocessor = CDCProcessor(config_path=\"configs/replication_config.yaml\")\nprocessor.start_streaming()  # Starts structured streaming with checkpoints"
      ],
      "included_files": [
        "README.md",
        "configs/replication_config.yaml",
        "configs/source_mappings/mysql_to_delta.yaml",
        "configs/source_mappings/postgres_to_delta.yaml",
        "configs/source_mappings/sqlserver_to_delta.yaml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_requirements.md",
        "guide/04_support.md",
        "guides/cdc-replication-guide.md",
        "notebooks/replication_status.py",
        "notebooks/start_replication.py",
        "src/cdc_processor.py",
        "src/debezium_parser.py",
        "src/merge_applier.py",
        "src/offset_manager.py",
        "src/replication_monitor.py",
        "src/schema_mapper.py",
        "tests/conftest.py",
        "tests/test_cdc_processor.py",
        "tests/test_debezium_parser.py"
      ],
      "file_count": 21,
      "download_size_bytes": 56419,
      "download_size_human": "55.1 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-cdc-replication-toolkit",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-cdc-replication-toolkit",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-cdc-replication-toolkit/"
    },
    {
      "product_id": "data-engineering:data-catalog-builder",
      "slug": "data-catalog-builder",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Data Catalog Builder",
      "short_description": "Automated metadata discovery, data dictionary generation, and searchable catalog for Unity Catalog.",
      "detailed_description": "Automated metadata discovery, data dictionary generation, quality scoring, and searchable catalog for Databricks Unity Catalog. By Datanest Digital | Version 1.0.0 | $39 --- Includes: Catalog Scanner \u2014 Discover tables, columns, and metadata across Unity Catalog schemas; Metadata Enricher \u2014 Add business descriptions, owners, tags, and classification labels; Lineage Mapper \u2014 Trace column-level lineage from bronze to gold layers; Search Index \u2014 Full-text search across table/column names, descriptions, and tags; Quality Scorer \u2014 Score tables on completeness, freshness, documentation, and conformance; Catalog Reporter \u2014 Generate Markdown data dictionaries from Jinja2 templates.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Unity Catalog enabled workspace",
        "Python 3.10+",
        "pyyaml and jinja2 libraries"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Databricks",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "scanner:\n  catalogs: [\"main\"]\n  schemas: [\"bronze\", \"silver\", \"gold\"]\n  exclude_patterns: [\"_tmp_*\", \"_staging_*\"]",
        "from src.catalog_scanner import CatalogScanner\n\nscanner = CatalogScanner(config_path=\"configs/catalog_config.yaml\")\ncatalog = scanner.scan_all()\nprint(f\"Discovered {catalog.table_count} tables across {catalog.schema_count} schemas\")"
      ],
      "included_files": [
        "README.md",
        "configs/catalog_config.yaml",
        "configs/classification_rules.yaml",
        "configs/templates/table_doc.md.j2",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_requirements.md",
        "guide/04_support.md",
        "guides/data-catalog-guide.md",
        "notebooks/catalog_dashboard.py",
        "notebooks/scan_catalog.py",
        "src/catalog_reporter.py",
        "src/catalog_scanner.py",
        "src/lineage_mapper.py",
        "src/metadata_enricher.py",
        "src/quality_scorer.py",
        "src/search_index.py",
        "tests/conftest.py",
        "tests/test_catalog_scanner.py",
        "tests/test_quality_scorer.py"
      ],
      "file_count": 20,
      "download_size_bytes": 55835,
      "download_size_human": "54.5 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-data-catalog-builder",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-data-catalog-builder",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-data-catalog-builder/"
    },
    {
      "product_id": "data-engineering:data-observability-setup",
      "slug": "data-observability-setup",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Data Observability Setup",
      "short_description": "Observability framework for Databricks with lineage tracking, anomaly detection, and SLA monitoring.",
      "detailed_description": "Complete observability framework for Databricks data pipelines \u2014 lineage tracking, anomaly detection, SLA monitoring, and alerting. By Datanest Digital | Version 1.0.0 | $49 --- Includes: Data Lineage Tracking \u2014 Trace every record from source through transformations to target, stored in Delta; Metric Collection \u2014 Automated capture of row counts, durations, data volumes, and error rates; Statistical Anomaly Detection \u2014 Z-score, IQR, and moving average methods to catch pipeline drift; Freshness Monitoring \u2014 SLA-aware data freshness checks with breach detection; Alert Routing \u2014 Multi-channel alerting via Slack, PagerDuty, and email with severity-based routing; Dashboard-Ready Data \u2014 Pre-aggregated health scores and metrics for observability dashboards.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Unity Catalog enabled workspace",
        "Python 3.10+",
        "PySpark",
        "requests library",
        "pyyaml library"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Databricks",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# In Databricks \u2014 run notebooks/setup_observability.py\n# Creates: observability.lineage, observability.metrics,\n#          observability.alerts, observability.anomalies",
        "from src.lineage_tracker import LineageTracker\n\ntracker = LineageTracker(catalog=\"main\", schema=\"observability\")\ntracker.register_source(\"raw_orders\", \"s3://lake/raw/orders/\")\ntracker.register_transformation(\n    \"clean_orders\",\n    sql=\"SELECT * FROM raw_orders WHERE status != 'cancelled'\",\n    input_datasets=[\"raw_orders\"],\n)\ntracker.register_target(\"curated_orders\", \"main.curated.orders\")\ntracker.commit_lineage(pipeline_name=\"orders_etl\")"
      ],
      "included_files": [
        "README.md",
        "configs/alert_rules.yaml",
        "configs/observability_config.yaml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_requirements.md",
        "guide/04_support.md",
        "guides/data-observability-guide.md",
        "notebooks/observability_dashboard.py",
        "notebooks/setup_observability.py",
        "src/alert_manager.py",
        "src/anomaly_detector.py",
        "src/dashboard_data.py",
        "src/freshness_monitor.py",
        "src/lineage_tracker.py",
        "src/metric_collector.py",
        "tests/conftest.py",
        "tests/test_anomaly_detector.py",
        "tests/test_freshness_monitor.py"
      ],
      "file_count": 19,
      "download_size_bytes": 52917,
      "download_size_human": "51.7 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-data-observability-setup",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-data-observability-setup",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-data-observability-setup/"
    },
    {
      "product_id": "data-engineering:data-pipeline-testing",
      "slug": "data-pipeline-testing",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Data Pipeline Testing Kit",
      "short_description": "Comprehensive testing framework for PySpark data pipelines from unit tests to integration validation.",
      "detailed_description": "Comprehensive testing framework for PySpark data pipelines \u2014 from unit tests to integration validation. By Datanest Digital | Version 1.0.0 | $39 --- Includes: Test Framework \u2014 base classes and runners for PySpark unit/integration tests; Data Generators \u2014 realistic synthetic data factories for customers, orders, events; Custom Assertions \u2014 DataFrame-level assertions for schema, row count, nulls, uniqueness; Mock Utilities \u2014 helpers for mocking spark, dbutils, Delta tables, and external APIs; Snapshot Testing \u2014 golden-file comparison for pipeline output validation; Sample Fixtures \u2014 ready-to-use JSON test data (customers, orders, expected outputs).",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "PySpark 3.5+",
        "delta-spark 3.1+",
        "pytest 7+",
        "PyYAML 6+",
        "Java 11+"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Apache Spark",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pyspark delta-spark pytest pyyaml",
        "from test_framework import SparkTestCase\n\nclass TestMyPipeline(SparkTestCase):\n    def test_ingestion(self):\n        # Create test data\n        df = self.create_dataframe(\n            [(\"Alice\", 100), (\"Bob\", 200)],\n            schema=[\"name\", \"amount\"]\n        )\n        # Run your pipeline logic\n        result = my_transform(df)\n        # Assert results\n        self.assert_row_count(result, 2)\n        self.assert_no_nulls(result, [\"name\", \"amount\"])"
      ],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "configs/test_config.yaml",
        "fixtures/expected_outputs/customer_summary.json",
        "fixtures/sample_customers.json",
        "fixtures/sample_orders.json",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_requirements.md",
        "guides/testing-data-pipelines.md",
        "pyproject.toml",
        "src/assertions.py",
        "src/data_generators.py",
        "src/mock_utils.py",
        "src/snapshot_testing.py",
        "src/test_framework.py",
        "tests/conftest.py",
        "tests/test_bronze_pipeline.py",
        "tests/test_gold_pipeline.py",
        "tests/test_silver_pipeline.py"
      ],
      "file_count": 20,
      "download_size_bytes": 66317,
      "download_size_human": "64.8 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-data-pipeline-testing",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-data-pipeline-testing",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-data-pipeline-testing/"
    },
    {
      "product_id": "data-engineering:data-quality-framework",
      "slug": "data-quality-framework",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Data Quality Framework",
      "short_description": "Pluggable quality engine with built-in checks for completeness, accuracy, consistency, and timeliness.",
      "detailed_description": "Trust your data. A pluggable quality engine with built-in checks for completeness, uniqueness, validity, freshness, and consistency \u2014 plus automated reporting to Slack, HTML, and Delta Lake. By Datanest Digital | Version 1.0.0 | $49 --- Includes: Quality Engine \u2014 Rule-based engine that loads checks from YAML, executes them; 6 Check Types \u2014 Completeness (null/empty), uniqueness (duplicates), validity; 3 Reporters \u2014 Slack webhook notifications, standalone HTML reports, and Delta Lake; YAML Configuration \u2014 Define rules and thresholds in human-readable YAML; no code; Databricks Notebook \u2014 Ready-to-run notebook for executing quality checks as a; Strategy Guide \u2014 Best practices for implementing data quality at scale.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Apache Spark 3.4+",
        "Delta Lake 2.4+",
        "Python 3.10+",
        "requests"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Apache Spark",
        "Databricks",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "rules:\n  - name: \"customer_email_not_null\"\n    table: \"analytics.silver.customers\"\n    check_type: \"completeness\"\n    columns: [\"email\"]\n    threshold: 0.99  # 99% must be non-null\n\n  - name: \"order_id_unique\"\n    table: \"analytics.silver.orders\"\n    check_type: \"uniqueness\"\n    columns: [\"order_id\"]\n    threshold: 1.0  # 100% unique",
        "from src.quality_engine import QualityEngine\n\nengine = QualityEngine.from_config(\n    rules_path=\"configs/quality_rules.yaml\",\n    thresholds_path=\"configs/thresholds.yaml\",\n)\n\n# Execute all rules and get a report\nreport = engine.run_all()\nprint(report.summary())\n\n# Check if all rules passed\nif not report.passed:\n    print(f\"FAILED: {report.failed_count} of {report.total_count} checks failed\")"
      ],
      "included_files": [
        "README.md",
        "configs/quality_rules.yaml",
        "configs/thresholds.yaml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/data-quality-strategy.md",
        "notebooks/run_quality_checks.py",
        "src/checks/completeness.py",
        "src/checks/consistency.py",
        "src/checks/custom.py",
        "src/checks/freshness.py",
        "src/checks/uniqueness.py",
        "src/checks/validity.py",
        "src/quality_engine.py",
        "src/reporters/delta_reporter.py",
        "src/reporters/html_reporter.py",
        "src/reporters/slack_reporter.py",
        "tests/conftest.py",
        "tests/test_quality_engine.py"
      ],
      "file_count": 21,
      "download_size_bytes": 51467,
      "download_size_human": "50.3 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-data-quality-framework",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-data-quality-framework",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-data-quality-framework/"
    },
    {
      "product_id": "data-engineering:databricks-audit-toolkit",
      "slug": "databricks-audit-toolkit",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Databricks Audit Toolkit",
      "short_description": "Production-ready audit and inventory toolkit for Databricks workspaces. Runs 12 independent audit modules across security, governance, cost, and configuration with consolidated reporting.",
      "detailed_description": "A comprehensive, production-ready audit and inventory toolkit for Databricks workspaces. Runs 12 independent audit modules covering security, governance, compute costs, access control, and data lineage \u2014 then generates professional HTML and JSON reports with risk scores and actionable recommendations. Built by practitioners who manage large-scale Databricks environments daily. --- Includes: 12 audit modules covering Unity Catalog, access control, secrets, compute,; Professional HTML reports with risk scores, severity distribution,; Machine-readable JSON output for SIEM ingestion, dashboards, and trend; Risk scoring engine that aggregates findings into a 0-100 risk score; Standalone modules \u2014 run all 12 audits or pick specific ones; Rate limiting and retry logic \u2014 respects Databricks API limits with.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Databricks",
        "Python",
        "Shell"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Clone or unzip the toolkit\ncd databricks-audit-toolkit\n\n# 2. Install Python dependencies\npip install -r requirements.txt\n\n# 3. Set your credentials\nexport DATABRICKS_HOST='https://your-workspace.cloud.databricks.com'\nexport DATABRICKS_TOKEN='dapi...'\n\n# 4. Run all audits\n./run_audit.sh --all\n\n# 5. Open the report\n\u2026",
        "# Option 1: pip install dependencies\npip install -r requirements.txt\n\n# Option 2: pip install in a virtual environment\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt"
      ],
      "included_files": [
        "README.md",
        "audits/__init__.py",
        "audits/a01_catalog_inventory.py",
        "audits/a02_job_inventory.py",
        "audits/a03_access_audit.py",
        "audits/a04_secret_inventory.py",
        "audits/a05_compute_analysis.py",
        "audits/a06_security_findings.py",
        "audits/a07_audit_logs.py",
        "audits/a08_external_storage.py",
        "audits/a09_token_inventory.py",
        "audits/a10_query_history.py",
        "audits/a11_data_lineage.py",
        "audits/a12_table_permissions.py",
        "config.py",
        "examples/sample_output.json",
        "examples/scheduling_guide.md",
        "guide/01_table-of-contents.md",
        "guide/02_installation.md",
        "guide/03_reports.md",
        "guide/04_security-considerations.md",
        "output/.gitkeep",
        "reports/__init__.py",
        "reports/html_report.py",
        "reports/json_report.py",
        "reports/templates/audit_report.html",
        "requirements.txt",
        "run_audit.sh",
        "utils.py"
      ],
      "file_count": 29,
      "download_size_bytes": 66634,
      "download_size_human": "65.1 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-databricks-audit-toolkit",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-databricks-audit-toolkit",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-databricks-audit-toolkit/"
    },
    {
      "product_id": "data-engineering:databricks-starter-kit",
      "slug": "databricks-starter-kit",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Databricks Starter Kit",
      "short_description": "Production-ready starter templates for building data platforms on Databricks with Unity Catalog and Delta Lake: workspace bootstrap, medallion layout, and job scaffolding.",
      "detailed_description": "Production-ready templates for building data platforms on Databricks with Unity Catalog and Delta Lake. Skip the months of trial and error. This kit gives you the same patterns and architecture used by data platform teams at scale \u2014 fully documented, customizable, and ready to deploy. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Databricks",
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "/Repos/<your-user>/databricks-starter-kit/",
        "databricks repos create \\\n  --url https://github.com/your-org/databricks-starter-kit \\\n  --provider github"
      ],
      "included_files": [
        "README.md",
        "cicd_templates/azure_devops_pipeline.yml",
        "cicd_templates/deploy_notebooks.py",
        "cicd_templates/github_actions_workflow.yml",
        "cicd_templates/run_tests.py",
        "config/environment.py",
        "config/logging_config.py",
        "config/secrets.py",
        "guide/01_what-s-inside.md",
        "guide/02_module-deep-dives.md",
        "guide/03_frequently-asked-questions.md",
        "ingestion_templates/api_ingestion.py",
        "ingestion_templates/base_pipeline.py",
        "ingestion_templates/database_ingestion.py",
        "ingestion_templates/file_ingestion.py",
        "ingestion_templates/streaming_ingestion.py",
        "medallion_bootstrap/01_create_catalogs.py",
        "medallion_bootstrap/02_create_schemas.py",
        "medallion_bootstrap/03_grant_permissions.py",
        "medallion_bootstrap/config.py",
        "unity_catalog_setup/data_governance_policies.md",
        "unity_catalog_setup/setup_catalogs.sql",
        "unity_catalog_setup/setup_credentials.sql",
        "unity_catalog_setup/setup_external_locations.sql"
      ],
      "file_count": 24,
      "download_size_bytes": 70235,
      "download_size_human": "68.6 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-databricks-starter-kit",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-databricks-starter-kit",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-databricks-starter-kit/"
    },
    {
      "product_id": "data-engineering:databricks-workspace-toolkit",
      "slug": "databricks-workspace-toolkit",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Databricks Workspace Toolkit",
      "short_description": "Automate Databricks workspace management including clusters, jobs, secrets, and permissions.",
      "detailed_description": "Automate Databricks workspace management \u2014 clusters, jobs, secrets, Unity Catalog, and permissions. Stop clicking through the UI. Manage your entire Databricks workspace programmatically with production-ready Python wrappers around the Databricks REST APIs. --- Includes: Workspace management \u2014 List, create, delete, import/export notebooks programmatically; Cluster automation \u2014 Create clusters, resize, manage pools, enforce auto-termination policies; Job orchestration \u2014 Create multi-task workflows, manage schedules, configure notifications; Secret management \u2014 Create scopes, store secrets, manage ACLs for secure credential handling; Unity Catalog setup \u2014 Bootstrap catalogs, schemas, tables, grants, and external locations; Permissions manager \u2014 Configure RBAC for clusters, jobs, notebooks, and SQL warehouses.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "requests library",
        "pyyaml library",
        "Databricks workspace with admin or workspace-level access",
        "Personal access token or service principal credentials"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Databricks",
        "Python",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# configs/workspace_config.yaml\nworkspace:\n  host: \"https://adb-1234567890.12.azuredatabricks.net\"\n  token_env_var: \"DATABRICKS_TOKEN\"",
        "from src.cluster_manager import ClusterManager\n\nmgr = ClusterManager.from_config(\"configs/workspace_config.yaml\")\ncluster_id = mgr.create_cluster(\n    name=\"etl-cluster-prod\",\n    node_type_id=\"Standard_DS3_v2\",\n    num_workers=4,\n    auto_terminate_minutes=30,\n    spark_conf={\"spark.sql.shuffle.partitions\": \"200\"},\n)"
      ],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "configs/cluster_policies.json",
        "configs/job_templates/etl_job.json",
        "configs/job_templates/ml_training_job.json",
        "configs/workspace_config.yaml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_requirements.md",
        "guides/workspace-management.md",
        "notebooks/admin_dashboard.py",
        "pyproject.toml",
        "scripts/export_workspace.sh",
        "scripts/setup_workspace.sh",
        "src/cluster_manager.py",
        "src/job_manager.py",
        "src/permissions_manager.py",
        "src/secret_manager.py",
        "src/unity_catalog_setup.py",
        "src/workspace_manager.py"
      ],
      "file_count": 20,
      "download_size_bytes": 57680,
      "download_size_human": "56.3 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-databricks-workspace-toolkit",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-databricks-workspace-toolkit",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-databricks-workspace-toolkit/"
    },
    {
      "product_id": "data-engineering:delta-lake-patterns",
      "slug": "delta-lake-patterns",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Delta Lake Patterns",
      "short_description": "Production-ready Delta Lake merge, optimization, and maintenance patterns for Databricks.",
      "detailed_description": "Production-ready Delta Lake merge, optimization, and maintenance patterns for Databricks. Master the full spectrum of Delta Lake operations \u2014 from SCD Type 2 merges to Liquid Clustering migration, Change Data Feed processing, and automated table maintenance. --- Includes: 5 merge strategies \u2014 SCD1, SCD2, upsert, delete+insert, and conditional merge with full PySpark implementations; Table optimization toolkit \u2014 OPTIMIZE, ZORDER, vacuum scheduling, and ANALYZE TABLE automation; Time travel operations \u2014 Version history queries, point-in-time restore, and audit trail generation; Change Data Feed processing \u2014 Incremental CDF readers with watermark tracking and replay support; Liquid Clustering \u2014 Setup, migration from ZORDER, and monitoring utilities; Table utilities \u2014 Clone, convert-to-delta, property management, and schema inspection.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Delta Lake 2.4+",
        "Python 3.10+",
        "PyYAML",
        "Unity Catalog recommended for table management"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Databricks",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.merge_patterns import scd2_merge\n\nscd2_merge(\n    target_table=\"catalog.silver.dim_customer\",\n    source_df=incoming_customers,\n    merge_keys=[\"customer_id\"],\n    tracked_columns=[\"email\", \"address\", \"phone\"],\n    effective_date_col=\"updated_at\",\n)",
        "from src.optimization import run_maintenance_schedule\nimport yaml\n\nwith open(\"configs/table_maintenance.yaml\") as f:\n    config = yaml.safe_load(f)\n\nrun_maintenance_schedule(config[\"tables\"])"
      ],
      "included_files": [
        "README.md",
        "config.example.yaml",
        "configs/table_maintenance.yaml",
        "configs/table_properties.yaml",
        "docs/checklists/pre-deployment.md",
        "docs/overview.md",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_requirements.md",
        "guides/delta-lake-best-practices.md",
        "notebooks/cdf_processor.py",
        "notebooks/maintenance_runner.py",
        "notebooks/setup_tables.py",
        "src/change_data_feed.py",
        "src/liquid_clustering.py",
        "src/merge_patterns.py",
        "src/optimization.py",
        "src/table_utilities.py",
        "src/time_travel.py",
        "templates/config.yaml",
        "tests/conftest.py",
        "tests/test_merge_patterns.py"
      ],
      "file_count": 22,
      "download_size_bytes": 69395,
      "download_size_human": "67.8 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-delta-lake-patterns",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-delta-lake-patterns",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-delta-lake-patterns/"
    },
    {
      "product_id": "data-engineering:medallion-architecture-guide",
      "slug": "medallion-architecture-guide",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Medallion Architecture Guide",
      "short_description": "A comprehensive decision framework and implementation guide for building production-grade medallion (bronze/silver/gold) architectures in Databricks.",
      "detailed_description": "A comprehensive decision framework and implementation guide for building production-grade medallion architectures in Databricks. Product: Medallion Architecture Guide Version: 1.0.0 Price: $19 Publisher: DataStack Pro License: MIT ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks workspace",
        "Unity Catalog enabled",
        "PySpark knowledge",
        "Delta Lake basics",
        "Databricks Runtime 13.3 LTS or later",
        "Delta Lake 2.4+"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Databricks",
        "AWS",
        "Azure",
        "GCP",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheets/layer_comparison.md",
        "cheatsheets/migration_checklist.md",
        "cheatsheets/naming_conventions_cheatsheet.md",
        "code_examples/bronze_ingestion.py",
        "code_examples/cross_layer_pipeline.py",
        "code_examples/gold_aggregation.py",
        "code_examples/naming_convention_generator.py",
        "code_examples/schema_migration.py",
        "code_examples/silver_transformation.py",
        "diagrams/data_flow.md",
        "diagrams/decision_tree.md",
        "diagrams/medallion_overview.md",
        "guide/01_introduction.md",
        "guide/02_decision_framework.md",
        "guide/03_bronze_layer.md",
        "guide/04_silver_layer.md",
        "guide/05_gold_layer.md",
        "guide/06_naming_conventions.md",
        "guide/07_schema_evolution.md",
        "guide/08_data_quality_gates.md",
        "guide/09_anti_patterns.md",
        "guide/10_reference_architectures.md"
      ],
      "file_count": 23,
      "download_size_bytes": 124404,
      "download_size_human": "121.5 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-medallion-architecture-guide",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-medallion-architecture-guide",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-medallion-architecture-guide/"
    },
    {
      "product_id": "data-engineering:pyspark-utils-library",
      "slug": "pyspark-utils-library",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "PySpark Utils Library",
      "short_description": "Battle-tested PySpark utility functions for transformations, data quality, SCD, schema evolution, and lineage.",
      "detailed_description": "Battle-tested utility functions for PySpark data engineering \u2014 transformations, data quality, SCD, schema evolution, logging, dedup, and DataFrame diffing. Stop rewriting the same PySpark boilerplate on every project. This library gives you the production-ready building blocks that data engineering teams use daily \u2014 fully typed, tested, and documented. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Apache Spark",
        "Databricks",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pyspark-utils-library",
        "pip install -e ."
      ],
      "included_files": [
        "README.md",
        "examples/usage_examples.py",
        "guide/01_what-s-inside.md",
        "guide/02_module-deep-dives.md",
        "guide/03_testing.md",
        "guide/04_support.md",
        "pyproject.toml",
        "pyspark_utils/__init__.py",
        "pyspark_utils/data_quality.py",
        "pyspark_utils/dedup.py",
        "pyspark_utils/diff.py",
        "pyspark_utils/logging_utils.py",
        "pyspark_utils/scd.py",
        "pyspark_utils/schema_utils.py",
        "pyspark_utils/transformations.py",
        "setup.py",
        "tests/__init__.py",
        "tests/conftest.py",
        "tests/test_data_quality.py",
        "tests/test_dedup.py",
        "tests/test_diff.py",
        "tests/test_scd.py",
        "tests/test_schema_utils.py",
        "tests/test_transformations.py"
      ],
      "file_count": 24,
      "download_size_bytes": 154240,
      "download_size_human": "150.6 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-pyspark-utils-library",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-pyspark-utils-library",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-pyspark-utils-library/"
    },
    {
      "product_id": "data-engineering:schema-evolution-toolkit",
      "slug": "schema-evolution-toolkit",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Schema Evolution Toolkit",
      "short_description": "Detect, validate, migrate, and analyze schema changes across Delta Lake tables safely and automatically.",
      "detailed_description": "Detect, validate, migrate, and analyze schema changes across Delta Lake tables \u2014 safely and automatically. By Datanest Digital | Version 2.0.0 | $39 --- Includes: Schema Detector \u2014 compare live table schemas against expected definitions, detect drift; Schema Diff \u2014 detailed field-level diff between any two schema versions (no Spark required); Schema Migrator \u2014 apply safe migrations (add columns, widen types, rename) with rollback; Migration Generator \u2014 auto-generate SQL forward, rollback, and Python migration scripts; Impact Analyzer \u2014 check which pipelines, views, and dashboards break before deploying; Compatibility Checker \u2014 verify backward/forward compatibility before deploying changes.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-07-01",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Schema Diff, Migration Generator, Impact Analyzer",
        "Schema Detector, Migrator, Registry, Validator",
        "Schema Registry",
        "Policy config loading"
      ],
      "supported_versions": [
        "Python 3.9+",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Apache Spark",
        "Databricks",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from schema_detector import SchemaDetector\n\ndetector = SchemaDetector(spark)\n\n# Compare a live table against an expected JSON schema\nreport = detector.compare_table_to_schema(\n    table_name=\"catalog.bronze.customers\",\n    expected_schema_path=\"/Volumes/schemas/v2_customer.json\",\n)\n\nprint(report.summary())\n# SchemaReport: 2 added columns, 1 type change, 0 removed columns",
        "from schema_diff import SchemaDiff\n\ndiffer = SchemaDiff()\ndiff = differ.diff_from_files(\"v1_customer.json\", \"v2_customer.json\")\n\n# Print a categorized report\nprint(diff.to_text())\n\n# Get Markdown for PR comments\nprint(diff.to_markdown())\n\n# Check for breaking changes\nif diff.has_breaking_changes:\n    for bc in diff.breaking_changes:\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/schema_policy.yaml",
        "configs/schemas/v1_customer.json",
        "configs/schemas/v1_order.json",
        "configs/schemas/v2_customer.json",
        "configs/schemas/v2_order.json",
        "configs/schemas/v3_customer.json",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_configuration.md",
        "guide/04_license.md",
        "guides/schema-evolution-strategy.md",
        "notebooks/detect_drift.py",
        "notebooks/evolve_schema.py",
        "notebooks/generate_migration.py",
        "src/compatibility_checker.py",
        "src/impact_analyzer.py",
        "src/migration_generator.py",
        "src/schema_detector.py",
        "src/schema_diff.py",
        "src/schema_migrator.py",
        "src/schema_registry.py",
        "src/schema_validator.py",
        "tests/conftest.py",
        "tests/test_compatibility.py",
        "tests/test_impact_analyzer.py",
        "tests/test_migration_generator.py",
        "tests/test_schema_detector.py",
        "tests/test_schema_diff.py"
      ],
      "file_count": 29,
      "download_size_bytes": 94230,
      "download_size_human": "92.0 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-schema-evolution-toolkit",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-schema-evolution-toolkit",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-schema-evolution-toolkit/"
    },
    {
      "product_id": "data-engineering:spark-etl-framework",
      "slug": "spark-etl-framework",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Spark ETL Framework",
      "short_description": "Production-ready medallion architecture ETL framework for Databricks and Apache Spark.",
      "detailed_description": "Production-ready medallion architecture ETL framework for Databricks and Apache Spark. Build reliable, observable, and maintainable data pipelines with a battle-tested extract-transform-load pattern that scales from prototype to petabyte. --- Includes: Abstract ETL base class with built-in logging, metrics collection, and error handling; Medallion architecture (Bronze / Silver / Gold) with production patterns baked in; Data quality gates between every layer \u2014 catch issues before they propagate; YAML-driven configuration with environment overrides and secret scope integration; Source extractors for JDBC databases, file systems, and REST APIs with pagination and retry logic; SCD handler for Type 1 and Type 2 slowly changing dimension merges with soft deletes.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Python 3.10+",
        "Delta Lake",
        "PyYAML for configuration management"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Apache Spark",
        "Databricks",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pipeline:\n  name: \"customer_orders\"\n  schedule: \"0 6 * * *\"\n\nsource:\n  format: \"json\"\n  path: \"/mnt/raw/customer_orders/\"\n\ndestination:\n  database: \"analytics\"\n  table: \"customer_orders\"",
        "from src.config_manager import ConfigManager\nfrom src.bronze_loader import BronzeLoader\nfrom src.silver_transformer import SilverTransformer\nfrom src.gold_aggregator import GoldAggregator\n\nconfig = ConfigManager(\"configs/pipeline_config.yaml\")\n\n# Bronze: ingest raw data\nbronze = BronzeLoader(config)\nbronze_df = bronze.run()\n\n# Silver: clean and deduplicate\nsilver = SilverTransformer(config)\nsilver_df = silver.run()\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/pipeline_config.yaml",
        "configs/quality_rules.yaml",
        "guide/01_what-you-get.md",
        "guide/02_source-extractors.md",
        "guide/03_requirements.md",
        "guide/04_faq.md",
        "guides/etl-patterns.md",
        "notebooks/backfill.py",
        "notebooks/run_pipeline.py",
        "src/bronze_loader.py",
        "src/config_manager.py",
        "src/etl_base.py",
        "src/extractors/__init__.py",
        "src/extractors/api_extractor.py",
        "src/extractors/file_extractor.py",
        "src/extractors/jdbc_extractor.py",
        "src/gold_aggregator.py",
        "src/quality_gate.py",
        "src/silver_transformer.py",
        "src/transformers/__init__.py",
        "src/transformers/deduplication.py",
        "src/transformers/scd_handler.py",
        "src/utils/__init__.py",
        "src/utils/lineage_tracker.py",
        "src/utils/metrics_collector.py",
        "tests/conftest.py",
        "tests/test_etl_base.py",
        "tests/test_extractors.py"
      ],
      "file_count": 29,
      "download_size_bytes": 108437,
      "download_size_human": "105.9 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-spark-etl-framework",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-spark-etl-framework",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-spark-etl-framework/"
    },
    {
      "product_id": "data-engineering:spark-performance-masterclass",
      "slug": "spark-performance-masterclass",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Spark Performance Masterclass",
      "short_description": "Definitive guide to optimizing Apache Spark performance on Databricks with 25+ patterns.",
      "detailed_description": "The definitive guide to squeezing every drop of performance from Apache Spark on Databricks. ![Price](https://datastack.pro) ![Spark](https://spark.apache.org) ![Databricks](https://databricks.com) ![Delta Lake](https://delta.io) ![License: MIT](LICENSE) ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Working knowledge of PySpark or Spark SQL",
        "Access to a Databricks workspace",
        "Familiarity with Delta Lake basics",
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Apache Spark",
        "Databricks",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "Recommended reading order:\n  Ch 1 (Execution Model) -> Ch 3 (Shuffles) -> Ch 7 (Joins) -> Ch 4 (Memory)\n  -> Ch 2 (AQE) -> Ch 8 (I/O) -> Ch 5 (Delta) -> Ch 6 (Photon)\n  -> Ch 9 (Streaming) -> Ch 10 (Troubleshooting Runbook)",
        "# On a Databricks cluster with DBR 14+\n# Upload the benchmarks/ directory to your workspace\n\n# Run the benchmark suite\nfrom benchmark_runner import BenchmarkRunner\n\nrunner = BenchmarkRunner(spark, output_path=\"/tmp/benchmark_results\")\nresults = runner.run_all()\nrunner.save_results(results)"
      ],
      "included_files": [
        "README.md",
        "benchmarks/README.md",
        "benchmarks/analysis/visualize_results.py",
        "benchmarks/benchmark_configs.yaml",
        "benchmarks/benchmark_runner.py",
        "benchmarks/benchmarks/__init__.py",
        "benchmarks/benchmarks/aggregation_benchmarks.py",
        "benchmarks/benchmarks/delta_benchmarks.py",
        "benchmarks/benchmarks/io_benchmarks.py",
        "benchmarks/benchmarks/join_benchmarks.py",
        "cheatsheets/delta_optimization_cheatsheet.md",
        "cheatsheets/spark_config_cheatsheet.md",
        "cheatsheets/troubleshooting_flowchart.md",
        "configs/README.md",
        "configs/config_validator.py",
        "configs/large_workload.py",
        "configs/medium_workload.py",
        "configs/small_workload.py",
        "configs/streaming_workload.py",
        "guide/01_spark_execution_model.md",
        "guide/02_aqe_deep_dive.md",
        "guide/03_shuffle_optimization.md",
        "guide/04_memory_tuning.md",
        "guide/05_delta_lake_optimization.md",
        "guide/06_photon_engine.md",
        "guide/07_join_strategies.md",
        "guide/08_io_optimization.md",
        "guide/09_streaming_performance.md",
        "guide/10_troubleshooting_runbook.md",
        "spark_ui_guide/README.md",
        "spark_ui_guide/common_patterns.md",
        "spark_ui_guide/sql_tab.md",
        "spark_ui_guide/stages_tab.md",
        "spark_ui_guide/storage_tab.md"
      ],
      "file_count": 34,
      "download_size_bytes": 296574,
      "download_size_human": "289.6 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-spark-performance-masterclass",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-spark-performance-masterclass",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-spark-performance-masterclass/"
    },
    {
      "product_id": "data-engineering:streaming-pipeline-kit",
      "slug": "streaming-pipeline-kit",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Streaming Pipeline Kit",
      "short_description": "Real-time data pipelines with Spark Structured Streaming, Kafka integration, and monitoring.",
      "detailed_description": "Real-time data pipelines that just work. Production-ready Spark Structured Streaming templates with Kafka integration, exactly-once semantics, and Delta Lake sinks. By Datanest Digital | Version 1.0.0 | $49 --- Includes: Kafka Consumer \u2014 Structured Streaming reader with schema registry integration,; Event Processor \u2014 Deduplication by event ID, late-arrival handling, and windowed; Delta Lake Writer \u2014 foreachBatch sink with merge/append modes, schema evolution,; Stream Monitor \u2014 Query progress listener, consumer lag tracking, dead letter queue; Schema Registry Client \u2014 Confluent-compatible client for fetching, registering,; Databricks Notebooks \u2014 Ready-to-run notebooks for starting streams and monitoring.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Apache Spark 3.4+",
        "Apache Kafka 2.8+",
        "Delta Lake 2.4+",
        "Python 3.10+",
        "Confluent Schema Registry"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Apache Spark",
        "Databricks",
        "Kafka",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "kafka:\n  bootstrap_servers: \"broker1:9092,broker2:9092\"\n  topic: \"user-events\"\n  consumer_group: \"streaming-pipeline-v1\"\n  starting_offsets: \"latest\"\n\ncheckpoint:\n  location: \"/mnt/checkpoints/user-events\"",
        "from src.kafka_consumer import KafkaStreamReader\nfrom src.event_processor import EventProcessor\nfrom src.stream_to_delta import DeltaStreamWriter\n\n# Initialize components\nreader = KafkaStreamReader.from_config(\"configs/streaming_config.yaml\")\nprocessor = EventProcessor(\n    dedup_column=\"event_id\",\n    watermark_delay=\"10 minutes\",\n)\nwriter = DeltaStreamWriter(\n    target_table=\"analytics.silver.user_events\",\n    merge_keys=[\"event_id\"],\n)\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/schemas/order_events.avsc",
        "configs/schemas/user_events.avsc",
        "configs/streaming_config.yaml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/streaming-patterns.md",
        "notebooks/monitor_streams.py",
        "notebooks/start_stream.py",
        "src/event_processor.py",
        "src/kafka_consumer.py",
        "src/schema_registry.py",
        "src/stream_monitor.py",
        "src/stream_to_delta.py",
        "tests/test_event_processor.py"
      ],
      "file_count": 17,
      "download_size_bytes": 56492,
      "download_size_human": "55.2 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-streaming-pipeline-kit",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-streaming-pipeline-kit",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-streaming-pipeline-kit/"
    },
    {
      "product_id": "data-engineering:unity-catalog-governance-pack",
      "slug": "unity-catalog-governance-pack",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Unity Catalog Governance Pack",
      "short_description": "Production-ready governance templates for Databricks Unity Catalog with policies and auditing.",
      "detailed_description": "Production-ready governance templates for Databricks Unity Catalog. Implement enterprise-grade data governance in hours, not months. ![License: MIT](LICENSE) ![Databricks]() ![Terraform](terraform-deployment) ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks workspace with Unity Catalog enabled",
        "Account admin or metastore admin privileges",
        "Python 3.9+ with databricks-sdk installed",
        "Terraform 1.5+"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "Terraform",
        "Databricks",
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "1. DEPLOY       -> Terraform provisions UC resources, groups, grants\n2. CLASSIFY     -> PII Scanner identifies sensitive data, applies tags\n3. SECURE       -> Row-level security + column masking applied\n4. COMPLY       -> GDPR/CCPA handlers registered for data subject requests\n5. MONITOR      -> Governance scanner runs on schedule, generates reports\n6. ENFORCE      -> Policy enforcer blocks non-compliant operations\n7. AUDIT        -> Permission auditor validates RBAC matrix continuously",
        "pip install databricks-sdk pyyaml pandas"
      ],
      "included_files": [
        "README.md",
        "automation/README.md",
        "automation/governance_dashboard.py",
        "automation/governance_scanner.py",
        "automation/policy_enforcer.py",
        "automation/tag_propagation.py",
        "classification/README.md",
        "classification/apply_tags.sql",
        "classification/classification_framework.yaml",
        "classification/classification_report.py",
        "classification/pii_patterns.yaml",
        "classification/pii_scanner.py",
        "compliance/README.md",
        "compliance/ccpa/data_disclosure.py",
        "compliance/ccpa/do_not_sell.py",
        "compliance/checklists/ccpa_checklist.md",
        "compliance/checklists/gdpr_checklist.md",
        "compliance/checklists/soc2_checklist.md",
        "compliance/gdpr/consent_tracking.sql",
        "compliance/gdpr/data_portability.py",
        "compliance/gdpr/data_subject_request.py",
        "compliance/gdpr/right_to_deletion.py",
        "examples/full_setup_walkthrough.md",
        "examples/sample_governance_report.json",
        "guide/01_table-of-contents.md",
        "guide/02_module-reference.md",
        "guide/03_monitoring-and-alerting.md",
        "guide/04_contributing.md",
        "rbac/README.md",
        "rbac/audit_permissions.py",
        "rbac/permission_matrix.yaml",
        "rbac/role_definitions.yaml",
        "rbac/setup_roles.py",
        "rbac/setup_roles.sql",
        "security/README.md",
        "security/column_masking.sql",
        "security/encryption_guide.md",
        "security/network_security.md",
        "security/row_level_security.sql",
        "terraform/README.md",
        "terraform/main.tf",
        "terraform/outputs.tf",
        "terraform/terraform.tfvars.example",
        "terraform/variables.tf"
      ],
      "file_count": 44,
      "download_size_bytes": 204767,
      "download_size_human": "200.0 KB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-unity-catalog-governance-pack",
      "preview_url": "https://datanest-stores.com/data-engineering/preview-unity-catalog-governance-pack",
      "demo_url": "https://datanest-stores.com/data-engineering/demo-unity-catalog-governance-pack/"
    },
    {
      "product_id": "data-engineering:data-engineering-complete-bundle",
      "slug": "data-engineering-complete-bundle",
      "store": "data-engineering",
      "store_name": "DataStack Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "bundle",
        "cloud data",
        "data",
        "data engineering",
        "data pipelines",
        "databricks",
        "etl",
        "lakehouse",
        "spark"
      ],
      "title": "Data Engineering Bundle",
      "short_description": "All 17 tools \u2014 $523 bought separately, yours for $199. Save $324 (62%): Spark performance, PySpark utils, Delta Lake, medallion architecture, Unity Catalog governance, streaming, CDC, and data quality.",
      "detailed_description": "All 17 tools \u2014 $523 bought separately, yours for $199. Save $324 (62%): Spark performance, PySpark utils, Delta Lake, medallion architecture, Unity Catalog governance, streaming, CDC, and data quality.",
      "price_usd": 199,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "airflow-dag-templates (full product)",
        "cdc-replication-toolkit (full product)",
        "data-catalog-builder (full product)",
        "data-observability-setup (full product)",
        "data-pipeline-testing (full product)",
        "data-quality-framework (full product)",
        "databricks-audit-toolkit (full product)",
        "databricks-starter-kit (full product)",
        "databricks-workspace-toolkit (full product)",
        "delta-lake-patterns (full product)",
        "medallion-architecture-guide (full product)",
        "pyspark-utils-library (full product)",
        "schema-evolution-toolkit (full product)",
        "spark-etl-framework (full product)",
        "spark-performance-masterclass (full product)",
        "streaming-pipeline-kit (full product)",
        "unity-catalog-governance-pack (full product)"
      ],
      "file_count": 17,
      "download_size_bytes": 1629459,
      "download_size_human": "1.6 MB",
      "product_url": "https://datanest-stores.com/data-engineering/#product-data-engineering-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "database-admin:postgres-major-upgrade-runbook",
      "slug": "postgres-major-upgrade-runbook",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "database",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgres",
        "postgresql",
        "redis",
        "runbook",
        "upgrade"
      ],
      "title": "PostgreSQL Major Upgrade Runbook",
      "short_description": "Tested, rollback-safe runbook for a production Postgres major-version upgrade (pg_upgrade and logical-replication paths) with pre-flight checks, post-upgrade SQL, and rollback per stage.",
      "detailed_description": "A tested, rollback-safe runbook for taking a production PostgreSQL database across a major version boundary (e.g. 13\u219216) \u2014 the kind of task an agent gets handed (\"upgrade our Postgres\") and that goes badly without a plan. Covers both the pgupgrade (in-place) and logical-replication (near-zero-downtime) paths, with a pre-flight checklist and a rollback for each. Includes: UPGRADE-RUNBOOK; PRE-FLIGHT-CHECKLIST; ROLLBACK; scripts/preflight; scripts/postupgrade.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "PostgreSQL 12+",
        "Psql"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Shell",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "PRE-FLIGHT-CHECKLIST.md",
        "README.md",
        "ROLLBACK.md",
        "UPGRADE-RUNBOOK.md",
        "guide/01-overview.md",
        "scripts/post_upgrade.sql",
        "scripts/preflight.sh"
      ],
      "file_count": 7,
      "download_size_bytes": 6589,
      "download_size_human": "6.4 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-postgres-major-upgrade-runbook",
      "preview_url": "https://datanest-stores.com/database-admin/preview-postgres-major-upgrade-runbook",
      "demo_url": null
    },
    {
      "product_id": "database-admin:postgresql-optimization-kit",
      "slug": "postgresql-optimization-kit",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgresql",
        "redis"
      ],
      "title": "PostgreSQL Optimization Kit",
      "short_description": "Query tuning scripts, index analysis, vacuum configuration, connection pooling, and performance monitoring dashboards.",
      "detailed_description": "A hands-on toolkit for diagnosing and fixing PostgreSQL performance problems \u2014 the queries, scripts, configuration references, and runbooks an experienced DBA actually reaches for. No abstractions, no framework to learn: just runnable SQL, shell scripts you can drop into a cron job, and tuning guides that explain the why behind every setting. Everything here is vendor-correct for PostgreSQL 12\u201316 and uses only the standard psql client plus widely-available contrib extensions (pgstatstatements, optionally pgstattuple / pgbuffercache). ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "PostgreSQL 12 or newer",
        "Connection details supplied the standard way"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Shell",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "config/pgbouncer.ini",
        "config/postgresql.conf.tuned",
        "docs/CONNECTION-POOLING.md",
        "docs/EXPLAIN-ANALYZE-GUIDE.md",
        "docs/INDEXING-STRATEGY.md",
        "docs/PARTITIONING-GUIDE.md",
        "docs/VACUUM-TUNING.md",
        "examples/sample_schema.sql",
        "examples/slow_query_examples.sql",
        "guide/01_what-s-included.md",
        "guide/02_file-by-file-guide.md",
        "guide/03_faq.md",
        "scripts/health_report.sh",
        "scripts/run_explain_analyze.sh",
        "scripts/vacuum_maintenance.sh",
        "sql/01_pg_stat_statements_top_queries.sql",
        "sql/02_missing_indexes.sql",
        "sql/03_unused_and_redundant_indexes.sql",
        "sql/04_table_and_index_bloat.sql",
        "sql/05_autovacuum_monitoring.sql",
        "sql/06_cache_hit_ratio.sql",
        "sql/07_locks_and_blocking.sql",
        "sql/08_connection_activity.sql",
        "sql/09_partitioning_setup.sql"
      ],
      "file_count": 25,
      "download_size_bytes": 119564,
      "download_size_human": "116.8 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-postgresql-optimization-kit",
      "preview_url": "https://datanest-stores.com/database-admin/preview-postgresql-optimization-kit",
      "demo_url": "https://datanest-stores.com/database-admin/demo-postgresql-optimization-kit/"
    },
    {
      "product_id": "database-admin:database-migration-toolkit",
      "slug": "database-migration-toolkit",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgresql",
        "redis"
      ],
      "title": "Database Migration Toolkit",
      "short_description": "Schema migration frameworks, data migration scripts, zero-downtime migration patterns, and rollback procedures.",
      "detailed_description": "A dependency-free, runnable toolkit for changing database schemas the safe way: versioned up/down migrations, a tiny SQL runner you can actually read, and the expand/contract patterns that let you ship schema changes to a busy database without downtime. Everything here runs on the Python standard library and SQLite out of the box \u2014 no pip install, no services to start \u2014 and the same patterns scale up to production PostgreSQL and MySQL. This is not another opaque migration framework. It's a small runner plus a set of worked, proven examples and field-tested documentation, so you can learn the patterns and lift the code. Includes: runner/migrate; Drives 3 engines through one thin seam; A proven expand/contract example \u2014 four bundled migrations that split a fullname; Production PostgreSQL DDL \u2014 the same change with CREATE INDEX CONCURRENTLY-class; A reusable batched-backfill template (PostgreSQL + MySQL) using keyset pagination; Six field guides covering versioning, zero-downtime expand/contract, online schema.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. See what's pending (nothing applied yet)\npython3 runner/migrate.py status\n\n# 2. Apply all four migrations to a throwaway SQLite database\npython3 runner/migrate.py up\n\n# 3. Confirm and check for drift\npython3 runner/migrate.py status\npython3 runner/migrate.py validate",
        "python3 runner/migrate.py new add_invoices_table\n# -> creates migrations/V005__add_invoices_table.up.sql and .down.sql with guidance"
      ],
      "included_files": [
        "README.md",
        "checklists/migration-review-checklist.md",
        "docs/cross-engine-checklist.md",
        "docs/data-backfill.md",
        "docs/online-schema-change.md",
        "docs/rollback-playbook.md",
        "docs/versioned-migrations.md",
        "docs/zero-downtime-expand-contract.md",
        "examples/backfill_batched.sql",
        "examples/postgres_expand_contract/00_setup.sql",
        "examples/postgres_expand_contract/01_expand.sql",
        "examples/postgres_expand_contract/02_backfill.sql",
        "examples/postgres_expand_contract/03_contract.sql",
        "examples/postgres_expand_contract/README.md",
        "guide/01_why-this-exists.md",
        "guide/02_requirements.md",
        "guide/03_cli-reference.md",
        "guide/04_license.md",
        "migrations/V001__create_core_schema.down.sql",
        "migrations/V001__create_core_schema.up.sql",
        "migrations/V002__add_indexes.down.sql",
        "migrations/V002__add_indexes.up.sql",
        "migrations/V003__expand_split_customer_name.down.sql",
        "migrations/V003__expand_split_customer_name.up.sql",
        "migrations/V004__contract_drop_full_name.down.sql",
        "migrations/V004__contract_drop_full_name.up.sql",
        "runner/migrate.py"
      ],
      "file_count": 27,
      "download_size_bytes": 109730,
      "download_size_human": "107.2 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-database-migration-toolkit",
      "preview_url": "https://datanest-stores.com/database-admin/preview-database-migration-toolkit",
      "demo_url": "https://datanest-stores.com/database-admin/demo-database-migration-toolkit/"
    },
    {
      "product_id": "database-admin:mysql-admin-scripts",
      "slug": "mysql-admin-scripts",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgresql",
        "redis"
      ],
      "title": "MySQL Admin Scripts",
      "short_description": "Automated MySQL administration: replication setup, backup scripts, user management, and health monitoring queries.",
      "detailed_description": "A practical toolkit for the day-to-day administration of MySQL and MariaDB: backups, replication, user/grant audits, slow-query analysis, InnoDB health, and tuning references. Everything is real, runnable, and commented \u2014 the SQL you'd paste into a session during an incident and the shell scripts you'd drop into cron, not abstractions to learn. Built for MySQL 8.0 and MariaDB 10.3+, with version differences (e.g. SHOW REPLICA STATUS vs SHOW SLAVE STATUS) called out inline. Scripts use only the standard mysql/mysqldump clients plus optional Percona XtraBackup. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "MySQL 8.0 or MariaDB 10.3+",
        "performanceschema enabled"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Shell",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "config/my.cnf.reference",
        "docs/BACKUP-RESTORE.md",
        "docs/INNODB-TUNING.md",
        "docs/REPLICATION-SETUP.md",
        "docs/SLOW-QUERY-ANALYSIS.md",
        "docs/USER-GRANT-MANAGEMENT.md",
        "examples/sample_schema.sql",
        "guide/01_what-s-included.md",
        "guide/02_quick-start-5-minutes.md",
        "guide/03_safety-notes.md",
        "guide/04_license.md",
        "scripts/check_replication.sh",
        "scripts/create_app_user.sh",
        "scripts/mysql_backup.sh",
        "scripts/mysql_restore.sh",
        "scripts/xtrabackup_full.sh",
        "sql/01_user_grant_audit.sql",
        "sql/02_slow_query_analysis.sql",
        "sql/03_innodb_status.sql",
        "sql/04_table_and_index_sizes.sql",
        "sql/05_replication_status.sql",
        "sql/06_processlist_and_locks.sql"
      ],
      "file_count": 23,
      "download_size_bytes": 105724,
      "download_size_human": "103.2 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-mysql-admin-scripts",
      "preview_url": "https://datanest-stores.com/database-admin/preview-mysql-admin-scripts",
      "demo_url": "https://datanest-stores.com/database-admin/demo-mysql-admin-scripts/"
    },
    {
      "product_id": "database-admin:redis-patterns-library",
      "slug": "redis-patterns-library",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgresql",
        "redis"
      ],
      "title": "Redis Patterns Library",
      "short_description": "Caching strategies, pub/sub patterns, rate limiting, session management, and Redis cluster configuration templates.",
      "detailed_description": "A working reference for the Redis usage patterns that show up again and again in real systems: caching, rate limiting, distributed locks, pub/sub, streams, and sorted-set leaderboards \u2014 plus the memory and eviction tuning that keeps them healthy under load. Every pattern here is paired with runnable artifacts, not pseudocode: - Atomic Lua scripts you can EVAL directly (rate limiter, sliding window, lock acquire/release) \u2014 atomicity is the whole point, and Lua is how you get it. - redis-cli walkthroughs (scripts/.sh) that you can paste line by line to watch a pattern behave. - Dependency-free Python (examples/.py) built on a tiny RESP client that speaks the Redis wire protocol over a plain socket \u2014 no pip install required. - An annotated redis.conf that explains why each tuning knob matters, not just what it is set to.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Redis 6.2+",
        "redis-cli on your PATH for the shell walkthroughs",
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Redis",
        "Python",
        "Shell"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Point at your Redis (defaults shown)\nexport REDIS_HOST=127.0.0.1\nexport REDIS_PORT=6379\n\n# 2. Load the annotated config (optional, for a local test server)\nredis-server config/redis.conf\n\n# 3. Watch a pattern behave, line by line\nbash scripts/cache_aside_demo.sh\nbash scripts/leaderboard_demo.sh\nbash scripts/streams_consumer_group.sh\n\n# 4. Run an atomic Lua script straight from the file\nredis-cli --eval lua/sliding_window.lua ratelimit:user:42 , \"$(date +%s%3N)\" 60000 5 \"req-$RANDOM\"\n\u2026"
      ],
      "included_files": [
        "README.md",
        "config/redis.conf",
        "docs/caching-strategies.md",
        "docs/distributed-locks.md",
        "docs/leaderboards-and-sorted-sets.md",
        "docs/pubsub-and-streams.md",
        "docs/rate-limiting.md",
        "docs/ttl-and-eviction.md",
        "examples/distributed_lock.py",
        "examples/rate_limiter.py",
        "examples/redis_client.py",
        "examples/sample_data.redis",
        "guide/01_who-this-is-for.md",
        "guide/02_how-to-run.md",
        "guide/03_file-by-file-guide.md",
        "guide/04_license.md",
        "lua/acquire_lock.lua",
        "lua/release_lock.lua",
        "lua/sliding_window.lua",
        "lua/token_bucket.lua",
        "scripts/cache_aside_demo.sh",
        "scripts/leaderboard_demo.sh",
        "scripts/streams_consumer_group.sh"
      ],
      "file_count": 23,
      "download_size_bytes": 114903,
      "download_size_human": "112.2 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-redis-patterns-library",
      "preview_url": "https://datanest-stores.com/database-admin/preview-redis-patterns-library",
      "demo_url": "https://datanest-stores.com/database-admin/demo-redis-patterns-library/"
    },
    {
      "product_id": "database-admin:mongodb-operations-toolkit",
      "slug": "mongodb-operations-toolkit",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgresql",
        "redis"
      ],
      "title": "MongoDB Operations Toolkit",
      "short_description": "Schema design patterns, aggregation pipelines, sharding strategies, backup scripts, and monitoring dashboards.",
      "detailed_description": "A hands-on toolkit for running MongoDB well: schema design that matches how you query, indexes that the planner actually uses, aggregation pipelines that read clearly, plus the replica-set, sharding, profiling, and backup operations you need day to day. Everything here is runnable, not slideware: - mongosh scripts (scripts/.js) you can load() or pipe straight into a shell \u2014 real index builders, aggregation pipelines, profiler queries, and replica-set / shard status reports. - Shell scripts (shell/.sh) for mongodump backups (with PITR notes) and bringing up a local replica set to practice against. - An annotated mongod.conf that explains every block \u2014 WiredTiger cache, journaling, the profiler, replication, and the security settings you must not skip. - Sample data + schema (examples/) so every pipeline and index in the docs runs against concrete documents.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "MongoDB 6.0+",
        "mongosh",
        "Database Tools",
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "JavaScript",
        "Shell"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "config/mongod.conf",
        "docs/backup-and-restore.md",
        "docs/indexing-guide.md",
        "docs/performance-profiling.md",
        "docs/replica-sets.md",
        "docs/schema-design-patterns.md",
        "docs/sharding.md",
        "examples/sample_data.json",
        "examples/sample_schema.js",
        "guide/01_who-this-is-for.md",
        "guide/02_how-to-run.md",
        "guide/03_file-by-file-guide.md",
        "guide/04_license.md",
        "scripts/aggregation_pipelines.js",
        "scripts/create_indexes.js",
        "scripts/profiling_queries.js",
        "scripts/replica_set_status.js",
        "scripts/shard_status.js",
        "shell/mongodump_backup.sh",
        "shell/replica_set_init.sh"
      ],
      "file_count": 21,
      "download_size_bytes": 109972,
      "download_size_human": "107.4 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-mongodb-operations-toolkit",
      "preview_url": "https://datanest-stores.com/database-admin/preview-mongodb-operations-toolkit",
      "demo_url": "https://datanest-stores.com/database-admin/demo-mongodb-operations-toolkit/"
    },
    {
      "product_id": "database-admin:database-security-hardening",
      "slug": "database-security-hardening",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgresql",
        "redis"
      ],
      "title": "Database Security Hardening",
      "short_description": "Security configurations for PostgreSQL, MySQL, MongoDB: encryption, access control, audit logging, compliance.",
      "detailed_description": "A hands-on hardening kit for PostgreSQL and MySQL/MariaDB: least-privilege roles, TLS and host-based authentication, audit logging, row-level security, column encryption, secrets management, and CIS-style checklists you can actually run. Everything here is copy-paste runnable SQL, real config snippets, and two small tools \u2014 no agents, no SaaS, no external dependencies. This kit exists because most \"secure your database\" advice stops at \"use a strong password.\" Real hardening is a stack of controls so that one mistake \u2014 a leaked credential, a stolen disk, an injected query \u2014 stays contained instead of turning into a breach. Each file targets a specific layer of that stack. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "PostgreSQL 13\u201316 or MySQL 8.0/8.4 / MariaDB 10.6+",
        "Admin access",
        "openssl on the machine running checktls.sh",
        "Python 3.10+ to run privilegeaudit.py"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "PostgreSQL",
        "Python",
        "Shell",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "   # see the auditor's output immediately, no database required:\n   python3 scripts/privilege_audit.py --demo\n\n   # then against your real export, failing CI on HIGH findings:\n   psql -h db01.docs.example.com -U postgres -d app_db -At -F',' \\\n        -f scripts/pg_privilege_audit.sql > inventory.csv\n   python3 scripts/privilege_audit.py --csv inventory.csv --fail-on high\n   "
      ],
      "included_files": [
        "README.md",
        "config/my.cnf",
        "config/pg_hba.conf",
        "config/postgresql.conf.ssl",
        "docs/cis-mysql-checklist.md",
        "docs/cis-postgres-checklist.md",
        "docs/encryption-guide.md",
        "docs/secrets-management.md",
        "docs/threat-model.md",
        "guide/01_who-this-is-for.md",
        "guide/02_prerequisites.md",
        "guide/03_file-by-file-guide.md",
        "guide/04_license.md",
        "scripts/check_tls.sh",
        "scripts/pg_privilege_audit.sql",
        "scripts/privilege_audit.py",
        "sql/mysql-audit-logging.sql",
        "sql/mysql-users-grants.sql",
        "sql/postgres-audit-logging.sql",
        "sql/postgres-encryption-pgcrypto.sql",
        "sql/postgres-roles-grants.sql",
        "sql/postgres-row-level-security.sql"
      ],
      "file_count": 22,
      "download_size_bytes": 101391,
      "download_size_human": "99.0 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-database-security-hardening",
      "preview_url": "https://datanest-stores.com/database-admin/preview-database-security-hardening",
      "demo_url": "https://datanest-stores.com/database-admin/demo-database-security-hardening/"
    },
    {
      "product_id": "database-admin:sql-query-optimization",
      "slug": "sql-query-optimization",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgresql",
        "redis"
      ],
      "title": "SQL Query Optimization Guide",
      "short_description": "Query analysis techniques, execution plan reading, index strategies, partitioning patterns, and anti-pattern catalog.",
      "detailed_description": "A hands-on, vendor-neutral guide to making SQL queries fast and keeping them fast. Not a reference manual to memorize \u2014 a set of runnable .sql files and field-tested runbooks that teach the one loop every optimization comes down to: read the execution plan, find the expensive step, change one thing, re-read the plan. Every technique is shown on a real schema with before/after plans and the reasoning behind each rewrite. Written for PostgreSQL 12+ and MySQL 8.0 / MariaDB 10.5+, with the dialect differences (and there are real ones \u2014 merge joins, INCLUDE, functional indexes, descending indexes) called out inline as you meet them. Nothing here is ORM-specific or framework-specific; it's the SQL underneath all of them. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Comfort reading SQL. This is intermediate material",
        "Window functions"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# --- PostgreSQL ---\ncreatedb sqlopt_demo\n# Open examples/sample_schema.sql, keep the PostgreSQL seed block (Block A), then:\npsql -d sqlopt_demo -f examples/sample_schema.sql\n\n# Read your first plan: a full scan before any index on customer_id.\npsql -d sqlopt_demo -c \"EXPLAIN (ANALYZE, BUFFERS) \\\n  SELECT id, status, total_cents FROM orders WHERE customer_id = 12345;\"\n\n# Work through the lessons in order (they reference the same schema):\npsql -d sqlopt_demo -f sql/01_explain_plan_basics.sql",
        "# --- MySQL / MariaDB ---\nmysql -e \"CREATE DATABASE sqlopt_demo;\"\n# Open examples/sample_schema.sql, keep the MySQL seed block (Block B), then:\nmysql sqlopt_demo < examples/sample_schema.sql\n\nmysql sqlopt_demo -e \"EXPLAIN \\\n  SELECT id, status, total_cents FROM orders WHERE customer_id = 12345;\""
      ],
      "included_files": [
        "README.md",
        "docs/ANTI-PATTERNS.md",
        "docs/INDEX-DESIGN.md",
        "docs/JOIN-STRATEGIES.md",
        "docs/QUERY-REWRITE-PATTERNS.md",
        "docs/READING-EXECUTION-PLANS.md",
        "docs/WINDOW-FUNCTIONS.md",
        "examples/sample_schema.sql",
        "guide/01_what-s-included.md",
        "guide/02_quick-start-10-minutes.md",
        "guide/03_how-to-use-this-kit.md",
        "guide/04_license.md",
        "sql/01_explain_plan_basics.sql",
        "sql/02_index_design.sql",
        "sql/03_sargable_predicates.sql",
        "sql/04_join_strategies.sql",
        "sql/05_window_functions.sql",
        "sql/06_query_rewrites.sql",
        "sql/07_antipatterns.sql",
        "sql/08_pagination.sql"
      ],
      "file_count": 20,
      "download_size_bytes": 122123,
      "download_size_human": "119.3 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-sql-query-optimization",
      "preview_url": "https://datanest-stores.com/database-admin/preview-sql-query-optimization",
      "demo_url": "https://datanest-stores.com/database-admin/demo-sql-query-optimization/"
    },
    {
      "product_id": "database-admin:data-modeling-patterns",
      "slug": "data-modeling-patterns",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgresql",
        "redis"
      ],
      "title": "Data Modeling Patterns",
      "short_description": "Relational and NoSQL modeling patterns, normalization guides, temporal data handling, and schema versioning.",
      "detailed_description": "Runnable, heavily-commented SQL patterns and decision guides for designing relational schemas that stay correct and fast as they grow. This is not theory \u2014 every pattern is a working .sql file you can run top-to-bottom on PostgreSQL, paired with a guide that explains when to use it and why. Built for backend engineers, data engineers, and DBAs who design schemas and want defensible answers to \"normalize or not?\", \"which SCD type?\", \"should I partition?\", and \"why is this an anti-pattern?\". Includes: 9 runnable SQL files \u2014 dimensional models, all the SCD types, audit columns,; 6 decision guides \u2014 each with quick-reference tables, an explicit decision; A worked example \u2014 one coherent e-commerce OLTP schema with an.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "   psql \"postgres://localhost/scratch\" -f sql/normalization-examples.sql\n   psql \"postgres://localhost/scratch\" -f sql/scd-type2.sql\n   psql \"postgres://localhost/scratch\" -f examples/ecommerce-model.sql\n   "
      ],
      "included_files": [
        "README.md",
        "docs/anti-patterns.md",
        "docs/indexing-strategy.md",
        "docs/normalization-vs-denormalization.md",
        "docs/partitioning-guide.md",
        "docs/scd-types.md",
        "docs/star-vs-snowflake.md",
        "examples/ecommerce-er-diagram.md",
        "examples/ecommerce-model.sql",
        "guide/01_what-s-inside.md",
        "guide/02_file-by-file-guide.md",
        "guide/03_faq.md",
        "guide/04_support.md",
        "sql/audit-columns.sql",
        "sql/normalization-examples.sql",
        "sql/partitioning.sql",
        "sql/scd-type1-3.sql",
        "sql/scd-type2.sql",
        "sql/snowflake-schema.sql",
        "sql/soft-delete.sql",
        "sql/star-schema.sql"
      ],
      "file_count": 21,
      "download_size_bytes": 119417,
      "download_size_human": "116.6 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-data-modeling-patterns",
      "preview_url": "https://datanest-stores.com/database-admin/preview-data-modeling-patterns",
      "demo_url": "https://datanest-stores.com/database-admin/demo-data-modeling-patterns/"
    },
    {
      "product_id": "database-admin:database-monitoring-setup",
      "slug": "database-monitoring-setup",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgresql",
        "redis"
      ],
      "title": "Database Monitoring Setup",
      "short_description": "Monitoring configs for pg_stat, MySQL Performance Schema, MongoDB Atlas, with Grafana dashboards and alert rules.",
      "detailed_description": "A complete, copy-paste monitoring stack for PostgreSQL and MySQL/MariaDB built on Prometheus + Grafana + the standard exporters. You get a tuned scrape config, real PromQL alert rules with severities and runbook links, two Grafana dashboards (valid JSON, importable as-is), exporter setup guides with least-privilege roles, health-check scripts, and the raw SQL behind every metric. Most \"set up monitoring\" tutorials stop at \"install the exporter and import a community dashboard.\" This kit goes the rest of the way: which metrics actually predict outages, what thresholds to alert on, and what to do when each alert fires. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "postgresexporter",
        "PostgreSQL 13\u201316 and/or MySQL 8.0/8.4 / MariaDB 10.6+",
        "promtool / amtool"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "PostgreSQL",
        "Prometheus",
        "Grafana",
        "Shell",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "   promtool check config monitoring/prometheus.yml\n   promtool check rules  monitoring/alert.rules.yml\n   curl -X POST http://localhost:9090/-/reload\n   ",
        "   PGHOST=db01.docs.example.com PGUSER=monitor PGDATABASE=app_db ./scripts/pg_healthcheck.sh\n   ./scripts/replication_check.sh --engine mysql --max-lag 30\n   "
      ],
      "included_files": [
        "README.md",
        "dashboards/mysql-overview.json",
        "dashboards/postgresql-overview.json",
        "docs/alerting-runbook.md",
        "docs/key-metrics-guide.md",
        "exporters/mysqld-exporter-setup.md",
        "exporters/postgres-exporter-queries.yaml",
        "exporters/postgres-exporter-setup.md",
        "guide/01_who-this-is-for.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "monitoring/alert.rules.yml",
        "monitoring/alertmanager.yml",
        "monitoring/prometheus.yml",
        "scripts/mysql_healthcheck.sh",
        "scripts/pg_healthcheck.sh",
        "scripts/replication_check.sh",
        "sql/mysql-metric-queries.sql",
        "sql/postgres-metric-queries.sql"
      ],
      "file_count": 19,
      "download_size_bytes": 87651,
      "download_size_human": "85.6 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-database-monitoring-setup",
      "preview_url": "https://datanest-stores.com/database-admin/preview-database-monitoring-setup",
      "demo_url": "https://datanest-stores.com/database-admin/demo-database-monitoring-setup/"
    },
    {
      "product_id": "database-admin:database-complete-bundle",
      "slug": "database-complete-bundle",
      "store": "database-admin",
      "store_name": "Database Admin Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "bundle",
        "data",
        "database optimization",
        "migration",
        "mongodb",
        "monitoring",
        "mysql",
        "postgresql",
        "redis"
      ],
      "title": "Database Admin Bundle",
      "short_description": "All 9 tools \u2014 $321 bought separately, yours for $109. Save $212 (66%): Postgres/MySQL/Mongo tuning, migrations, security hardening, and monitoring.",
      "detailed_description": "A hands-on toolkit for diagnosing and fixing PostgreSQL performance problems \u2014 the queries, scripts, configuration references, and runbooks an experienced DBA actually reaches for. No abstractions, no framework to learn: just runnable SQL, shell scripts you can drop into a cron job, and tuning guides that explain the why behind every setting. Everything here is vendor-correct for PostgreSQL 12\u201316 and uses only the standard psql client plus widely-available contrib extensions (pgstatstatements, optionally pgstattuple / pgbuffercache). ---",
      "price_usd": 109,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "PostgreSQL 12 or newer",
        "Connection details supplied the standard way",
        "Python",
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "JavaScript",
        "Shell",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "products/data-modeling-patterns/README.md",
        "products/data-modeling-patterns/source/README.md",
        "products/data-modeling-patterns/source/docs/anti-patterns.md",
        "products/data-modeling-patterns/source/docs/indexing-strategy.md",
        "products/data-modeling-patterns/source/docs/normalization-vs-denormalization.md",
        "products/data-modeling-patterns/source/docs/partitioning-guide.md",
        "products/data-modeling-patterns/source/docs/scd-types.md",
        "products/data-modeling-patterns/source/docs/star-vs-snowflake.md",
        "products/data-modeling-patterns/source/examples/ecommerce-er-diagram.md",
        "products/data-modeling-patterns/source/examples/ecommerce-model.sql",
        "products/data-modeling-patterns/source/guide/01_what-s-inside.md",
        "products/data-modeling-patterns/source/guide/02_file-by-file-guide.md",
        "products/data-modeling-patterns/source/guide/03_faq.md",
        "products/data-modeling-patterns/source/guide/04_support.md",
        "products/data-modeling-patterns/source/sql/audit-columns.sql",
        "products/data-modeling-patterns/source/sql/normalization-examples.sql",
        "products/data-modeling-patterns/source/sql/partitioning.sql",
        "products/data-modeling-patterns/source/sql/scd-type1-3.sql",
        "products/data-modeling-patterns/source/sql/scd-type2.sql",
        "products/data-modeling-patterns/source/sql/snowflake-schema.sql",
        "products/data-modeling-patterns/source/sql/soft-delete.sql",
        "products/data-modeling-patterns/source/sql/star-schema.sql",
        "products/database-migration-toolkit/README.md",
        "products/database-migration-toolkit/source/README.md",
        "products/database-migration-toolkit/source/checklists/migration-review-checklist.md",
        "products/database-migration-toolkit/source/docs/cross-engine-checklist.md",
        "products/database-migration-toolkit/source/docs/data-backfill.md",
        "products/database-migration-toolkit/source/docs/online-schema-change.md",
        "products/database-migration-toolkit/source/docs/rollback-playbook.md",
        "products/database-migration-toolkit/source/docs/versioned-migrations.md",
        "products/database-migration-toolkit/source/docs/zero-downtime-expand-contract.md",
        "products/database-migration-toolkit/source/examples/backfill_batched.sql",
        "products/database-migration-toolkit/source/examples/postgres_expand_contract/00_setup.sql",
        "products/database-migration-toolkit/source/examples/postgres_expand_contract/01_expand.sql",
        "products/database-migration-toolkit/source/examples/postgres_expand_contract/02_backfill.sql",
        "products/database-migration-toolkit/source/examples/postgres_expand_contract/03_contract.sql",
        "products/database-migration-toolkit/source/examples/postgres_expand_contract/README.md",
        "products/database-migration-toolkit/source/guide/01_why-this-exists.md",
        "products/database-migration-toolkit/source/guide/02_requirements.md",
        "products/database-migration-toolkit/source/guide/03_cli-reference.md",
        "products/database-migration-toolkit/source/guide/04_license.md",
        "products/database-migration-toolkit/source/migrations/V001__create_core_schema.down.sql",
        "products/database-migration-toolkit/source/migrations/V001__create_core_schema.up.sql",
        "products/database-migration-toolkit/source/migrations/V002__add_indexes.down.sql",
        "products/database-migration-toolkit/source/migrations/V002__add_indexes.up.sql",
        "products/database-migration-toolkit/source/migrations/V003__expand_split_customer_name.down.sql",
        "products/database-migration-toolkit/source/migrations/V003__expand_split_customer_name.up.sql",
        "products/database-migration-toolkit/source/migrations/V004__contract_drop_full_name.down.sql",
        "products/database-migration-toolkit/source/migrations/V004__contract_drop_full_name.up.sql",
        "products/database-migration-toolkit/source/runner/migrate.py",
        "products/database-monitoring-setup/README.md",
        "products/database-monitoring-setup/source/README.md",
        "products/database-monitoring-setup/source/dashboards/mysql-overview.json",
        "products/database-monitoring-setup/source/dashboards/postgresql-overview.json",
        "products/database-monitoring-setup/source/docs/alerting-runbook.md",
        "products/database-monitoring-setup/source/docs/key-metrics-guide.md",
        "products/database-monitoring-setup/source/exporters/mysqld-exporter-setup.md",
        "products/database-monitoring-setup/source/exporters/postgres-exporter-queries.yaml",
        "products/database-monitoring-setup/source/exporters/postgres-exporter-setup.md",
        "products/database-monitoring-setup/source/guide/01_who-this-is-for.md",
        "products/database-monitoring-setup/source/guide/02_quick-start.md",
        "products/database-monitoring-setup/source/guide/03_faq.md",
        "products/database-monitoring-setup/source/monitoring/alert.rules.yml",
        "products/database-monitoring-setup/source/monitoring/alertmanager.yml",
        "products/database-monitoring-setup/source/monitoring/prometheus.yml",
        "products/database-monitoring-setup/source/scripts/mysql_healthcheck.sh",
        "products/database-monitoring-setup/source/scripts/pg_healthcheck.sh",
        "products/database-monitoring-setup/source/scripts/replication_check.sh",
        "products/database-monitoring-setup/source/sql/mysql-metric-queries.sql",
        "products/database-monitoring-setup/source/sql/postgres-metric-queries.sql",
        "products/database-security-hardening/README.md",
        "products/database-security-hardening/source/README.md",
        "products/database-security-hardening/source/config/my.cnf",
        "products/database-security-hardening/source/config/pg_hba.conf",
        "products/database-security-hardening/source/config/postgresql.conf.ssl",
        "products/database-security-hardening/source/docs/cis-mysql-checklist.md",
        "products/database-security-hardening/source/docs/cis-postgres-checklist.md",
        "products/database-security-hardening/source/docs/encryption-guide.md",
        "products/database-security-hardening/source/docs/secrets-management.md",
        "products/database-security-hardening/source/docs/threat-model.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1009964,
      "download_size_human": "986.3 KB",
      "product_url": "https://datanest-stores.com/database-admin/#product-database-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "datanest-academy:databricks-data-engineering-mastery",
      "slug": "databricks-data-engineering-mastery",
      "store": "datanest-academy",
      "store_name": "Datanest Academy",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics engineering",
        "azure course",
        "career",
        "data architect",
        "data engineering training",
        "databricks course",
        "lakehouse",
        "mlops",
        "role-based learning"
      ],
      "title": "Databricks Data Engineering Mastery",
      "short_description": "8-module course for data engineers: PySpark, Delta Lake, medallion architecture, pipeline orchestration, Unity Catalog, testing, CI/CD, and production operations. 40 hours of hands-on content.",
      "detailed_description": "8-module course for data engineers: PySpark, Delta Lake, medallion architecture, pipeline orchestration, Unity Catalog, testing, CI/CD, and production operations. 40 hours of hands-on content.",
      "price_usd": 149,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "course.yaml",
        "free-preview/01-pyspark-foundations-free.md",
        "free-preview/02-delta-lake-deep-dive-free.md",
        "free-preview/03-medallion-architecture-free.md",
        "free-preview/04-pipeline-orchestration-free.md",
        "free-preview/05-unity-catalog-governance-free.md",
        "free-preview/06-testing-data-quality-free.md",
        "free-preview/07-cicd-data-pipelines-free.md",
        "free-preview/08-production-operations-free.md",
        "guide/01-pyspark-foundations.md",
        "guide/02-delta-lake-deep-dive.md",
        "guide/03-medallion-architecture.md",
        "guide/04-pipeline-orchestration.md",
        "guide/05-unity-catalog-governance.md",
        "guide/06-testing-data-quality.md",
        "guide/07-cicd-data-pipelines.md",
        "guide/08-production-operations.md",
        "modules/01-pyspark-foundations.md",
        "modules/02-delta-lake-deep-dive.md",
        "modules/03-medallion-architecture.md",
        "modules/04-pipeline-orchestration.md",
        "modules/05-unity-catalog-governance.md",
        "modules/06-testing-data-quality.md",
        "modules/07-cicd-data-pipelines.md",
        "modules/08-production-operations.md",
        "zip-stage/01-pyspark-foundations.md"
      ],
      "file_count": 27,
      "download_size_bytes": 324861,
      "download_size_human": "317.2 KB",
      "product_url": "https://datanest-stores.com/datanest-academy/#product-databricks-data-engineering-mastery",
      "preview_url": "https://datanest-stores.com/datanest-academy/preview-databricks-data-engineering-mastery",
      "demo_url": "https://datanest-stores.com/datanest-academy/demo-databricks-data-engineering-mastery/"
    },
    {
      "product_id": "datanest-academy:azure-data-platform-engineering",
      "slug": "azure-data-platform-engineering",
      "store": "datanest-academy",
      "store_name": "Datanest Academy",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics engineering",
        "azure course",
        "career",
        "data architect",
        "data engineering training",
        "databricks course",
        "lakehouse",
        "mlops",
        "role-based learning"
      ],
      "title": "Azure Data Platform Engineering",
      "short_description": "8-module course for platform engineers: Azure provisioning, identity management, Unity Catalog admin, compute optimization, network security, data integration, monitoring, and DR. 45 hours.",
      "detailed_description": "8-module course for platform engineers: Azure provisioning, identity management, Unity Catalog admin, compute optimization, network security, data integration, monitoring, and DR. 45 hours.",
      "price_usd": 179,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "course.yaml",
        "free-preview/01-azure-databricks-provisioning-free.md",
        "free-preview/02-identity-access-management-free.md",
        "free-preview/03-unity-catalog-administration-free.md",
        "free-preview/04-compute-management-free.md",
        "free-preview/05-networking-security-free.md",
        "free-preview/06-data-integration-azure-free.md",
        "free-preview/07-monitoring-cost-management-free.md",
        "free-preview/08-disaster-recovery-scaling-free.md",
        "guide/01-workspace-provisioning-and-infrastructur.md",
        "guide/02-identity-and-access-management-with-entr.md",
        "guide/03-unity-catalog-administration-and-governa.md",
        "guide/04-compute-optimization-and-cluster-managem.md",
        "guide/05-networking,-security,-and-compliance.md",
        "modules/01-azure-databricks-provisioning.md",
        "modules/02-identity-access-management.md",
        "modules/03-unity-catalog-administration.md",
        "modules/04-compute-management.md",
        "modules/05-networking-security.md",
        "modules/06-data-integration-azure.md",
        "modules/07-monitoring-cost-management.md",
        "modules/08-disaster-recovery-scaling.md"
      ],
      "file_count": 23,
      "download_size_bytes": 241386,
      "download_size_human": "235.7 KB",
      "product_url": "https://datanest-stores.com/datanest-academy/#product-azure-data-platform-engineering",
      "preview_url": "https://datanest-stores.com/datanest-academy/preview-azure-data-platform-engineering",
      "demo_url": "https://datanest-stores.com/datanest-academy/demo-azure-data-platform-engineering/"
    },
    {
      "product_id": "datanest-academy:databricks-analytics-engineering",
      "slug": "databricks-analytics-engineering",
      "store": "datanest-academy",
      "store_name": "Datanest Academy",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics engineering",
        "azure course",
        "career",
        "data architect",
        "data engineering training",
        "databricks course",
        "lakehouse",
        "mlops",
        "role-based learning"
      ],
      "title": "Databricks Analytics Engineering",
      "short_description": "8-module course for analytics engineers: Databricks SQL, dimensional modeling, dbt on Databricks, transformation patterns, data quality, dashboards, semantic layer, and analytics ops. 35 hours.",
      "detailed_description": "8-module course for analytics engineers: Databricks SQL, dimensional modeling, dbt on Databricks, transformation patterns, data quality, dashboards, semantic layer, and analytics ops. 35 hours.",
      "price_usd": 129,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "course.yaml",
        "free-preview/01-databricks-sql-foundations-free.md",
        "free-preview/02-dimensional-modeling-lakehouse-free.md",
        "free-preview/03-dbt-on-databricks-free.md",
        "free-preview/04-data-transformation-patterns-free.md",
        "free-preview/05-data-quality-testing-free.md",
        "free-preview/06-dashboards-visualization-free.md",
        "free-preview/07-semantic-layer-metrics-free.md",
        "free-preview/08-analytics-ops-production-free.md",
        "guide/01-databricks-sql-and-the-lakehouse-for-ana.md",
        "guide/02-dimensional-modeling-on-delta-lake.md",
        "guide/03-dbt-databricks:-models,-tests,-and-macro.md",
        "guide/04-advanced-analytics-and-dashboard-design.md",
        "guide/05-semantic-layer,-quality,-and-operations.md",
        "modules/01-databricks-sql-foundations.md",
        "modules/02-dimensional-modeling-lakehouse.md",
        "modules/03-dbt-on-databricks.md",
        "modules/04-data-transformation-patterns.md",
        "modules/05-data-quality-testing.md",
        "modules/06-dashboards-visualization.md",
        "modules/07-semantic-layer-metrics.md",
        "modules/08-analytics-ops-production.md"
      ],
      "file_count": 23,
      "download_size_bytes": 230104,
      "download_size_human": "224.7 KB",
      "product_url": "https://datanest-stores.com/datanest-academy/#product-databricks-analytics-engineering",
      "preview_url": "https://datanest-stores.com/datanest-academy/preview-databricks-analytics-engineering",
      "demo_url": "https://datanest-stores.com/datanest-academy/demo-databricks-analytics-engineering/"
    },
    {
      "product_id": "datanest-academy:data-lakehouse-architecture-azure",
      "slug": "data-lakehouse-architecture-azure",
      "store": "datanest-academy",
      "store_name": "Datanest Academy",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics engineering",
        "azure course",
        "career",
        "data architect",
        "data engineering training",
        "databricks course",
        "lakehouse",
        "mlops",
        "role-based learning"
      ],
      "title": "Data Lakehouse Architecture on Azure",
      "short_description": "8-module course for data architects: lakehouse foundations, reference architectures, data mesh, governance frameworks, integration patterns, migration strategies, security, and executive communication. 50 hours.",
      "detailed_description": "8-module course for data architects: lakehouse foundations, reference architectures, data mesh, governance frameworks, integration patterns, migration strategies, security, and executive communication. 50 hours.",
      "price_usd": 199,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "course.yaml",
        "free-preview/01-lakehouse-architecture-foundations-free.md",
        "free-preview/02-reference-architectures-free.md",
        "free-preview/03-data-mesh-design-free.md",
        "free-preview/04-governance-framework-free.md",
        "free-preview/05-integration-patterns-free.md",
        "free-preview/06-migration-modernization-free.md",
        "free-preview/07-security-compliance-architecture-free.md",
        "free-preview/08-executive-communication-free.md",
        "guide/01-lakehouse-architecture-foundations.md",
        "guide/02-reference-architectures-for-the-enterpri.md",
        "guide/03-data-mesh-design-on-unity-catalog.md",
        "guide/04-governance-operating-models.md",
        "guide/05-integration,-migration,-and-executive-st.md",
        "modules/01-lakehouse-architecture-foundations.md",
        "modules/02-reference-architectures.md",
        "modules/03-data-mesh-design.md",
        "modules/04-governance-framework.md",
        "modules/05-integration-patterns.md",
        "modules/06-migration-modernization.md",
        "modules/07-security-compliance-architecture.md",
        "modules/08-executive-communication.md"
      ],
      "file_count": 23,
      "download_size_bytes": 300329,
      "download_size_human": "293.3 KB",
      "product_url": "https://datanest-stores.com/datanest-academy/#product-data-lakehouse-architecture-azure",
      "preview_url": "https://datanest-stores.com/datanest-academy/preview-data-lakehouse-architecture-azure",
      "demo_url": "https://datanest-stores.com/datanest-academy/demo-data-lakehouse-architecture-azure/"
    },
    {
      "product_id": "datanest-academy:mlops-databricks-azure-ml",
      "slug": "mlops-databricks-azure-ml",
      "store": "datanest-academy",
      "store_name": "Datanest Academy",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics engineering",
        "azure course",
        "career",
        "data architect",
        "data engineering training",
        "databricks course",
        "lakehouse",
        "mlops",
        "role-based learning"
      ],
      "title": "MLOps on Databricks & Azure ML",
      "short_description": "8-module course for MLOps engineers: MLflow experiment tracking, feature stores, distributed training, model registry, serving endpoints, monitoring, and CI/CD for ML. 42 hours.",
      "detailed_description": "8-module course for MLOps engineers: MLflow experiment tracking, feature stores, distributed training, model registry, serving endpoints, monitoring, and CI/CD for ML. 42 hours.",
      "price_usd": 159,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "course.yaml",
        "free-preview/01-mlops-foundations-databricks-free.md",
        "free-preview/02-experiment-tracking-mlflow-free.md",
        "free-preview/03-feature-engineering-store-free.md",
        "free-preview/04-model-training-scale-free.md",
        "free-preview/05-model-registry-governance-free.md",
        "free-preview/06-model-serving-deployment-free.md",
        "free-preview/07-monitoring-observability-free.md",
        "free-preview/08-mlops-cicd-production-free.md",
        "guide/01-mlflow-experiment-tracking-and-project-s.md",
        "guide/02-feature-engineering-and-feature-store-de.md",
        "guide/03-distributed-training-at-scale.md",
        "guide/04-model-registry,-serving,-and-governance.md",
        "guide/05-production-ml-pipelines-and-monitoring.md",
        "modules/01-mlops-foundations-databricks.md",
        "modules/02-experiment-tracking-mlflow.md",
        "modules/03-feature-engineering-store.md",
        "modules/04-model-training-scale.md",
        "modules/05-model-registry-governance.md",
        "modules/06-model-serving-deployment.md",
        "modules/07-monitoring-observability.md",
        "modules/08-mlops-cicd-production.md"
      ],
      "file_count": 23,
      "download_size_bytes": 252889,
      "download_size_human": "247.0 KB",
      "product_url": "https://datanest-stores.com/datanest-academy/#product-mlops-databricks-azure-ml",
      "preview_url": "https://datanest-stores.com/datanest-academy/preview-mlops-databricks-azure-ml",
      "demo_url": "https://datanest-stores.com/datanest-academy/demo-mlops-databricks-azure-ml/"
    },
    {
      "product_id": "datanest-academy:academy-data-engineering-bundle",
      "slug": "academy-data-engineering-bundle",
      "store": "datanest-academy",
      "store_name": "Datanest Academy",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics engineering",
        "azure course",
        "bundle",
        "career",
        "data architect",
        "data engineering training",
        "databricks course",
        "lakehouse",
        "mlops",
        "role-based learning"
      ],
      "title": "Data Engineering Learning Path",
      "short_description": "Data Engineer + Platform Engineer courses (save $29). Complete learning path from building pipelines to managing the platform. 85 hours.",
      "detailed_description": "Data Engineer + Platform Engineer courses (save $29). Complete learning path from building pipelines to managing the platform. 85 hours.",
      "price_usd": 299,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "databricks-data-engineering-mastery (full product)",
        "azure-data-platform-engineering (full product)",
        "databricks-analytics-engineering (full product)",
        "data-lakehouse-architecture-azure (full product)",
        "mlops-databricks-azure-ml (full product)"
      ],
      "file_count": 5,
      "download_size_bytes": 195991,
      "download_size_human": "191.4 KB",
      "product_url": "https://datanest-stores.com/datanest-academy/#product-academy-data-engineering-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "datanest-academy:academy-analytics-bundle",
      "slug": "academy-analytics-bundle",
      "store": "datanest-academy",
      "store_name": "Datanest Academy",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics engineering",
        "azure course",
        "bundle",
        "career",
        "data architect",
        "data engineering training",
        "databricks course",
        "lakehouse",
        "mlops",
        "role-based learning"
      ],
      "title": "Analytics & Architecture Path",
      "short_description": "Analytics Engineer + Data Architect courses (save $49). From SQL analytics to enterprise architecture design. 85 hours.",
      "detailed_description": "Analytics Engineer + Data Architect courses (save $49). From SQL analytics to enterprise architecture design. 85 hours.",
      "price_usd": 279,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "databricks-data-engineering-mastery (full product)",
        "azure-data-platform-engineering (full product)",
        "databricks-analytics-engineering (full product)",
        "data-lakehouse-architecture-azure (full product)",
        "mlops-databricks-azure-ml (full product)"
      ],
      "file_count": 5,
      "download_size_bytes": 210314,
      "download_size_human": "205.4 KB",
      "product_url": "https://datanest-stores.com/datanest-academy/#product-academy-analytics-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "datanest-academy:academy-complete-collection",
      "slug": "academy-complete-collection",
      "store": "datanest-academy",
      "store_name": "Datanest Academy",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics engineering",
        "azure course",
        "bundle",
        "career",
        "data architect",
        "data engineering training",
        "databricks course",
        "lakehouse",
        "mlops",
        "role-based learning"
      ],
      "title": "Datanest Academy Complete Collection",
      "short_description": "All 5 role-based courses (save $316). The complete Databricks & Azure learning library \u2014 212 hours of expert content across 40 modules.",
      "detailed_description": "All 5 role-based courses (save $316). The complete Databricks & Azure learning library \u2014 212 hours of expert content across 40 modules.",
      "price_usd": 499,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "databricks-data-engineering-mastery (full product)",
        "azure-data-platform-engineering (full product)",
        "databricks-analytics-engineering (full product)",
        "data-lakehouse-architecture-azure (full product)",
        "mlops-databricks-azure-ml (full product)"
      ],
      "file_count": 5,
      "download_size_bytes": 503488,
      "download_size_human": "491.7 KB",
      "product_url": "https://datanest-stores.com/datanest-academy/#product-academy-complete-collection",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "datanest-platform-pro:databricks-notebook-framework",
      "slug": "databricks-notebook-framework",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Databricks Notebook Framework",
      "short_description": "Production-grade notebook development framework with structured project templates, reusable utility modules, testing patterns, and CI/CD integration for Databricks.",
      "detailed_description": "Production-grade notebook development framework with structured project templates, reusable utility modules, testing patterns, and CI/CD integration for Databricks.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-03-12",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Unity Catalog enabled",
        "Python 3.10+",
        "PySpark"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Databricks",
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp -r databricks-notebook-framework/ /path/to/your/project/",
        "from utils.environment import get_environment\n\nenv = get_environment()          # Auto-detect from workspace\nenv = get_environment(\"dev\")     # Explicit override\n\nprint(env.bronze_catalog)        # \"dev_bronze\"\nprint(env.storage.raw_root)      # \"abfss://raw@styourorgdev.dfs.core.windows.net\""
      ],
      "included_files": [
        "README.md",
        "cicd/databricks.yml",
        "cicd/pre-commit-config.yaml",
        "guide/01_what-you-get.md",
        "guide/02_ingestion-templates.md",
        "guide/03_environment-configuration.md",
        "guide/04_support.md",
        "ingestion_templates/api_ingestion.py",
        "ingestion_templates/base_pipeline.py",
        "ingestion_templates/database_ingestion.py",
        "ingestion_templates/file_ingestion.py",
        "ingestion_templates/streaming_ingestion.py",
        "medallion_bootstrap/01_create_catalogs.py",
        "medallion_bootstrap/02_create_schemas.py",
        "medallion_bootstrap/03_grant_permissions.py",
        "medallion_bootstrap/config.py",
        "notebooks/bronze_ingest_template.py",
        "notebooks/gold_aggregate_template.py",
        "notebooks/silver_transform_template.py",
        "project-scaffold/README.md",
        "standards/NOTEBOOK_STANDARDS.md",
        "testing/conftest.py",
        "testing/test_framework.py",
        "unity_catalog_setup/data_governance_policies.md",
        "unity_catalog_setup/setup_catalogs.sql",
        "unity_catalog_setup/setup_credentials.sql",
        "unity_catalog_setup/setup_external_locations.sql",
        "utils/config_manager.py",
        "utils/environment.py",
        "utils/logging_utils.py",
        "utils/quality_checks.py",
        "utils/secrets_manager.py"
      ],
      "file_count": 32,
      "download_size_bytes": 183990,
      "download_size_human": "179.7 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-databricks-notebook-framework",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-databricks-notebook-framework",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-databricks-notebook-framework/"
    },
    {
      "product_id": "datanest-platform-pro:spark-optimization-playbook",
      "slug": "spark-optimization-playbook",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Spark Optimization Playbook",
      "short_description": "Hands-on guide and toolkit for optimizing PySpark workloads on Databricks. Diagnostic scripts, 25 optimization patterns, cluster sizing calculator, and benchmarking framework.",
      "detailed_description": "By Datanest Digital | Version 1.1.0 | $69 A comprehensive, battle-tested collection of Spark performance optimization patterns, diagnostic notebooks, and sizing tools for Databricks engineers. Stop guessing why your jobs are slow \u2014 diagnose, measure, and fix with systematic approaches. ---",
      "price_usd": 69,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks workspace",
        "Databricks Runtime 12.2 LTS or later recommended",
        "Python 3.9+"
      ],
      "supported_versions": [
        "Python 3.9+",
        "Databricks Runtime 12.2"
      ],
      "supported_technologies": [
        "Databricks",
        "AWS",
        "Azure",
        "GCP",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Partition strategy recommendation\npython tools/partition_decision_tree.py \\\n  --total-size-gb 500 \\\n  --row-count 2000000000 \\\n  --query-patterns \"filter_by_date,join_on_id\" \\\n  --cardinality-date 365 \\\n  --cardinality-id 50000\n\n# Cluster sizing calculator\npython tools/cluster_calculator.py \\\n  --data-size-gb 500 \\\n  --job-type etl \\\n  --concurrency 4 \\\n  --max-budget-hour 15.00",
        "1. DIAGNOSE  -->  Run spark_diagnostic.py against your job\n2. IDENTIFY  -->  Review flagged issues and severity levels\n3. LEARN     -->  Read the matching guide for context and patterns\n4. APPLY     -->  Implement the recommended optimization\n5. MEASURE   -->  Use benchmarking_framework.py to validate impact\n6. COST      -->  Use cost_per_query_estimator.py to quantify savings"
      ],
      "included_files": [
        "README.md",
        "guide/aqe_tuning_guide.md",
        "guide/cluster_sizing_guide.md",
        "guide/memory_management.md",
        "guide/optimization_patterns.md",
        "guide/photon_optimization.md",
        "guide/spark_ui_guide.md",
        "guides/aqe_tuning_guide.md",
        "guides/cluster_sizing_guide.md",
        "guides/memory_management.md",
        "guides/optimization_patterns.md",
        "guides/photon_optimization.md",
        "guides/spark_ui_guide.md",
        "notebooks/benchmarking_framework.py",
        "notebooks/cost_per_query_estimator.py",
        "notebooks/spark_diagnostic.py",
        "tools/cluster_calculator.py",
        "tools/partition_decision_tree.py"
      ],
      "file_count": 18,
      "download_size_bytes": 134827,
      "download_size_human": "131.7 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-spark-optimization-playbook",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-spark-optimization-playbook",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-spark-optimization-playbook/"
    },
    {
      "product_id": "datanest-platform-pro:databricks-cicd-accelerator",
      "slug": "databricks-cicd-accelerator",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "azure-devops",
        "ci-cd",
        "ci/cd",
        "dabs",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "devops",
        "github-actions",
        "gitlab-ci",
        "infrastructure-as-code",
        "mlops",
        "spark"
      ],
      "title": "Databricks CI/CD Accelerator",
      "short_description": "Complete CI/CD pipeline configurations for Databricks across Azure DevOps, GitHub Actions, and GitLab CI. Multi-environment promotion with approval gates.",
      "detailed_description": "Complete CI/CD pipeline configurations for Databricks across Azure DevOps, GitHub Actions, and GitLab CI. Multi-environment promotion with approval gates.",
      "price_usd": 79,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Terraform",
        "Databricks CLI",
        "Azure CLI",
        "jq"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "Databricks",
        "Azure",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp azure-devops/terraform-pipeline.yml .azure-pipelines/\ncp azure-devops/dabs-pipeline.yml .azure-pipelines/",
        "mkdir -p .github/workflows\ncp github-actions/terraform-deploy.yml .github/workflows/\ncp github-actions/dabs-deploy.yml .github/workflows/"
      ],
      "included_files": [
        "README.md",
        "azure-devops/dabs-pipeline.yml",
        "azure-devops/terraform-pipeline.yml",
        "environments/dev.tfvars",
        "environments/prod.tfvars",
        "environments/promotion-strategy.md",
        "environments/staging.tfvars",
        "github-actions/dabs-deploy.yml",
        "github-actions/terraform-deploy.yml",
        "gitlab-ci/gitlab-ci.yml",
        "guide/01_overview.md",
        "guide/02_architecture.md",
        "guide/03_deployment-methods.md",
        "guide/04_support.md",
        "monitoring/pipeline-alerts.md",
        "rollback/rollback-playbook.md",
        "secrets/secrets-management.md",
        "testing/integration-test-stage.yml",
        "testing/validate-deployment.sh"
      ],
      "file_count": 19,
      "download_size_bytes": 92251,
      "download_size_human": "90.1 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-databricks-cicd-accelerator",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-databricks-cicd-accelerator",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-databricks-cicd-accelerator/"
    },
    {
      "product_id": "datanest-platform-pro:unity-catalog-migration-kit",
      "slug": "unity-catalog-migration-kit",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Unity Catalog Migration Kit",
      "short_description": "Step-by-step migration toolkit from Hive Metastore to Unity Catalog. Assessment scripts, automated migration, validation tests, and rollback procedures.",
      "detailed_description": "By Datanest Digital | Version 1.0.0 | $69 A comprehensive, production-ready toolkit for migrating from Databricks Hive Metastore to Unity Catalog. Includes automated assessment, migration notebooks, Terraform infrastructure-as-code, planning tools, and operational guides. ---",
      "price_usd": 69,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks workspace with Unity Catalog enabled",
        "Databricks Runtime 13.3 LTS or later",
        "Terraform >= 1.5.0",
        "Python >= 3.9",
        "Workspace admin or metastore admin privileges"
      ],
      "supported_versions": [
        "Python 3.9",
        "Terraform 1.5",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Terraform",
        "Databricks",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python tools/migration_planner.py \\\n  --assessment-file assessment_report.json \\\n  --max-tables-per-wave 50 \\\n  --output waves.json",
        "cd terraform/unity-catalog-setup\nterraform init\nterraform plan -var-file=\"your-config.tfvars\"\nterraform apply"
      ],
      "included_files": [
        "README.md",
        "guide/day2_operations.md",
        "guide/migration_guide.md",
        "guide/rollback_procedures.md",
        "guides/day2_operations.md",
        "guides/migration_guide.md",
        "guides/rollback_procedures.md",
        "notebooks/automated_table_migration.py",
        "notebooks/permission_mapper.py",
        "notebooks/post_migration_validation.py",
        "notebooks/pre_migration_assessment.py",
        "templates/migration_planning_spreadsheet.csv",
        "terraform/unity-catalog-setup/main.tf",
        "terraform/unity-catalog-setup/outputs.tf",
        "terraform/unity-catalog-setup/variables.tf",
        "tools/migration_planner.py",
        "tools/timeline_estimator.py"
      ],
      "file_count": 17,
      "download_size_bytes": 101845,
      "download_size_human": "99.5 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-unity-catalog-migration-kit",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-unity-catalog-migration-kit",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-unity-catalog-migration-kit/"
    },
    {
      "product_id": "datanest-platform-pro:databricks-monitoring-suite",
      "slug": "databricks-monitoring-suite",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Databricks Monitoring & Alerting Suite",
      "short_description": "Complete monitoring and observability setup with 8 SQL dashboards, alert definitions, webhook templates, and 50+ system table queries.",
      "detailed_description": "Complete monitoring and observability setup with 8 SQL dashboards, alert definitions, webhook templates, and 50+ system table queries.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks workspace with Unity Catalog enabled",
        "Access to [system tables]",
        "SQL warehouse",
        "Databricks SQL Alerts & Dashboards feature enabled"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Databricks",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "05-databricks-monitoring-suite/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 manifest.json\n\u251c\u2500\u2500 dashboards/\n\u2502   \u251c\u2500\u2500 pipeline_health.sql\n\u2502   \u251c\u2500\u2500 cluster_utilization.sql\n\u2502   \u251c\u2500\u2500 job_failure_analysis.sql\n\u2502   \u251c\u2500\u2500 cost_trends.sql\n\u2502   \u251c\u2500\u2500 user_activity.sql\n\u2502   \u251c\u2500\u2500 data_freshness.sql\n\u2502   \u251c\u2500\u2500 query_performance.sql\n\u2502   \u2514\u2500\u2500 capacity_planning.sql\n\u251c\u2500\u2500 alerts/\n\u2502   \u251c\u2500\u2500 alert_definitions.sql\n\u2026"
      ],
      "included_files": [
        "README.md",
        "alerts/alert_definitions.sql",
        "alerts/webhook_templates.json",
        "dashboards/capacity_planning.sql",
        "dashboards/cluster_utilization.sql",
        "dashboards/cost_trends.sql",
        "dashboards/data_freshness.sql",
        "dashboards/job_failure_analysis.sql",
        "dashboards/pipeline_health.sql",
        "dashboards/query_performance.sql",
        "dashboards/user_activity.sql",
        "guide/01_overview.md",
        "guide/02_prerequisites.md",
        "guide/03_file-structure.md",
        "guide/04_support.md",
        "queries/system_table_library.sql",
        "runbooks/common_operations.md",
        "templates/monthly_health_report.md"
      ],
      "file_count": 18,
      "download_size_bytes": 84834,
      "download_size_human": "82.8 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-databricks-monitoring-suite",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-databricks-monitoring-suite",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-databricks-monitoring-suite/"
    },
    {
      "product_id": "datanest-platform-pro:azure-data-factory-templates",
      "slug": "azure-data-factory-templates",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "adf",
        "azure",
        "azure-data-factory",
        "cdc",
        "ci-cd",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "data-integration",
        "databricks",
        "delta lake",
        "etl",
        "event-driven",
        "infrastructure-as-code",
        "pipelines"
      ],
      "title": "Azure Data Factory Integration Templates",
      "short_description": "15 production-ready ADF pipeline templates for REST API, SFTP, SQL Server, and Event-driven ingestion into Databricks lakehouse.",
      "detailed_description": "15 production-ready ADF pipeline templates for REST API, SFTP, SQL Server, and Event-driven ingestion into Databricks lakehouse.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Terraform >= 1.5.0",
        "Azure CLI >= 2.50.0",
        "Azure DevOps project"
      ],
      "supported_versions": [
        "Terraform 1.5"
      ],
      "supported_technologies": [
        "Terraform",
        "Azure",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "   cd terraform/adf-infrastructure\n   cp terraform.tfvars.example terraform.tfvars\n   # Edit terraform.tfvars with your values\n   terraform init\n   terraform plan -out=tfplan\n   terraform apply tfplan\n   ",
        "   az datafactory pipeline create \\\n     --resource-group <rg-name> \\\n     --factory-name <adf-name> \\\n     --name \"RestApiIngestion\" \\\n     --pipeline @pipelines/rest_api_ingestion.json\n   "
      ],
      "included_files": [
        "README.md",
        "cicd/adf-devops-pipeline.yml",
        "guide/adf_databricks_patterns.md",
        "guide/cost_optimization.md",
        "guide/error_handling_patterns.md",
        "guides/adf_databricks_patterns.md",
        "guides/cost_optimization.md",
        "guides/error_handling_patterns.md",
        "linked-services/linked_service_templates.json",
        "pipelines/blob_copy_with_metadata.json",
        "pipelines/databricks_notebook_activity.json",
        "pipelines/event_driven_trigger.json",
        "pipelines/rest_api_ingestion.json",
        "pipelines/sftp_file_ingestion.json",
        "pipelines/sql_server_cdc.json",
        "terraform/adf-infrastructure/main.tf",
        "terraform/adf-infrastructure/outputs.tf",
        "terraform/adf-infrastructure/variables.tf"
      ],
      "file_count": 18,
      "download_size_bytes": 98742,
      "download_size_human": "96.4 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-azure-data-factory-templates",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-azure-data-factory-templates",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-azure-data-factory-templates/"
    },
    {
      "product_id": "datanest-platform-pro:azure-synapse-integration-kit",
      "slug": "azure-synapse-integration-kit",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Azure Synapse-Databricks Integration Kit",
      "short_description": "Integration patterns for organizations running both Synapse and Databricks. Serverless views, Power BI setup, and cost comparison tools.",
      "detailed_description": "Integration patterns for organizations running both Synapse and Databricks. Serverless views, Power BI setup, and cost comparison tools.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Terraform",
        "Python",
        "Azure_cli",
        "Azure subscription with Contributor access",
        "Azure CLI >= 2.50.0"
      ],
      "supported_versions": [
        "Python 3.9",
        "Terraform 1.5"
      ],
      "supported_technologies": [
        "Terraform",
        "Databricks",
        "Azure",
        "Python",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cd terraform/synapse-databricks\ncp terraform.tfvars.example terraform.tfvars\n# Edit terraform.tfvars with your values\nterraform init\nterraform plan\nterraform apply",
        "python tools/cost_comparison_calculator.py --help\npython tools/cost_comparison_calculator.py compare \\\n    --data-volume-tb 10 \\\n    --daily-queries 500 \\\n    --etl-hours 8"
      ],
      "included_files": [
        "README.md",
        "guide/architecture_decision_guide.md",
        "guide/migration_synapse_to_databricks.md",
        "guide/security_cross_service.md",
        "guides/architecture_decision_guide.md",
        "guides/migration_synapse_to_databricks.md",
        "guides/security_cross_service.md",
        "notebooks/data_sharing_patterns.py",
        "notebooks/power_bi_directquery_setup.py",
        "sql/dedicated_pool_integration.sql",
        "sql/serverless_views_over_delta.sql",
        "terraform/synapse-databricks/main.tf",
        "terraform/synapse-databricks/outputs.tf",
        "terraform/synapse-databricks/variables.tf",
        "tools/cost_comparison_calculator.py"
      ],
      "file_count": 15,
      "download_size_bytes": 120090,
      "download_size_human": "117.3 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-azure-synapse-integration-kit",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-azure-synapse-integration-kit",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-azure-synapse-integration-kit/"
    },
    {
      "product_id": "datanest-platform-pro:azure-cost-guardian",
      "slug": "azure-cost-guardian",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "budget-alerts",
        "chargeback",
        "ci/cd",
        "cloud-optimization",
        "cost-management",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "finops",
        "idle-resources",
        "reserved-instances",
        "spark",
        "tagging"
      ],
      "title": "Azure Cost Guardian Toolkit",
      "short_description": "Comprehensive Azure cost management toolkit covering the entire data platform. 50+ API queries, anomaly detection, RI calculator, and FinOps playbook.",
      "detailed_description": "Comprehensive Azure cost management toolkit covering the entire data platform. 50+ API queries, anomaly detection, RI calculator, and FinOps playbook.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "Azure SDK for Python",
        "Terraform 1.5+",
        "Databricks Runtime 13.x+",
        "Azure subscription with Cost Management Reader"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "Terraform",
        "Databricks",
        "Azure",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install azure-identity azure-mgmt-costmanagement azure-mgmt-consumption \\\n    azure-mgmt-resource azure-mgmt-compute azure-mgmt-network azure-mgmt-storage \\\n    azure-mgmt-advisor azure-mgmt-monitor pandas numpy scipy requests",
        "from azure.identity import DefaultAzureCredential\ncredential = DefaultAzureCredential()"
      ],
      "included_files": [
        "README.md",
        "guide/finops_playbook.md",
        "guides/finops_playbook.md",
        "notebooks/cost_anomaly_detection.py",
        "notebooks/reserved_instance_calculator.py",
        "policies/budget_alerts.json",
        "policies/tagging_enforcement.json",
        "queries/cost_management_queries.py",
        "scripts/advisor_automation.py",
        "scripts/idle_resource_detector.py",
        "scripts/storage_lifecycle_manager.py",
        "templates/chargeback_report.md",
        "templates/monthly_finops_review.md",
        "terraform/cost-management/main.tf",
        "terraform/cost-management/variables.tf"
      ],
      "file_count": 15,
      "download_size_bytes": 114336,
      "download_size_human": "111.7 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-azure-cost-guardian",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-azure-cost-guardian",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-azure-cost-guardian/"
    },
    {
      "product_id": "datanest-platform-pro:azure-devops-data-pipelines",
      "slug": "azure-devops-data-pipelines",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Azure DevOps for Data Pipelines",
      "short_description": "Complete Azure DevOps configuration for data pipeline CI/CD covering Terraform, DABs, ADF, and SQL deployments in a unified architecture.",
      "detailed_description": "Production-ready CI/CD pipeline templates for modern data platforms on Azure. Product ID: azure-devops-data-pipelines Version: 1.0.0 Price: $59 USD Author: Datanest Digital ---",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Azure DevOps project with Pipelines enabled",
        "Azure subscription",
        "Service principals with scoped RBAC for each environment",
        "Terraform state storage",
        "Databricks workspace"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "Databricks",
        "Azure",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "dev  -->  staging  -->  prod\n         (gated)       (gated + approval)"
      ],
      "included_files": [
        "README.md",
        "config/branch-policies.md",
        "config/release-gates.json",
        "config/service-connections.md",
        "config/variable-groups.md",
        "guide/agent_pool_sizing.md",
        "guide/unified_data_platform_cicd.md",
        "guides/agent_pool_sizing.md",
        "guides/unified_data_platform_cicd.md",
        "monitoring/pipeline-dashboard.yml",
        "pipelines/adf-arm-deploy.yml",
        "pipelines/databricks-dabs-deploy.yml",
        "pipelines/sql-database-migration.yml",
        "pipelines/terraform-infrastructure.yml",
        "templates/notification-template.yml",
        "templates/shared-steps.yml"
      ],
      "file_count": 16,
      "download_size_bytes": 97666,
      "download_size_human": "95.4 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-azure-devops-data-pipelines",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-azure-devops-data-pipelines",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-azure-devops-data-pipelines/"
    },
    {
      "product_id": "datanest-platform-pro:multi-cloud-lakehouse-blueprint",
      "slug": "multi-cloud-lakehouse-blueprint",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Multi-Cloud Lakehouse Blueprint",
      "short_description": "Architecture blueprint and Terraform templates for Databricks on Azure + AWS with unified governance, cost management, and Delta Sharing.",
      "detailed_description": "Architecture blueprint and Terraform templates for Databricks on Azure + AWS with unified governance, cost management, and Delta Sharing.",
      "price_usd": 69,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Terraform >= 1.5.0",
        "Databricks CLI configured for Unity Catalog administration",
        "Python >= 3.10"
      ],
      "supported_versions": [
        "Python 3.10",
        "Terraform 1.5"
      ],
      "supported_technologies": [
        "Terraform",
        "Databricks",
        "AWS",
        "Azure",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cd terraform/azure\ncp terraform.tfvars.example terraform.tfvars\n# Edit terraform.tfvars with your values\nterraform init\nterraform plan -out=plan.tfplan\nterraform apply plan.tfplan",
        "cd terraform/aws\ncp terraform.tfvars.example terraform.tfvars\n# Edit terraform.tfvars with your values\nterraform init\nterraform plan -out=plan.tfplan\nterraform apply plan.tfplan"
      ],
      "included_files": [
        "README.md",
        "cicd/multi-cloud-pipeline.yml",
        "docs/architecture_decision_records.md",
        "docs/compliance_matrix.md",
        "docs/identity_federation.md",
        "docs/migration_guide.md",
        "docs/network_architecture.md",
        "dr/disaster_recovery_patterns.md",
        "guide/01_overview.md",
        "guide/02_what-s-included.md",
        "guide/03_quick-start.md",
        "guide/04_license.md",
        "terraform/aws/main.tf",
        "terraform/aws/outputs.tf",
        "terraform/aws/variables.tf",
        "terraform/azure/main.tf",
        "terraform/azure/outputs.tf",
        "terraform/azure/variables.tf",
        "terraform/shared/unity-catalog-multicloud.tf",
        "tools/cost_comparison_model.py"
      ],
      "file_count": 20,
      "download_size_bytes": 124650,
      "download_size_human": "121.7 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-multi-cloud-lakehouse-blueprint",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-multi-cloud-lakehouse-blueprint",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-multi-cloud-lakehouse-blueprint/"
    },
    {
      "product_id": "datanest-platform-pro:data-contract-framework",
      "slug": "data-contract-framework",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "breaking-change-detection",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "data-contracts",
        "data-governance",
        "databricks",
        "delta lake",
        "delta-lake",
        "schema-validation",
        "sla-monitoring",
        "spark",
        "unity catalog"
      ],
      "title": "Data Contract Framework",
      "short_description": "Complete data contract implementation with YAML spec, CLI generator, schema validation, SLA monitoring, and breaking change detection.",
      "detailed_description": "Product by Datanest Digital A production-ready framework for defining, validating, and monitoring data contracts across your data platform. Enforce schema guarantees, SLA compliance, and breaking change detection with a structured, version-controlled approach to data ownership.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "PyYAML >= 6.0",
        "jsonschema >= 4.0",
        "Databricks Runtime 13.0+",
        "Delta Lake"
      ],
      "supported_versions": [
        "Python 3.9+",
        "Databricks Runtime 13.0"
      ],
      "supported_technologies": [
        "Databricks",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "contract:\n  name: customer_events\n  version: 1.0.0\n  owner:\n    team: data-engineering\n    contact: team-lead@company.com\n  schema:\n    fields:\n      - name: event_id\n        type: string\n        required: true\n        description: Unique event identifier\n      - name: event_timestamp\n        type: timestamp\n\u2026",
        "python cli/contract_generator.py \\\n  --catalog main \\\n  --schema analytics \\\n  --table customer_events \\\n  --output spec/example_contracts/"
      ],
      "included_files": [
        "README.md",
        "cli/contract_generator.py",
        "cli/contract_validator.py",
        "guide/implementation_guide.md",
        "guides/implementation_guide.md",
        "notebooks/breaking_change_detector.py",
        "notebooks/contract_compliance_dashboard.py",
        "notebooks/sla_monitoring.py",
        "registry/contract_registry.py",
        "spec/contract_schema.yaml",
        "spec/example_contracts/customer_events.yaml",
        "spec/example_contracts/financial_transactions.yaml",
        "spec/example_contracts/product_catalog.yaml",
        "templates/contract_templates/api_source.yaml",
        "templates/contract_templates/database_source.yaml",
        "templates/contract_templates/file_source.yaml",
        "templates/producer_consumer_agreement.md"
      ],
      "file_count": 17,
      "download_size_bytes": 100100,
      "download_size_human": "97.8 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-data-contract-framework",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-data-contract-framework",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-data-contract-framework/"
    },
    {
      "product_id": "datanest-platform-pro:medallion-architecture-accelerator",
      "slug": "medallion-architecture-accelerator",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "architecture-guide",
        "azure",
        "bronze-silver-gold",
        "cheatsheets",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "data-engineering",
        "data-quality",
        "databricks",
        "delta lake",
        "delta-lake",
        "etl",
        "medallion-architecture",
        "naming-conventions"
      ],
      "title": "Medallion Architecture Accelerator",
      "short_description": "Production implementation of Bronze/Silver/Gold architecture on Databricks with metadata-driven pipeline generator and quality gates.",
      "detailed_description": "By Datanest Digital | Version 2.0.0 | $79 Production-ready framework for implementing the Medallion Architecture (Bronze / Silver / Gold) on Databricks with Delta Lake. Eliminate weeks of boilerplate and enforce best practices from day one. v2.0 adds a comprehensive 10-chapter implementation guide, quick-reference cheatsheets, architecture diagrams, plus naming convention and schema migration utilities. ---",
      "price_usd": 79,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-03-12",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Delta Lake 2.4+",
        "Unity Catalog",
        "Python 3.10+",
        "PySpark 3.4+"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Databricks",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# config/sources/orders.yaml\nsource:\n  name: orders\n  type: auto_loader\n  format: json\n  path: \"s3://raw-bucket/orders/\"\n  schema_hints:\n    order_id: long\n    customer_id: long\n    order_date: timestamp\n\nbronze:\n  database: raw\n  table: orders\n\u2026",
        "from config.pipeline_generator import PipelineGenerator\n\ngenerator = PipelineGenerator(\"config/sources/orders.yaml\")\ngenerator.generate_all()"
      ],
      "included_files": [
        "README.md",
        "config/example_sources.yaml",
        "config/pipeline_generator.py",
        "docs/architecture_guide.md",
        "docs/cheatsheets/layer_comparison.md",
        "docs/cheatsheets/migration_checklist.md",
        "docs/cheatsheets/naming_conventions_cheatsheet.md",
        "docs/diagrams/data_flow.md",
        "docs/diagrams/decision_tree.md",
        "docs/diagrams/medallion_overview.md",
        "docs/guide/01_introduction.md",
        "docs/guide/02_decision_framework.md",
        "docs/guide/03_bronze_layer.md",
        "docs/guide/04_silver_layer.md",
        "docs/guide/05_gold_layer.md",
        "docs/guide/06_naming_conventions.md",
        "docs/guide/07_schema_evolution.md",
        "docs/guide/08_data_quality_gates.md",
        "docs/guide/09_anti_patterns.md",
        "docs/guide/10_reference_architectures.md",
        "docs/performance_benchmarks.md",
        "framework/bronze/auto_loader_ingestor.py",
        "framework/bronze/base_ingestor.py",
        "framework/bronze/jdbc_ingestor.py",
        "framework/gold/aggregation_builder.py",
        "framework/gold/fact_table_builder.py",
        "framework/naming_convention_generator.py",
        "framework/schema_migration.py",
        "framework/silver/base_transformer.py",
        "framework/silver/scd_type2.py",
        "guide/01_what-you-get.md",
        "guide/02_project-structure.md",
        "guide/03_changelog.md",
        "optimization/delta_optimization.py",
        "quality/quality_gates.py",
        "testing/layer_tests.py"
      ],
      "file_count": 36,
      "download_size_bytes": 326490,
      "download_size_human": "318.8 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-medallion-architecture-accelerator",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-medallion-architecture-accelerator",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-medallion-architecture-accelerator/"
    },
    {
      "product_id": "datanest-platform-pro:data-mesh-starter-kit",
      "slug": "data-mesh-starter-kit",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "data-engineering",
        "data-mesh",
        "data-products",
        "databricks",
        "delta lake",
        "domain-driven-design",
        "federated-governance",
        "platform-engineering",
        "spark",
        "terraform",
        "unity catalog"
      ],
      "title": "Data Mesh Starter Kit",
      "short_description": "Organizational and technical toolkit for data mesh: maturity assessment, domain decomposition, self-serve templates, and federated governance.",
      "detailed_description": "Organizational and technical toolkit for data mesh: maturity assessment, domain decomposition, self-serve templates, and federated governance.",
      "price_usd": 69,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+ for the scoring calculator",
        "Terraform 1.5+ for infrastructure modules",
        "Databricks Runtime 13.0+ for data product templates"
      ],
      "supported_versions": [
        "Python 3.9+",
        "Databricks Runtime 13.0"
      ],
      "supported_technologies": [
        "Terraform",
        "Databricks",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Complete the assessment questionnaire\n# Then run the scoring calculator\npython assessment/scoring_calculator.py --input answers.json --output report.json",
        "cd terraform/domain-workspace\nterraform init\nterraform plan -var=\"domain_name=orders\" -var=\"environment=dev\"\nterraform apply"
      ],
      "included_files": [
        "README.md",
        "assessment/maturity_assessment.md",
        "assessment/scoring_calculator.py",
        "case_study/transition_case_study.md",
        "communication/data_product_catalog.md",
        "communication/domain_agreements.md",
        "governance/federated_governance_model.md",
        "governance/platform_team_responsibilities.md",
        "guide/01_overview.md",
        "guide/02_getting-started.md",
        "guide/03_customization.md",
        "guide/04_support.md",
        "templates/data_product_scorecard.md",
        "templates/data_product_template.py",
        "terraform/domain-workspace/main.tf",
        "terraform/domain-workspace/outputs.tf",
        "terraform/domain-workspace/variables.tf",
        "workshops/domain_decomposition.md",
        "workshops/stakeholder_alignment.md"
      ],
      "file_count": 19,
      "download_size_bytes": 132751,
      "download_size_human": "129.6 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-data-mesh-starter-kit",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-data-mesh-starter-kit",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-data-mesh-starter-kit/"
    },
    {
      "product_id": "datanest-platform-pro:real-time-streaming-toolkit",
      "slug": "real-time-streaming-toolkit",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "auto-loader",
        "azure",
        "cdc",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "delta-live-tables",
        "event-hubs",
        "kafka",
        "medallion-architecture",
        "monitoring",
        "pyspark",
        "spark"
      ],
      "title": "Real-Time Streaming Toolkit",
      "short_description": "Production streaming patterns for Structured Streaming and Delta Live Tables with Kafka/Event Hub integration and monitoring dashboards.",
      "detailed_description": "Production streaming patterns for Structured Streaming and Delta Live Tables with Kafka/Event Hub integration and monitoring dashboards.",
      "price_usd": 69,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Unity Catalog enabled workspace",
        "Apache Spark 3.4+",
        "Delta Lake 2.4+",
        "Python"
      ],
      "supported_versions": [
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Apache Spark",
        "Databricks",
        "Kafka",
        "Azure",
        "Python",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "Source (Kafka / Event Hubs / Files)\n        |\n        v\n  [Bronze Layer]  -- raw ingestion, append-only, schema-on-read\n        |\n        v\n  [Silver Layer]  -- cleansed, deduplicated, typed, validated\n        |\n        v\n  [Gold Layer]    -- aggregated, business-ready, optimized for queries\n        |\n        v\n  Delta Tables in Unity Catalog"
      ],
      "included_files": [
        "README.md",
        "config/autoscaling_config.md",
        "config/checkpoint_management.md",
        "dlt/cdc_processing.py",
        "dlt/expectations_library.py",
        "dlt/streaming_medallion.py",
        "guide/failure_recovery.md",
        "guide/performance_tuning.md",
        "guides/failure_recovery.md",
        "guides/performance_tuning.md",
        "monitoring/streaming_alerts.sql",
        "monitoring/streaming_dashboard.sql",
        "structured-streaming/auto_loader_streaming.py",
        "structured-streaming/deduplication.py",
        "structured-streaming/event_hub_source.py",
        "structured-streaming/kafka_source.py"
      ],
      "file_count": 16,
      "download_size_bytes": 121794,
      "download_size_human": "118.9 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-real-time-streaming-toolkit",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-real-time-streaming-toolkit",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-real-time-streaming-toolkit/"
    },
    {
      "product_id": "datanest-platform-pro:data-migration-factory",
      "slug": "data-migration-factory",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Data Migration Factory",
      "short_description": "Industrialized migration framework with extractors for 8 source types (SQL Server, PostgreSQL, Oracle, MySQL, files, APIs), validation, and cutover runbooks.",
      "detailed_description": "Industrialized migration framework with extractors for 8 source types (SQL Server, PostgreSQL, Oracle, MySQL, files, APIs), validation, and cutover runbooks.",
      "price_usd": 79,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Unity Catalog enabled",
        "Python 3.10+",
        "Network connectivity to source systems"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Databricks",
        "Python",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "assessment/migration_wave_planner.py",
        "assessment/source_assessment.py",
        "dashboards/migration_progress.sql",
        "extractors/file_bulk_extractor.py",
        "extractors/mysql_extractor.py",
        "extractors/oracle_extractor.py",
        "extractors/postgresql_extractor.py",
        "extractors/rest_api_extractor.py",
        "extractors/sql_server_extractor.py",
        "guide/migration_methodology.md",
        "guides/migration_methodology.md",
        "runbooks/cutover_runbook.md",
        "runbooks/decommissioning_checklist.md",
        "validation/data_sampling.py",
        "validation/reconciliation.py"
      ],
      "file_count": 16,
      "download_size_bytes": 114352,
      "download_size_human": "111.7 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-data-migration-factory",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-data-migration-factory",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-data-migration-factory/"
    },
    {
      "product_id": "datanest-platform-pro:platform-team-playbook",
      "slug": "platform-team-playbook",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "developer-experience",
        "devops",
        "enterprise",
        "internal-developer-platform",
        "operations",
        "platform-engineering",
        "spark",
        "sre",
        "team-management"
      ],
      "title": "Platform Team Playbook",
      "short_description": "Operating manual for data platform teams with structure templates, RACI generator, incident management, and scaling guide.",
      "detailed_description": "Product ID: platform-team-playbook Version: 1.0.0 Price: $59 Category: Enterprise Author: Datanest Digital Website: https://datanest.dev ---",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.8+",
        "No external dependencies required"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "guide/01_overview.md",
        "guide/02_how-to-use-this-playbook.md",
        "guide/03_file-format.md",
        "knowledge/knowledge_management.md",
        "metrics/platform_dashboard.md",
        "metrics/sla_definitions.md",
        "operations/incident_management.md",
        "operations/oncall_rotation.md",
        "operations/service_catalog.md",
        "reviews/quarterly_review_template.md",
        "scaling/team_scaling_guide.md",
        "structures/centralized_model.md",
        "structures/federated_model.md",
        "structures/hybrid_model.md",
        "surveys/developer_experience.md",
        "tools/raci_generator.py"
      ],
      "file_count": 17,
      "download_size_bytes": 134940,
      "download_size_human": "131.8 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-platform-team-playbook",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-platform-team-playbook",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-platform-team-playbook/"
    },
    {
      "product_id": "datanest-platform-pro:data-product-canvas-kit",
      "slug": "data-product-canvas-kit",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Data Product Canvas Kit",
      "short_description": "Business toolkit for data products: canvas template, 10 pre-filled examples, value assessment, lifecycle model, and RICE prioritization.",
      "detailed_description": "Product ID: data-product-canvas-kit Version: 1.0.0 Author: Datanest Digital Website: https://datanest.dev Price: $49 USD Category: Enterprise ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "assessment/value_framework.md",
        "canvas/data_product_canvas.md",
        "canvas/examples/churn_prediction.md",
        "canvas/examples/customer_360.md",
        "canvas/examples/customer_lifetime_value.md",
        "canvas/examples/demand_forecasting.md",
        "canvas/examples/fraud_detection.md",
        "canvas/examples/inventory_optimization.md",
        "canvas/examples/marketing_attribution.md",
        "canvas/examples/real_time_pricing.md",
        "canvas/examples/supply_chain_analytics.md",
        "canvas/examples/workforce_planning.md",
        "guide/01_overview.md",
        "guide/02_how-to-use-this-kit.md",
        "guide/03_license.md",
        "lifecycle/lifecycle_model.md",
        "reviews/quarterly_review.md",
        "reviews/success_metrics.md",
        "templates/launch_checklist.md",
        "templates/sla_template.md",
        "tools/interview_question_bank.md",
        "tools/prioritization_scorecard.py"
      ],
      "file_count": 23,
      "download_size_bytes": 148520,
      "download_size_human": "145.0 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-data-product-canvas-kit",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-data-product-canvas-kit",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-data-product-canvas-kit/"
    },
    {
      "product_id": "datanest-platform-pro:compliance-automation-suite",
      "slug": "compliance-automation-suite",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "audit",
        "azure",
        "catalog-inventory",
        "ci/cd",
        "compliance",
        "cost-analysis",
        "data",
        "data mesh",
        "data platform",
        "data-protection",
        "databricks",
        "delta lake",
        "enterprise",
        "gdpr",
        "governance",
        "iso27001"
      ],
      "title": "Compliance Automation Suite",
      "short_description": "Automated compliance for GDPR, SOC 2, ISO 27001, and NIS2. Evidence collection scripts, DPIA templates, and audit preparation guide.",
      "detailed_description": "Automated compliance for GDPR, SOC 2, ISO 27001, and NIS2. Evidence collection scripts, DPIA templates, and audit preparation guide.",
      "price_usd": 89,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-03-12",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "Python",
        "Shell",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Set required environment variables\nexport DATABRICKS_HOST='https://your-workspace.cloud.databricks.com'\nexport DATABRICKS_TOKEN='dapi_YOUR_TOKEN_HERE'\nexport AUDIT_COMPANY_NAME='Acme Corp'\n\n# Run all 9 operational audits with both HTML and JSON output\nchmod +x run_audit.sh\n./run_audit.sh --all --format both",
        "# Run only the token inventory audit\n./run_audit.sh --audit token_inventory --format json\n\n# Run only compute analysis\n./run_audit.sh --audit compute_analysis --format html"
      ],
      "included_files": [
        "README.md",
        "audits/__init__.py",
        "audits/catalog_inventory.py",
        "audits/compute_analysis.py",
        "audits/config.py",
        "audits/data_lineage.py",
        "audits/external_storage.py",
        "audits/job_inventory.py",
        "audits/query_history.py",
        "audits/secret_inventory.py",
        "audits/table_permissions.py",
        "audits/token_inventory.py",
        "audits/utils.py",
        "dashboards/compliance_dashboard.sql",
        "gdpr/consent_tracking.py",
        "gdpr/dpia_template.md",
        "gdpr/dsr_handler.py",
        "gdpr/ropa_generator.py",
        "guide/01_overview.md",
        "guide/02_quick-start.md",
        "guide/03_compliance-frameworks-covered.md",
        "guide/04_license.md",
        "mappings/gdpr_databricks_controls.md",
        "mappings/iso27001_controls.md",
        "mappings/nis2_checklist.md",
        "mappings/soc2_azure_controls.md",
        "output/.gitkeep",
        "reports/__init__.py",
        "reports/html_report.py",
        "reports/json_report.py",
        "reports/templates/audit_report.html",
        "run_audit.sh",
        "scripts/access_control_audit.py",
        "scripts/audit_log_validation.py",
        "scripts/data_retention_check.py",
        "scripts/encryption_verification.py",
        "scripts/network_security_check.py",
        "templates/audit_preparation.md",
        "templates/scheduling_guide.md",
        "templates/soc2_evidence_binder.md"
      ],
      "file_count": 40,
      "download_size_bytes": 271133,
      "download_size_human": "264.8 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-compliance-automation-suite",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-compliance-automation-suite",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-compliance-automation-suite/"
    },
    {
      "product_id": "datanest-platform-pro:databricks-disaster-recovery-kit",
      "slug": "databricks-disaster-recovery-kit",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "business-continuity",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "delta-lake",
        "disaster-recovery",
        "enterprise",
        "failover",
        "multi-region",
        "replication",
        "spark",
        "terraform"
      ],
      "title": "Databricks Disaster Recovery Kit",
      "short_description": "Complete DR and business continuity with active-passive/active-active patterns, Terraform templates, failover automation, and RTO/RPO calculator.",
      "detailed_description": "Complete DR and business continuity with active-passive/active-active patterns, Terraform templates, failover automation, and RTO/RPO calculator.",
      "price_usd": 69,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Databricks",
        "Terraform",
        "Python",
        "Databricks_provider",
        "Databricks_sdk",
        "Databricks Account"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "Databricks",
        "AWS",
        "Azure",
        "GCP",
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python tools/rto_rpo_calculator.py --interactive",
        "cd terraform/dr-workspace\nterraform init\nterraform plan -var-file=\"dr.tfvars\"\nterraform apply -var-file=\"dr.tfvars\""
      ],
      "included_files": [
        "README.md",
        "architecture/active_active.md",
        "architecture/active_passive.md",
        "architecture/backup_restore.md",
        "communication/postincident_review.md",
        "communication/stakeholder_templates.md",
        "cost/dr_cost_model.md",
        "guide/01_overview.md",
        "guide/02_quick-start.md",
        "guide/03_cloud-provider-support.md",
        "guide/04_license.md",
        "scripts/delta_replication.py",
        "scripts/failover_automation.py",
        "scripts/secret_recovery.py",
        "scripts/unity_catalog_backup.py",
        "terraform/dr-workspace/main.tf",
        "terraform/dr-workspace/outputs.tf",
        "terraform/dr-workspace/variables.tf",
        "testing/dr_test_plan.md",
        "tools/rto_rpo_calculator.py"
      ],
      "file_count": 20,
      "download_size_bytes": 144066,
      "download_size_human": "140.7 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-databricks-disaster-recovery-kit",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-databricks-disaster-recovery-kit",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-databricks-disaster-recovery-kit/"
    },
    {
      "product_id": "datanest-platform-pro:executive-data-strategy-toolkit",
      "slug": "executive-data-strategy-toolkit",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Executive Data Strategy Toolkit",
      "short_description": "Board-ready data strategy deliverables: maturity assessment, ROI calculator, executive dashboards, vendor comparison, and First 100 Days plan.",
      "detailed_description": "Board-ready data strategy deliverables: maturity assessment, ROI calculator, executive dashboards, vendor comparison, and First 100 Days plan.",
      "price_usd": 89,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.1.0",
      "changelog_at": "2026-03-12",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python Tools",
        "SQL Dashboards",
        "All other files"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# See example output immediately\npython tools/maturity_scorer.py --example\npython tools/budget_calculator.py --example\npython tools/stakeholder_mapper.py --example\npython tools/platform_cost_benchmarker.py --example\npython business_case/roi_calculator.py --example --sensitivity\n\n# Run interactively (guided prompts)\npython tools/maturity_scorer.py\n\n# Load from JSON and export results\npython tools/budget_calculator.py --json my_inputs.json --export budget.json",
        "python tools/maturity_scorer.py --example              # Demo with sample scores\npython tools/maturity_scorer.py                         # Interactive (answer 30 questions)\npython tools/maturity_scorer.py --json scores.json      # Load from file\npython tools/maturity_scorer.py --example --export results.json  # Export for tracking"
      ],
      "included_files": [
        "README.md",
        "assessment/maturity_assessment.md",
        "assessment/organizational_readiness.md",
        "budget/budget_request_template.md",
        "business_case/business_case_template.md",
        "business_case/roi_calculator.py",
        "business_case/vendor_comparison.md",
        "dashboards/executive_dashboard_designs.sql",
        "guide/01_overview.md",
        "guide/02_getting-started.md",
        "guide/03_requirements.md",
        "guide/04_support.md",
        "metrics/success_metrics_framework.md",
        "presentations/board_presentation_template.md",
        "presentations/monthly_data_report.md",
        "reviews/quarterly_strategy_review.md",
        "roadmap/change_management_plan.md",
        "roadmap/platform_roadmap_generator.md",
        "strategy/data_strategy_onepager.md",
        "strategy/first_100_days.md",
        "tools/budget_calculator.py",
        "tools/maturity_scorer.py",
        "tools/platform_cost_benchmarker.py",
        "tools/stakeholder_mapper.py"
      ],
      "file_count": 24,
      "download_size_bytes": 242024,
      "download_size_human": "236.4 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-executive-data-strategy-toolkit",
      "preview_url": "https://datanest-stores.com/datanest-platform-pro/preview-executive-data-strategy-toolkit",
      "demo_url": "https://datanest-stores.com/datanest-platform-pro/demo-executive-data-strategy-toolkit/"
    },
    {
      "product_id": "datanest-platform-pro:databricks-mastery-bundle",
      "slug": "databricks-mastery-bundle",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "bundle",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Databricks Mastery Bundle",
      "short_description": "All 5 Databricks deep-dive products (Products 1-5). Master notebook frameworks, Spark optimization, CI/CD, Unity Catalog, and monitoring.",
      "detailed_description": "All 5 Databricks deep-dive products (Products 1-5). Master notebook frameworks, Spark optimization, CI/CD, Unity Catalog, and monitoring.",
      "price_usd": 199,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Databricks Runtime 13.3 LTS or later",
        "Unity Catalog enabled",
        "Python 3.10+",
        "PySpark"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Databricks Runtime 13.3"
      ],
      "supported_technologies": [
        "Databricks",
        "Python",
        "Terraform",
        "Shell",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp -r databricks-notebook-framework/ /path/to/your/project/",
        "from utils.environment import get_environment\n\nenv = get_environment()          # Auto-detect from workspace\nenv = get_environment(\"dev\")     # Explicit override\n\nprint(env.bronze_catalog)        # \"dev_bronze\"\nprint(env.storage.raw_root)      # \"abfss://raw@styourorgdev.dfs.core.windows.net\""
      ],
      "included_files": [
        "products/azure-cost-guardian/README.md",
        "products/azure-cost-guardian/source/README.md",
        "products/azure-cost-guardian/source/guide/finops_playbook.md",
        "products/azure-cost-guardian/source/guides/finops_playbook.md",
        "products/azure-cost-guardian/source/notebooks/cost_anomaly_detection.py",
        "products/azure-cost-guardian/source/notebooks/reserved_instance_calculator.py",
        "products/azure-cost-guardian/source/policies/budget_alerts.json",
        "products/azure-cost-guardian/source/policies/tagging_enforcement.json",
        "products/azure-cost-guardian/source/queries/cost_management_queries.py",
        "products/azure-cost-guardian/source/scripts/advisor_automation.py",
        "products/azure-cost-guardian/source/scripts/idle_resource_detector.py",
        "products/azure-cost-guardian/source/scripts/storage_lifecycle_manager.py",
        "products/azure-cost-guardian/source/templates/chargeback_report.md",
        "products/azure-cost-guardian/source/templates/monthly_finops_review.md",
        "products/azure-cost-guardian/source/terraform/cost-management/main.tf",
        "products/azure-cost-guardian/source/terraform/cost-management/variables.tf",
        "products/azure-data-factory-templates/README.md",
        "products/azure-data-factory-templates/source/README.md",
        "products/azure-data-factory-templates/source/cicd/adf-devops-pipeline.yml",
        "products/azure-data-factory-templates/source/guide/adf_databricks_patterns.md",
        "products/azure-data-factory-templates/source/guide/cost_optimization.md",
        "products/azure-data-factory-templates/source/guide/error_handling_patterns.md",
        "products/azure-data-factory-templates/source/guides/adf_databricks_patterns.md",
        "products/azure-data-factory-templates/source/guides/cost_optimization.md",
        "products/azure-data-factory-templates/source/guides/error_handling_patterns.md",
        "products/azure-data-factory-templates/source/linked-services/linked_service_templates.json",
        "products/azure-data-factory-templates/source/pipelines/blob_copy_with_metadata.json",
        "products/azure-data-factory-templates/source/pipelines/databricks_notebook_activity.json",
        "products/azure-data-factory-templates/source/pipelines/event_driven_trigger.json",
        "products/azure-data-factory-templates/source/pipelines/rest_api_ingestion.json",
        "products/azure-data-factory-templates/source/pipelines/sftp_file_ingestion.json",
        "products/azure-data-factory-templates/source/pipelines/sql_server_cdc.json",
        "products/azure-data-factory-templates/source/terraform/adf-infrastructure/main.tf",
        "products/azure-data-factory-templates/source/terraform/adf-infrastructure/outputs.tf",
        "products/azure-data-factory-templates/source/terraform/adf-infrastructure/variables.tf",
        "products/azure-devops-data-pipelines/README.md",
        "products/azure-devops-data-pipelines/source/README.md",
        "products/azure-devops-data-pipelines/source/config/branch-policies.md",
        "products/azure-devops-data-pipelines/source/config/release-gates.json",
        "products/azure-devops-data-pipelines/source/config/service-connections.md",
        "products/azure-devops-data-pipelines/source/config/variable-groups.md",
        "products/azure-devops-data-pipelines/source/guide/agent_pool_sizing.md",
        "products/azure-devops-data-pipelines/source/guide/unified_data_platform_cicd.md",
        "products/azure-devops-data-pipelines/source/guides/agent_pool_sizing.md",
        "products/azure-devops-data-pipelines/source/guides/unified_data_platform_cicd.md",
        "products/azure-devops-data-pipelines/source/monitoring/pipeline-dashboard.yml",
        "products/azure-devops-data-pipelines/source/pipelines/adf-arm-deploy.yml",
        "products/azure-devops-data-pipelines/source/pipelines/databricks-dabs-deploy.yml",
        "products/azure-devops-data-pipelines/source/pipelines/sql-database-migration.yml",
        "products/azure-devops-data-pipelines/source/pipelines/terraform-infrastructure.yml",
        "products/azure-devops-data-pipelines/source/templates/notification-template.yml",
        "products/azure-devops-data-pipelines/source/templates/shared-steps.yml",
        "products/azure-synapse-integration-kit/README.md",
        "products/azure-synapse-integration-kit/source/README.md",
        "products/azure-synapse-integration-kit/source/guide/architecture_decision_guide.md",
        "products/azure-synapse-integration-kit/source/guide/migration_synapse_to_databricks.md",
        "products/azure-synapse-integration-kit/source/guide/security_cross_service.md",
        "products/azure-synapse-integration-kit/source/guides/architecture_decision_guide.md",
        "products/azure-synapse-integration-kit/source/guides/migration_synapse_to_databricks.md",
        "products/azure-synapse-integration-kit/source/guides/security_cross_service.md",
        "products/azure-synapse-integration-kit/source/notebooks/data_sharing_patterns.py",
        "products/azure-synapse-integration-kit/source/notebooks/power_bi_directquery_setup.py",
        "products/azure-synapse-integration-kit/source/sql/dedicated_pool_integration.sql",
        "products/azure-synapse-integration-kit/source/sql/serverless_views_over_delta.sql",
        "products/azure-synapse-integration-kit/source/terraform/synapse-databricks/main.tf",
        "products/azure-synapse-integration-kit/source/terraform/synapse-databricks/outputs.tf",
        "products/azure-synapse-integration-kit/source/terraform/synapse-databricks/variables.tf",
        "products/azure-synapse-integration-kit/source/tools/cost_comparison_calculator.py",
        "products/compliance-automation-suite/README.md",
        "products/compliance-automation-suite/source/README.md",
        "products/compliance-automation-suite/source/audits/__init__.py",
        "products/compliance-automation-suite/source/audits/catalog_inventory.py",
        "products/compliance-automation-suite/source/audits/compute_analysis.py",
        "products/compliance-automation-suite/source/audits/config.py",
        "products/compliance-automation-suite/source/audits/data_lineage.py",
        "products/compliance-automation-suite/source/audits/external_storage.py",
        "products/compliance-automation-suite/source/audits/job_inventory.py",
        "products/compliance-automation-suite/source/audits/query_history.py",
        "products/compliance-automation-suite/source/audits/secret_inventory.py",
        "products/compliance-automation-suite/source/audits/table_permissions.py"
      ],
      "file_count": 80,
      "download_size_bytes": 2923999,
      "download_size_human": "2.8 MB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-databricks-mastery-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "datanest-platform-pro:azure-data-platform-bundle",
      "slug": "azure-data-platform-bundle",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "bundle",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Azure Data Platform Bundle",
      "short_description": "All 5 Azure & cloud integration products (Products 6-10). Complete Azure data platform toolkit from ADF to multi-cloud.",
      "detailed_description": "All 5 Azure & cloud integration products (Products 6-10). Complete Azure data platform toolkit from ADF to multi-cloud.",
      "price_usd": 169,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "databricks-notebook-framework (full product)",
        "spark-optimization-playbook (full product)",
        "databricks-cicd-accelerator (full product)",
        "unity-catalog-migration-kit (full product)",
        "databricks-monitoring-suite (full product)",
        "azure-data-factory-templates (full product)",
        "azure-synapse-integration-kit (full product)",
        "azure-cost-guardian (full product)",
        "azure-devops-data-pipelines (full product)",
        "multi-cloud-lakehouse-blueprint (full product)",
        "data-contract-framework (full product)",
        "medallion-architecture-accelerator (full product)",
        "data-mesh-starter-kit (full product)",
        "real-time-streaming-toolkit (full product)",
        "data-migration-factory (full product)",
        "platform-team-playbook (full product)",
        "data-product-canvas-kit (full product)",
        "compliance-automation-suite (full product)",
        "databricks-disaster-recovery-kit (full product)",
        "executive-data-strategy-toolkit (full product)"
      ],
      "file_count": 20,
      "download_size_bytes": 223793,
      "download_size_human": "218.5 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-azure-data-platform-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "datanest-platform-pro:data-engineering-excellence-bundle",
      "slug": "data-engineering-excellence-bundle",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "bundle",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Data Engineering Excellence Bundle",
      "short_description": "All 5 data engineering products (Products 11-15). Data contracts, medallion architecture, streaming, and migration.",
      "detailed_description": "All 5 data engineering products (Products 11-15). Data contracts, medallion architecture, streaming, and migration.",
      "price_usd": 209,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "databricks-notebook-framework (full product)",
        "spark-optimization-playbook (full product)",
        "databricks-cicd-accelerator (full product)",
        "unity-catalog-migration-kit (full product)",
        "databricks-monitoring-suite (full product)",
        "azure-data-factory-templates (full product)",
        "azure-synapse-integration-kit (full product)",
        "azure-cost-guardian (full product)",
        "azure-devops-data-pipelines (full product)",
        "multi-cloud-lakehouse-blueprint (full product)",
        "data-contract-framework (full product)",
        "medallion-architecture-accelerator (full product)",
        "data-mesh-starter-kit (full product)",
        "real-time-streaming-toolkit (full product)",
        "data-migration-factory (full product)",
        "platform-team-playbook (full product)",
        "data-product-canvas-kit (full product)",
        "compliance-automation-suite (full product)",
        "databricks-disaster-recovery-kit (full product)",
        "executive-data-strategy-toolkit (full product)"
      ],
      "file_count": 20,
      "download_size_bytes": 354167,
      "download_size_human": "345.9 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-data-engineering-excellence-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "datanest-platform-pro:enterprise-governance-bundle",
      "slug": "enterprise-governance-bundle",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "bundle",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Enterprise Governance Bundle",
      "short_description": "All 5 enterprise & governance products (Products 16-20). Platform playbook, compliance, DR, and executive strategy.",
      "detailed_description": "All 5 enterprise & governance products (Products 16-20). Platform playbook, compliance, DR, and executive strategy.",
      "price_usd": 209,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "databricks-notebook-framework (full product)",
        "spark-optimization-playbook (full product)",
        "databricks-cicd-accelerator (full product)",
        "unity-catalog-migration-kit (full product)",
        "databricks-monitoring-suite (full product)",
        "azure-data-factory-templates (full product)",
        "azure-synapse-integration-kit (full product)",
        "azure-cost-guardian (full product)",
        "azure-devops-data-pipelines (full product)",
        "multi-cloud-lakehouse-blueprint (full product)",
        "data-contract-framework (full product)",
        "medallion-architecture-accelerator (full product)",
        "data-mesh-starter-kit (full product)",
        "real-time-streaming-toolkit (full product)",
        "data-migration-factory (full product)",
        "platform-team-playbook (full product)",
        "data-product-canvas-kit (full product)",
        "compliance-automation-suite (full product)",
        "databricks-disaster-recovery-kit (full product)",
        "executive-data-strategy-toolkit (full product)"
      ],
      "file_count": 20,
      "download_size_bytes": 430793,
      "download_size_human": "420.7 KB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-enterprise-governance-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "datanest-platform-pro:datanest-complete-collection",
      "slug": "datanest-complete-collection",
      "store": "datanest-platform-pro",
      "store_name": "Datanest Platform Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "azure",
        "bundle",
        "ci/cd",
        "data",
        "data mesh",
        "data platform",
        "databricks",
        "delta lake",
        "spark",
        "unity catalog"
      ],
      "title": "Complete Datanest Collection",
      "short_description": "All 20 products \u2014 $1,330 bought separately, yours for $599. Save $731 (55%) \u2014 the complete data-platform toolkit, from notebooks to boardroom.",
      "detailed_description": "All 20 products \u2014 $1,330 bought separately, yours for $599. Save $731 (55%) \u2014 the complete data-platform toolkit, from notebooks to boardroom.",
      "price_usd": 599,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "databricks-notebook-framework (full product)",
        "spark-optimization-playbook (full product)",
        "databricks-cicd-accelerator (full product)",
        "unity-catalog-migration-kit (full product)",
        "databricks-monitoring-suite (full product)",
        "azure-data-factory-templates (full product)",
        "azure-synapse-integration-kit (full product)",
        "azure-cost-guardian (full product)",
        "azure-devops-data-pipelines (full product)",
        "multi-cloud-lakehouse-blueprint (full product)",
        "data-contract-framework (full product)",
        "medallion-architecture-accelerator (full product)",
        "data-mesh-starter-kit (full product)",
        "real-time-streaming-toolkit (full product)",
        "data-migration-factory (full product)",
        "platform-team-playbook (full product)",
        "data-product-canvas-kit (full product)",
        "compliance-automation-suite (full product)",
        "databricks-disaster-recovery-kit (full product)",
        "executive-data-strategy-toolkit (full product)"
      ],
      "file_count": 20,
      "download_size_bytes": 1263809,
      "download_size_human": "1.2 MB",
      "product_url": "https://datanest-stores.com/datanest-platform-pro/#product-datanest-complete-collection",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "deploy-kit:backup-automation",
      "slug": "backup-automation",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "Backup Automation",
      "short_description": "Automated backup scripts for databases, files, and configurations with S3/remote sync.",
      "detailed_description": "Part of the Deploy Kit by CodeVault Automated backup tool for files and directories with rotation policies, integrity verification, and scheduling configuration. Never lose data because you forgot to set up backups. Includes: Full and incremental backups; Rotation policies; Integrity verification; Restore from backup; Manifest tracking; Dry run mode.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/backup_config.json",
        "guide/01_features.md",
        "guide/02_configuration-reference.md",
        "guide/03_license.md",
        "src/backup_tool.py"
      ],
      "file_count": 6,
      "download_size_bytes": 41600,
      "download_size_human": "40.6 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-backup-automation",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-backup-automation",
      "demo_url": "https://datanest-stores.com/deploy-kit/demo-backup-automation/"
    },
    {
      "product_id": "deploy-kit:ci-cd-pipeline-kit",
      "slug": "ci-cd-pipeline-kit",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "CI/CD Pipeline Kit",
      "short_description": "CI/CD pipeline templates for GitHub Actions, GitLab CI, and Jenkins with multi-env deployment.",
      "detailed_description": "Part of the Deploy Kit by CodeVault Generate production-ready GitHub Actions and GitLab CI pipeline configurations from a simple JSON project spec. Stop copy-pasting YAML from Stack Overflow \u2014 get correct pipelines in seconds. Includes: Generate GitHub Actions workflows (; Generate GitLab CI pipelines (; Supports Python, Node; Built-in stages; Environment-aware; Docker build & push steps with configurable registry.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n    \"project_name\": \"my-api\",\n    \"language\": \"python\",\n    \"language_version\": \"3.11\",\n    \"branches\": [\"main\", \"develop\"],\n    \"environments\": [\"staging\", \"production\"]\n}",
        "{\n    \"project_name\": \"web-frontend\",\n    \"language\": \"node\",\n    \"language_version\": \"20\",\n    \"docker\": {\n        \"registry\": \"ghcr.io\",\n        \"image_name\": \"acme-corp/web-frontend\",\n        \"dockerfile\": \"Dockerfile\"\n    }\n}"
      ],
      "included_files": [
        "README.md",
        "examples/node_project.json",
        "examples/project_config.json",
        "guide/01_features.md",
        "guide/02_configuration-reference.md",
        "guide/03_examples.md",
        "src/pipeline_generator.py"
      ],
      "file_count": 7,
      "download_size_bytes": 39265,
      "download_size_human": "38.3 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-ci-cd-pipeline-kit",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-ci-cd-pipeline-kit",
      "demo_url": "https://datanest-stores.com/deploy-kit/demo-ci-cd-pipeline-kit/"
    },
    {
      "product_id": "deploy-kit:deploy-kit-pro-bundle",
      "slug": "deploy-kit-pro-bundle",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "bundle",
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "Deploy Kit Pro Bundle",
      "short_description": "All 10 deploy tools \u2014 $230 bought separately, yours for $59. Save $171 (74%): Docker, CI/CD, Terraform, and Kubernetes.",
      "detailed_description": "By CodeVault \u2014 Ship faster. Build smarter. The complete deployment toolkit. All 10 Deploy Kit tools in one package \u2014 infrastructure as code, CI/CD, monitoring, security, and operations. Everything you need to deploy and manage production systems.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "Tools that generate config files"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Terraform"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 265579,
      "download_size_human": "259.4 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-deploy-kit-pro-bundle",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-deploy-kit-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "deploy-kit:deploy-scripts",
      "slug": "deploy-scripts",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "Deploy Scripts",
      "short_description": "Python deploy scripts with rollback support, health checks, and zero-downtime deployment patterns.",
      "detailed_description": "Part of the Deploy Kit by CodeVault Production deployment workflow simulator and planner. Implements blue-green deployment, canary releases, rolling updates, and rollback strategies \u2014 all as standalone Python scripts you can study, customize, and integrate into your CI/CD pipeline. Includes: Blue-Green Deploy; Canary Deploy; Rolling Update; Rollback Manager; All strategies simulated with realistic timing and status output; JSON deployment manifest for declarative configuration.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/deploy_config.json",
        "guide/01_features.md",
        "guide/02_configuration-reference.md",
        "guide/03_license.md",
        "src/deploy_scripts.py"
      ],
      "file_count": 6,
      "download_size_bytes": 37427,
      "download_size_human": "36.5 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-deploy-scripts",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-deploy-scripts",
      "demo_url": "https://datanest-stores.com/deploy-kit/demo-deploy-scripts/"
    },
    {
      "product_id": "deploy-kit:docker-compose-templates",
      "slug": "docker-compose-templates",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "Docker Compose Templates",
      "short_description": "Production-ready Docker Compose configurations for the most common web stacks.",
      "detailed_description": "Production-ready Docker Compose configurations for the most common web stacks. Copy, customize, and docker-compose up. Includes: LAMP stack \u2014 Apache, MySQL 8, PHP 8; MEAN stack \u2014 MongoDB, Express, Angular (served via Nginx), Node; Django stack \u2014 Python 3; Flask stack \u2014 Python 3; Rails stack \u2014 Ruby 3; Health checks on all services for reliable startup ordering.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Docker 24+ and Docker Compose V2",
        "No Python or other runtime dependencies"
      ],
      "supported_versions": [
        "Python 3.12"
      ],
      "supported_technologies": [
        "Docker",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Pick a stack and start it\ncd src/\ndocker compose -f docker-compose-django.yml up -d\n\n# Check running services\ndocker compose -f docker-compose-django.yml ps\n\n# View logs\ndocker compose -f docker-compose-django.yml logs -f\n\n# Tear down\ndocker compose -f docker-compose-django.yml down -v"
      ],
      "included_files": [
        "README.md",
        "examples/env.example",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration.md",
        "guide/04_faq.md",
        "src/docker-compose-django.yml",
        "src/docker-compose-flask.yml",
        "src/docker-compose-lamp.yml",
        "src/docker-compose-mean.yml",
        "src/docker-compose-rails.yml"
      ],
      "file_count": 11,
      "download_size_bytes": 37722,
      "download_size_human": "36.8 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-docker-compose-templates",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-docker-compose-templates",
      "demo_url": "https://datanest-stores.com/deploy-kit/demo-docker-compose-templates/"
    },
    {
      "product_id": "deploy-kit:environment-manager",
      "slug": "environment-manager",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "Environment Manager",
      "short_description": "Multi-environment configuration manager with secrets, variables, and environment promotion.",
      "detailed_description": "Part of the Deploy Kit by CodeVault Manage .env files across development, staging, and production environments. Diff, sync, validate, and audit environment configurations to prevent missing variables from breaking your deployments. Includes: Diff environments; Sync variables; Validate configs; Audit report; Template generation; Support for comments and sections in.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/env.dev",
        "examples/env.prod",
        "examples/required_vars.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_cli-reference.md",
        "guide/04_license.md",
        "src/env_manager.py"
      ],
      "file_count": 9,
      "download_size_bytes": 40883,
      "download_size_human": "39.9 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-environment-manager",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-environment-manager",
      "demo_url": "https://datanest-stores.com/deploy-kit/demo-environment-manager/"
    },
    {
      "product_id": "deploy-kit:health-check-system",
      "slug": "health-check-system",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "Health Check System",
      "short_description": "HTTP and TCP health check system with configurable intervals, thresholds, and notification alerts.",
      "detailed_description": "Part of the Deploy Kit by CodeVault Comprehensive health check and monitoring tool for your infrastructure. Performs HTTP endpoint checks, TCP port scans, DNS resolution tests, and SSL certificate validation \u2014 then generates JSON reports and triggers alerts when things go wrong. Includes: HTTP Health Checks; TCP Port Checks; DNS Resolution Checks; SSL Certificate Checks; Configurable check intervals and timeout thresholds; Alert thresholds.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/health_config.json",
        "guide/01_features.md",
        "guide/02_configuration-reference.md",
        "guide/03_license.md",
        "src/health_checker.py"
      ],
      "file_count": 6,
      "download_size_bytes": 37106,
      "download_size_human": "36.2 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-health-check-system",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-health-check-system",
      "demo_url": "https://datanest-stores.com/deploy-kit/demo-health-check-system/"
    },
    {
      "product_id": "deploy-kit:kubernetes-manifests",
      "slug": "kubernetes-manifests",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "Kubernetes Manifests",
      "short_description": "Kubernetes manifest library with deployments, services, ingress, and RBAC configurations.",
      "detailed_description": "Part of the Deploy Kit by CodeVault Generate production-ready Kubernetes deployment manifests from a simple JSON application spec. Creates Deployments, Services, Ingress, ConfigMaps, and HorizontalPodAutoscalers \u2014 all with security best practices baked in. Includes: Generate complete K8s manifests; Security-hardened defaults; Readiness and liveness probe configuration; Horizontal Pod Autoscaler with CPU/memory targets; Namespace-aware resource generation; Multi-environment support (dev, staging, production) with different replica counts.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "k8s/\n\u251c\u2500\u2500 namespace.yaml\n\u251c\u2500\u2500 deployment.yaml\n\u251c\u2500\u2500 service.yaml\n\u251c\u2500\u2500 ingress.yaml\n\u251c\u2500\u2500 configmap.yaml\n\u2514\u2500\u2500 hpa.yaml"
      ],
      "included_files": [
        "README.md",
        "examples/app_spec.json",
        "guide/01_features.md",
        "guide/02_configuration-reference.md",
        "guide/03_generated-files.md",
        "src/k8s_generator.py"
      ],
      "file_count": 6,
      "download_size_bytes": 39180,
      "download_size_human": "38.3 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-kubernetes-manifests",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-kubernetes-manifests",
      "demo_url": "https://datanest-stores.com/deploy-kit/demo-kubernetes-manifests/"
    },
    {
      "product_id": "deploy-kit:log-aggregator",
      "slug": "log-aggregator",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "Log Aggregator",
      "short_description": "Centralized log aggregation with JSON parsing, search, filtering, and log rotation.",
      "detailed_description": "Part of the Deploy Kit by CodeVault Collect, parse, filter, and search log files from multiple sources. Supports JSON, Apache, nginx, and syslog formats with pattern matching, alerts, and structured output for analysis. Includes: Multi-file tailing; Format parsing; Filtering; Search; Alerting; Statistics.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/access.log",
        "examples/app.log",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_cli-reference.md",
        "guide/04_license.md",
        "src/log_aggregator.py"
      ],
      "file_count": 8,
      "download_size_bytes": 40444,
      "download_size_human": "39.5 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-log-aggregator",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-log-aggregator",
      "demo_url": "https://datanest-stores.com/deploy-kit/demo-log-aggregator/"
    },
    {
      "product_id": "deploy-kit:ssl-cert-manager",
      "slug": "ssl-cert-manager",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "SSL Certificate Manager",
      "short_description": "SSL/TLS certificate automation with Let's Encrypt, auto-renewal, and certificate chain validation.",
      "detailed_description": "Part of the Deploy Kit by CodeVault Manage SSL/TLS certificates across your infrastructure. Check expiry dates, validate certificate chains, generate CSR configurations, and get renewal reminders \u2014 all from a single config file. Includes: Expiry checking; Chain validation; CSR generation config; Renewal reminders; Bulk scanning; JSON and text output formats for CI/CD integration.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/ssl_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_cli-reference.md",
        "guide/04_license.md",
        "src/ssl_manager.py"
      ],
      "file_count": 7,
      "download_size_bytes": 36968,
      "download_size_human": "36.1 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-ssl-cert-manager",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-ssl-cert-manager",
      "demo_url": "https://datanest-stores.com/deploy-kit/demo-ssl-cert-manager/"
    },
    {
      "product_id": "deploy-kit:terraform-starter",
      "slug": "terraform-starter",
      "store": "deploy-kit",
      "store_name": "Deploy Kit",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "deployment",
        "devops",
        "docker",
        "infrastructure",
        "kubernetes",
        "terraform"
      ],
      "title": "Terraform Starter",
      "short_description": "Production-ready Terraform modules for cloud infrastructure with state management.",
      "detailed_description": "Part of the Deploy Kit by CodeVault Scaffold production-ready Terraform configurations from a simple JSON infrastructure spec. Generates provider setup, VPC networking, compute instances, databases, and S3-compatible storage \u2014 all with best-practice module structure. Includes: Generate Terraform configs for AWS-style infrastructure (provider-agnostic patterns); Scaffolds complete module structure; VPC/networking with public and private subnets; Compute instances with configurable size and count; RDS-style database resources with secure defaults; S3-compatible storage buckets with versioning and encryption.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate Terraform configs from the example spec\npython src/terraform_generator.py --config examples/infra_spec.json\n\n# Write to a target directory\npython src/terraform_generator.py --config examples/infra_spec.json --output-dir ./terraform/\n\n# Generate only specific components\npython src/terraform_generator.py --config examples/infra_spec.json --components vpc,compute\n\n# Validate config without generating\npython src/terraform_generator.py --config examples/infra_spec.json --validate-only"
      ],
      "included_files": [
        "README.md",
        "examples/infra_spec.json",
        "guide/01_features.md",
        "guide/02_configuration-reference.md",
        "guide/03_generated-files.md",
        "src/terraform_generator.py"
      ],
      "file_count": 6,
      "download_size_bytes": 42052,
      "download_size_human": "41.1 KB",
      "product_url": "https://datanest-stores.com/deploy-kit/#product-terraform-starter",
      "preview_url": "https://datanest-stores.com/deploy-kit/preview-terraform-starter",
      "demo_url": "https://datanest-stores.com/deploy-kit/demo-terraform-starter/"
    },
    {
      "product_id": "devops-toolkit:dockerfile-hardening-checklist",
      "slug": "dockerfile-hardening-checklist",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "checklist",
        "ci/cd",
        "cloud",
        "containers",
        "devops",
        "docker",
        "github actions",
        "hardening",
        "infrastructure as code",
        "kubernetes",
        "security",
        "terraform"
      ],
      "title": "Dockerfile Hardening Checklist",
      "short_description": "A do-this-now checklist to turn a typical Dockerfile into a small, secure, non-root, multi-stage production image, with a worked before/after and a .dockerignore starter.",
      "detailed_description": "A focused, do-this-now checklist for turning a typical Dockerfile into a small, secure, production-grade image \u2014 plus a fully worked before/after and a .dockerignore starter. Cheap, fast, and instantly verifiable: the kind of task an agent should just apply. Includes: Dockerfile; Dockerfile; CHECKLIST.",
      "price_usd": 12,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Docker"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Docker"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        ".dockerignore",
        "CHECKLIST.md",
        "Dockerfile.after",
        "Dockerfile.before",
        "README.md",
        "guide/01-overview.md"
      ],
      "file_count": 6,
      "download_size_bytes": 4782,
      "download_size_human": "4.7 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-dockerfile-hardening-checklist",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-dockerfile-hardening-checklist",
      "demo_url": null
    },
    {
      "product_id": "devops-toolkit:terraform-starter-kit",
      "slug": "terraform-starter-kit",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "Terraform Starter Kit",
      "short_description": "Production-ready Terraform modules for AWS/Azure/GCP with state management, workspaces, and CI/CD integration.",
      "detailed_description": "Production-ready AWS infrastructure modules with CI/CD, remote state, and environment separation. A complete Terraform project scaffold for deploying secure, scalable AWS infrastructure. Includes VPC networking, ECS Fargate compute, RDS databases, S3 storage, CloudFront CDN, and IAM \u2014 all wired together with remote state, locking, and a GitHub Actions pipeline. --- Includes: 6 Terraform modules \u2014 VPC, ECS, RDS, S3, IAM, CloudFront \u2014 each production-hardened; Environment configs \u2014 Dev and prod with isolated state and tuned defaults; Remote state \u2014 S3 + DynamoDB backend with encryption and locking; CI/CD pipeline \u2014 GitHub Actions workflow; Bootstrap script \u2014 One command to create state bucket and lock table; Best practices guide \u2014 1,500+ words on Terraform patterns, module design, and state management.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "AWS",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Create the S3 bucket and DynamoDB lock table\n./scripts/init-backend.sh my-org-tf-state us-east-1",
        "cp terraform.tfvars.example terraform.tfvars\n# Edit terraform.tfvars with your project name, region, CIDR, etc."
      ],
      "included_files": [
        ".github/workflows/terraform.yml",
        "Makefile",
        "README.md",
        "backend.tf",
        "environments/dev/main.tf",
        "environments/prod/main.tf",
        "guide/01_terraform-best-practices.md",
        "guide/02_terraform-starter-kit.md",
        "guide/03_what-you-get.md",
        "guides/terraform-best-practices.md",
        "modules/cloudfront/main.tf",
        "modules/ecs/main.tf",
        "modules/iam/main.tf",
        "modules/rds/main.tf",
        "modules/s3/main.tf",
        "modules/vpc/main.tf",
        "outputs.tf",
        "scripts/init-backend.sh",
        "terraform.tfvars.example",
        "variables.tf"
      ],
      "file_count": 20,
      "download_size_bytes": 25383,
      "download_size_human": "24.8 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-terraform-starter-kit",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-terraform-starter-kit",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-terraform-starter-kit/"
    },
    {
      "product_id": "devops-toolkit:docker-compose-templates",
      "slug": "docker-compose-templates",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "Docker Compose Templates",
      "short_description": "50+ production Docker Compose configurations for common stacks: LAMP, MEAN, Django, Rails, microservices.",
      "detailed_description": "Production-ready Docker Compose stacks for web apps, monitoring, logging, databases, and CI runners. Drop-in Compose files for the most common self-hosted infrastructure. Each stack is tested, commented, and ready to deploy with a single docker compose up -d. Includes a Traefik reverse proxy with automatic TLS and a stack manager script. --- Includes: 7 ready-to-deploy stacks \u2014 Web app, monitoring, ELK, CI runner, database, WordPress, Traefik; Shared reverse proxy \u2014 Traefik with automatic Let's Encrypt certificates; Stack manager script \u2014 Deploy, stop, restart, and check status of any stack; Environment template \u2014 Documented; Patterns guide \u2014 Networking, volumes, health checks, secrets, and multi-service patterns.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Docker",
        "Redis",
        "Prometheus",
        "Grafana",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp shared/.env.example .env\n# Edit .env with your domain, email, passwords, etc.",
        "docker compose -f shared/traefik/docker-compose.yml up -d"
      ],
      "included_files": [
        "Dockerfile.templates/node-next",
        "Dockerfile.templates/python-fastapi",
        "README.md",
        "guide/01_docker-compose-patterns.md",
        "guide/02_docker-compose-templates.md",
        "guide/03_what-you-get.md",
        "guides/docker-compose-patterns.md",
        "scripts/stack-manager.sh",
        "shared/.env.example",
        "shared/traefik/docker-compose.yml",
        "stacks/ci-runner/docker-compose.yml",
        "stacks/database/docker-compose.yml",
        "stacks/django/docker-compose.yml",
        "stacks/elk/docker-compose.yml",
        "stacks/lamp/docker-compose.yml",
        "stacks/microservices/docker-compose.yml",
        "stacks/monitoring/docker-compose.yml",
        "stacks/nextjs/docker-compose.yml",
        "stacks/web-app/docker-compose.yml",
        "stacks/wordpress/docker-compose.yml"
      ],
      "file_count": 20,
      "download_size_bytes": 25961,
      "download_size_human": "25.4 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-docker-compose-templates",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-docker-compose-templates",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-docker-compose-templates/"
    },
    {
      "product_id": "devops-toolkit:kubernetes-manifests-pack",
      "slug": "kubernetes-manifests-pack",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "Kubernetes Manifests Pack",
      "short_description": "Complete K8s manifest library with deployments, services, ingress, RBAC, network policies, and Helm charts.",
      "detailed_description": "Production-ready Kubernetes manifests with Kustomize overlays, Helm values, batch jobs, and Prometheus monitoring. Deploy a complete application stack to any Kubernetes cluster. Includes base manifests following the app.kubernetes.io labeling convention, Kustomize overlays for dev/prod, Helm value files, database migration and cleanup jobs, and Prometheus ServiceMonitor + alerting rules. --- Includes: 9 base manifests \u2014 Namespace, Deployment, Service, Ingress, HPA, PDB, NetworkPolicy, ConfigMap, Secret; Kustomize overlays \u2014 Dev and production variants with environment-specific patches; Helm value files \u2014 Chart with dev and prod overrides for flexible templating; Batch jobs \u2014 Database migration Job and scheduled cleanup CronJob; Monitoring \u2014 Prometheus ServiceMonitor and alerting rules; RBAC & network policies \u2014 Least-privilege Role and default-deny network policy.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Prometheus",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Create the namespace first\nkubectl apply -f base/namespace.yaml\n\n# Apply all base resources\nkubectl apply -f base/\n\n# Apply RBAC and network policies\nkubectl apply -f rbac/\nkubectl apply -f network-policies/",
        "# Deploy to dev\nkubectl apply -k overlays/dev/\n\n# Deploy to production\nkubectl apply -k overlays/prod/"
      ],
      "included_files": [
        "README.md",
        "base/configmap.yaml",
        "base/deployment.yaml",
        "base/hpa.yaml",
        "base/ingress.yaml",
        "base/namespace.yaml",
        "base/networkpolicy.yaml",
        "base/pdb.yaml",
        "base/secret.yaml",
        "base/service.yaml",
        "guide/01_kubernetes-deployment-patterns.md",
        "guide/02_kubernetes-manifests-pack.md",
        "guide/03_what-you-get.md",
        "guides/kubernetes-deployment-patterns.md",
        "helm/Chart.yaml",
        "helm/values-dev.yaml",
        "helm/values-prod.yaml",
        "helm/values.yaml",
        "jobs/cronjob-cleanup.yaml",
        "jobs/db-migration.yaml",
        "monitoring/prometheus-rules.yaml",
        "monitoring/servicemonitor.yaml",
        "network-policies/default-deny.yaml",
        "overlays/dev/kustomization.yaml",
        "overlays/prod/kustomization.yaml",
        "rbac/role.yaml"
      ],
      "file_count": 26,
      "download_size_bytes": 29330,
      "download_size_human": "28.6 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-kubernetes-manifests-pack",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-kubernetes-manifests-pack",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-kubernetes-manifests-pack/"
    },
    {
      "product_id": "devops-toolkit:github-actions-workflows",
      "slug": "github-actions-workflows",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "GitHub Actions Workflows",
      "short_description": "40+ reusable GitHub Actions workflows for CI/CD, testing, deployment, security scanning, and release automation.",
      "detailed_description": "Production-ready CI/CD workflows for Python, Node.js, Docker, Terraform, and repository maintenance. Drop these into your .github/workflows/ directory and customize the variables. Each workflow is self-contained with inline comments explaining every decision. Includes: 10 workflow files covering CI, deployment, Docker, releases, security, testing, and maintenance; 2 composite actions for reusable setup steps (Python environment, Docker build & push); 1 comprehensive guide on GitHub Actions patterns and best practices (1500+ words); All workflows use current action versions (v4/v5) and follow GitHub's security recommendations.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [
        "Python 3.10",
        "Node 18"
      ],
      "supported_technologies": [
        "Terraform",
        "Docker",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Copy all workflows\ncp workflows/*.yml your-repo/.github/workflows/\n\n# Copy composite actions\ncp -r composite-actions/ your-repo/.github/composite-actions/",
        "# terraform-plan.yml \u2014 change these for your project\nenv:\n  TF_VERSION: \"1.7.4\"\n  TF_WORKING_DIR: \"terraform\"\n  AWS_REGION: \"us-east-1\""
      ],
      "included_files": [
        "README.md",
        "composite-actions/docker-build-push/action.yml",
        "composite-actions/setup-python/action.yml",
        "guide/01_github-actions-patterns.md",
        "guide/02_github-actions-workflows.md",
        "guide/03_what-you-get.md",
        "guides/github-actions-patterns.md",
        "workflows/ci.yml",
        "workflows/dependency-update.yml",
        "workflows/deploy-staging.yml",
        "workflows/docker-build.yml",
        "workflows/node-test.yml",
        "workflows/python-test.yml",
        "workflows/release.yml",
        "workflows/security-scan.yml",
        "workflows/stale-issues.yml",
        "workflows/terraform-plan.yml"
      ],
      "file_count": 17,
      "download_size_bytes": 22828,
      "download_size_human": "22.3 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-github-actions-workflows",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-github-actions-workflows",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-github-actions-workflows/"
    },
    {
      "product_id": "devops-toolkit:ansible-playbook-collection",
      "slug": "ansible-playbook-collection",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "Ansible Playbook Collection",
      "short_description": "Server provisioning and configuration playbooks for web servers, databases, monitoring, and security hardening.",
      "detailed_description": "Production-ready playbooks for server provisioning, Docker, Nginx, PostgreSQL, monitoring, and security hardening. Drop-in playbooks for Ubuntu 22.04+ servers. Each playbook is self-contained with inline comments, uses fully qualified collection names (FQCN), and follows Ansible best practices for idempotency and security. Includes: 6 production playbooks covering the full server lifecycle from bare metal to hardened production; 1 reusable role (common) with shared tasks, defaults, and handlers; Multi-environment inventory with production and staging groups; Centralized variables in groupvars with sensible defaults; Comprehensive guide on Ansible best practices (1500+ words).",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Ansible",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Ubuntu/Debian\nsudo apt update && sudo apt install -y ansible\n\n# macOS\nbrew install ansible\n\n# pip (any platform)\npip install ansible",
        "all:\n  children:\n    production:\n      children:\n        prod_web:\n          hosts:\n            web-prod-01:\n              ansible_host: 10.0.1.10   # <-- Your server IP"
      ],
      "included_files": [
        "README.md",
        "ansible.cfg",
        "config.example.yaml",
        "group_vars/all.yml",
        "guide/01_ansible-best-practices.md",
        "guide/02_ansible-playbook-collection.md",
        "guide/03_what-you-get.md",
        "guides/ansible-best-practices.md",
        "inventory/hosts.yml",
        "playbooks/docker-install.yml",
        "playbooks/monitoring-setup.yml",
        "playbooks/nginx-setup.yml",
        "playbooks/postgres-setup.yml",
        "playbooks/security-hardening.yml",
        "playbooks/server-setup.yml",
        "roles/common/defaults/main.yml",
        "roles/common/handlers/main.yml",
        "roles/common/tasks/main.yml"
      ],
      "file_count": 18,
      "download_size_bytes": 29046,
      "download_size_human": "28.4 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-ansible-playbook-collection",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-ansible-playbook-collection",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-ansible-playbook-collection/"
    },
    {
      "product_id": "devops-toolkit:nginx-config-templates",
      "slug": "nginx-config-templates",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "Nginx Config Templates",
      "short_description": "Battle-tested Nginx configurations for reverse proxy, load balancing, SSL termination, rate limiting, and caching.",
      "detailed_description": "Production-ready Nginx configurations for every use case. Stop copy-pasting from StackOverflow. Ship secure, optimized Nginx configs in minutes. ![License: MIT](LICENSE) ![Nginx](https://nginx.org/) ![Price](https://datanest.dev) --- Includes: Main Nginx config with security hardening, gzip compression, and structured logging; 5 site configurations; 4 reusable snippets; Automation scripts; Performance tuning guide with real-world recommendations.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Nginx 1.24+",
        "OpenSSL 1.1.1+",
        "Certbot",
        "Ubuntu 22.04+ / Debian 12+ / RHEL 9+"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Shell"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Back up your existing config\nsudo cp /etc/nginx/nginx.conf /etc/nginx/nginx.conf.bak\n\n# Install the new main config\nsudo cp configs/nginx.conf /etc/nginx/nginx.conf",
        "# Example: Set up a reverse proxy\nsudo cp configs/sites/reverse-proxy.conf /etc/nginx/sites-available/myapp.conf\n\n# Edit the server_name and proxy_pass values\nsudo nano /etc/nginx/sites-available/myapp.conf\n\n# Enable the site\nsudo ln -s /etc/nginx/sites-available/myapp.conf /etc/nginx/sites-enabled/"
      ],
      "included_files": [
        "README.md",
        "configs/nginx.conf",
        "configs/sites/api-gateway.conf",
        "configs/sites/reverse-proxy.conf",
        "configs/sites/spa-app.conf",
        "configs/sites/static-site.conf",
        "configs/sites/wordpress.conf",
        "configs/snippets/caching.conf",
        "configs/snippets/rate-limiting.conf",
        "configs/snippets/security-headers.conf",
        "configs/snippets/ssl-params.conf",
        "guide/01_nginx-performance-tuning.md",
        "guide/02_nginx-config-templates.md",
        "guide/03_what-you-get.md",
        "guides/nginx-performance-tuning.md",
        "scripts/certbot-setup.sh",
        "scripts/nginx-test.sh"
      ],
      "file_count": 17,
      "download_size_bytes": 29041,
      "download_size_human": "28.4 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-nginx-config-templates",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-nginx-config-templates",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-nginx-config-templates/"
    },
    {
      "product_id": "devops-toolkit:monitoring-stack-setup",
      "slug": "monitoring-stack-setup",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "Monitoring Stack Setup",
      "short_description": "Complete Prometheus + Grafana + Alertmanager setup with dashboards, alert rules, and service discovery configs.",
      "detailed_description": "Complete observability stack with Prometheus, Grafana, Loki, and AlertManager. One docker compose up to full production monitoring. Stop flying blind. ![License: MIT](LICENSE) ![Docker](https://docs.docker.com/compose/) ![Price](https://datanest.dev) --- Includes: Docker Compose stack; 30+ alert rules covering infrastructure, containers, and application metrics; 3 Grafana dashboards; Log aggregation with Loki + Promtail (search logs in Grafana); One-command setup script with health checks; Monitoring strategy guide.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Docker 24+ and Docker Compose v2",
        "2 GB RAM minimum",
        "10 GB disk for metrics and log retention",
        "Ports"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Docker",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp .env.example .env\n# Edit .env with your settings (Slack webhook, PagerDuty key, etc.)\nnano .env",
        "# One-command setup (creates dirs, starts stack, waits for health)\n./scripts/setup.sh\n\n# Or manually:\ndocker compose up -d"
      ],
      "included_files": [
        ".env.example",
        "README.md",
        "alertmanager/alertmanager.yml",
        "docker-compose.yml",
        "grafana/dashboards/application-metrics.json",
        "grafana/dashboards/docker-overview.json",
        "grafana/dashboards/node-overview.json",
        "grafana/provisioning/dashboards.yaml",
        "grafana/provisioning/datasources.yaml",
        "guide/01_monitoring-strategy.md",
        "guide/02_monitoring-stack-setup.md",
        "guide/03_what-you-get.md",
        "guides/monitoring-strategy.md",
        "loki/loki-config.yml",
        "prometheus/alert-rules.yml",
        "prometheus/prometheus.yml",
        "prometheus/recording-rules.yml",
        "promtail/promtail-config.yml",
        "scripts/setup.sh"
      ],
      "file_count": 19,
      "download_size_bytes": 30757,
      "download_size_human": "30.0 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-monitoring-stack-setup",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-monitoring-stack-setup",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-monitoring-stack-setup/"
    },
    {
      "product_id": "devops-toolkit:cicd-pipeline-blueprints",
      "slug": "cicd-pipeline-blueprints",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "CI/CD Pipeline Blueprints",
      "short_description": "Pipeline templates for Jenkins, GitLab CI, CircleCI, and GitHub Actions with multi-env deployment strategies.",
      "detailed_description": "Production-ready pipeline templates for GitHub Actions, GitLab CI, Jenkins, and Azure DevOps. Copy, configure, deploy. Stop writing CI/CD pipelines from scratch. ![License: MIT](LICENSE) ![Pipelines](what-you-get) ![Price](https://datanest.dev) --- Includes: GitHub Actions; GitLab CI; Jenkins; Azure DevOps; Shared assets; Pipeline selector.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Git and your CI/CD platform account",
        "Docker 24+",
        "Python 3.10+ or Node.js 20+",
        "Platform-specific CLI tools"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Node 20+"
      ],
      "supported_technologies": [
        "Docker",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Interactive selector \u2014 asks questions, copies the right template\n./scripts/pipeline-selector.sh",
        "# Example: GitHub Actions for a Python app\ncp github-actions/python-app.yml .github/workflows/ci.yml\n\n# Example: GitLab CI for a Docker app\ncp gitlab-ci/docker-app.yml .gitlab-ci.yml\n\n# Grab the shared Dockerfile too\ncp shared/Dockerfile.python Dockerfile\ncp shared/.dockerignore .dockerignore"
      ],
      "included_files": [
        "README.md",
        "azure-devops/docker-pipeline.yml",
        "azure-devops/python-pipeline.yml",
        "github-actions/docker-app.yml",
        "github-actions/node-app.yml",
        "github-actions/python-app.yml",
        "gitlab-ci/docker-app.yml",
        "gitlab-ci/python-app.yml",
        "guide/01_cicd-patterns.md",
        "guide/02_ci-cd-pipeline-blueprints.md",
        "guide/03_what-you-get.md",
        "guides/cicd-patterns.md",
        "jenkins/Jenkinsfile-docker",
        "jenkins/Jenkinsfile-python",
        "scripts/pipeline-selector.sh",
        "shared/.dockerignore",
        "shared/Dockerfile.node",
        "shared/Dockerfile.python"
      ],
      "file_count": 18,
      "download_size_bytes": 30715,
      "download_size_human": "30.0 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-cicd-pipeline-blueprints",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-cicd-pipeline-blueprints",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-cicd-pipeline-blueprints/"
    },
    {
      "product_id": "devops-toolkit:linux-hardening-scripts",
      "slug": "linux-hardening-scripts",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "Linux Hardening Scripts",
      "short_description": "Automated server hardening scripts implementing CIS benchmarks: firewall, SSH, audit logging, user management.",
      "detailed_description": "Production-ready server hardening automation implementing CIS benchmarks and industry best practices. Automated Bash scripts and configuration files for securing Ubuntu/Debian and RHEL/CentOS Linux servers. Covers SSH hardening, firewall setup, intrusion detection, kernel tuning, audit logging, and more \u2014 all aligned with CIS Benchmark Level 1 and Level 2 recommendations. Includes: 9 modular hardening scripts \u2014 run individually or all at once; 4 hardened configuration files \u2014 drop-in replacements for critical services; CIS Benchmark checklist \u2014 track your compliance progress; Comprehensive security guide \u2014 understand the \"why\" behind each control.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "OS",
        "Access",
        "Packages",
        "Connectivity"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Shell"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "unzip linux-hardening-scripts.zip\ncd linux-hardening-scripts",
        "# Review the hardened SSH config\ncat configs/sshd_config.hardened\n\n# Check kernel parameters\ncat configs/sysctl-hardened.conf"
      ],
      "included_files": [
        "README.md",
        "checklists/cis-benchmark-ubuntu.md",
        "configs/audit.rules",
        "configs/jail.local",
        "configs/sshd_config.hardened",
        "configs/sysctl-hardened.conf",
        "guide/01_linux-security-guide.md",
        "guide/02_linux-hardening-scripts.md",
        "guide/03_what-you-get.md",
        "guides/linux-security-guide.md",
        "scripts/audit-setup.sh",
        "scripts/auto-updates.sh",
        "scripts/filesystem-hardening.sh",
        "scripts/full-hardening.sh",
        "scripts/harden-ssh.sh",
        "scripts/kernel-hardening.sh",
        "scripts/setup-fail2ban.sh",
        "scripts/setup-firewall.sh",
        "scripts/user-management.sh"
      ],
      "file_count": 19,
      "download_size_bytes": 44038,
      "download_size_human": "43.0 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-linux-hardening-scripts",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-linux-hardening-scripts",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-linux-hardening-scripts/"
    },
    {
      "product_id": "devops-toolkit:log-management-toolkit",
      "slug": "log-management-toolkit",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "Log Management Toolkit",
      "short_description": "ELK/EFK stack configurations, log rotation scripts, structured logging templates, and log analysis queries.",
      "detailed_description": "Production-ready ELK stack deployment with structured logging pipelines and operational dashboards. Complete Elasticsearch, Logstash, Kibana, and Filebeat configurations for centralized log management. Includes ready-to-use parsing pipelines for Nginx, application JSON logs, and system logs, plus operational scripts for index management, backups, and a comprehensive log strategy guide. Includes: Docker Compose stack \u2014 One-command ELK deployment with resource limits; 5 Logstash pipelines \u2014 Parse Nginx, JSON apps, syslog, and custom formats; Filebeat configuration \u2014 Ship logs from any server to your stack; Kibana dashboards \u2014 Pre-built visualizations for immediate insight; 3 operational scripts \u2014 Setup, index rotation, and Kibana backup; Strategy guide \u2014 Log levels, retention, alerting, and compliance.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Docker 20.10+ and Docker Compose v2.0+",
        "RAM",
        "Disk",
        "Network"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Docker",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "log-management-toolkit/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 manifest.json\n\u251c\u2500\u2500 .env.example\n\u251c\u2500\u2500 docker-compose.yml\n\u251c\u2500\u2500 elasticsearch/\n\u2502   \u2514\u2500\u2500 elasticsearch.yml          # ES node configuration\n\u251c\u2500\u2500 logstash/\n\u2502   \u251c\u2500\u2500 pipeline/\n\u2502   \u2502   \u251c\u2500\u2500 main.conf              # Main routing pipeline\n\u2502   \u2502   \u251c\u2500\u2500 nginx-access.conf      # Nginx access log parser\n\u2502   \u2502   \u2514\u2500\u2500 app-json.conf          # JSON application log parser\n\u2502   \u2514\u2500\u2500 patterns/\n\u2026",
        "cp .env.example .env\n# Edit .env with your settings (passwords, retention, memory limits)\nvim .env"
      ],
      "included_files": [
        ".env.example",
        "README.md",
        "docker-compose.yml",
        "elasticsearch/elasticsearch.yml",
        "filebeat/filebeat.yml",
        "filebeat/modules.d/nginx.yml",
        "filebeat/modules.d/system.yml",
        "guide/01_log-management-strategy.md",
        "guide/02_log-management-toolkit.md",
        "guide/03_what-you-get.md",
        "guides/log-management-strategy.md",
        "kibana/export/dashboards.ndjson",
        "logstash/patterns/custom-patterns",
        "logstash/pipeline/app-json.conf",
        "logstash/pipeline/main.conf",
        "logstash/pipeline/nginx-access.conf",
        "scripts/backup-kibana.sh",
        "scripts/rotate-indices.sh",
        "scripts/setup.sh"
      ],
      "file_count": 19,
      "download_size_bytes": 35819,
      "download_size_human": "35.0 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-log-management-toolkit",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-log-management-toolkit",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-log-management-toolkit/"
    },
    {
      "product_id": "devops-toolkit:backup-disaster-recovery",
      "slug": "backup-disaster-recovery",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "Backup & DR Toolkit",
      "short_description": "Automated backup scripts for databases, file systems, and cloud resources with DR runbooks and testing procedures.",
      "detailed_description": "Battle-tested backup scripts and disaster recovery runbooks for production infrastructure. ![License: MIT](LICENSE) ![Shell]() ![Docker]() Automate your backups, verify their integrity, and recover in minutes -- not hours. --- Includes: 6 production backup & restore scripts covering PostgreSQL, MySQL, filesystems, and Docker volumes; Backup verification with integrity checks, checksum validation, and test restores; Configurable schedules & retention via YAML (daily, weekly, monthly, yearly); Multi-channel notifications (Slack, email, PagerDuty) on success or failure; Docker-based backup agent for containerized environments; Disaster recovery runbooks with RPO/RTO analysis and step-by-step procedures.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Docker",
        "AWS",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# PostgreSQL backup with compression and S3 upload\n./scripts/backup-postgres.sh \\\n  --host db.docs.example.com \\\n  --database myapp_production \\\n  --bucket s3://my-backups/postgres\n\n# Filesystem backup with encryption\n./scripts/backup-filesystem.sh \\\n  --source /var/www/app/uploads \\\n  --destination s3://my-backups/files \\\n  --encrypt\n\n# Verify backup integrity\n./scripts/verify-backups.sh --bucket s3://my-backups --type postgres",
        "cd docker/\ndocker compose up -d\n# MinIO UI available at http://localhost:9001 (minioadmin/minioadmin)\n\n# Run a test backup against local MinIO\nBACKUP_BUCKET=\"s3://test-backups\" \\\nAWS_ENDPOINT_URL=\"http://localhost:9000\" \\\n  ../scripts/backup-postgres.sh --host localhost --database testdb"
      ],
      "included_files": [
        "README.md",
        "configs/backup-schedule.yaml",
        "configs/notification.yaml",
        "configs/retention-policy.yaml",
        "docker/backup-agent/Dockerfile",
        "docker/backup-agent/entrypoint.sh",
        "docker/docker-compose.yml",
        "guide/01_backup-strategy.md",
        "guide/02_backup-disaster-recovery-kit.md",
        "guide/03_what-you-get.md",
        "guides/backup-strategy.md",
        "runbooks/backup-verification-checklist.md",
        "runbooks/disaster-recovery-plan.md",
        "scripts/backup-docker-volumes.sh",
        "scripts/backup-filesystem.sh",
        "scripts/backup-mysql.sh",
        "scripts/backup-postgres.sh",
        "scripts/restore-filesystem.sh",
        "scripts/restore-postgres.sh",
        "scripts/verify-backups.sh"
      ],
      "file_count": 20,
      "download_size_bytes": 43316,
      "download_size_human": "42.3 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-backup-disaster-recovery",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-backup-disaster-recovery",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-backup-disaster-recovery/"
    },
    {
      "product_id": "devops-toolkit:infrastructure-as-code-patterns",
      "slug": "infrastructure-as-code-patterns",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "IaC Patterns Library",
      "short_description": "Design patterns for Infrastructure as Code: modules, composition, testing, drift detection, and cost management.",
      "detailed_description": "Production-ready Terraform patterns and Terragrunt configurations for AWS infrastructure. ![License: MIT](LICENSE) ![Terraform]() ![AWS]() Stop reinventing the wheel. Battle-tested IaC patterns for VPC, ECS, RDS, Lambda, and more. --- Includes: 5 production Terraform patterns covering the most common AWS architectures; Reusable tagging module for consistent resource labeling across all stacks; Terragrunt configurations with DRY environment management (dev/prod); Terraform wrapper script with locking, state management, and plan output; Comprehensive guide on IaC patterns, module design, state management, and cost estimation.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "Terraform",
        "AWS",
        "Shell"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "infrastructure-as-code-patterns/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 manifest.json\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 patterns/\n\u2502   \u251c\u2500\u2500 vpc-three-tier/          # VPC with public/private/data subnets \u00d7 3 AZs\n\u2502   \u2502   \u251c\u2500\u2500 main.tf\n\u2502   \u2502   \u251c\u2500\u2500 variables.tf\n\u2502   \u2502   \u2514\u2500\u2500 outputs.tf\n\u2502   \u251c\u2500\u2500 ecs-fargate-service/     # ECS Fargate + ALB + auto-scaling\n\u2502   \u2502   \u251c\u2500\u2500 main.tf\n\u2502   \u2502   \u251c\u2500\u2500 variables.tf\n\u2502   \u2502   \u2514\u2500\u2500 outputs.tf\n\u2502   \u251c\u2500\u2500 rds-aurora/              # Aurora cluster with read replicas\n\u2026",
        "cd patterns/vpc-three-tier\n\n# Initialize and plan\nterraform init\nterraform plan -var=\"project=myapp\" -var=\"environment=dev\"\n\n# Apply\nterraform apply -var=\"project=myapp\" -var=\"environment=dev\""
      ],
      "included_files": [
        "README.md",
        "guide/01_iac-patterns.md",
        "guide/02_infrastructure-as-code-patterns.md",
        "guide/03_what-you-get.md",
        "guides/iac-patterns.md",
        "modules/tags/main.tf",
        "modules/tags/variables.tf",
        "patterns/ecs-fargate-service/main.tf",
        "patterns/ecs-fargate-service/outputs.tf",
        "patterns/ecs-fargate-service/variables.tf",
        "patterns/lambda-api/main.tf",
        "patterns/lambda-api/variables.tf",
        "patterns/rds-aurora/main.tf",
        "patterns/rds-aurora/variables.tf",
        "patterns/static-site/main.tf",
        "patterns/static-site/variables.tf",
        "patterns/vpc-three-tier/main.tf",
        "patterns/vpc-three-tier/outputs.tf",
        "patterns/vpc-three-tier/variables.tf",
        "scripts/tf-wrapper.sh",
        "terragrunt/environments/dev/terragrunt.hcl",
        "terragrunt/environments/prod/terragrunt.hcl",
        "terragrunt/terragrunt.hcl"
      ],
      "file_count": 23,
      "download_size_bytes": 42283,
      "download_size_human": "41.3 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-infrastructure-as-code-patterns",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-infrastructure-as-code-patterns",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-infrastructure-as-code-patterns/"
    },
    {
      "product_id": "devops-toolkit:container-security-toolkit",
      "slug": "container-security-toolkit",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "Container Security Toolkit",
      "short_description": "Dockerfile linting, image scanning configs, runtime security policies, and Kubernetes admission controllers.",
      "detailed_description": "Harden, scan, and enforce security policies across your container infrastructure. Datanest Digital \u2014 datanest.dev --- Includes: 4 Hardened Dockerfiles \u2014 Multi-stage builds for Python, Node; 3 Scanner Configurations \u2014 Pre-tuned configs for Trivy, Hadolint, and Grype vulnerability scanners; 2 OPA Policies \u2014 Rego policies for Dockerfile best practices and Kubernetes pod security; 3 Kyverno Policies \u2014 Cluster policies enforcing non-root, resource limits, and image digests; 2 Runtime Profiles \u2014 Seccomp and AppArmor profiles restricting dangerous syscalls; 2 Automation Scripts \u2014 Image scanning and runtime auditing scripts for CI/CD.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Docker 24.0+",
        "Trivy 0.50+",
        "Hadolint 2.12+",
        "Grype 0.74+",
        "conftest 0.50+",
        "Kyverno 1.11+"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Kubernetes",
        "Docker",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "container-security-toolkit/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 manifest.json\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 dockerfiles/\n\u2502   \u251c\u2500\u2500 python-secure.Dockerfile\n\u2502   \u251c\u2500\u2500 node-secure.Dockerfile\n\u2502   \u251c\u2500\u2500 go-secure.Dockerfile\n\u2502   \u2514\u2500\u2500 java-secure.Dockerfile\n\u251c\u2500\u2500 scanners/\n\u2502   \u251c\u2500\u2500 trivy.yaml\n\u2502   \u251c\u2500\u2500 hadolint.yaml\n\u2502   \u2514\u2500\u2500 grype.yaml\n\u251c\u2500\u2500 policies/\n\u2026",
        "docker build -f dockerfiles/python-secure.Dockerfile -t myapp:latest ."
      ],
      "included_files": [
        "README.md",
        "dockerfiles/go-secure.Dockerfile",
        "dockerfiles/java-secure.Dockerfile",
        "dockerfiles/node-secure.Dockerfile",
        "dockerfiles/python-secure.Dockerfile",
        "guide/01_container-security-guide.md",
        "guide/02_container-security-toolkit.md",
        "guide/03_what-you-get.md",
        "guides/container-security-guide.md",
        "policies/kyverno/require-image-digest.yaml",
        "policies/kyverno/require-non-root.yaml",
        "policies/kyverno/require-resource-limits.yaml",
        "policies/opa/dockerfile-policy.rego",
        "policies/opa/k8s-pod-security.rego",
        "runtime/apparmor-profile",
        "runtime/seccomp-profile.json",
        "scanners/grype.yaml",
        "scanners/hadolint.yaml",
        "scanners/trivy.yaml",
        "scripts/audit-runtime.sh",
        "scripts/scan-image.sh",
        "workflows/container-security.yml"
      ],
      "file_count": 22,
      "download_size_bytes": 35294,
      "download_size_human": "34.5 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-container-security-toolkit",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-container-security-toolkit",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-container-security-toolkit/"
    },
    {
      "product_id": "devops-toolkit:gitops-workflow-templates",
      "slug": "gitops-workflow-templates",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "GitOps Workflow Templates",
      "short_description": "ArgoCD and Flux configurations for GitOps deployments with environment promotion and rollback strategies.",
      "detailed_description": "Production-ready ArgoCD, FluxCD, and Kustomize configurations for declarative infrastructure delivery. Part of the DevOps Toolkit by Datanest Digital --- Includes: 5 ArgoCD configurations \u2014 Application, ApplicationSet, AppProject, sync policies with waves/hooks, Slack notifications; 5 FluxCD configurations \u2014 GitRepository, Kustomization, HelmRelease, notification provider, alerts; 4 Kustomize environments \u2014 Base + dev/staging/prod overlays with progressive resource scaling; 3 automation scripts \u2014 ArgoCD bootstrap, FluxCD bootstrap, environment promotion; 1 comprehensive guide \u2014 GitOps patterns, strategies, and best practices.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Kubernetes 1.26+",
        "ArgoCD 2.9+ or FluxCD 2.2+",
        "kubectl configured with cluster access",
        "Git repository for GitOps state",
        "bash 4.0+, git, yq"
      ],
      "supported_versions": [
        "Kubernetes 1.26"
      ],
      "supported_technologies": [
        "Kubernetes",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Bootstrap ArgoCD in your cluster\nchmod +x scripts/bootstrap-argocd.sh\n./scripts/bootstrap-argocd.sh\n\n# Deploy an application\nkubectl apply -f argocd/project.yaml\nkubectl apply -f argocd/application.yaml\n\n# Generate apps for multiple environments\nkubectl apply -f argocd/applicationset.yaml",
        "# Bootstrap FluxCD with your GitHub repository\nchmod +x scripts/bootstrap-fluxcd.sh\n./scripts/bootstrap-fluxcd.sh --owner=your-org --repo=your-repo\n\n# Apply source and reconciliation\nkubectl apply -f fluxcd/git-repository.yaml\nkubectl apply -f fluxcd/app-kustomization.yaml\n\n# Deploy Helm charts via GitOps\nkubectl apply -f fluxcd/app-helmrelease.yaml"
      ],
      "included_files": [
        "README.md",
        "argocd/application.yaml",
        "argocd/applicationset.yaml",
        "argocd/notifications/slack-template.yaml",
        "argocd/project.yaml",
        "argocd/sync-policy.yaml",
        "fluxcd/alert.yaml",
        "fluxcd/app-helmrelease.yaml",
        "fluxcd/app-kustomization.yaml",
        "fluxcd/git-repository.yaml",
        "fluxcd/slack-provider.yaml",
        "guide/01_gitops-patterns.md",
        "guide/02_gitops-workflow-templates.md",
        "guide/03_what-you-get.md",
        "guides/gitops-patterns.md",
        "kustomize/base/kustomization.yaml",
        "kustomize/overlays/dev/kustomization.yaml",
        "kustomize/overlays/prod/kustomization.yaml",
        "kustomize/overlays/staging/kustomization.yaml",
        "scripts/bootstrap-argocd.sh",
        "scripts/bootstrap-fluxcd.sh",
        "scripts/promote.sh"
      ],
      "file_count": 22,
      "download_size_bytes": 36551,
      "download_size_human": "35.7 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-gitops-workflow-templates",
      "preview_url": "https://datanest-stores.com/devops-toolkit/preview-gitops-workflow-templates",
      "demo_url": "https://datanest-stores.com/devops-toolkit/demo-gitops-workflow-templates/"
    },
    {
      "product_id": "devops-toolkit:devops-complete-bundle",
      "slug": "devops-complete-bundle",
      "store": "devops-toolkit",
      "store_name": "DevOps Toolkit Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "bundle",
        "ci/cd",
        "cloud",
        "devops",
        "docker",
        "github actions",
        "infrastructure as code",
        "kubernetes",
        "terraform"
      ],
      "title": "DevOps Complete Bundle",
      "short_description": "All 14 DevOps tools \u2014 $516 bought separately, yours for $149. Save $367 (71%): Terraform, Kubernetes, CI/CD, and automation scripts.",
      "detailed_description": "All 14 DevOps tools \u2014 $516 bought separately, yours for $149. Save $367 (71%): Terraform, Kubernetes, CI/CD, and automation scripts.",
      "price_usd": 149,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "dockerfile-hardening-checklist (full product)",
        "terraform-starter-kit (full product)",
        "docker-compose-templates (full product)",
        "kubernetes-manifests-pack (full product)",
        "github-actions-workflows (full product)",
        "ansible-playbook-collection (full product)",
        "nginx-config-templates (full product)",
        "monitoring-stack-setup (full product)",
        "cicd-pipeline-blueprints (full product)",
        "linux-hardening-scripts (full product)",
        "log-management-toolkit (full product)",
        "backup-disaster-recovery (full product)",
        "infrastructure-as-code-patterns (full product)",
        "container-security-toolkit (full product)",
        "gitops-workflow-templates (full product)"
      ],
      "file_count": 15,
      "download_size_bytes": 462945,
      "download_size_human": "452.1 KB",
      "product_url": "https://datanest-stores.com/devops-toolkit/#product-devops-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "email-arsenal:bounce-handler",
      "slug": "bounce-handler",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "Bounce Handler",
      "short_description": "Parse email bounces, extract diagnostic info, and automatically clean mailing lists.",
      "detailed_description": "Parse and categorize email bounces (hard/soft), extract diagnostic info, and automatically clean your mailing lists by removing permanently undeliverable addresses. Includes: Hard/soft/unknown classification \u2014 Categorizes bounces by SMTP response codes; SMTP code matching \u2014 Recognizes 550, 421, and dozens of enhanced status codes; Regex pattern matching \u2014 Catches bounces from non-standard error messages; Raw; List cleaning \u2014 Removes hard-bounced addresses from your mailing list; JSON/CSV output \u2014 Export categorized bounces for further processing.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Categorize bounces from a JSON file\npython src/bounce_handler.py --input examples/sample_bounces.json\n\n# Parse a raw bounce email (.eml)\npython src/bounce_handler.py --parse-raw bounce_notification.eml\n\n# Clean a mailing list by removing hard bounces\npython src/bounce_handler.py --input bounces.json --clean emails.txt --output clean.txt",
        "[\n  {\n    \"email\": \"user@docs.example.com\",\n    \"smtp_code\": \"550\",\n    \"diagnostic\": \"5.1.1 The email account does not exist\",\n    \"timestamp\": \"2026-03-14T12:00:00Z\"\n  },\n  {\n    \"email\": \"other@docs.example.com\",\n    \"smtp_code\": \"421\",\n    \"diagnostic\": \"Try again later\",\n    \"timestamp\": \"2026-03-14T12:01:00Z\"\n  }\n]"
      ],
      "included_files": [
        "README.md",
        "examples/sample_bounces.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_bounce-categories.md",
        "guide/04_faq.md",
        "src/bounce_handler.py"
      ],
      "file_count": 7,
      "download_size_bytes": 35435,
      "download_size_human": "34.6 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-bounce-handler",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-bounce-handler",
      "demo_url": "https://datanest-stores.com/email-arsenal/demo-bounce-handler/"
    },
    {
      "product_id": "email-arsenal:deliverability-checker",
      "slug": "deliverability-checker",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "Deliverability Checker",
      "short_description": "Check SPF, DKIM, and DMARC DNS records to diagnose email deliverability issues.",
      "detailed_description": "Check SPF, DKIM, and DMARC DNS records for any domain and diagnose deliverability issues. Know why your emails land in spam. Includes: SPF record validation \u2014 Parses and validates SPF TXT records, detects too many DNS lookups; DMARC record checking \u2014 Validates policy, alignment, and reporting configuration; DKIM record lookup \u2014 Checks DKIM DNS records with multi-selector support; MX record resolution \u2014 Verifies mail exchange records exist and resolve; Deliverability scoring \u2014 0-100 score based on authentication completeness; Batch domain checking \u2014 Check multiple domains from a file.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Check a single domain\npython src/deliverability_checker.py docs.example.com\n\n# Verbose output with full record details\npython src/deliverability_checker.py docs.example.com --verbose\n\n# Check with a specific DKIM selector\npython src/deliverability_checker.py docs.example.com --dkim-selector google\n\n# Check multiple domains from a file\npython src/deliverability_checker.py --domains examples/sample_domains.txt --output report.json",
        "{\n  \"domain\": \"docs.example.com\",\n  \"score\": 85,\n  \"spf\": {\n    \"found\": true,\n    \"record\": \"v=spf1 include:_spf.google.com ~all\",\n    \"valid\": true,\n    \"issues\": []\n  },\n  \"dmarc\": {\n    \"found\": true,\n    \"policy\": \"reject\",\n    \"alignment\": \"strict\"\n  },\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/sample_domains.txt",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration.md",
        "guide/04_license.md",
        "src/deliverability_checker.py"
      ],
      "file_count": 7,
      "download_size_bytes": 40201,
      "download_size_human": "39.3 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-deliverability-checker",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-deliverability-checker",
      "demo_url": "https://datanest-stores.com/email-arsenal/demo-deliverability-checker/"
    },
    {
      "product_id": "email-arsenal:dkim-validator",
      "slug": "dkim-validator",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "DKIM Validator",
      "short_description": "Generate and validate DKIM signatures, debug authentication failures, and scan domains.",
      "detailed_description": "Generate and validate DKIM signatures and DNS records. Debug authentication failures and scan domains for existing DKIM configurations. Includes: DNS record checking \u2014 Validates DKIM TXT records for any domain + selector; Multi-selector scanning \u2014 Probes 15 common selectors (Google, Microsoft 365, Mandrill, etc; DKIM header parsing \u2014 Extracts and explains all tags from DKIM-Signature headers; DNS record template generation \u2014 Creates ready-to-paste TXT records for new domains; Key size validation \u2014 Warns on weak keys (< 1024 bits); Tag descriptions \u2014 Human-readable explanations of every DKIM tag (v, a, b, bh, c, d, h, s, etc.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/sample_dkim_header.txt",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_dkim-tag-reference.md",
        "guide/04_license.md",
        "src/dkim_validator.py"
      ],
      "file_count": 7,
      "download_size_bytes": 37937,
      "download_size_human": "37.0 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-dkim-validator",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-dkim-validator",
      "demo_url": "https://datanest-stores.com/email-arsenal/demo-dkim-validator/"
    },
    {
      "product_id": "email-arsenal:email-arsenal-pro-bundle",
      "slug": "email-arsenal-pro-bundle",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "bundle",
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "Email Arsenal Pro Bundle",
      "short_description": "All 10 email tools \u2014 $250 bought separately, yours for $59. Save $191 (76%): verification, warmup, DKIM, delivery, and newsletter analytics.",
      "detailed_description": "All 10 email tools \u2014 $250 bought separately, yours for $59. Save $191 (76%): verification, warmup, DKIM, delivery, and newsletter analytics.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "email-arsenal-pro-bundle/\n\u251c\u2500\u2500 email-verifier/\n\u251c\u2500\u2500 warmup-scheduler/\n\u251c\u2500\u2500 signature-generator/\n\u251c\u2500\u2500 transactional-templates/\n\u251c\u2500\u2500 deliverability-checker/\n\u251c\u2500\u2500 bounce-handler/\n\u251c\u2500\u2500 list-hygiene-tool/\n\u251c\u2500\u2500 dkim-validator/\n\u251c\u2500\u2500 email-preview-renderer/\n\u2514\u2500\u2500 newsletter-analytics/"
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 260178,
      "download_size_human": "254.1 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-email-arsenal-pro-bundle",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-email-arsenal-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "email-arsenal:email-preview-renderer",
      "slug": "email-preview-renderer",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "Email Preview Renderer",
      "short_description": "Render HTML emails and check compatibility across email clients before sending.",
      "detailed_description": "Render HTML emails and check compatibility across different email clients. Catch layout bugs before you hit send. Includes: Email client rules \u2014 Built-in rendering profiles for Outlook Desktop, Gmail, Apple Mail, Yahoo Mail, and Outlook Web; HTML auditing \u2014 Checks accessibility, CSS compatibility, and common rendering issues; CSS inlining \u2014 Converts <style> blocks to inline styles for maximum compatibility; Local preview server \u2014 Spins up a local HTTP server to view your email in a browser; Rendering issue detection \u2014 Flags unsupported CSS properties per client; Accessibility checks \u2014 Verifies alt text, lang attribute, and semantic structure.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Preview an HTML email in your browser\npython src/email_preview_renderer.py render examples/sample_email.html\n\n# Audit for rendering issues across all clients\npython src/email_preview_renderer.py audit examples/sample_email.html --output report.json\n\n# Inline CSS for better compatibility\npython src/email_preview_renderer.py inline examples/sample_email.html --output inlined.html",
        "{\n  \"file\": \"template.html\",\n  \"issues\": [\n    {\n      \"client\": \"Outlook Desktop\",\n      \"severity\": \"high\",\n      \"property\": \"border-radius\",\n      \"message\": \"border-radius is not supported in Outlook Desktop (Word engine)\"\n    },\n    {\n      \"client\": \"all\",\n      \"severity\": \"medium\",\n      \"property\": \"alt\",\n      \"message\": \"Image tag missing alt attribute (accessibility)\"\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/sample_email.html",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_audit-report.md",
        "guide/04_faq.md",
        "src/email_preview_renderer.py"
      ],
      "file_count": 7,
      "download_size_bytes": 41487,
      "download_size_human": "40.5 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-email-preview-renderer",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-email-preview-renderer",
      "demo_url": "https://datanest-stores.com/email-arsenal/demo-email-preview-renderer/"
    },
    {
      "product_id": "email-arsenal:email-verifier",
      "slug": "email-verifier",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "Email Verifier",
      "short_description": "Verify email addresses via syntax checking, MX record lookup, and SMTP handshake.",
      "detailed_description": "Verify email addresses via three layers of validation: syntax checking, MX record lookup, and SMTP handshake. Catch bad emails before they bounce. Includes: Syntax validation \u2014 RFC 5322-compliant regex with clear error messages; MX record lookup \u2014 DNS-based domain verification using stdlib only; SMTP handshake \u2014 Mailbox existence check without sending an email; Disposable domain detection \u2014 Flags known throwaway email services; Role address detection \u2014 Identifies non-personal addresses (admin@, support@, etc; Batch processing \u2014 Verify entire lists from text files or CSVs.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n  \"email\": \"user@docs.example.com\",\n  \"status\": \"valid\",\n  \"syntax_valid\": true,\n  \"mx_found\": true,\n  \"smtp_connectable\": true,\n  \"mailbox_exists\": true,\n  \"is_disposable\": false,\n  \"is_role_address\": false,\n  \"mx_records\": [\"docs.example.com\"],\n  \"smtp_response\": \"250 OK\",\n  \"error\": \"\",\n  \"checked_at\": \"2026-03-14T12:00:00+00:00\"\n}"
      ],
      "included_files": [
        "README.md",
        "examples/sample_emails.txt",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration.md",
        "guide/04_faq.md",
        "src/email_verifier.py"
      ],
      "file_count": 7,
      "download_size_bytes": 40665,
      "download_size_human": "39.7 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-email-verifier",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-email-verifier",
      "demo_url": "https://datanest-stores.com/email-arsenal/demo-email-verifier/"
    },
    {
      "product_id": "email-arsenal:list-hygiene-tool",
      "slug": "list-hygiene-tool",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "List Hygiene Tool",
      "short_description": "Clean email lists by deduplicating, validating, removing role addresses, and detecting disposable domains.",
      "detailed_description": "Clean email lists: deduplicate, validate format, remove role addresses, detect disposable domains, fix common typos, and export clean results. Includes: Email normalization \u2014 Lowercase, strip dots from Gmail, remove +alias tags; Syntax validation \u2014 RFC 5322-compliant regex checking; Disposable domain detection \u2014 Flags 32+ known throwaway email services; Role address detection \u2014 Identifies 30+ non-personal prefixes (admin@, support@, info@, etc; Domain typo correction \u2014 Fixes 14 common misspellings (gmial; Deduplication \u2014 Removes exact duplicates after normalization.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Clean a text file (one email per line)\npython src/list_hygiene.py examples/sample_emails.txt\n\n# Output as CSV\npython src/list_hygiene.py emails.txt --output clean.csv --format csv\n\n# Generate a cleaning report\npython src/list_hygiene.py emails.txt --report\n\n# Keep role addresses (don't filter them out)\npython src/list_hygiene.py emails.txt --keep-roles\n\n# Keep disposable domains\npython src/list_hygiene.py emails.txt --keep-disposable\n\u2026",
        "Email List Hygiene Report\n=========================\nInput:          1,250 addresses\nValid:            980\nRemoved:          270\n  - Invalid syntax:     45\n  - Disposable domain:  82\n  - Role addresses:     31\n  - Duplicates:        112\nTypos corrected:        23"
      ],
      "included_files": [
        "README.md",
        "examples/sample_emails.txt",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_report-output.md",
        "guide/04_license.md",
        "src/list_hygiene.py"
      ],
      "file_count": 7,
      "download_size_bytes": 35731,
      "download_size_human": "34.9 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-list-hygiene-tool",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-list-hygiene-tool",
      "demo_url": "https://datanest-stores.com/email-arsenal/demo-list-hygiene-tool/"
    },
    {
      "product_id": "email-arsenal:newsletter-analytics",
      "slug": "newsletter-analytics",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "Newsletter Analytics",
      "short_description": "Track newsletter performance with open rates, click-through rates, bounces, and engagement trends.",
      "detailed_description": "Track and analyze newsletter performance: open rates, click-through rates, bounces, subscriber engagement, and trends over time. Import from Mailchimp, ConvertKit, or SendGrid. Includes: Flexible campaign import \u2014 Maps fields from Mailchimp, ConvertKit, and SendGrid exports; Performance reports \u2014 Open rate, click rate, bounce rate, unsubscribe rate per campaign; Industry benchmarks \u2014 Compare your metrics against tech/SaaS averages; Engagement scoring \u2014 Score subscribers by open/click frequency; Subject line analysis \u2014 Identify patterns in your best-performing subjects; Trend detection \u2014 Track metric changes over time.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Import campaign data\npython src/newsletter_analytics.py import --file examples/sample_campaigns.json\n\n# Generate a report for all campaigns\npython src/newsletter_analytics.py report\n\n# Report for a specific campaign\npython src/newsletter_analytics.py report --campaign \"March Newsletter\"\n\n# Analyze subject lines\npython src/newsletter_analytics.py subjects\n\n# View engagement scores\npython src/newsletter_analytics.py engagement\n\u2026",
        "[\n  {\n    \"campaign_name\": \"March Newsletter\",\n    \"sent_at\": \"2026-03-01T10:00:00Z\",\n    \"total_sent\": 5000,\n    \"opens\": 1200,\n    \"clicks\": 150,\n    \"bounces\": 25,\n    \"unsubscribes\": 10,\n    \"complaints\": 1,\n    \"subject\": \"What we shipped in February\"\n  }\n]"
      ],
      "included_files": [
        "README.md",
        "examples/sample_campaigns.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_industry-benchmarks.md",
        "guide/04_faq.md",
        "src/newsletter_analytics.py"
      ],
      "file_count": 7,
      "download_size_bytes": 38163,
      "download_size_human": "37.3 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-newsletter-analytics",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-newsletter-analytics",
      "demo_url": "https://datanest-stores.com/email-arsenal/demo-newsletter-analytics/"
    },
    {
      "product_id": "email-arsenal:signature-generator",
      "slug": "signature-generator",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "Signature Generator",
      "short_description": "Generate professional HTML email signatures from templates for consistent team branding.",
      "detailed_description": "Generate professional HTML email signatures from templates and config data. Consistent branding across your whole team \u2014 batch mode included. Includes: 4 built-in templates \u2014 Professional, Minimal, Bold, and Startup styles; Table-based HTML \u2014 Compatible with every email client (yes, even Outlook); Social links \u2014 Twitter, LinkedIn, GitHub, website, and custom URLs; Batch mode \u2014 Generate signatures for your entire team from a JSON config; Custom branding \u2014 Brand colors, taglines, pronouns, and logo URLs; XSS-safe \u2014 All user input is HTML-escaped before rendering.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/signature_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_available-templates.md",
        "guide/04_license.md",
        "src/signature_generator.py"
      ],
      "file_count": 7,
      "download_size_bytes": 35265,
      "download_size_human": "34.4 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-signature-generator",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-signature-generator",
      "demo_url": "https://datanest-stores.com/email-arsenal/demo-signature-generator/"
    },
    {
      "product_id": "email-arsenal:transactional-templates",
      "slug": "transactional-templates",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "Transactional Templates",
      "short_description": "Responsive HTML templates for transactional emails \u2014 welcome, password reset, invoice, and more.",
      "detailed_description": "Responsive HTML email templates for transactional emails \u2014 welcome, password reset, invoice, shipping, and verification. Jinja-style {{variable}} placeholders with conditional block support. Includes: 5 built-in templates \u2014 Welcome, Password Reset, Invoice, Shipping Notification, Email Verification; Responsive 600px layout \u2014 Works on desktop and mobile email clients; Mustache-like substitution \u2014 {{variable}} for values, {{#var}}; Brand customization \u2014 Colors, logo, company name, support email, and address; Preview with sample data \u2014 See how templates look before wiring them up; CAN-SPAM compliant \u2014 Footer includes physical address and unsubscribe link.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# List all available templates\npython src/transactional_templates.py list\n\n# Preview a template with sample data\npython src/transactional_templates.py preview welcome\n\n# Render with your own variables\npython src/transactional_templates.py render welcome --vars examples/welcome_vars.json\n\n# Render and save to file\npython src/transactional_templates.py render invoice --vars examples/welcome_vars.json -o invoice.html",
        "{\n  \"user_name\": \"Alex\",\n  \"login_url\": \"https://acme-corp.docs.example.com/login\",\n  \"getting_started_url\": \"https://acme-corp.docs.example.com/docs\",\n  \"brand\": {\n    \"company_name\": \"Acme Corp\",\n    \"brand_color\": \"#2563EB\",\n    \"support_email\": \"support@acme-corp.docs.example.com\"\n  }\n}"
      ],
      "included_files": [
        "README.md",
        "examples/welcome_vars.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_variables-file-format.md",
        "guide/04_faq.md",
        "src/transactional_templates.py"
      ],
      "file_count": 7,
      "download_size_bytes": 38708,
      "download_size_human": "37.8 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-transactional-templates",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-transactional-templates",
      "demo_url": "https://datanest-stores.com/email-arsenal/demo-transactional-templates/"
    },
    {
      "product_id": "email-arsenal:warmup-scheduler",
      "slug": "warmup-scheduler",
      "store": "email-arsenal",
      "store_name": "Email Arsenal",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "deliverability",
        "dev",
        "dkim",
        "email",
        "email marketing",
        "email templates",
        "newsletters"
      ],
      "title": "Warmup Scheduler",
      "short_description": "Schedule email warmup campaigns with gradual volume increase to protect sender reputation.",
      "detailed_description": "Schedule and manage email warmup campaigns with gradual volume increase. Protect your sender reputation from day one on new domains or IP addresses. Includes: Exponential ramp schedule \u2014 Follows ESP-recommended volume curves (5 to 10,000 emails over 29 days); Send window distribution \u2014 Spreads sends across business hours to look natural to spam filters; Health monitoring \u2014 Auto-pauses campaigns when bounce rate > 5% or complaint rate > 0; Campaign state persistence \u2014 Saves progress to JSON so you can stop and resume anytime; Batch calculation \u2014 Tells you exactly how many emails to send next and when; History tracking \u2014 Full audit log of every batch, pause, and resume event.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Initialize a new warmup campaign\npython src/warmup_scheduler.py init --domain acme-corp.docs.example.com --target 1000\n\n# Check campaign status\npython src/warmup_scheduler.py status\n\n# Get the next batch to send\npython src/warmup_scheduler.py next-batch\n\n# Record results after sending\npython src/warmup_scheduler.py record --sent 20 --bounced 0 --complaints 0\n\n# View full campaign history\npython src/warmup_scheduler.py history\n\u2026",
        "{\n  \"domain\": \"acme-corp.docs.example.com\",\n  \"target_daily\": 1000,\n  \"current_day\": 3,\n  \"status\": \"active\",\n  \"started_at\": \"2026-03-14T12:00:00+00:00\",\n  \"history\": [\n    {\"day\": 1, \"sent\": 5, \"bounced\": 0, \"complaints\": 0},\n    {\"day\": 2, \"sent\": 10, \"bounced\": 0, \"complaints\": 0}\n  ]\n}"
      ],
      "included_files": [
        "README.md",
        "examples/sample_warmup_state.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration.md",
        "guide/04_faq.md",
        "src/warmup_scheduler.py"
      ],
      "file_count": 7,
      "download_size_bytes": 39207,
      "download_size_human": "38.3 KB",
      "product_url": "https://datanest-stores.com/email-arsenal/#product-warmup-scheduler",
      "preview_url": "https://datanest-stores.com/email-arsenal/preview-warmup-scheduler",
      "demo_url": "https://datanest-stores.com/email-arsenal/demo-warmup-scheduler/"
    },
    {
      "product_id": "form-forge:conditional-logic-engine",
      "slug": "conditional-logic-engine",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "Conditional Logic Engine",
      "short_description": "Dynamic form behavior with 15 operators and 9 action types for show/hide/require/skip fields.",
      "detailed_description": "Dynamic form behavior with 15 operators and 9 action types \u2014 show, hide, require, skip fields based on user input. Pure Python, zero dependencies. Part of the Form Forge toolkit by CodeVault. Includes: 15 comparison operators; 9 action types; JSON rule definitions; AND/OR logic groups; Field-to-field references; Evaluation engine.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Evaluate rules against form data\npython src/conditional_logic_engine.py --rules examples/form_rules.json --data '{\"country\": \"US\", \"age\": \"25\"}'\n\n# Run the built-in demo\npython src/conditional_logic_engine.py --demo",
        "{\n  \"rules\": [\n    {\n      \"id\": \"show-company-field\",\n      \"description\": \"Show company name when role is Business\",\n      \"logic\": \"and\",\n      \"conditions\": [\n        {\n          \"field\": \"role\",\n          \"operator\": \"equals\",\n          \"value\": \"business\"\n        }\n      ],\n      \"actions\": [\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/form_rules.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_programmatic-usage.md",
        "guide/04_license.md",
        "src/conditional_logic_engine.py"
      ],
      "file_count": 7,
      "download_size_bytes": 40437,
      "download_size_human": "39.5 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-conditional-logic-engine",
      "preview_url": "https://datanest-stores.com/form-forge/preview-conditional-logic-engine",
      "demo_url": "https://datanest-stores.com/form-forge/demo-conditional-logic-engine/"
    },
    {
      "product_id": "form-forge:data-validator",
      "slug": "data-validator",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "Data Validator",
      "short_description": "Comprehensive form data validation for emails, phones, URLs, credit cards, and more.",
      "detailed_description": "Comprehensive form data validation \u2014 emails, phones, URLs, credit cards, and more. Pure Python, zero dependencies. Part of the Form Forge toolkit by CodeVault. Includes: 12 built-in validators; Bulk validation; Strict mode; Disposable email detection; JSON output; Custom regex rules.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Validate a single email\npython src/data_validator.py --email user@docs.example.com\n\n# Validate a phone number\npython src/data_validator.py --phone \"+1-555-123-4567\"\n\n# Validate a credit card (Luhn check)\npython src/data_validator.py --credit-card 4111111111111111\n\n# Validate a URL\npython src/data_validator.py --url \"https://api.docs.example.com/v1/users\"\n\n# Bulk validate with rules\npython src/data_validator.py --rules examples/validation_rules.json\n\u2026",
        "{\n  \"fields\": {\n    \"email\": {\n      \"value\": \"user@docs.example.com\",\n      \"rules\": [\"required\", \"email\"]\n    },\n    \"password\": {\n      \"value\": \"MyS3cur3P@ss!\",\n      \"rules\": [\"required\", \"password_strength\", {\"min_length\": 8}]\n    },\n    \"website\": {\n      \"value\": \"https://docs.example.com\",\n      \"rules\": [\"url\"]\n    },\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/validation_rules.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_programmatic-usage.md",
        "guide/04_file-structure.md",
        "src/data_validator.py"
      ],
      "file_count": 7,
      "download_size_bytes": 39685,
      "download_size_human": "38.8 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-data-validator",
      "preview_url": "https://datanest-stores.com/form-forge/preview-data-validator",
      "demo_url": "https://datanest-stores.com/form-forge/demo-data-validator/"
    },
    {
      "product_id": "form-forge:file-upload-handler",
      "slug": "file-upload-handler",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "File Upload Handler",
      "short_description": "Secure file upload processing with magic byte verification, sanitization, and virus scanning hooks.",
      "detailed_description": "Secure file upload processing with magic byte verification, filename sanitization, and virus scanning hooks. Pure Python, zero dependencies. Part of the Form Forge toolkit by CodeVault. Includes: Magic byte verification; Filename sanitization; Blocked extensions; SHA-256 file hashing; Virus scanner hooks; Date-organized storage.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from file_upload_handler import FileUploadHandler, UploadConfig\n\n# Configure the handler\nconfig = UploadConfig(\n    upload_dir=\"./uploads\",\n    max_size_mb=10,\n    allowed_types=[\"image/png\", \"image/jpeg\", \"application/pdf\"],\n    blocked_extensions=[\".exe\", \".bat\", \".sh\", \".php\"],\n    rename_files=True,\n    preserve_extension=True,\n    date_subdirs=True,\n    verify_magic_bytes=True,\n)\n\n\u2026",
        "file-upload-handler/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 file_upload_handler.py  # Main module (~460 lines)\n\u2514\u2500\u2500 examples/\n    \u2514\u2500\u2500 upload_config.json      # Sample configuration"
      ],
      "included_files": [
        "README.md",
        "examples/upload_config.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_security-features.md",
        "guide/04_file-structure.md",
        "src/file_upload_handler.py"
      ],
      "file_count": 7,
      "download_size_bytes": 40898,
      "download_size_human": "39.9 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-file-upload-handler",
      "preview_url": "https://datanest-stores.com/form-forge/preview-file-upload-handler",
      "demo_url": "https://datanest-stores.com/form-forge/demo-file-upload-handler/"
    },
    {
      "product_id": "form-forge:form-analytics",
      "slug": "form-analytics",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "Form Analytics",
      "short_description": "Track form abandonment, completion rates, and field-level drop-off with JSONL event collection.",
      "detailed_description": "Track form abandonment, completion rates, and field-level drop-off with JSONL event collection. Pure Python, zero dependencies. Part of the Form Forge toolkit by CodeVault. Includes: 11 event types; JSONL event collection; Funnel analysis; Field-level drop-off; Timing analysis; Sample data generation.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate sample analytics data\npython src/form_analytics.py --generate checkout --sessions 50\n\n# Analyze a form's events\npython src/form_analytics.py --analyze checkout\n\n# Output as JSON\npython src/form_analytics.py --analyze checkout --json\n\n# Run the built-in demo\npython src/form_analytics.py --demo",
        "============================================================\n  Form Analytics Report: checkout\n============================================================\n  Total sessions:     50\n  Form views:         50\n  Form starts:        42 (84.0%)\n  Form submits:       31 (62.0%)\n  Form successes:     28 (56.0%)\n  Abandonment rate:   44.0%\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\n  Timing:\n    Mean completion:    45.2s\n    Median completion:  38.0s\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/sample_events.jsonl",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_analytics-output.md",
        "guide/04_file-structure.md",
        "src/form_analytics.py"
      ],
      "file_count": 7,
      "download_size_bytes": 38246,
      "download_size_human": "37.3 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-form-analytics",
      "preview_url": "https://datanest-stores.com/form-forge/preview-form-analytics",
      "demo_url": "https://datanest-stores.com/form-forge/demo-form-analytics/"
    },
    {
      "product_id": "form-forge:form-api-builder",
      "slug": "form-api-builder",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "Form API Builder",
      "short_description": "Auto-generate REST APIs from form definitions with CRUD endpoints, webhooks, and API key auth.",
      "detailed_description": "Auto-generate REST APIs from form definitions \u2014 CRUD endpoints, pagination, webhooks, and API key auth. Pure Python, zero dependencies. Part of the Form Forge toolkit by CodeVault. Includes: Auto-generated CRUD endpoints; JSON file store; Pagination; Webhooks; API key authentication; CORS support.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start the API server with a form config\npython src/form_api_builder.py --config examples/api_config.json --port 8080\n\n# Start with the built-in demo\npython src/form_api_builder.py --demo\n\n# Print the generated schema\npython src/form_api_builder.py --config examples/api_config.json --schema",
        "GET /api/contacts?page=2&per_page=10"
      ],
      "included_files": [
        "README.md",
        "examples/api_config.json",
        "guide/01_features.md",
        "guide/02_api-endpoints.md",
        "guide/03_example-testing-the-api.md",
        "src/form_api_builder.py"
      ],
      "file_count": 6,
      "download_size_bytes": 41332,
      "download_size_human": "40.4 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-form-api-builder",
      "preview_url": "https://datanest-stores.com/form-forge/preview-form-api-builder",
      "demo_url": "https://datanest-stores.com/form-forge/demo-form-api-builder/"
    },
    {
      "product_id": "form-forge:form-builder",
      "slug": "form-builder",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "Form Builder",
      "short_description": "Build accessible HTML forms from Python templates with validation, zero dependencies.",
      "detailed_description": "Build accessible HTML forms from Python \u2014 no templates, no dependencies. Part of the Form Forge toolkit by CodeVault. Includes: Programmatic HTML form generation from Python dataclasses or JSON; Built-in CSRF token generation (cryptographically secure); Honeypot anti-spam field out of the box; Full ARIA accessibility; Client-side HTML5 validation attributes (required, minlength, pattern, etc; All standard input types.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Render the built-in demo contact form\npython src/form_builder.py --demo\n\n# Render from a JSON definition\npython src/form_builder.py --input examples/contact_form.json\n\n# Write output to a file\npython src/form_builder.py --input examples/contact_form.json --output form.html",
        "{\n  \"action\": \"/api/contact\",\n  \"method\": \"POST\",\n  \"id\": \"contact-form\",\n  \"class\": \"form\",\n  \"csrf\": true,\n  \"honeypot\": true,\n  \"submitLabel\": \"Send Message\",\n  \"fields\": [\n    {\n      \"name\": \"email\",\n      \"type\": \"email\",\n      \"label\": \"Email Address\",\n      \"placeholder\": \"you@docs.example.com\",\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/contact_form.json",
        "guide/01_features.md",
        "guide/02_json-form-definition-schema.md",
        "guide/03_configuration-reference.md",
        "guide/04_license.md",
        "src/form_builder.py"
      ],
      "file_count": 7,
      "download_size_bytes": 40086,
      "download_size_human": "39.1 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-form-builder",
      "preview_url": "https://datanest-stores.com/form-forge/preview-form-builder",
      "demo_url": "https://datanest-stores.com/form-forge/demo-form-builder/"
    },
    {
      "product_id": "form-forge:form-forge-pro-bundle",
      "slug": "form-forge-pro-bundle",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "bundle",
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "Form Forge Pro Bundle",
      "short_description": "All 10 form tools \u2014 $240 bought separately, yours for $59. Save $181 (75%): form builder, surveys, validation, and multi-step wizards.",
      "detailed_description": "All 10 form tools \u2014 $240 bought separately, yours for $59. Save $181 (75%): form builder, surveys, validation, and multi-step wizards.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 289976,
      "download_size_human": "283.2 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-form-forge-pro-bundle",
      "preview_url": "https://datanest-stores.com/form-forge/preview-form-forge-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "form-forge:form-template-library",
      "slug": "form-template-library",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "Form Template Library",
      "short_description": "21 ready-to-use form templates from contact forms to checkout flows in pure Python.",
      "detailed_description": "21 ready-to-use form templates \u2014 from contact forms to checkout flows. Render to HTML or export as JSON. Pure Python, zero dependencies. Part of the Form Forge toolkit by CodeVault. Includes: 21 built-in templates; HTML rendering; JSON export; Batch export; Customizable; Python 3.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# List all available templates\npython src/form_template_library.py --list\n\n# Render a template to HTML\npython src/form_template_library.py --render contact\n\n# Export a template as JSON\npython src/form_template_library.py --json registration\n\n# Render to file\npython src/form_template_library.py --render checkout --output checkout.html\n\n# Export all templates to a directory\npython src/form_template_library.py --export-all ./exported_templates/",
        "from form_template_library import TemplateLibrary\n\nlibrary = TemplateLibrary()\n\n# List all templates\nfor name in library.list_templates():\n    print(name)\n\n# Get a template definition\ntemplate = library.get_template(\"contact\")\nprint(template[\"title\"])       # \"Contact Us\"\nprint(template[\"fields\"])      # List of field definitions\n\n# Render to HTML\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/template_usage.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_programmatic-usage.md",
        "guide/04_file-structure.md",
        "src/form_template_library.py"
      ],
      "file_count": 7,
      "download_size_bytes": 41955,
      "download_size_human": "41.0 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-form-template-library",
      "preview_url": "https://datanest-stores.com/form-forge/preview-form-template-library",
      "demo_url": "https://datanest-stores.com/form-forge/demo-form-template-library/"
    },
    {
      "product_id": "form-forge:multi-step-wizard",
      "slug": "multi-step-wizard",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "Multi-Step Wizard",
      "short_description": "Build multi-step form wizards with state management, progress tracking, and conditional step skipping.",
      "detailed_description": "Build multi-step form wizards with state management, progress tracking, and conditional step skipping. Pure Python, zero dependencies. Part of the Form Forge toolkit by CodeVault. Includes: Multi-step form engine; State management; Progress tracking; Conditional step skipping; HTML rendering; Interactive CLI mode.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the built-in demo wizard\npython src/multi_step_wizard.py --demo\n\n# Run interactively from a JSON definition\npython src/multi_step_wizard.py --input examples/onboarding_wizard.json --interactive\n\n# Render to HTML\npython src/multi_step_wizard.py --input examples/onboarding_wizard.json --render\n\n# Render to an HTML file\npython src/multi_step_wizard.py --input examples/onboarding_wizard.json --render --output wizard.html",
        "{\n  \"id\": \"user-onboarding\",\n  \"title\": \"Account Setup Wizard\",\n  \"showProgressBar\": true,\n  \"showStepNumbers\": true,\n  \"allowBack\": true,\n  \"nextLabel\": \"Continue\",\n  \"backLabel\": \"Go Back\",\n  \"submitLabel\": \"Complete Setup\",\n  \"action\": \"/api/onboarding\",\n  \"method\": \"POST\",\n  \"steps\": [\n    {\n      \"id\": \"personal\",\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/onboarding_wizard.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_programmatic-usage.md",
        "guide/04_file-structure.md",
        "src/multi_step_wizard.py"
      ],
      "file_count": 7,
      "download_size_bytes": 42971,
      "download_size_human": "42.0 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-multi-step-wizard",
      "preview_url": "https://datanest-stores.com/form-forge/preview-multi-step-wizard",
      "demo_url": "https://datanest-stores.com/form-forge/demo-multi-step-wizard/"
    },
    {
      "product_id": "form-forge:spam-prevention",
      "slug": "spam-prevention",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "Spam Prevention",
      "short_description": "Multi-layer spam protection with honeypots, HMAC time traps, rate limiting, and content analysis.",
      "detailed_description": "Multi-layer form spam protection \u2014 honeypots, HMAC time traps, rate limiting, IP blocking, and content analysis. Pure Python, zero dependencies. Part of the Form Forge toolkit by CodeVault. Includes: Honeypot fields; HMAC time traps; Rate limiter; IP blocklist; Content analysis; CAPTCHA hooks.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Check a form submission for spam\npython src/spam_prevention.py --check '{\"email\": \"user@docs.example.com\", \"message\": \"Buy cheap stuff now!!!\"}'\n\n# Generate a honeypot field\npython src/spam_prevention.py --generate-honeypot\n\n# Generate an HMAC timestamp token\npython src/spam_prevention.py --generate-timestamp\n\n# Block an IP address\npython src/spam_prevention.py --block-ip 192.168.1.100\n\n# Unblock an IP address\npython src/spam_prevention.py --unblock-ip 192.168.1.100\n\u2026",
        "<!-- Generated by spam_prevention.py -->\n<div style=\"position:absolute;left:-9999px;\" aria-hidden=\"true\">\n  <input type=\"text\" name=\"website_url_confirm\" tabindex=\"-1\" autocomplete=\"off\">\n</div>"
      ],
      "included_files": [
        "README.md",
        "examples/spam_config.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_programmatic-usage.md",
        "guide/04_license.md",
        "src/spam_prevention.py"
      ],
      "file_count": 7,
      "download_size_bytes": 42264,
      "download_size_human": "41.3 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-spam-prevention",
      "preview_url": "https://datanest-stores.com/form-forge/preview-spam-prevention",
      "demo_url": "https://datanest-stores.com/form-forge/demo-spam-prevention/"
    },
    {
      "product_id": "form-forge:survey-engine",
      "slug": "survey-engine",
      "store": "form-forge",
      "store_name": "Form Forge",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "dev",
        "form builder",
        "forms",
        "landing page",
        "multi-step",
        "survey",
        "validation"
      ],
      "title": "Survey Engine",
      "short_description": "Create, deploy, and analyze surveys with branching logic in pure Python.",
      "detailed_description": "Create, deploy, and analyze surveys with branching logic \u2014 pure Python, zero dependencies. Part of the Form Forge toolkit by CodeVault. Includes: 10 question types; Branching logic; Interactive CLI runner; Response persistence; Built-in analytics; JSON-driven definitions.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the built-in demo survey\npython src/survey_engine.py --demo\n\n# Run a custom survey from JSON\npython src/survey_engine.py --run examples/nps_survey.json\n\n# Analyze collected responses\npython src/survey_engine.py --analyze examples/nps_survey.json",
        "{\n  \"id\": \"customer-feedback\",\n  \"title\": \"Customer Feedback Survey\",\n  \"description\": \"Help us improve our product.\",\n  \"questions\": [\n    {\n      \"id\": \"q1\",\n      \"text\": \"How likely are you to recommend us? (0-10)\",\n      \"type\": \"scale\",\n      \"required\": true,\n      \"minValue\": 0,\n      \"maxValue\": 10\n    },\n    {\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/nps_survey.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_programmatic-usage.md",
        "guide/04_file-structure.md",
        "src/survey_engine.py"
      ],
      "file_count": 7,
      "download_size_bytes": 41542,
      "download_size_human": "40.6 KB",
      "product_url": "https://datanest-stores.com/form-forge/#product-survey-engine",
      "preview_url": "https://datanest-stores.com/form-forge/preview-survey-engine",
      "demo_url": "https://datanest-stores.com/form-forge/demo-survey-engine/"
    },
    {
      "product_id": "freelancer-toolkit:client-onboarding-kit",
      "slug": "client-onboarding-kit",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Client Onboarding Kit",
      "short_description": "Welcome packet templates, intake questionnaires, project kick-off checklists, and client portal setup in Notion and Markdown.",
      "detailed_description": "By Freelancer Toolkit Pro | $29 A complete client onboarding system for freelancers and solo consultants. From the first \"let's work together\" email through project kick-off, this kit gives you professional welcome packets, structured intake questionnaires, onboarding checklists, and email sequences that make every new client feel like your most important one. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/client-info-tracker.csv",
        "databases/onboarding-checklist.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "guide/01_what-s-inside.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "guide/04_license.md",
        "pages/kickoff-meeting-agenda.md",
        "pages/onboarding-hub.md",
        "pages/welcome-packet.md",
        "templates/intake-questionnaire.md",
        "templates/project-brief.md",
        "templates/welcome-email-sequence.md"
      ],
      "file_count": 15,
      "download_size_bytes": 88750,
      "download_size_human": "86.7 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-client-onboarding-kit",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-client-onboarding-kit",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-client-onboarding-kit/"
    },
    {
      "product_id": "freelancer-toolkit:freelance-financial-dashboard",
      "slug": "freelance-financial-dashboard",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Freelance Financial Dashboard",
      "short_description": "Google Sheets financial tracker with income, expenses, tax estimates, profit margins, and monthly/yearly comparison charts.",
      "detailed_description": "By Freelancer Toolkit Pro | $39 A complete Google Sheets financial tracking system for freelancers. Track every dollar in, every dollar out, estimate your taxes, measure profit margins by service and client, and compare year-over-year growth \u2014 all from a single spreadsheet. Disclaimer: This product is for informational and organizational purposes only. It is not tax or financial advice. Consult a licensed accountant for your jurisdiction. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "=SUMIFS($F$2:$F$1000, $E$2:$E$1000, \"Design\", $H$2:$H$1000, \"Paid\")",
        "=SUMIFS(E2:E1000, G2:G1000, \"Yes\") + SUMIFS(E2:E1000, G2:G1000, \"Partial\") * 0.5"
      ],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/SETUP-GOOGLE-SHEETS.md",
        "docs/chart-setup-guide.md",
        "formulas/FORMULAS.md",
        "freelance-financial-dashboard.xlsx",
        "guide/01_what-s-inside.md",
        "guide/02_quick-start.md",
        "guide/03_customization.md",
        "guide/04_support.md",
        "pages/dashboard-setup.md",
        "pages/how-to-read-your-numbers.md",
        "sample.xlsx",
        "sheets/expense-log.csv",
        "sheets/income-log.csv",
        "sheets/monthly-summary.csv",
        "sheets/profit-margin.csv",
        "sheets/tax-estimate.csv",
        "sheets/yearly-comparison.csv"
      ],
      "file_count": 19,
      "download_size_bytes": 103319,
      "download_size_human": "100.9 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-freelance-financial-dashboard",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-freelance-financial-dashboard",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-freelance-financial-dashboard/"
    },
    {
      "product_id": "freelancer-toolkit:proposal-contract-templates",
      "slug": "proposal-contract-templates",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Proposal & Contract Templates",
      "short_description": "10+ professional proposal and contract templates for web dev, consulting, design, and copywriting engagements.",
      "detailed_description": "By Freelancer Toolkit Pro | $29 Disclaimer: These templates are provided for informational and educational purposes only and do not constitute legal advice. Contract requirements vary by jurisdiction, industry, and engagement type. Have a licensed attorney review any contract before use in a real engagement. 11 professional, fill-in-the-blank templates covering proposals, contracts, and supporting documents for web development, consulting, design, and copywriting freelancers. Each template is a complete, ready-to-customize Markdown document \u2014 not a skeleton or outline. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/e-signature-tools-guide.md",
        "docs/placeholder-reference.md",
        "guide/01_what-s-inside.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "guide/04_license.md",
        "pages/how-to-use-these-templates.md",
        "pages/proposal-writing-guide.md",
        "pages/what-to-charge.md",
        "templates/change-order.md",
        "templates/fixed-price-contract.md",
        "templates/hourly-contract.md",
        "templates/project-proposal-consulting.md",
        "templates/project-proposal-copywriting.md",
        "templates/project-proposal-design.md",
        "templates/project-proposal-web-dev.md",
        "templates/project-quote.md",
        "templates/retainer-agreement.md",
        "templates/service-agreement.md",
        "templates/statement-of-work.md"
      ],
      "file_count": 21,
      "download_size_bytes": 129120,
      "download_size_human": "126.1 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-proposal-contract-templates",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-proposal-contract-templates",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-proposal-contract-templates/"
    },
    {
      "product_id": "freelancer-toolkit:rate-calculator",
      "slug": "rate-calculator",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Pricing & Rate Calculator",
      "short_description": "Spreadsheet calculator for hourly, project, and retainer pricing. Factors in expenses, taxes, and desired profit margin.",
      "detailed_description": "By Freelancer Toolkit Pro | $19 A spreadsheet-based calculator for determining your hourly, project, and retainer rates. Stop guessing what to charge. This calculator factors in your expenses, taxes, desired income, profit margin, and realistic utilization to compute the exact rate you need. Disclaimer: This product is for informational and organizational purposes only. It is not tax or financial advice. Consult a licensed accountant for your jurisdiction. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "                Target Income + Expenses + Taxes\nHourly Rate = \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n                Billable Hours \u00d7 (1 - Profit Margin)"
      ],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/pricing-methodology.md",
        "docs/raise-your-rates-guide.md",
        "formulas/FORMULAS.md",
        "guide/01_what-s-inside.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "guide/04_license.md",
        "pages/calculator-setup.md",
        "rate-calculator.xlsx",
        "sample.xlsx",
        "sheets/billable-hours-model.csv",
        "sheets/hourly-rate-calculator.csv",
        "sheets/project-quote-calculator.csv",
        "sheets/retainer-calculator.csv"
      ],
      "file_count": 16,
      "download_size_bytes": 89641,
      "download_size_human": "87.5 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-rate-calculator",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-rate-calculator",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-rate-calculator/"
    },
    {
      "product_id": "freelancer-toolkit:client-crm-pipeline",
      "slug": "client-crm-pipeline",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Client CRM & Pipeline",
      "short_description": "Notion-based CRM to track leads, proposals, active projects, and completed work with pipeline visualization.",
      "detailed_description": "By Freelancer Toolkit Pro | $29 A complete Notion-based CRM system designed specifically for freelancers and solo consultants. Track leads from first contact through project completion, manage proposals, visualize your pipeline, and never lose a deal to disorganization again. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "1. INQUIRY        \u2192 Someone reached out or you identified a prospect\n2. QUALIFYING     \u2192 Discovery call scheduled or in progress\n3. PROPOSAL SENT  \u2192 Formal proposal/quote delivered\n4. NEGOTIATING    \u2192 Client reviewing, asking questions, or negotiating terms\n5. CONTRACT SENT  \u2192 Awaiting signature\n6. WON            \u2192 Signed and starting\n7. LOST           \u2192 Didn't close (track the reason why)"
      ],
      "included_files": [
        "README.md",
        "databases/active-projects.csv",
        "databases/completed-work.csv",
        "databases/contacts.csv",
        "databases/leads.csv",
        "databases/proposals.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_what-s-inside.md",
        "guide/02_quick-start.md",
        "guide/03_faq.md",
        "guide/04_license.md",
        "pages/crm-hub.md",
        "pages/pipeline-board-setup.md",
        "pages/weekly-pipeline-review.md"
      ],
      "file_count": 16,
      "download_size_bytes": 76532,
      "download_size_human": "74.7 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-client-crm-pipeline",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-client-crm-pipeline",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-client-crm-pipeline/"
    },
    {
      "product_id": "freelancer-toolkit:invoice-expense-tracker",
      "slug": "invoice-expense-tracker",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Invoice & Expense Tracker",
      "short_description": "Google Sheets invoice generator with expense categorization, tax-deductible item tracking, and quarterly tax prep.",
      "detailed_description": "By Freelancer Toolkit Pro | $29 A complete Google Sheets invoicing and expense tracking system for freelancers. Generate professional invoices, track every expense with tax-deductible flags, prepare quarterly estimated taxes, and never scramble at tax time again. Disclaimer: This product is for informational and organizational purposes only. It is not tax or financial advice. Consult a licensed accountant for your jurisdiction. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/SETUP.md",
        "docs/tax-categories-reference.md",
        "formulas/FORMULAS.md",
        "guide/01_what-s-inside.md",
        "guide/02_quick-start.md",
        "guide/03_support.md",
        "invoice-expense-tracker.xlsx",
        "sample.xlsx",
        "sheets/expense-tracker.csv",
        "sheets/invoice-register.csv",
        "sheets/invoice-template.csv",
        "sheets/quarterly-tax-prep.csv",
        "sheets/tax-deductible-summary.csv",
        "templates/invoice-markdown-template.md",
        "templates/payment-reminder-emails.md"
      ],
      "file_count": 17,
      "download_size_bytes": 86483,
      "download_size_human": "84.5 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-invoice-expense-tracker",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-invoice-expense-tracker",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-invoice-expense-tracker/"
    },
    {
      "product_id": "freelancer-toolkit:freelancer-legal-bundle",
      "slug": "freelancer-legal-bundle",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Freelancer Legal Bundle",
      "short_description": "NDA, Master Service Agreement, Statement of Work, IP assignment, and subcontractor agreement templates.",
      "detailed_description": "By Freelancer Toolkit Pro | $49 IMPORTANT DISCLAIMER: These templates are provided for informational purposes only and do not constitute legal advice. Laws vary by jurisdiction. Have a licensed attorney review any contract before use. The authors are not lawyers, and purchasing this product does not create an attorney-client relationship. These templates are starting points \u2014 not substitutes for professional legal counsel. 9 professional legal document templates covering the agreements freelancers need most: NDAs, master service agreements, IP assignment, subcontractor agreements, and more. Each template is a complete, fill-in-the-blank document written in plain language. ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/customization-guide.md",
        "docs/jurisdiction-notes.md",
        "pages/clause-glossary.md",
        "pages/how-to-use.md",
        "pages/when-you-need-each-document.md",
        "templates/independent-contractor-agreement.md",
        "templates/ip-assignment-agreement.md",
        "templates/late-payment-notice.md",
        "templates/master-service-agreement.md",
        "templates/mutual-nda.md",
        "templates/mutual-termination.md",
        "templates/one-way-nda.md",
        "templates/statement-of-work.md",
        "templates/subcontractor-agreement.md"
      ],
      "file_count": 15,
      "download_size_bytes": 99567,
      "download_size_human": "97.2 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-freelancer-legal-bundle",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-freelancer-legal-bundle",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-freelancer-legal-bundle/"
    },
    {
      "product_id": "freelancer-toolkit:service-launch-checklist",
      "slug": "service-launch-checklist",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Service Business Launch Checklist",
      "short_description": "100+ item checklist covering business registration, website setup, portfolio, pricing, and first client acquisition.",
      "detailed_description": "By Freelancer Toolkit Pro | $19 A comprehensive launch system for new freelancers. 101 actionable tasks across 8 phases \u2014 from registering your business to signing your first client \u2014 organized into a structured checklist with a 30-60-90 day plan, a first-client playbook, detailed phase guides, and a one-page business plan template. Everything you need to go from \"thinking about freelancing\" to \"sending my first invoice.\" ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/launch-checklist.csv",
        "docs/how-to-use.md",
        "docs/phase-guides.md",
        "guide/01_what-s-inside.md",
        "guide/02_quick-start.md",
        "guide/03_frequently-asked-questions.md",
        "pages/30-60-90-day-plan.md",
        "pages/first-client-playbook.md",
        "pages/launch-hub.md",
        "templates/business-plan-onepager.md"
      ],
      "file_count": 11,
      "download_size_bytes": 104684,
      "download_size_human": "102.2 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-service-launch-checklist",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-service-launch-checklist",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-service-launch-checklist/"
    },
    {
      "product_id": "freelancer-toolkit:annual-business-review",
      "slug": "annual-business-review",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Annual Business Review Template",
      "short_description": "Year-in-review framework analyzing revenue, clients, growth metrics, lessons learned, and goals for the next year.",
      "detailed_description": "Stop guessing about your freelance business. Run a data-driven annual review that shows you exactly where the money came from, which clients are worth keeping, and where to focus next year. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "annual-business-review.xlsx",
        "docs/how-to-run-your-review.md",
        "docs/metrics-glossary.md",
        "guide/01_what-s-inside.md",
        "guide/02_customization.md",
        "guide/03_faq.md",
        "guide/04_disclaimer.md",
        "pages/annual-review-hub.md",
        "pages/goal-setting-framework.md",
        "pages/the-review-process.md",
        "sample.xlsx",
        "sheets/client-analysis.csv",
        "sheets/growth-metrics.csv",
        "sheets/revenue-breakdown.csv",
        "sheets/time-allocation.csv",
        "templates/next-year-goals-template.md",
        "templates/quarterly-okr-template.md",
        "templates/year-in-review-worksheet.md"
      ],
      "file_count": 19,
      "download_size_bytes": 109481,
      "download_size_human": "106.9 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-annual-business-review",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-annual-business-review",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-annual-business-review/"
    },
    {
      "product_id": "freelancer-toolkit:testimonial-collection-system",
      "slug": "testimonial-collection-system",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Testimonial Collection System",
      "short_description": "Automated feedback request templates, testimonial display frameworks, and case study outlines for building social proof.",
      "detailed_description": "By Freelancer Toolkit Pro | $19 A complete system for collecting, organizing, and deploying client testimonials and case studies. Includes email request templates, NPS survey framework, testimonial display strategies, a case study outline with a full worked example, and tracking databases to manage your social proof pipeline. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/request-log.csv",
        "databases/testimonial-tracker.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "guide/01_what-s-inside.md",
        "guide/02_quick-start.md",
        "guide/03_support.md",
        "pages/display-frameworks.md",
        "pages/testimonial-hub.md",
        "pages/where-to-use-testimonials.md",
        "templates/case-study-example.md",
        "templates/case-study-outline.md",
        "templates/feedback-request-email.md",
        "templates/nps-survey.md",
        "templates/testimonial-request-sequence.md"
      ],
      "file_count": 16,
      "download_size_bytes": 86420,
      "download_size_human": "84.4 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-testimonial-collection-system",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-testimonial-collection-system",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-testimonial-collection-system/"
    },
    {
      "product_id": "freelancer-toolkit:solopreneur-operations-playbook",
      "slug": "solopreneur-operations-playbook",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Solopreneur Operations Playbook",
      "short_description": "Complete operations manual covering systems, processes, tools, and workflows for running a one-person business.",
      "detailed_description": "By Freelancer Toolkit Pro | $49 A complete operations manual for running a one-person business. Covers daily/weekly/monthly systems, client workflow from lead to cash, financial management, time management, tool selection, standard operating procedures, delegation, and burnout prevention. This is not a motivational guide. It's a systems manual \u2014 the actual processes, checklists, templates, and workflows that keep a solo business running smoothly. ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/sop-index.csv",
        "databases/tools-stack.csv",
        "docs/how-to-use-this-playbook.md",
        "guide/01_what-s-inside.md",
        "guide/02_quick-start.md",
        "guide/03_support.md",
        "pages/00-overview.md",
        "pages/01-daily-weekly-monthly-systems.md",
        "pages/02-client-workflow-lead-to-cash.md",
        "pages/03-money-systems.md",
        "pages/04-time-management-and-capacity.md",
        "pages/05-tools-and-tech-stack.md",
        "pages/06-standard-operating-procedures.md",
        "pages/07-delegation-and-scaling.md",
        "pages/08-burnout-prevention.md",
        "templates/SOP-template.md",
        "templates/project-workflow-checklist.md",
        "templates/weekly-review-template.md"
      ],
      "file_count": 19,
      "download_size_bytes": 123568,
      "download_size_human": "120.7 KB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-solopreneur-operations-playbook",
      "preview_url": "https://datanest-stores.com/freelancer-toolkit/preview-solopreneur-operations-playbook",
      "demo_url": "https://datanest-stores.com/freelancer-toolkit/demo-solopreneur-operations-playbook/"
    },
    {
      "product_id": "freelancer-toolkit:freelancer-complete-bundle",
      "slug": "freelancer-complete-bundle",
      "store": "freelancer-toolkit",
      "store_name": "Freelancer Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "bundle",
        "career",
        "client management",
        "contracts",
        "freelancer",
        "invoicing",
        "pricing",
        "proposals",
        "solopreneur"
      ],
      "title": "Freelancer Complete Bundle",
      "short_description": "All 11 freelancer tools \u2014 $329 bought separately, yours for $149. Save $180 (55%): contracts, invoices, proposals, and business systems.",
      "detailed_description": "By Freelancer Toolkit Pro | $29 A complete client onboarding system for freelancers and solo consultants. From the first \"let's work together\" email through project kick-off, this kit gives you professional welcome packets, structured intake questionnaires, onboarding checklists, and email sequences that make every new client feel like your most important one. ---",
      "price_usd": 149,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "products/annual-business-review/README.md",
        "products/annual-business-review/source/README.md",
        "products/annual-business-review/source/annual-business-review.xlsx",
        "products/annual-business-review/source/docs/how-to-run-your-review.md",
        "products/annual-business-review/source/docs/metrics-glossary.md",
        "products/annual-business-review/source/guide/01_what-s-inside.md",
        "products/annual-business-review/source/guide/02_customization.md",
        "products/annual-business-review/source/guide/03_faq.md",
        "products/annual-business-review/source/guide/04_disclaimer.md",
        "products/annual-business-review/source/pages/annual-review-hub.md",
        "products/annual-business-review/source/pages/goal-setting-framework.md",
        "products/annual-business-review/source/pages/the-review-process.md",
        "products/annual-business-review/source/sample.xlsx",
        "products/annual-business-review/source/sheets/client-analysis.csv",
        "products/annual-business-review/source/sheets/growth-metrics.csv",
        "products/annual-business-review/source/sheets/revenue-breakdown.csv",
        "products/annual-business-review/source/sheets/time-allocation.csv",
        "products/annual-business-review/source/templates/next-year-goals-template.md",
        "products/annual-business-review/source/templates/quarterly-okr-template.md",
        "products/annual-business-review/source/templates/year-in-review-worksheet.md",
        "products/client-crm-pipeline/README.md",
        "products/client-crm-pipeline/source/README.md",
        "products/client-crm-pipeline/source/databases/active-projects.csv",
        "products/client-crm-pipeline/source/databases/completed-work.csv",
        "products/client-crm-pipeline/source/databases/contacts.csv",
        "products/client-crm-pipeline/source/databases/leads.csv",
        "products/client-crm-pipeline/source/databases/proposals.csv",
        "products/client-crm-pipeline/source/docs/CUSTOMIZATION.md",
        "products/client-crm-pipeline/source/docs/IMPORT-GUIDE.md",
        "products/client-crm-pipeline/source/formulas/FORMULAS.md",
        "products/client-crm-pipeline/source/guide/01_what-s-inside.md",
        "products/client-crm-pipeline/source/guide/02_quick-start.md",
        "products/client-crm-pipeline/source/guide/03_faq.md",
        "products/client-crm-pipeline/source/guide/04_license.md",
        "products/client-crm-pipeline/source/pages/crm-hub.md",
        "products/client-crm-pipeline/source/pages/pipeline-board-setup.md",
        "products/client-crm-pipeline/source/pages/weekly-pipeline-review.md",
        "products/client-onboarding-kit/README.md",
        "products/client-onboarding-kit/source/README.md",
        "products/client-onboarding-kit/source/databases/client-info-tracker.csv",
        "products/client-onboarding-kit/source/databases/onboarding-checklist.csv",
        "products/client-onboarding-kit/source/docs/CUSTOMIZATION.md",
        "products/client-onboarding-kit/source/docs/IMPORT-GUIDE.md",
        "products/client-onboarding-kit/source/guide/01_what-s-inside.md",
        "products/client-onboarding-kit/source/guide/02_quick-start.md",
        "products/client-onboarding-kit/source/guide/03_faq.md",
        "products/client-onboarding-kit/source/guide/04_license.md",
        "products/client-onboarding-kit/source/pages/kickoff-meeting-agenda.md",
        "products/client-onboarding-kit/source/pages/onboarding-hub.md",
        "products/client-onboarding-kit/source/pages/welcome-packet.md",
        "products/client-onboarding-kit/source/templates/intake-questionnaire.md",
        "products/client-onboarding-kit/source/templates/project-brief.md",
        "products/client-onboarding-kit/source/templates/welcome-email-sequence.md",
        "products/freelance-financial-dashboard/README.md",
        "products/freelance-financial-dashboard/source/README.md",
        "products/freelance-financial-dashboard/source/docs/CUSTOMIZATION.md",
        "products/freelance-financial-dashboard/source/docs/SETUP-GOOGLE-SHEETS.md",
        "products/freelance-financial-dashboard/source/docs/chart-setup-guide.md",
        "products/freelance-financial-dashboard/source/formulas/FORMULAS.md",
        "products/freelance-financial-dashboard/source/freelance-financial-dashboard.xlsx",
        "products/freelance-financial-dashboard/source/guide/01_what-s-inside.md",
        "products/freelance-financial-dashboard/source/guide/02_quick-start.md",
        "products/freelance-financial-dashboard/source/guide/03_customization.md",
        "products/freelance-financial-dashboard/source/guide/04_support.md",
        "products/freelance-financial-dashboard/source/pages/dashboard-setup.md",
        "products/freelance-financial-dashboard/source/pages/how-to-read-your-numbers.md",
        "products/freelance-financial-dashboard/source/sample.xlsx",
        "products/freelance-financial-dashboard/source/sheets/expense-log.csv",
        "products/freelance-financial-dashboard/source/sheets/income-log.csv",
        "products/freelance-financial-dashboard/source/sheets/monthly-summary.csv",
        "products/freelance-financial-dashboard/source/sheets/profit-margin.csv",
        "products/freelance-financial-dashboard/source/sheets/tax-estimate.csv",
        "products/freelance-financial-dashboard/source/sheets/yearly-comparison.csv",
        "products/freelancer-legal-bundle/README.md",
        "products/freelancer-legal-bundle/source/README.md",
        "products/freelancer-legal-bundle/source/docs/customization-guide.md",
        "products/freelancer-legal-bundle/source/docs/jurisdiction-notes.md",
        "products/freelancer-legal-bundle/source/pages/clause-glossary.md",
        "products/freelancer-legal-bundle/source/pages/how-to-use.md",
        "products/freelancer-legal-bundle/source/pages/when-you-need-each-document.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1074332,
      "download_size_human": "1.0 MB",
      "product_url": "https://datanest-stores.com/freelancer-toolkit/#product-freelancer-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "frontend-developer:react-saas-template",
      "slug": "react-saas-template",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "React SaaS Template",
      "short_description": "Production React SaaS starter with TypeScript, authentication, billing, dashboard, and component library.",
      "detailed_description": "A complete React + TypeScript SaaS starter built on Vite. This template gives you authentication flows, a dashboard with sidebar navigation, subscription/billing UI wired for Stripe, a settings panel, a reusable component library, and an API client layer \u2014 all structured so you can start building your actual product features on day one instead of spending weeks on boilerplate.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Install dependencies\nnpm install\n\n# 2. Copy the environment file and fill in your values\ncp .env.example .env\n\n# 3. Start the dev server\nnpm run dev\n\n# 4. Open http://localhost:5173",
        "react-saas-template/\n\u251c\u2500\u2500 index.html\n\u251c\u2500\u2500 package.json\n\u251c\u2500\u2500 tsconfig.json\n\u251c\u2500\u2500 vite.config.ts\n\u251c\u2500\u2500 .env.example\n\u251c\u2500\u2500 .gitignore\n\u251c\u2500\u2500 src/\n\u2502   \u251c\u2500\u2500 main.tsx                    # React DOM entry point\n\u2502   \u251c\u2500\u2500 App.tsx                     # Top-level router + providers\n\u2502   \u251c\u2500\u2500 routes.tsx                  # Route definitions with lazy loading\n\u2502   \u251c\u2500\u2500 config/\n\u2502   \u2502   \u2514\u2500\u2500 env.ts                  # Validated env vars\n\u2502   \u251c\u2500\u2500 types/\n\u2026"
      ],
      "included_files": [
        ".env.example",
        "README.md",
        "examples/adding-a-feature.md",
        "guide/architecture.md",
        "guide/deployment.md",
        "guides/architecture.md",
        "guides/deployment.md",
        "package.json",
        "src/App.tsx",
        "src/components/auth/ForgotPasswordForm.tsx",
        "src/components/auth/LoginForm.tsx",
        "src/components/auth/ProtectedRoute.tsx",
        "src/components/auth/SignupForm.tsx",
        "src/components/billing/PricingTable.tsx",
        "src/components/billing/SubscriptionManager.tsx",
        "src/components/dashboard/DashboardLayout.tsx",
        "src/components/dashboard/DashboardPage.tsx",
        "src/components/dashboard/Sidebar.tsx",
        "src/components/settings/SettingsPanel.tsx",
        "src/components/ui/ComponentLibrary.tsx",
        "src/components/ui/Spinner.tsx",
        "src/config/env.ts",
        "src/hooks/useLocalStorage.ts",
        "src/hooks/useSubscription.ts",
        "src/lib/api-client.ts",
        "src/lib/auth-context.tsx",
        "src/lib/stripe.ts",
        "src/main.tsx",
        "src/routes.tsx",
        "src/styles/globals.css",
        "src/types/index.ts",
        "tsconfig.json",
        "vite.config.ts"
      ],
      "file_count": 33,
      "download_size_bytes": 123395,
      "download_size_human": "120.5 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-react-saas-template",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-react-saas-template",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-react-saas-template/"
    },
    {
      "product_id": "frontend-developer:nextjs-starter-kit",
      "slug": "nextjs-starter-kit",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "Next.js Starter Kit",
      "short_description": "Next.js 14+ App Router template with SSR, ISR, API routes, Prisma ORM, and Vercel deployment configs.",
      "detailed_description": "A Next.js 14+ App Router template with server components, route handlers, Prisma ORM, middleware-based auth, ISR/SSR examples, and Vercel deployment configs. Built with TypeScript throughout. Drop this into your project and start building features immediately instead of configuring framework plumbing.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Install dependencies\nnpm install\n\n# 2. Copy environment variables\ncp .env.example .env\n\n# 3. Set up the database (adjust DATABASE_URL in .env first)\nnpx prisma db push\n\n# 4. Seed sample data (optional)\nnpx prisma db seed\n\n# 5. Start the dev server\nnpm run dev\n\u2026"
      ],
      "included_files": [
        ".env.example",
        "README.md",
        "app/api/auth/route.ts",
        "app/api/posts/route.ts",
        "app/api/users/route.ts",
        "app/blog/[slug]/page.tsx",
        "app/blog/page.tsx",
        "app/dashboard/layout.tsx",
        "app/dashboard/page.tsx",
        "app/error.tsx",
        "app/layout.tsx",
        "app/loading.tsx",
        "app/not-found.tsx",
        "app/page.tsx",
        "components/Footer.tsx",
        "components/Header.tsx",
        "components/PostCard.tsx",
        "guide/architecture.md",
        "guide/deployment.md",
        "guides/architecture.md",
        "guides/deployment.md",
        "middleware.ts",
        "next.config.ts",
        "package.json",
        "prisma/schema.prisma",
        "src/lib/auth.ts",
        "src/lib/prisma.ts",
        "src/lib/utils.ts",
        "src/types/index.ts",
        "tsconfig.json",
        "vercel.json"
      ],
      "file_count": 31,
      "download_size_bytes": 120603,
      "download_size_human": "117.8 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-nextjs-starter-kit",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-nextjs-starter-kit",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-nextjs-starter-kit/"
    },
    {
      "product_id": "frontend-developer:tailwind-component-library",
      "slug": "tailwind-component-library",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "Tailwind Component Library",
      "short_description": "80+ accessible Tailwind CSS components: forms, tables, modals, navigation, cards, and data visualization.",
      "detailed_description": "A collection of 80+ accessible, copy-paste-ready React components built with Tailwind CSS. Every component follows WAI-ARIA guidelines, includes keyboard navigation, and works across all modern browsers.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "TypeScript",
        "JavaScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "npm install -D tailwindcss postcss autoprefixer\nnpx tailwindcss init -p",
        "cp tailwind.config.js your-project/tailwind.config.js"
      ],
      "included_files": [
        "README.md",
        "components/cards/index.tsx",
        "components/dataviz/index.tsx",
        "components/feedback/index.tsx",
        "components/forms/index.tsx",
        "components/layout/index.tsx",
        "components/modals/index.tsx",
        "components/navigation/index.tsx",
        "components/tables/index.tsx",
        "examples/dashboard-page.tsx",
        "examples/landing-page.tsx",
        "guide/accessibility.md",
        "guide/customization.md",
        "guides/accessibility.md",
        "guides/customization.md",
        "package.json",
        "tailwind.config.js"
      ],
      "file_count": 17,
      "download_size_bytes": 146194,
      "download_size_human": "142.8 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-tailwind-component-library",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-tailwind-component-library",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-tailwind-component-library/"
    },
    {
      "product_id": "frontend-developer:typescript-utility-library",
      "slug": "typescript-utility-library",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "TypeScript Utility Library",
      "short_description": "Type-safe utility functions, custom hooks, generic patterns, and advanced TypeScript techniques with full test coverage.",
      "detailed_description": "A collection of type-safe utilities, custom hooks, and advanced TypeScript patterns for modern React/TypeScript applications. Everything is thoroughly typed with generics, and every function includes JSDoc documentation.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Copy the files you need into your project\ncp -r typescript-utility-library/src/ your-project/src/utils/\n\n# Or cherry-pick individual modules\ncp typescript-utility-library/src/result.ts your-project/src/utils/",
        "// Import what you need\nimport { Result, Ok, Err } from \"./utils/result\";\nimport { chunk, unique, groupBy } from \"./utils/array\";\nimport { useDebounce, useLocalStorage } from \"./utils/hooks\";\nimport type { Email, UserId } from \"./utils/branded\";"
      ],
      "included_files": [
        "README.md",
        "examples/real-world.ts",
        "guide/type-patterns.md",
        "guides/type-patterns.md",
        "package.json",
        "src/array.ts",
        "src/async.ts",
        "src/branded.ts",
        "src/guards.ts",
        "src/hooks/index.ts",
        "src/index.ts",
        "src/object.ts",
        "src/patterns/index.ts",
        "src/result.ts",
        "src/string.ts",
        "tests/array.test.ts",
        "tests/result.test.ts",
        "tsconfig.json",
        "vitest.config.ts"
      ],
      "file_count": 19,
      "download_size_bytes": 127421,
      "download_size_human": "124.4 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-typescript-utility-library",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-typescript-utility-library",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-typescript-utility-library/"
    },
    {
      "product_id": "frontend-developer:state-management-patterns",
      "slug": "state-management-patterns",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "State Management Patterns",
      "short_description": "Zustand, Jotai, and React Query patterns for complex state: optimistic updates, caching, and real-time sync.",
      "detailed_description": "Battle-tested patterns for managing complex client state in React applications using Zustand, Jotai, and React Query. This collection covers the patterns that emerge when you move beyond simple useState \u2014 optimistic updates, cache synchronization, real-time data, and the hard decisions about where state actually belongs.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "React 18+",
        "TypeScript 5+",
        "One or more of",
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "React",
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Install the libraries you want to use (pick one or combine):\nnpm install zustand immer\nnpm install jotai\nnpm install @tanstack/react-query\n\n# Copy the patterns you need into your project\ncp -r src/zustand/ your-project/src/state/"
      ],
      "included_files": [
        "README.md",
        "examples/dashboard-jotai.tsx",
        "examples/data-table-react-query.tsx",
        "examples/todo-app-zustand.tsx",
        "guide/decision-guide.md",
        "guides/decision-guide.md",
        "src/jotai/async-atoms.ts",
        "src/jotai/atom-families.ts",
        "src/jotai/atoms.ts",
        "src/react-query/cache-invalidation.ts",
        "src/react-query/infinite-queries.ts",
        "src/react-query/mutations.ts",
        "src/react-query/queries.ts",
        "src/realtime/optimistic-updates.ts",
        "src/realtime/websocket-sync.ts",
        "src/zustand/middleware.ts",
        "src/zustand/persistence.ts",
        "src/zustand/store-slices.ts",
        "tests/jotai.test.ts",
        "tests/react-query.test.ts",
        "tests/zustand.test.ts",
        "tsconfig.json"
      ],
      "file_count": 22,
      "download_size_bytes": 154704,
      "download_size_human": "151.1 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-state-management-patterns",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-state-management-patterns",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-state-management-patterns/"
    },
    {
      "product_id": "frontend-developer:frontend-testing-toolkit",
      "slug": "frontend-testing-toolkit",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "Frontend Testing Toolkit",
      "short_description": "Vitest, Testing Library, Playwright, and Storybook integration for unit, integration, and E2E testing.",
      "detailed_description": "A complete testing setup for React applications covering unit, integration, and end-to-end testing with Vitest, Testing Library, Playwright, and Storybook. This toolkit includes example components with their corresponding tests at every level, plus CI configuration and a testing strategy guide.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "React 18+, TypeScript 5+",
        "Vitest 1+, @testing-library/react 14+",
        "Playwright 1.40+",
        "Storybook 8+",
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "React",
        "TypeScript",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Install dependencies\nnpm install -D vitest @testing-library/react @testing-library/jest-dom @testing-library/user-event\nnpm install -D @playwright/test\nnpm install -D @storybook/react-vite storybook\n\n# Run unit tests\nnpx vitest\n\n# Run E2E tests\nnpx playwright test\n\n# Start Storybook\nnpx storybook dev -p 6006",
        "frontend-testing-toolkit/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u251c\u2500\u2500 components/\n\u2502   \u2502   \u251c\u2500\u2500 SearchInput.tsx         # Debounced search with clear button\n\u2502   \u2502   \u251c\u2500\u2500 DataTable.tsx           # Sortable, paginated table\n\u2502   \u2502   \u2514\u2500\u2500 Modal.tsx               # Accessible dialog with focus trap\n\u2502   \u251c\u2500\u2500 hooks/\n\u2502   \u2502   \u2514\u2500\u2500 useDebounce.ts          # Debounce hook used by SearchInput\n\u2502   \u2514\u2500\u2500 utils/\n\u2502       \u2514\u2500\u2500 formatters.ts           # Display formatting helpers\n\u251c\u2500\u2500 tests/\n\u2502   \u251c\u2500\u2500 unit/\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/ci-testing.yml",
        "configs/storybook/main.ts",
        "configs/storybook/preview.ts",
        "configs/vitest.config.ts",
        "guide/testing-strategy.md",
        "guides/testing-strategy.md",
        "src/components/DataTable.tsx",
        "src/components/Modal.tsx",
        "src/components/SearchInput.tsx",
        "src/hooks/useDebounce.ts",
        "src/utils/formatters.ts",
        "stories/DataTable.stories.tsx",
        "stories/Modal.stories.tsx",
        "stories/SearchInput.stories.tsx",
        "tests/e2e/playwright.config.ts",
        "tests/e2e/search.spec.ts",
        "tests/integration/search-flow.test.tsx",
        "tests/unit/DataTable.test.tsx",
        "tests/unit/Modal.test.tsx",
        "tests/unit/SearchInput.test.tsx",
        "tests/unit/useDebounce.test.ts",
        "tests/utils/fixtures.ts",
        "tests/utils/mocks.ts",
        "tests/utils/render-helpers.tsx"
      ],
      "file_count": 25,
      "download_size_bytes": 131092,
      "download_size_human": "128.0 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-frontend-testing-toolkit",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-frontend-testing-toolkit",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-frontend-testing-toolkit/"
    },
    {
      "product_id": "frontend-developer:form-validation-library",
      "slug": "form-validation-library",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "Form Validation Library",
      "short_description": "React Hook Form + Zod validation patterns, multi-step forms, file uploads, and accessible error handling.",
      "detailed_description": "A complete React form validation toolkit built on React Hook Form and Zod. Includes reusable form components, pre-built validation schemas for common use cases, custom hooks for multi-step forms and file uploads, and patterns you can drop into any project.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "npm install react-hook-form zod @hookform/resolvers",
        "import { useForm } from \"react-hook-form\";\nimport { zodResolver } from \"@hookform/resolvers/zod\";\nimport { loginSchema, type LoginData } from \"./src/schemas/user-schemas\";\nimport { FormField } from \"./src/components/FormField\";\n\nfunction LoginForm() {\n  const {\n    register,\n    handleSubmit,\n    formState: { errors, isSubmitting },\n  } = useForm<LoginData>({\n    resolver: zodResolver(loginSchema),\n  });\n\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/checkout-form.tsx",
        "examples/file-upload-form.tsx",
        "examples/registration-form.tsx",
        "guide/validation-patterns.md",
        "guides/validation-patterns.md",
        "src/components/FileUpload.tsx",
        "src/components/FormField.tsx",
        "src/components/MultiStepWizard.tsx",
        "src/hooks/useFileUpload.ts",
        "src/hooks/useFormPersist.ts",
        "src/hooks/useMultiStepForm.ts",
        "src/schemas/async-validation.ts",
        "src/schemas/payment-schemas.ts",
        "src/schemas/user-schemas.ts",
        "src/utils/validation-helpers.ts",
        "tests/schemas.test.ts"
      ],
      "file_count": 17,
      "download_size_bytes": 100265,
      "download_size_human": "97.9 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-form-validation-library",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-form-validation-library",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-form-validation-library/"
    },
    {
      "product_id": "frontend-developer:animation-effects-pack",
      "slug": "animation-effects-pack",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "Animation & Effects Pack",
      "short_description": "Framer Motion animations, scroll effects, page transitions, loading states, and micro-interactions library.",
      "detailed_description": "A comprehensive collection of Framer Motion animation patterns, reusable components, and utility hooks for building polished, accessible React interfaces. Every animation respects prefers-reduced-motion out of the box.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "TypeScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "npm install framer-motion\n# framer-motion is the only peer dependency",
        "import { motion } from 'framer-motion';\nimport { fadeUp, slideInLeft } from './src/variants/entrance';\n\nfunction Hero() {\n  return (\n    <section>\n      <motion.h1 {...fadeUp}>Welcome to the future</motion.h1>\n      <motion.p {...slideInLeft} custom={0.2}>\n        This text slides in from the left with a 0.2s delay.\n      </motion.p>\n    </section>\n  );\n}"
      ],
      "included_files": [
        "README.md",
        "examples/dashboard-transitions.tsx",
        "examples/landing-page.tsx",
        "examples/loading-states.tsx",
        "guide/animation-guide.md",
        "guides/animation-guide.md",
        "src/components/AnimatedCounter.tsx",
        "src/components/PageTransition.tsx",
        "src/components/Parallax.tsx",
        "src/components/ScrollReveal.tsx",
        "src/components/SkeletonLoader.tsx",
        "src/components/StaggerList.tsx",
        "src/hooks/useMicroInteraction.ts",
        "src/hooks/useReducedMotion.ts",
        "src/hooks/useScrollProgress.ts",
        "src/utils/easing.ts",
        "src/utils/motion-config.ts",
        "src/variants/entrance.ts",
        "src/variants/exit.ts",
        "src/variants/hover.ts",
        "src/variants/stagger.ts",
        "tests/components.test.tsx",
        "tests/entrance-variants.test.ts",
        "tests/hooks.test.ts"
      ],
      "file_count": 24,
      "download_size_bytes": 181807,
      "download_size_human": "177.5 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-animation-effects-pack",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-animation-effects-pack",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-animation-effects-pack/"
    },
    {
      "product_id": "frontend-developer:responsive-email-templates",
      "slug": "responsive-email-templates",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "Responsive Email Templates",
      "short_description": "30+ HTML email templates: transactional, marketing, newsletters. Compatible with all major email clients.",
      "detailed_description": "30 battle-tested HTML email templates built with table-based layouts, inline styles, MSO conditional comments, bulletproof buttons, dark mode support, and responsive media queries. Every template renders correctly across Outlook, Gmail, Apple Mail, Yahoo, and 20+ other email clients. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "#4a90d9  \u2014 Primary brand color (buttons, headings, links)\n#2c5f8a  \u2014 Dark variant (button hover states, header background)\n#1a1a2e  \u2014 Dark text color\n#555555  \u2014 Secondary text color\n#f8f9fa  \u2014 Light background\n#ffffff  \u2014 Card/container background",
        "font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;"
      ],
      "included_files": [
        "README.md",
        "configs/litmus-test-config.json",
        "guide/build-workflow.md",
        "guide/email-client-compatibility.md",
        "guide/merge-tags-guide.md",
        "guide/testing-checklist.md",
        "guides/build-workflow.md",
        "guides/email-client-compatibility.md",
        "guides/merge-tags-guide.md",
        "guides/testing-checklist.md",
        "partials/footer.html",
        "partials/head-reset.html",
        "templates/marketing/announcement.html",
        "templates/marketing/flash-sale.html",
        "templates/marketing/loyalty-reward.html",
        "templates/marketing/product-launch.html",
        "templates/marketing/promotional-offer.html",
        "templates/marketing/re-engagement.html",
        "templates/marketing/referral-invite.html",
        "templates/marketing/seasonal-campaign.html",
        "templates/marketing/survey-request.html",
        "templates/marketing/webinar-invite.html",
        "templates/newsletters/community-update.html",
        "templates/newsletters/curator-picks.html",
        "templates/newsletters/event-recap.html",
        "templates/newsletters/featured-content.html",
        "templates/newsletters/industry-news.html",
        "templates/newsletters/monthly-roundup.html",
        "templates/newsletters/product-changelog.html",
        "templates/newsletters/tips-and-tricks.html",
        "templates/newsletters/weekly-digest.html",
        "templates/newsletters/year-in-review.html",
        "templates/transactional/account-activated.html",
        "templates/transactional/account-deactivated.html",
        "templates/transactional/email-verification.html",
        "templates/transactional/invoice.html",
        "templates/transactional/order-cancelled.html",
        "templates/transactional/password-reset.html",
        "templates/transactional/receipt.html",
        "templates/transactional/shipping-notification.html",
        "templates/transactional/subscription-confirmed.html",
        "templates/transactional/welcome.html"
      ],
      "file_count": 42,
      "download_size_bytes": 212699,
      "download_size_human": "207.7 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-responsive-email-templates",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-responsive-email-templates",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-responsive-email-templates/"
    },
    {
      "product_id": "frontend-developer:accessibility-audit-toolkit",
      "slug": "accessibility-audit-toolkit",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "Accessibility Audit Toolkit",
      "short_description": "WCAG 2.1 compliance checklist, axe-core configs, screen reader testing scripts, and ARIA pattern library.",
      "detailed_description": "A complete toolkit for auditing web applications against WCAG 2.1 Level A and AA. Includes a criterion-by-criterion checklist, automated testing scripts, accessible component patterns, and remediation guidance. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "JavaScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Install dependencies\nnpm install playwright @axe-core/playwright\nnpx playwright install chromium\n\n# Edit configs/axe-config.json to add your URLs\n# Then run the audit\nnode scripts/axe-audit.js",
        "# GitHub Actions example\n- name: Accessibility Audit\n  run: |\n    npm install playwright @axe-core/playwright\n    npx playwright install chromium\n    node scripts/axe-audit.js --config configs/axe-config.json"
      ],
      "included_files": [
        "README.md",
        "checklists/wcag-2.1-checklist.md",
        "configs/axe-config.json",
        "guide/keyboard-nav-matrix.md",
        "guide/remediation-guide.md",
        "guide/screen-reader-testing.md",
        "guides/keyboard-nav-matrix.md",
        "guides/remediation-guide.md",
        "guides/screen-reader-testing.md",
        "patterns/combobox.html",
        "patterns/dialog.html",
        "patterns/disclosure.html",
        "patterns/menu.html",
        "patterns/tabs.html",
        "scripts/axe-audit.js"
      ],
      "file_count": 15,
      "download_size_bytes": 135852,
      "download_size_human": "132.7 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-accessibility-audit-toolkit",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-accessibility-audit-toolkit",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-accessibility-audit-toolkit/"
    },
    {
      "product_id": "frontend-developer:performance-optimization-guide",
      "slug": "performance-optimization-guide",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "Frontend Performance Guide",
      "short_description": "Core Web Vitals optimization: code splitting, image optimization, caching strategies, and bundle analysis tools.",
      "detailed_description": "A comprehensive, actionable guide to web performance optimization. Covers all three Core Web Vitals (LCP, CLS, INP), code splitting, image optimization, caching strategies, bundle analysis, and real user monitoring. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "JavaScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "configs/performance-budget.json",
        "examples/caching/cache-headers-reference.md",
        "examples/caching/service-worker.js",
        "examples/code-splitting/lazy-loading-patterns.jsx",
        "examples/image-optimization/image-optimization-guide.md",
        "examples/measurement/rum-setup-guide.md",
        "guide/cls-optimization.md",
        "guide/inp-optimization.md",
        "guide/lcp-optimization.md",
        "guides/cls-optimization.md",
        "guides/inp-optimization.md",
        "guides/lcp-optimization.md",
        "scripts/bundle-analyzer.js"
      ],
      "file_count": 14,
      "download_size_bytes": 115366,
      "download_size_human": "112.7 KB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-performance-optimization-guide",
      "preview_url": "https://datanest-stores.com/frontend-developer/preview-performance-optimization-guide",
      "demo_url": "https://datanest-stores.com/frontend-developer/demo-performance-optimization-guide/"
    },
    {
      "product_id": "frontend-developer:frontend-complete-bundle",
      "slug": "frontend-complete-bundle",
      "store": "frontend-developer",
      "store_name": "Frontend Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "accessibility",
        "bundle",
        "dev",
        "frontend testing",
        "next.js",
        "react",
        "tailwind css",
        "typescript"
      ],
      "title": "Frontend Developer Bundle",
      "short_description": "All 11 frontend tools \u2014 $369 bought separately, yours for $129. Save $240 (65%): React, TypeScript, components, and modern web-app patterns.",
      "detailed_description": "A complete React + TypeScript SaaS starter built on Vite. This template gives you authentication flows, a dashboard with sidebar navigation, subscription/billing UI wired for Stripe, a settings panel, a reusable component library, and an API client layer \u2014 all structured so you can start building your actual product features on day one instead of spending weeks on boilerplate.",
      "price_usd": 129,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "TypeScript",
        "JavaScript",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Install dependencies\nnpm install\n\n# 2. Copy the environment file and fill in your values\ncp .env.example .env\n\n# 3. Start the dev server\nnpm run dev\n\n# 4. Open http://localhost:5173",
        "react-saas-template/\n\u251c\u2500\u2500 index.html\n\u251c\u2500\u2500 package.json\n\u251c\u2500\u2500 tsconfig.json\n\u251c\u2500\u2500 vite.config.ts\n\u251c\u2500\u2500 .env.example\n\u251c\u2500\u2500 .gitignore\n\u251c\u2500\u2500 src/\n\u2502   \u251c\u2500\u2500 main.tsx                    # React DOM entry point\n\u2502   \u251c\u2500\u2500 App.tsx                     # Top-level router + providers\n\u2502   \u251c\u2500\u2500 routes.tsx                  # Route definitions with lazy loading\n\u2502   \u251c\u2500\u2500 config/\n\u2502   \u2502   \u2514\u2500\u2500 env.ts                  # Validated env vars\n\u2502   \u251c\u2500\u2500 types/\n\u2026"
      ],
      "included_files": [
        "products/accessibility-audit-toolkit/README.md",
        "products/accessibility-audit-toolkit/source/README.md",
        "products/accessibility-audit-toolkit/source/checklists/wcag-2.1-checklist.md",
        "products/accessibility-audit-toolkit/source/configs/axe-config.json",
        "products/accessibility-audit-toolkit/source/guide/keyboard-nav-matrix.md",
        "products/accessibility-audit-toolkit/source/guide/remediation-guide.md",
        "products/accessibility-audit-toolkit/source/guide/screen-reader-testing.md",
        "products/accessibility-audit-toolkit/source/guides/keyboard-nav-matrix.md",
        "products/accessibility-audit-toolkit/source/guides/remediation-guide.md",
        "products/accessibility-audit-toolkit/source/guides/screen-reader-testing.md",
        "products/accessibility-audit-toolkit/source/patterns/combobox.html",
        "products/accessibility-audit-toolkit/source/patterns/dialog.html",
        "products/accessibility-audit-toolkit/source/patterns/disclosure.html",
        "products/accessibility-audit-toolkit/source/patterns/menu.html",
        "products/accessibility-audit-toolkit/source/patterns/tabs.html",
        "products/accessibility-audit-toolkit/source/scripts/axe-audit.js",
        "products/animation-effects-pack/README.md",
        "products/animation-effects-pack/source/README.md",
        "products/animation-effects-pack/source/examples/dashboard-transitions.tsx",
        "products/animation-effects-pack/source/examples/landing-page.tsx",
        "products/animation-effects-pack/source/examples/loading-states.tsx",
        "products/animation-effects-pack/source/guide/animation-guide.md",
        "products/animation-effects-pack/source/guides/animation-guide.md",
        "products/animation-effects-pack/source/src/components/AnimatedCounter.tsx",
        "products/animation-effects-pack/source/src/components/PageTransition.tsx",
        "products/animation-effects-pack/source/src/components/Parallax.tsx",
        "products/animation-effects-pack/source/src/components/ScrollReveal.tsx",
        "products/animation-effects-pack/source/src/components/SkeletonLoader.tsx",
        "products/animation-effects-pack/source/src/components/StaggerList.tsx",
        "products/animation-effects-pack/source/src/hooks/useMicroInteraction.ts",
        "products/animation-effects-pack/source/src/hooks/useReducedMotion.ts",
        "products/animation-effects-pack/source/src/hooks/useScrollProgress.ts",
        "products/animation-effects-pack/source/src/utils/easing.ts",
        "products/animation-effects-pack/source/src/utils/motion-config.ts",
        "products/animation-effects-pack/source/src/variants/entrance.ts",
        "products/animation-effects-pack/source/src/variants/exit.ts",
        "products/animation-effects-pack/source/src/variants/hover.ts",
        "products/animation-effects-pack/source/src/variants/stagger.ts",
        "products/animation-effects-pack/source/tests/components.test.tsx",
        "products/animation-effects-pack/source/tests/entrance-variants.test.ts",
        "products/animation-effects-pack/source/tests/hooks.test.ts",
        "products/form-validation-library/README.md",
        "products/form-validation-library/source/README.md",
        "products/form-validation-library/source/examples/checkout-form.tsx",
        "products/form-validation-library/source/examples/file-upload-form.tsx",
        "products/form-validation-library/source/examples/registration-form.tsx",
        "products/form-validation-library/source/guide/validation-patterns.md",
        "products/form-validation-library/source/guides/validation-patterns.md",
        "products/form-validation-library/source/src/components/FileUpload.tsx",
        "products/form-validation-library/source/src/components/FormField.tsx",
        "products/form-validation-library/source/src/components/MultiStepWizard.tsx",
        "products/form-validation-library/source/src/hooks/useFileUpload.ts",
        "products/form-validation-library/source/src/hooks/useFormPersist.ts",
        "products/form-validation-library/source/src/hooks/useMultiStepForm.ts",
        "products/form-validation-library/source/src/schemas/async-validation.ts",
        "products/form-validation-library/source/src/schemas/payment-schemas.ts",
        "products/form-validation-library/source/src/schemas/user-schemas.ts",
        "products/form-validation-library/source/src/utils/validation-helpers.ts",
        "products/form-validation-library/source/tests/schemas.test.ts",
        "products/frontend-testing-toolkit/README.md",
        "products/frontend-testing-toolkit/source/README.md",
        "products/frontend-testing-toolkit/source/configs/ci-testing.yml",
        "products/frontend-testing-toolkit/source/configs/storybook/main.ts",
        "products/frontend-testing-toolkit/source/configs/storybook/preview.ts",
        "products/frontend-testing-toolkit/source/configs/vitest.config.ts",
        "products/frontend-testing-toolkit/source/guide/testing-strategy.md",
        "products/frontend-testing-toolkit/source/guides/testing-strategy.md",
        "products/frontend-testing-toolkit/source/src/components/DataTable.tsx",
        "products/frontend-testing-toolkit/source/src/components/Modal.tsx",
        "products/frontend-testing-toolkit/source/src/components/SearchInput.tsx",
        "products/frontend-testing-toolkit/source/src/hooks/useDebounce.ts",
        "products/frontend-testing-toolkit/source/src/utils/formatters.ts",
        "products/frontend-testing-toolkit/source/stories/DataTable.stories.tsx",
        "products/frontend-testing-toolkit/source/stories/Modal.stories.tsx",
        "products/frontend-testing-toolkit/source/stories/SearchInput.stories.tsx",
        "products/frontend-testing-toolkit/source/tests/e2e/playwright.config.ts",
        "products/frontend-testing-toolkit/source/tests/e2e/search.spec.ts",
        "products/frontend-testing-toolkit/source/tests/integration/search-flow.test.tsx",
        "products/frontend-testing-toolkit/source/tests/unit/DataTable.test.tsx",
        "products/frontend-testing-toolkit/source/tests/unit/Modal.test.tsx"
      ],
      "file_count": 80,
      "download_size_bytes": 1573172,
      "download_size_human": "1.5 MB",
      "product_url": "https://datanest-stores.com/frontend-developer/#product-frontend-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "gridforge:predictive-heating-optimization",
      "slug": "predictive-heating-optimization",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Predictive Heating Optimization Accelerator",
      "short_description": "Deploy-ready Databricks Asset Bundle that runs Model Predictive Control over building/district-heating substations to cut heating energy 5-15% while holding comfort. Per-site thermal models, a real unit-tested NumPy MPC solver (no scipy/cvxpy), verified energy/cost/CO2 savings, and comfort-compliance monitoring. Fully generic and parameterized.",
      "detailed_description": "A deploy-ready Databricks Asset Bundle (DAB) that runs Model Predictive Control (MPC) over district-heating substations \u2014 or any building portfolio with supply-temperature control \u2014 to cut heating energy 5\u201315% while keeping every building inside its comfort band. Everything is generic and environment-agnostic: you point the bundle at your own catalog, schema, warehouse, and source tables via bundle variables and deploy with one command. There are no organization-specific catalogs, table names, timezones, currencies, or business logic baked in.",
      "price_usd": 2990,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Install the Databricks CLI (>= 0.205.0)\ncurl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sh\n\n# 2. Configure a profile in ~/.databrickscfg (host + auth)\n\n# 3. Set your variables in databricks.yml (catalog, schema, warehouse_id,\n#    telemetry_source, weather_source, price_source, timezone)\n\n# 4. Validate and deploy\ndatabricks bundle validate -t dev -p <your-profile>\ndatabricks bundle deploy   -t dev -p <your-profile>",
        "pip install numpy pytest\npytest tests/test_mpc_solver.py -v"
      ],
      "included_files": [
        "README.md",
        "configs/optimization.example.yaml",
        "configs/sites.example.yaml",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/heating-optimization-methodology.md",
        "resources/jobs.yml",
        "src/__init__.py",
        "src/models/train_thermal_model.py",
        "src/monitoring/comfort_compliance.sql",
        "src/monitoring/indoor_temperature.sql",
        "src/optimization/__init__.py",
        "src/optimization/mpc_solver.py",
        "src/optimization/run_mpc.py",
        "src/savings/01_energy_savings.sql",
        "src/savings/02_emission_savings.sql",
        "tests/__init__.py",
        "tests/test_mpc_solver.py"
      ],
      "file_count": 22,
      "download_size_bytes": 28024,
      "download_size_human": "27.4 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-predictive-heating-optimization",
      "preview_url": "https://datanest-stores.com/gridforge/preview-predictive-heating-optimization",
      "demo_url": "https://datanest-stores.com/gridforge/demo-predictive-heating-optimization/"
    },
    {
      "product_id": "gridforge:demand-forecasting-accelerator",
      "slug": "demand-forecasting-accelerator",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Demand Forecasting Accelerator",
      "short_description": "ML-based hourly demand forecasting with automated MAE/RMSE/MAPE accuracy monitoring, horizon-bucketed analysis, and weekly retraining. Databricks Asset Bundle.",
      "detailed_description": "ML-based hourly demand forecasting with automated accuracy monitoring and weekly retraining, packaged as a deploy-ready Databricks Asset Bundle. Trains a Gradient Boosting model on consumption + weather history, produces rolling 72-hour forecasts, and tracks MAE/RMSE/MAPE by horizon. Typical 10\u201330% MAE improvement over rule-based methods. Fully generic and environment-agnostic: configure your own catalog/schema and source tables. No organization-specific dependencies. Includes: Databricks Asset Bundle \u2014 inference (every 2h), accuracy monitoring; Training + inference notebooks \u2014 GBM with calendar, cyclical, degree-day,; Accuracy + data-quality SQL \u2014 MAE/RMSE/MAPE by horizon bucket and; A dependency-free feature library (lib/demandfeatures.",
      "price_usd": 2490,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v      # validate feature logic offline\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/demand-forecasting-methodology.md",
        "lib/__init__.py",
        "lib/demand_features.py",
        "resources/jobs.yml",
        "src/model/run_inference.py",
        "src/model/train_model.py",
        "src/monitoring/01_accuracy_kpis.sql",
        "src/monitoring/02_data_quality.sql",
        "tests/__init__.py",
        "tests/test_demand_features.py"
      ],
      "file_count": 17,
      "download_size_bytes": 16970,
      "download_size_human": "16.6 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-demand-forecasting-accelerator",
      "preview_url": "https://datanest-stores.com/gridforge/preview-demand-forecasting-accelerator",
      "demo_url": "https://datanest-stores.com/gridforge/demo-demand-forecasting-accelerator/"
    },
    {
      "product_id": "gridforge:flexibility-trading-accelerator",
      "slug": "flexibility-trading-accelerator",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Flexibility Trading Analytics Accelerator",
      "short_description": "Trading analytics for batteries and demand-response assets in reserve markets (FCR-N/D, aFRR, mFRR): asset registry, availability, offers/results, and strategy comparison via modular SQL TVFs.",
      "detailed_description": "A complete trading-analytics platform for flexibility assets \u2014 batteries (BESS), demand response, and thermal flexibility \u2014 participating in reserve markets (FCR-N, FCR-D, aFRR, mFRR). Built on modular table-valued functions so every dashboard reads from a stable, composable interface. Fully generic: configure your own catalog/schema, map your asset registry and trading source tables, and set your TSO's market IDs. Currency-neutral. Includes: Databricks Asset Bundle \u2014 daily job deploying the TVFs; Four composable TVFs \u2014 currency-neutral, timezone-configurable; A dependency-free KPI library (lib/tradingkpis; An offline test suite (tests/, 6 passing tests).",
      "price_usd": 1990,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v      # validate KPIs offline\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/flexibility-trading-methodology.md",
        "lib/__init__.py",
        "lib/trading_kpis.py",
        "resources/jobs.yml",
        "src/tvfs/asset_metadata.sql",
        "src/tvfs/market_offer.sql",
        "src/tvfs/market_result.sql",
        "src/tvfs/trades_sum.sql",
        "tests/__init__.py",
        "tests/test_trading_kpis.py"
      ],
      "file_count": 17,
      "download_size_bytes": 15490,
      "download_size_human": "15.1 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-flexibility-trading-accelerator",
      "preview_url": "https://datanest-stores.com/gridforge/preview-flexibility-trading-accelerator",
      "demo_url": "https://datanest-stores.com/gridforge/demo-flexibility-trading-accelerator/"
    },
    {
      "product_id": "gridforge:balance-settlement-accelerator",
      "slug": "balance-settlement-accelerator",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Balance Settlement Analytics Accelerator",
      "short_description": "Internal balance settlement for Balance Responsible Parties at 15-minute resolution: imbalance volumes/costs, volume fees, and production-unit attribution with hierarchical drill-down.",
      "detailed_description": "Internal balance settlement for Balance Responsible Parties (BRPs) at 15-minute resolution: imbalance volumes and costs, volume fees, and production-unit attribution with hierarchical drill-down. Replaces Excel-based settlement with a deploy-ready Databricks Asset Bundle. Fully generic and currency-neutral: configure your own catalog/schema, map your metering and trade sources, and point at your imbalance-price series. Includes: Databricks Asset Bundle \u2014 daily settlement job (3 dependent SQL tasks); Three parameterized SQL steps \u2014 settlement, volume fees, energy split; A dependency-free settlement library (lib/settlement.",
      "price_usd": 1990,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v      # validate settlement logic offline\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/balance-settlement-methodology.md",
        "lib/__init__.py",
        "lib/settlement.py",
        "resources/jobs.yml",
        "src/01_balance_settlement.sql",
        "src/02_volume_fees.sql",
        "src/03_energy_metering_split.sql",
        "tests/__init__.py",
        "tests/test_settlement.py"
      ],
      "file_count": 16,
      "download_size_bytes": 13528,
      "download_size_human": "13.2 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-balance-settlement-accelerator",
      "preview_url": "https://datanest-stores.com/gridforge/preview-balance-settlement-accelerator",
      "demo_url": "https://datanest-stores.com/gridforge/demo-balance-settlement-accelerator/"
    },
    {
      "product_id": "gridforge:market-monitoring-accelerator",
      "slug": "market-monitoring-accelerator",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Energy System & Market Monitoring Accelerator",
      "short_description": "Real-time power-system monitoring from TSO open APIs: grid frequency, reserve markets, generation mix, and staleness alerting. Configurable series IDs for any European TSO.",
      "detailed_description": "Real-time power-system monitoring from TSO open APIs: grid frequency, reserve-market procurement, generation mix, consumption vs production balance, and data-freshness alerting. Situational awareness for trading desks and control rooms \u2014 replaces manual TSO-website checking. Fully generic: configurable series IDs map any European TSO's open API (e.g. ENTSO-E Transparency Platform and national TSO open APIs) to logical names. No org-specific dependencies. Includes: Databricks Asset Bundle \u2014 a 3-minute ingest + health job; Series-config mapping \u2014 one editable table maps TSO series IDs to logical; Monitoring SQL \u2014 API freshness/health, grid frequency with 50 Hz status,; A dependency-free monitoring library (lib/gridhealth.",
      "price_usd": 1490,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v      # validate monitoring logic offline\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/energy-monitoring-methodology.md",
        "lib/__init__.py",
        "lib/grid_health.py",
        "resources/jobs.yml",
        "src/01_ingest_tso_events.sql",
        "src/02_api_health.sql",
        "src/03_frequency_monitoring.sql",
        "src/04_generation_mix.sql",
        "src/series_config.example.sql",
        "tests/__init__.py",
        "tests/test_grid_health.py"
      ],
      "file_count": 18,
      "download_size_bytes": 14263,
      "download_size_human": "13.9 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-market-monitoring-accelerator",
      "preview_url": "https://datanest-stores.com/gridforge/preview-market-monitoring-accelerator",
      "demo_url": "https://datanest-stores.com/gridforge/demo-market-monitoring-accelerator/"
    },
    {
      "product_id": "gridforge:market-data-ingestion-accelerator",
      "slug": "market-data-ingestion-accelerator",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Market Data Ingestion Accelerator",
      "short_description": "Generic balancing-energy / market-data ingestion pipeline for open market APIs, environment-agnostic and configurable by endpoint and series.",
      "detailed_description": "A generic, deploy-ready ingestion pipeline for balancing-energy / market-data open APIs (ENTSO-E Transparency Platform-style): bronze \u2192 silver \u2192 gold with XML time-series flattening, revision de-duplication, and data-quality checks. Fully generic and environment-agnostic: configure your bronze/silver/gold catalogs, bidding-zone EIC codes, and API token (via a Databricks secret scope \u2014 never hard-coded). No organization-specific dependencies. Includes: Databricks Asset Bundle \u2014 a 30-minute realtime ingest \u2192 transform \u2192 DQ job; A thin REST API client (src/ingest/apiclient; Bronze\u2192silver\u2192gold transforms \u2014 XML parse, point flattening, enrich, dedup; Data-quality SQL \u2014 freshness, null, and duplicate assertions per zone; A dependency-free ingestion library (lib/marketapi.",
      "price_usd": 1490,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v      # validate parsing/dedup offline\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/market-ingestion-methodology.md",
        "lib/__init__.py",
        "lib/market_api.py",
        "resources/jobs.yml",
        "src/ingest/api_client.py",
        "src/ingest/realtime_ingest.py",
        "src/quality/dq_checks.sql",
        "src/transform/bronze_to_silver.py",
        "src/transform/silver_to_gold.py",
        "tests/__init__.py",
        "tests/test_market_api.py"
      ],
      "file_count": 18,
      "download_size_bytes": 16010,
      "download_size_human": "15.6 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-market-data-ingestion-accelerator",
      "preview_url": "https://datanest-stores.com/gridforge/preview-market-data-ingestion-accelerator",
      "demo_url": "https://datanest-stores.com/gridforge/demo-market-data-ingestion-accelerator/"
    },
    {
      "product_id": "gridforge:intraday-orderbook-accelerator",
      "slug": "intraday-orderbook-accelerator",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Intraday Orderbook Analytics Accelerator",
      "short_description": "Intraday electricity-market orderbook analytics: depth, spreads, and trade-flow KPIs over a configurable source.",
      "detailed_description": "Intraday electricity-market orderbook analytics: best bid/ask, spread, mid price, book depth, order-book imbalance, and VWAP \u2014 over a configurable source, at minute resolution. Deploy-ready Databricks Asset Bundle. Fully generic and currency-neutral: map your orderbook and trade tables and deploy. Includes: Databricks Asset Bundle \u2014 a 15-minute analytics refresh; Three SQL steps \u2014 top-of-book (bid/ask/spread/mid), depth + imbalance, and; A dependency-free analytics library (lib/orderbook.",
      "price_usd": 1490,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/orderbook-methodology.md",
        "lib/__init__.py",
        "lib/orderbook.py",
        "resources/jobs.yml",
        "src/01_top_of_book.sql",
        "src/02_depth_imbalance.sql",
        "src/03_vwap.sql",
        "tests/__init__.py",
        "tests/test_orderbook.py"
      ],
      "file_count": 16,
      "download_size_bytes": 11767,
      "download_size_human": "11.5 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-intraday-orderbook-accelerator",
      "preview_url": "https://datanest-stores.com/gridforge/preview-intraday-orderbook-accelerator",
      "demo_url": "https://datanest-stores.com/gridforge/demo-intraday-orderbook-accelerator/"
    },
    {
      "product_id": "gridforge:databricks-finops-accelerator",
      "slug": "databricks-finops-accelerator",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Databricks FinOps Cost Accelerator",
      "short_description": "Multi-workspace Databricks cost visibility from system tables: SKU/job/user attribution, monthly compute-type trends, and optimization signals. Works on any workspace.",
      "detailed_description": "Multi-workspace Databricks cost visibility built entirely on system tables \u2014 SKU/job/user attribution, monthly compute-type trends, and reserved-instance utilization. Works on any Databricks workspace with zero organization-specific dependencies: everything is driven by system.billing.usage, system.billing.listprices, and system.lakeflow.jobs. Includes: A Databricks Asset Bundle \u2014 one daily job, five parameterized SQL tasks; Aggregate tables; A dependency-free analysis library (lib/costanalysis; A unit-test suite (tests/, 9 passing tests) that runs offline.",
      "price_usd": 1490,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Verify the analysis logic offline first (no Databricks needed):\npip install pytest\npytest tests/ -v\n\n# Then deploy:\ndatabricks bundle validate -t dev -p <your-profile>\ndatabricks bundle deploy   -t dev -p <your-profile>",
        "databricks.yml                         resources/jobs.yml\nsrc/01_daily_usage_by_sku_workspace.sql\nsrc/02_daily_job_costs_by_workspace.sql\nsrc/03_monthly_aggregates.sql\nsrc/04_monthly_usage_by_user.sql\nsrc/05_reserved_instance_utilization.sql\nlib/cost_analysis.py                   tests/test_cost_analysis.py\nguide/                                 guides/finops-methodology.md"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/finops-methodology.md",
        "lib/__init__.py",
        "lib/cost_analysis.py",
        "resources/jobs.yml",
        "src/01_daily_usage_by_sku_workspace.sql",
        "src/02_daily_job_costs_by_workspace.sql",
        "src/03_monthly_aggregates.sql",
        "src/04_monthly_usage_by_user.sql",
        "src/05_reserved_instance_utilization.sql",
        "tests/__init__.py",
        "tests/test_cost_analysis.py"
      ],
      "file_count": 18,
      "download_size_bytes": 17358,
      "download_size_human": "17.0 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-databricks-finops-accelerator",
      "preview_url": "https://datanest-stores.com/gridforge/preview-databricks-finops-accelerator",
      "demo_url": "https://datanest-stores.com/gridforge/demo-databricks-finops-accelerator/"
    },
    {
      "product_id": "gridforge:forecast-accuracy-monitoring",
      "slug": "forecast-accuracy-monitoring",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Forecast Accuracy Monitoring Framework",
      "short_description": "Universal time-series forecast monitoring: one TVF + dashboards for MAE/RMSE/MAPE, bias, horizon buckets, and fair multi-system comparison. Deploy in 30 minutes for any forecast.",
      "detailed_description": "Universal time-series forecast monitoring. Plug in any forecast + actuals and get MAE / RMSE / MAPE dashboards with horizon-bucketed error, weekly trends, and fair multi-system comparison \u2014 deploy in about 30 minutes for heating, wind, solar, price, load, or any other time series. Includes: Databricks Asset Bundle \u2014 daily job that deploys the TVF and refreshes KPI; One TVF + three dashboard queries \u2014 headline KPIs, weekly MAE trend, and; A dependency-free metrics library (lib/forecastmetrics; An offline test suite (tests/, 7 passing tests).",
      "price_usd": 990,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v      # validate metrics offline\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/forecast-monitoring-methodology.md",
        "lib/__init__.py",
        "lib/forecast_metrics.py",
        "resources/jobs.yml",
        "src/dashboard/01_headline_kpis.sql",
        "src/dashboard/02_weekly_mae_trend.sql",
        "src/dashboard/03_error_by_horizon.sql",
        "src/tvf/dashboard_forecasts.sql",
        "tests/__init__.py",
        "tests/test_forecast_metrics.py"
      ],
      "file_count": 17,
      "download_size_bytes": 16000,
      "download_size_human": "15.6 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-forecast-accuracy-monitoring",
      "preview_url": "https://datanest-stores.com/gridforge/preview-forecast-accuracy-monitoring",
      "demo_url": "https://datanest-stores.com/gridforge/demo-forecast-accuracy-monitoring/"
    },
    {
      "product_id": "gridforge:gf-data-quality-framework",
      "slug": "gf-data-quality-framework",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Data Quality Monitoring Framework",
      "short_description": "Cross-cutting DQ layer for any pipeline: freshness, completeness, schema drift, null rates, and row-count anomalies with a standardized summary per schema.",
      "detailed_description": "A cross-cutting quality layer you can attach to any pipeline. Tracks freshness, completeness/documentation, and row-count anomalies, and produces a standardized summary per schema \u2014 built on system.informationschema, so it works on any Unity Catalog workspace with no per-table wiring. Fully generic and environment-agnostic: point it at a list of catalogs and deploy. Includes: Databricks Asset Bundle \u2014 a daily scan job (freshness, completeness,; Metadata-driven scans \u2014 no per-table SQL to maintain; monitored catalogs; A dependency-free checks library (lib/dqchecks.",
      "price_usd": 1490,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v      # validate check logic offline\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/data-quality-methodology.md",
        "lib/__init__.py",
        "lib/dq_checks.py",
        "resources/jobs.yml",
        "src/01_freshness_scan.sql",
        "src/02_completeness_scan.sql",
        "src/03_row_count_anomalies.sql",
        "src/04_quality_summary.sql",
        "tests/__init__.py",
        "tests/test_dq_checks.py"
      ],
      "file_count": 17,
      "download_size_bytes": 13859,
      "download_size_human": "13.5 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-gf-data-quality-framework",
      "preview_url": "https://datanest-stores.com/gridforge/preview-gf-data-quality-framework",
      "demo_url": "https://datanest-stores.com/gridforge/demo-gf-data-quality-framework/"
    },
    {
      "product_id": "gridforge:pipeline-observability-framework",
      "slug": "pipeline-observability-framework",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Pipeline Observability Framework",
      "short_description": "Job/pipeline observability from system tables: run history, failures, durations, and SLA tracking with alerting.",
      "detailed_description": "Job execution monitoring, health scoring, and lineage/impact analysis from Databricks system.lakeflow tables. Answers the three questions every data team asks at 3am: what ran, did it succeed, and what depends on it? Works on any Databricks workspace. Fully parameterized, no org-specific deps. Includes: Databricks Asset Bundle \u2014 a 4-hourly refresh (inventory \u2192 run history \u2192; Health scoring \u2014 success rate and a Healthy/Degraded/Unhealthy/Critical; Lineage + blast radius \u2014 a job\u2194table lineage table and a downstream-impact; A dependency-free library (lib/jobhealth.",
      "price_usd": 1490,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/observability-methodology.md",
        "lib/__init__.py",
        "lib/job_health.py",
        "resources/jobs.yml",
        "src/01_job_inventory.sql",
        "src/02_run_history.sql",
        "src/03_health_metrics.sql",
        "src/04_lineage_and_impact.sql",
        "tests/__init__.py",
        "tests/test_job_health.py"
      ],
      "file_count": 17,
      "download_size_bytes": 14411,
      "download_size_human": "14.1 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-pipeline-observability-framework",
      "preview_url": "https://datanest-stores.com/gridforge/preview-pipeline-observability-framework",
      "demo_url": "https://datanest-stores.com/gridforge/demo-pipeline-observability-framework/"
    },
    {
      "product_id": "gridforge:ingestion-latency-framework",
      "slug": "ingestion-latency-framework",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Ingestion Latency Framework",
      "short_description": "End-to-end ingestion latency measurement and alerting across source-to-gold hops.",
      "detailed_description": "Measures end-to-end data ingestion latency across medallion layers: batch-to-batch lag (\"how often is new data arriving?\") and source-to-landing time (\"how fresh is it vs the source?\"), with p50/p95/p99 summaries and SLA status. Works for any streaming or micro-batch pipeline. Fully generic and environment-agnostic \u2014 point it at your bronze/silver catalogs and monitored tables. Includes: Databricks Asset Bundle \u2014 a 2-hourly measure + summarize job; Two latency measures \u2014 batch-to-batch lag and end-to-end (source\u2192landing); Percentile summaries \u2014 p50/p95/p99 per table/layer/day; A dependency-free stats library (lib/latencystats.",
      "price_usd": 990,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/latency-methodology.md",
        "lib/__init__.py",
        "lib/latency_stats.py",
        "resources/jobs.yml",
        "src/01_batch_latency.sql",
        "src/02_e2e_latency.sql",
        "src/03_latency_summary.sql",
        "tests/__init__.py",
        "tests/test_latency_stats.py"
      ],
      "file_count": 16,
      "download_size_bytes": 12645,
      "download_size_human": "12.3 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-ingestion-latency-framework",
      "preview_url": "https://datanest-stores.com/gridforge/preview-ingestion-latency-framework",
      "demo_url": "https://datanest-stores.com/gridforge/demo-ingestion-latency-framework/"
    },
    {
      "product_id": "gridforge:energy-customer-data-model",
      "slug": "energy-customer-data-model",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Energy Customer Data Model",
      "short_description": "Reusable star-schema template for energy retailers/DSOs connecting customers, contracts, metering points, and products \u2014 the foundation layer for CLV, settlement, and trading.",
      "detailed_description": "A reusable star-schema template for energy retailers and DSOs that connects customers, contracts, metering points, and products \u2014 the foundation gold layer that CLV, balance settlement, and trading analytics plug into. Fully generic and environment-agnostic: adapt the source references to your CIS/billing system, pick a business domain (electricitysales / heatandcooling / distribution), and deploy. Includes: Databricks Asset Bundle \u2014 a daily refresh (4 dimensions \u2192 central fact \u2192; Four conformed dimensions \u2014 customer, contract, metering point, product,; A central fact at (contract \u00d7 metering point) grain with referential; A quality summary \u2014 grain-uniqueness and orphan-key checks; A dependency-free modeling library (lib/starschema.",
      "price_usd": 2490,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/data-modeling-methodology.md",
        "lib/__init__.py",
        "lib/star_schema.py",
        "resources/jobs.yml",
        "src/dimensions/d_contract.sql",
        "src/dimensions/d_customer.sql",
        "src/dimensions/d_metering_point.sql",
        "src/dimensions/d_product.sql",
        "src/facts/f_contract_mp_customer_product.sql",
        "src/quality/quality_monitoring_summary.sql",
        "tests/__init__.py",
        "tests/test_star_schema.py"
      ],
      "file_count": 19,
      "download_size_bytes": 15132,
      "download_size_human": "14.8 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-energy-customer-data-model",
      "preview_url": "https://datanest-stores.com/gridforge/preview-energy-customer-data-model",
      "demo_url": "https://datanest-stores.com/gridforge/demo-energy-customer-data-model/"
    },
    {
      "product_id": "gridforge:clv-recommendations-accelerator",
      "slug": "clv-recommendations-accelerator",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Customer Lifetime Value + Recommendations Accelerator",
      "short_description": "CLV pipeline for subscription/energy retail: acquisition cost, payment behavior, forward profitability, NPV-based CLV, and renewal recommendations by value tier.",
      "detailed_description": "Calculates CLV for energy-retail / subscription customers and generates personalized renewal recommendations prioritized by value tier. A 5-step SQL pipeline: acquisition cost \u2192 payment behavior \u2192 forward profitability \u2192 NPV-based CLV \u2192 renewal recommendations. Fully generic and currency-neutral: map your customer, contract, and invoice sources and configure channel costs + discount rate. Includes: Databricks Asset Bundle \u2014 a monthly CLV job (5 dependent SQL steps); NPV CLV \u2014 CLV = ((profit + CAC) \u00d7 (1-(1+r)^-n)/r) - CAC, with a; Renewal recommendations \u2014 High/Medium/Low/Negative tiers mapped to; A dependency-free CLV library (lib/clv.",
      "price_usd": 2490,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/clv-methodology.md",
        "lib/__init__.py",
        "lib/clv.py",
        "resources/jobs.yml",
        "src/01_customer_acquisition_cost.sql",
        "src/02_payment_behavior_score.sql",
        "src/03_estimated_profitability.sql",
        "src/04_customer_lifetime_value.sql",
        "src/05_renewal_recommendations.sql",
        "tests/__init__.py",
        "tests/test_clv.py"
      ],
      "file_count": 18,
      "download_size_bytes": 14748,
      "download_size_human": "14.4 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-clv-recommendations-accelerator",
      "preview_url": "https://datanest-stores.com/gridforge/preview-clv-recommendations-accelerator",
      "demo_url": "https://datanest-stores.com/gridforge/demo-clv-recommendations-accelerator/"
    },
    {
      "product_id": "gridforge:chatbot-analytics-accelerator",
      "slug": "chatbot-analytics-accelerator",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Chatbot Analytics Accelerator",
      "short_description": "Session-level chatbot analytics from a silver layer: resolution rate, satisfaction, and topic classification into gold tables with a monitoring dashboard.",
      "detailed_description": "Session-level chatbot conversation analytics from a silver layer: resolution rate, satisfaction (CSAT), escalation rate, and topic classification, published to gold tables for a monitoring dashboard. Fully generic and environment-agnostic: point it at your silver conversation data and deploy. Includes: Databricks Asset Bundle \u2014 a daily silver\u2192gold transform + KPI aggregation; Session KPIs \u2014 resolution, escalation, CSAT, and message counts per topic; Keyword topic classification \u2014 billing / outage / contract / metering /; A dependency-free analytics library (lib/sessionmetrics.",
      "price_usd": 1490,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pytest && pytest tests/ -v\ndatabricks bundle deploy -t dev -p <profile>"
      ],
      "included_files": [
        "README.md",
        "conftest.py",
        "databricks.yml",
        "guide/01_what-you-get.md",
        "guide/02_getting-started.md",
        "guide/03_architecture.md",
        "guide/04_support.md",
        "guides/chatbot-analytics-methodology.md",
        "lib/__init__.py",
        "lib/session_metrics.py",
        "resources/jobs.yml",
        "src/session_metrics.sql",
        "src/silver_to_gold.py",
        "src/topic_classification.py",
        "tests/__init__.py",
        "tests/test_session_metrics.py"
      ],
      "file_count": 16,
      "download_size_bytes": 12756,
      "download_size_human": "12.5 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-chatbot-analytics-accelerator",
      "preview_url": "https://datanest-stores.com/gridforge/preview-chatbot-analytics-accelerator",
      "demo_url": "https://datanest-stores.com/gridforge/demo-chatbot-analytics-accelerator/"
    },
    {
      "product_id": "gridforge:energy-trader-suite",
      "slug": "energy-trader-suite",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "bundle",
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Energy Trader Suite",
      "short_description": "Flexibility Trading + Balance Settlement + Market Monitoring + Forecast Monitoring + Intraday Orderbook. The full trading-desk analytics stack.",
      "detailed_description": "This bundle contains the following GridForge accelerators, each as a self-contained, deploy-ready Databricks Asset Bundle zip: - flexibility-trading-accelerator.zip - balance-settlement-accelerator.zip - market-monitoring-accelerator.zip - forecast-accuracy-monitoring.zip - intraday-orderbook-accelerator.zip Unzip each member to get its full source (databricks.yml, SQL/notebooks, the dependency-free library, offline tests, and guides). See each product's README.md inside its zip for setup. MIT licensed. (c) 2026 Datanest Digital.",
      "price_usd": 6990,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 49856,
      "download_size_human": "48.7 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-energy-trader-suite",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "gridforge:retail-energy-analytics",
      "slug": "retail-energy-analytics",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "bundle",
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "Retail Energy Analytics Bundle",
      "short_description": "CLV + FinOps + Energy Customer Data Model + Forecast Monitoring. Retail energy analytics in one deploy.",
      "detailed_description": "This bundle contains the following GridForge accelerators, each as a self-contained, deploy-ready Databricks Asset Bundle zip: - clv-recommendations-accelerator.zip - databricks-finops-accelerator.zip - energy-customer-data-model.zip - forecast-accuracy-monitoring.zip Unzip each member to get its full source (databricks.yml, SQL/notebooks, the dependency-free library, offline tests, and guides). See each product's README.md inside its zip for setup. MIT licensed. (c) 2026 Datanest Digital.",
      "price_usd": 5990,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 45147,
      "download_size_human": "44.1 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-retail-energy-analytics",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "gridforge:gridforge-complete",
      "slug": "gridforge-complete",
      "store": "gridforge",
      "store_name": "GridForge",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "bundle",
        "data",
        "databricks accelerators",
        "databricks asset bundles",
        "demand forecasting",
        "district heating",
        "energy analytics",
        "flexibility trading",
        "mpc optimization"
      ],
      "title": "GridForge Complete Platform",
      "short_description": "Every GridForge accelerator \u2014 energy + platform \u2014 at the maximum bundle discount.",
      "detailed_description": "This bundle contains the following GridForge accelerators, each as a self-contained, deploy-ready Databricks Asset Bundle zip: - predictive-heating-optimization.zip - demand-forecasting-accelerator.zip - flexibility-trading-accelerator.zip - balance-settlement-accelerator.zip - market-monitoring-accelerator.zip - market-data-ingestion-accelerator.zip - intraday-orderbook-accelerator.zip - databricks-finops-accelerator.zip - forecast-accuracy-monitoring.zip - gf-data-quality-framework.zip - pipeline-observability-framework.zip - ingestion-latency-framework.zip - energy-customer-data-model.zip - clv-recommendations-accelerator.zip - chatbot-analytics-accelerator.zip Unzip each member to get its full source (databricks.yml, SQL/notebooks, the dependency-free library, offline tests, and guides). See each product's README.md inside its zip for setup. MIT licensed. (c) 2026 Datanest Digital.",
      "price_usd": 14990,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 165508,
      "download_size_human": "161.6 KB",
      "product_url": "https://datanest-stores.com/gridforge/#product-gridforge-complete",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "interview-prep:system-design-cheatsheets",
      "slug": "system-design-cheatsheets",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "System Design Cheat Sheets",
      "short_description": "Walk into the system-design round knowing exactly what to draw. 50+ architecture diagrams \u2014 load balancers, caches, databases, queues \u2014 plus full walkthroughs of URL shortener, chat, and newsfeed systems.",
      "detailed_description": "50+ system architecture diagrams and walkthroughs for acing system design interviews at top tech companies. Whether you're preparing for your first L5 interview or brushing up for a staff-level loop, these cheatsheets give you the building blocks, patterns, and real-world system breakdowns you need \u2014 all in portable Markdown with ASCII architecture diagrams. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheets/common-tradeoffs.md",
        "cheatsheets/estimation-cheatsheet.md",
        "cheatsheets/interview-framework.md",
        "cheatsheets/scaling-patterns.md",
        "fundamentals/api-design.md",
        "fundamentals/caching-strategies.md",
        "fundamentals/cdn-and-dns.md",
        "fundamentals/consistency-patterns.md",
        "fundamentals/databases.md",
        "fundamentals/load-balancers.md",
        "fundamentals/message-queues.md",
        "fundamentals/networking.md",
        "fundamentals/security-fundamentals.md",
        "fundamentals/storage-systems.md",
        "guide/01-overview.md",
        "guide/02-system-design-fundamentals.md",
        "guide/03-designing-a-url-shortener.md",
        "real-world-systems/chat-application.md",
        "real-world-systems/e-commerce-platform.md",
        "real-world-systems/file-storage.md",
        "real-world-systems/metrics-monitoring.md",
        "real-world-systems/notification-system.md",
        "real-world-systems/payment-system.md",
        "real-world-systems/rate-limiter.md",
        "real-world-systems/ride-sharing.md",
        "real-world-systems/search-engine.md",
        "real-world-systems/social-media-feed.md",
        "real-world-systems/ticket-booking.md",
        "real-world-systems/url-shortener.md",
        "real-world-systems/video-streaming.md",
        "real-world-systems/web-crawler.md",
        "study-plan/system-design-study-plan.md"
      ],
      "file_count": 33,
      "download_size_bytes": 282415,
      "download_size_human": "275.8 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-system-design-cheatsheets",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-system-design-cheatsheets",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-system-design-cheatsheets/"
    },
    {
      "product_id": "interview-prep:behavioral-interview-bank",
      "slug": "behavioral-interview-bank",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "Behavioral Interview Question Bank",
      "short_description": "Never freeze on 'Tell me about a time\u2026' again. 200+ behavioral questions by competency, with STAR templates and model answers you can adapt to your own stories.",
      "detailed_description": "200+ behavioral interview questions organized by competency, with STAR framework templates, detailed example answers, and a 30-day study plan \u2014 built specifically for tech roles (Software Engineer, Data Engineer, DevOps, Engineering Manager, Product Manager, and Technical Lead). ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cheatsheets/quick-reference.md",
        "frameworks/answer-templates.md",
        "frameworks/star-method-guide.md",
        "guide/01-overview.md",
        "guide/02-the-star-method-masterclass.md",
        "guide/03-leadership-and-conflict-resolution-quest.md",
        "questions/adaptability-and-learning.md",
        "questions/communication.md",
        "questions/conflict-resolution.md",
        "questions/initiative-and-ownership.md",
        "questions/leadership-and-influence.md",
        "questions/problem-solving-and-analytical.md",
        "questions/teamwork-and-collaboration.md",
        "questions/time-management-and-prioritization.md",
        "study-plan/30-day-behavioral-prep.md"
      ],
      "file_count": 16,
      "download_size_bytes": 192417,
      "download_size_human": "187.9 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-behavioral-interview-bank",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-behavioral-interview-bank",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-behavioral-interview-bank/"
    },
    {
      "product_id": "interview-prep:data-engineering-interview",
      "slug": "data-engineering-interview",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "Data Engineering Interview Guide",
      "short_description": "Prep for the data-engineering loop end to end \u2014 SQL challenges, ETL design, data modeling, and pipeline system-design scenarios, with worked solutions, not just questions.",
      "detailed_description": "110+ technical interview questions with detailed answers covering SQL, ETL pipelines, data modeling, system design, and big data tools \u2014 everything you need to land a data engineering role. Whether you're targeting your first DE position or preparing for a senior/staff interview loop, this guide gives you real questions asked at top companies \u2014 with thorough answers, working SQL, ASCII architecture diagrams, and a structured 4-week study plan. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "2.0.0",
      "changelog_at": "2026-06-15",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "guide/01-overview.md",
        "guide/02-etl-pipeline-design-patterns.md",
        "guide/03-sql-interview-challenge-walkthrough.md",
        "questions/big-data-and-tools.md",
        "questions/data-modeling.md",
        "questions/data-system-design.md",
        "questions/etl-pipeline-design.md",
        "questions/sql-challenges.md",
        "study-plan/data-engineering-study-plan.md"
      ],
      "file_count": 10,
      "download_size_bytes": 301881,
      "download_size_human": "294.8 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-data-engineering-interview",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-data-engineering-interview",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-data-engineering-interview/"
    },
    {
      "product_id": "interview-prep:devops-sre-interview",
      "slug": "devops-sre-interview",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "DevOps/SRE Interview Guide",
      "short_description": "Answer the on-call questions with confidence \u2014 infrastructure design, incident-response scenarios, CI/CD pipeline design, and the reliability concepts SRE panels probe.",
      "detailed_description": "110+ real interview questions with detailed answers, shell commands, YAML configs, and ASCII architecture diagrams for landing DevOps Engineer and Site Reliability Engineer roles at top tech companies. Whether you're a sysadmin moving into DevOps, a developer shifting toward SRE, or a senior engineer preparing for staff-level reliability interviews \u2014 this guide gives you the technical depth, scenario-based practice, and structured study plan you need to walk in confident. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "guide/01-overview.md",
        "guide/02-incident-response-and-reliability.md",
        "guide/03-ci-cd-pipeline-design.md",
        "questions/cicd-pipelines.md",
        "questions/incident-response.md",
        "questions/infrastructure-and-cloud.md",
        "questions/linux-and-networking.md",
        "questions/reliability-engineering.md",
        "study-plan/devops-sre-study-plan.md"
      ],
      "file_count": 10,
      "download_size_bytes": 289226,
      "download_size_human": "282.4 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-devops-sre-interview",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-devops-sre-interview",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-devops-sre-interview/"
    },
    {
      "product_id": "interview-prep:tech-resume-templates",
      "slug": "tech-resume-templates",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "Tech Resume & Portfolio Templates",
      "short_description": "Get past the ATS and land the callback. ATS-optimized LaTeX and Markdown resume templates, plus GitHub portfolio READMEs and project-showcase frameworks that make recruiters stop.",
      "detailed_description": "LaTeX and Markdown resume templates optimized for ATS, plus GitHub portfolio README templates and project showcase frameworks. Stop getting filtered out by robots. These templates are engineered to pass Applicant Tracking Systems while still looking great to human recruiters. Includes battle-tested resume formats for every career stage, GitHub portfolio templates that showcase your work professionally, and comprehensive guides on the resume strategies that actually get interviews. Product page: https://datanest-stores.com/interview-prep/ Support: support@datanest-stores.com ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "0-1 years  \u2192  Classic One-Page (LaTeX) or Minimal Clean (Markdown)\n1-3 years  \u2192  Classic One-Page (LaTeX) or Detailed Technical (Markdown)\n3-5 years  \u2192  Classic One-Page or Senior Two-Page (LaTeX)\n5+ years   \u2192  Senior Two-Page (LaTeX)\nCareer change \u2192 Career Changer (LaTeX) or Project-Focused (Markdown)",
        "# Install LaTeX (pick your OS)\n# macOS:   brew install --cask mactex\n# Ubuntu:  sudo apt-get install texlive-full\n# Windows: Install MiKTeX from miktex.org\n\n# Compile any template\npdflatex classic-one-page.tex"
      ],
      "included_files": [
        "README.md",
        "examples/career-changer-example.md",
        "examples/junior-swe-example.md",
        "examples/senior-data-engineer-example.md",
        "guide/01-overview.md",
        "guide/02-ats-optimized-resume-design.md",
        "guide/03-building-a-standout-github-portfolio.md",
        "guides/ats-optimization-guide.md",
        "guides/bullet-point-formula.md",
        "guides/common-mistakes.md",
        "guides/cover-letter-templates.md",
        "guides/linkedin-optimization.md",
        "portfolio/github-profile-readme.md",
        "portfolio/portfolio-website-outline.md",
        "portfolio/project-readme-template.md",
        "resumes/latex/README.md",
        "resumes/latex/career-changer.tex",
        "resumes/latex/classic-one-page.tex",
        "resumes/latex/senior-two-page.tex",
        "resumes/markdown/README.md",
        "resumes/markdown/detailed-technical.md",
        "resumes/markdown/minimal-clean.md",
        "resumes/markdown/project-focused.md"
      ],
      "file_count": 23,
      "download_size_bytes": 177351,
      "download_size_human": "173.2 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-tech-resume-templates",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-tech-resume-templates",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-tech-resume-templates/"
    },
    {
      "product_id": "interview-prep:coding-patterns-reference",
      "slug": "coding-patterns-reference",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "Coding Patterns Quick Reference",
      "short_description": "Stop memorizing 300 problems \u2014 learn the 15 patterns that solve them. Sliding window, two pointers, BFS/DFS, DP and more, each with Python and JavaScript solutions.",
      "detailed_description": "Stop memorizing 300 problems \u2014 learn the 15 patterns that solve them. Sliding window, two pointers, BFS/DFS, DP and more, each with Python and JavaScript solutions.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "START: Read the problem statement\n\u2502\n\u251c\u2500 Does it involve a LINEAR data structure (array, string, linked list)?\n\u2502   \u2502\n\u2502   \u251c\u2500 Is it about a CONTIGUOUS subarray or substring?\n\u2502   \u2502   \u2514\u2500\u25ba Sliding Window (Pattern 01)\n\u2502   \u2502\n\u2502   \u251c\u2500 Is the input SORTED (or can it be sorted cheaply)?\n\u2502   \u2502   \u2502\n\u2502   \u2502   \u251c\u2500 Looking for pairs/triplets that meet a condition?\n\u2502   \u2502   \u2502   \u2514\u2500\u25ba Two Pointers (Pattern 02)\n\u2502   \u2502   \u2502\n\u2502   \u2502   \u2514\u2500 Searching for a target or boundary?\n\u2502   \u2502       \u2514\u2500\u25ba Modified Binary Search (Pattern 11)\n\u2026",
        "# Run all solutions for a pattern\npython3 solutions/sliding_window.py\npython3 solutions/two_pointers.py\npython3 solutions/binary_search.py\npython3 solutions/dynamic_programming.py\npython3 solutions/graph_traversal.py"
      ],
      "included_files": [
        "README.md",
        "cheatsheets/complexity-reference.md",
        "cheatsheets/pattern-selection-guide.md",
        "guide/01-overview.md",
        "guide/02-sliding-window-and-two-pointers.md",
        "guide/03-dynamic-programming-patterns.md",
        "patterns/01-sliding-window.md",
        "patterns/02-two-pointers.md",
        "patterns/03-fast-slow-pointers.md",
        "patterns/04-merge-intervals.md",
        "patterns/05-cyclic-sort.md",
        "patterns/06-in-place-reversal.md",
        "patterns/07-bfs.md",
        "patterns/08-dfs.md",
        "patterns/09-two-heaps.md",
        "patterns/10-subsets.md",
        "patterns/11-binary-search-modified.md",
        "patterns/12-bitwise-xor.md",
        "patterns/13-top-k-elements.md",
        "patterns/14-k-way-merge.md",
        "patterns/15-dynamic-programming.md",
        "solutions/README.md",
        "solutions/binary_search.py",
        "solutions/dynamic_programming.py",
        "solutions/graph_traversal.py",
        "solutions/sliding_window.py",
        "solutions/two_pointers.py",
        "study-plan/coding-prep-plan.md"
      ],
      "file_count": 28,
      "download_size_bytes": 167070,
      "download_size_human": "163.2 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-coding-patterns-reference",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-coding-patterns-reference",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-coding-patterns-reference/"
    },
    {
      "product_id": "interview-prep:ml-ai-interview-guide",
      "slug": "ml-ai-interview-guide",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "ML/AI Interview Prep Guide",
      "short_description": "Be ready for every stage of the ML loop \u2014 theory questions, model-design scenarios, ML system design, and hands-on coding challenges, with answers that show your reasoning.",
      "detailed_description": "85+ interview questions with thorough answers, runnable coding challenges, and ML system design walkthroughs for landing machine learning and AI roles at top tech companies. Whether you're targeting your first ML engineer position or preparing for a senior/staff ML role, this guide gives you the theory, applied design thinking, deep learning fundamentals, and hands-on coding practice you need \u2014 all in portable Markdown and runnable Python. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run all coding challenges with built-in verification\npython3 coding/ml_coding_challenges.py",
        "### Q1. What is the bias-variance tradeoff?\n**Difficulty:** Junior\n\n**Answer:**\n(Thorough explanation with formulas and examples)\n\n**Key points:**\n- Bullet 1\n- Bullet 2\n- Bullet 3\n\n**Follow-up:** A harder related question the interviewer might ask next\n\n---"
      ],
      "included_files": [
        "README.md",
        "coding/ml_coding_challenges.py",
        "guide/01-overview.md",
        "guide/02-ml-system-design:-recommendation-systems.md",
        "guide/03-classic-ml-theory-questions.md",
        "questions/deep-learning-and-llms.md",
        "questions/ml-system-design.md",
        "questions/ml-theory.md",
        "questions/model-design-scenarios.md",
        "study-plan/ml-study-plan.md"
      ],
      "file_count": 10,
      "download_size_bytes": 252192,
      "download_size_human": "246.3 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-ml-ai-interview-guide",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-ml-ai-interview-guide",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-ml-ai-interview-guide/"
    },
    {
      "product_id": "interview-prep:salary-negotiation-playbook",
      "slug": "salary-negotiation-playbook",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "Salary Negotiation Playbook",
      "short_description": "Leave nothing on the table when the offer comes. A step-by-step negotiation framework, market-rate calculators, word-for-word email templates, and counter-offer scripts for tech roles.",
      "detailed_description": "A complete, step-by-step system for negotiating tech compensation \u2014 the framework, the research, the exact words, and the email templates that turn a job offer into thousands of extra dollars. Most engineers leave money on the table because negotiation feels uncomfortable and improvised. This playbook removes the guesswork: a repeatable framework, market-rate research methods, word-for-word scripts, ready-to-send email templates, ten fully worked scenarios, and a Python tool that compares offers on a cost-of-living-adjusted basis. Everything is in portable Markdown \u2014 read it on any device, no apps required. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# From the product root:\npython3 tools/offer_compare.py"
      ],
      "included_files": [
        "README.md",
        "guide/01-overview.md",
        "guide/02-the-negotiation-framework.md",
        "guide/03-email-scripts-and-counter-offer-scenario.md",
        "playbook/market-rate-research.md",
        "playbook/negotiation-framework.md",
        "scenarios/negotiation-scenarios.md",
        "scripts/negotiation-scripts.md",
        "templates/email-templates.md",
        "tools/offer_compare.py"
      ],
      "file_count": 10,
      "download_size_bytes": 145395,
      "download_size_human": "142.0 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-salary-negotiation-playbook",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-salary-negotiation-playbook",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-salary-negotiation-playbook/"
    },
    {
      "product_id": "interview-prep:interview-prep-tracker",
      "slug": "interview-prep-tracker",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "90-Day Interview Prep Tracker",
      "short_description": "Turn 'I should study' into a plan you actually follow. A Notion-based 90-day system with daily schedules, topic tracking, a mock-interview log, and progress you can see.",
      "detailed_description": "A complete system for running your interview prep like a project \u2014 a day-by-day 90-day schedule, a topic mastery checklist, a mock-interview log, and a progress dashboard you can build in Notion, Google Sheets, or run from the terminal. Studying for tech interviews without a system is how three months disappear with nothing to show for it. This tracker gives you structure: what to do each week, which topics you've actually mastered, how your mock scores are trending, and where every application stands. It ships as portable Markdown plus ready-to-import CSV files and a zero-dependency Python report script \u2014 use whichever tools you already live in. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# From the product root:\npython3 tools/progress_report.py"
      ],
      "included_files": [
        "README.md",
        "csv/application-tracker.csv",
        "csv/daily-study-log.csv",
        "csv/mock-interview-log.csv",
        "csv/topic-progress.csv",
        "guide/01-overview.md",
        "guide/02-setting-up-your-90-day-tracker.md",
        "guide/03-measuring-your-progress.md",
        "tools/progress_report.py",
        "tracker/90-day-schedule.md",
        "tracker/mock-interview-log.md",
        "tracker/progress-dashboard.md",
        "tracker/topic-checklist.md"
      ],
      "file_count": 13,
      "download_size_bytes": 87030,
      "download_size_human": "85.0 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-interview-prep-tracker",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-interview-prep-tracker",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-interview-prep-tracker/"
    },
    {
      "product_id": "interview-prep:frontend-interview-guide",
      "slug": "frontend-interview-guide",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "Frontend Interview Guide",
      "short_description": "Own the frontend loop from fundamentals to system design \u2014 JavaScript/TypeScript deep-dives, React patterns, CSS challenges, web-performance questions, and frontend architecture.",
      "detailed_description": "110+ frontend interview questions with thorough answers, code examples, and difficulty ratings \u2014 covering JavaScript/TypeScript fundamentals, React patterns, CSS & layout, web performance, and frontend system design. Whether you're prepping for your first mid-level frontend role or aiming for a senior position at a top tech company, this guide gives you the technical depth interviewers actually test \u2014 not surface-level definitions you could find on a blog. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "guide/01-overview.md",
        "guide/02-javascript-and-typescript-core-concepts.md",
        "guide/03-react-performance-patterns.md",
        "questions/css-and-layout.md",
        "questions/frontend-system-design.md",
        "questions/javascript-fundamentals.md",
        "questions/react-patterns.md",
        "questions/web-performance.md",
        "study-plan/frontend-study-plan.md"
      ],
      "file_count": 10,
      "download_size_bytes": 291496,
      "download_size_human": "284.7 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-frontend-interview-guide",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-frontend-interview-guide",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-frontend-interview-guide/"
    },
    {
      "product_id": "interview-prep:career-transition-guide",
      "slug": "career-transition-guide",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "Career Transition Guide",
      "short_description": "Break into the role you actually want. Step-by-step pivots into data engineering, DevOps, ML, or cloud \u2014 each with a learning path and a portfolio strategy that proves you're ready.",
      "detailed_description": "A practical roadmap for breaking into data engineering, DevOps/cloud, or ML/AI \u2014 even with no formal experience in the field. Career changers don't fail because they can't learn the skills. They fail because they study the wrong things in the wrong order, build the wrong projects, and position themselves as beginners instead of professionals with transferable experience. This guide fixes all three: a fundamentals playbook for planning your move, three role-specific learning paths with ordered curricula, a portfolio strategy that gets you taken seriously without prior production experience, and a fill-in-the-blanks transition plan template. All in portable Markdown. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "guide/01-overview.md",
        "guide/02-your-90-day-transition-plan.md",
        "guide/03-portfolio-projects-that-get-you-hired.md",
        "guides/transition-fundamentals.md",
        "learning-paths/data-engineering-path.md",
        "learning-paths/devops-cloud-path.md",
        "learning-paths/ml-ai-path.md",
        "portfolio/portfolio-strategies.md",
        "templates/transition-plan-template.md"
      ],
      "file_count": 10,
      "download_size_bytes": 140847,
      "download_size_human": "137.5 KB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-career-transition-guide",
      "preview_url": "https://datanest-stores.com/interview-prep/preview-career-transition-guide",
      "demo_url": "https://datanest-stores.com/interview-prep/demo-career-transition-guide/"
    },
    {
      "product_id": "interview-prep:interview-prep-complete-bundle",
      "slug": "interview-prep-complete-bundle",
      "store": "interview-prep",
      "store_name": "Interview Prep Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "behavioral",
        "bundle",
        "career",
        "coding patterns",
        "interview prep",
        "resume",
        "salary negotiation",
        "system design"
      ],
      "title": "Interview Prep Bundle",
      "short_description": "All 11 guides \u2014 $349 if bought separately, yours for $199. Save $150 (43%) on the complete interview toolkit: system design, coding, behavioral, resume, salary negotiation, and more.",
      "detailed_description": "50+ system architecture diagrams and walkthroughs for acing system design interviews at top tech companies. Whether you're preparing for your first L5 interview or brushing up for a staff-level loop, these cheatsheets give you the building blocks, patterns, and real-world system breakdowns you need \u2014 all in portable Markdown with ASCII architecture diagrams. ---",
      "price_usd": 199,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-03-09",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "products/behavioral-interview-bank/README.md",
        "products/behavioral-interview-bank/source/README.md",
        "products/behavioral-interview-bank/source/cheatsheets/quick-reference.md",
        "products/behavioral-interview-bank/source/frameworks/answer-templates.md",
        "products/behavioral-interview-bank/source/frameworks/star-method-guide.md",
        "products/behavioral-interview-bank/source/guide/01-overview.md",
        "products/behavioral-interview-bank/source/guide/02-the-star-method-masterclass.md",
        "products/behavioral-interview-bank/source/guide/03-leadership-and-conflict-resolution-quest.md",
        "products/behavioral-interview-bank/source/questions/adaptability-and-learning.md",
        "products/behavioral-interview-bank/source/questions/communication.md",
        "products/behavioral-interview-bank/source/questions/conflict-resolution.md",
        "products/behavioral-interview-bank/source/questions/initiative-and-ownership.md",
        "products/behavioral-interview-bank/source/questions/leadership-and-influence.md",
        "products/behavioral-interview-bank/source/questions/problem-solving-and-analytical.md",
        "products/behavioral-interview-bank/source/questions/teamwork-and-collaboration.md",
        "products/behavioral-interview-bank/source/questions/time-management-and-prioritization.md",
        "products/behavioral-interview-bank/source/study-plan/30-day-behavioral-prep.md",
        "products/career-transition-guide/README.md",
        "products/career-transition-guide/source/README.md",
        "products/career-transition-guide/source/guide/01-overview.md",
        "products/career-transition-guide/source/guide/02-your-90-day-transition-plan.md",
        "products/career-transition-guide/source/guide/03-portfolio-projects-that-get-you-hired.md",
        "products/career-transition-guide/source/guides/transition-fundamentals.md",
        "products/career-transition-guide/source/learning-paths/data-engineering-path.md",
        "products/career-transition-guide/source/learning-paths/devops-cloud-path.md",
        "products/career-transition-guide/source/learning-paths/ml-ai-path.md",
        "products/career-transition-guide/source/portfolio/portfolio-strategies.md",
        "products/career-transition-guide/source/templates/transition-plan-template.md",
        "products/coding-patterns-reference/README.md",
        "products/coding-patterns-reference/source/README.md",
        "products/coding-patterns-reference/source/cheatsheets/complexity-reference.md",
        "products/coding-patterns-reference/source/cheatsheets/pattern-selection-guide.md",
        "products/coding-patterns-reference/source/guide/01-overview.md",
        "products/coding-patterns-reference/source/guide/02-sliding-window-and-two-pointers.md",
        "products/coding-patterns-reference/source/guide/03-dynamic-programming-patterns.md",
        "products/coding-patterns-reference/source/patterns/01-sliding-window.md",
        "products/coding-patterns-reference/source/patterns/02-two-pointers.md",
        "products/coding-patterns-reference/source/patterns/03-fast-slow-pointers.md",
        "products/coding-patterns-reference/source/patterns/04-merge-intervals.md",
        "products/coding-patterns-reference/source/patterns/05-cyclic-sort.md",
        "products/coding-patterns-reference/source/patterns/06-in-place-reversal.md",
        "products/coding-patterns-reference/source/patterns/07-bfs.md",
        "products/coding-patterns-reference/source/patterns/08-dfs.md",
        "products/coding-patterns-reference/source/patterns/09-two-heaps.md",
        "products/coding-patterns-reference/source/patterns/10-subsets.md",
        "products/coding-patterns-reference/source/patterns/11-binary-search-modified.md",
        "products/coding-patterns-reference/source/patterns/12-bitwise-xor.md",
        "products/coding-patterns-reference/source/patterns/13-top-k-elements.md",
        "products/coding-patterns-reference/source/patterns/14-k-way-merge.md",
        "products/coding-patterns-reference/source/patterns/15-dynamic-programming.md",
        "products/coding-patterns-reference/source/solutions/README.md",
        "products/coding-patterns-reference/source/solutions/binary_search.py",
        "products/coding-patterns-reference/source/solutions/dynamic_programming.py",
        "products/coding-patterns-reference/source/solutions/graph_traversal.py",
        "products/coding-patterns-reference/source/solutions/sliding_window.py",
        "products/coding-patterns-reference/source/solutions/two_pointers.py",
        "products/coding-patterns-reference/source/study-plan/coding-prep-plan.md",
        "products/data-engineering-interview/README.md",
        "products/data-engineering-interview/source/README.md",
        "products/data-engineering-interview/source/guide/01-overview.md",
        "products/data-engineering-interview/source/guide/02-etl-pipeline-design-patterns.md",
        "products/data-engineering-interview/source/guide/03-sql-interview-challenge-walkthrough.md",
        "products/data-engineering-interview/source/questions/big-data-and-tools.md",
        "products/data-engineering-interview/source/questions/data-modeling.md",
        "products/data-engineering-interview/source/questions/data-system-design.md",
        "products/data-engineering-interview/source/questions/etl-pipeline-design.md",
        "products/data-engineering-interview/source/questions/sql-challenges.md",
        "products/data-engineering-interview/source/study-plan/data-engineering-study-plan.md",
        "products/devops-sre-interview/README.md",
        "products/devops-sre-interview/source/README.md",
        "products/devops-sre-interview/source/guide/01-overview.md",
        "products/devops-sre-interview/source/guide/02-incident-response-and-reliability.md",
        "products/devops-sre-interview/source/guide/03-ci-cd-pipeline-design.md",
        "products/devops-sre-interview/source/questions/cicd-pipelines.md",
        "products/devops-sre-interview/source/questions/incident-response.md",
        "products/devops-sre-interview/source/questions/infrastructure-and-cloud.md",
        "products/devops-sre-interview/source/questions/linux-and-networking.md",
        "products/devops-sre-interview/source/questions/reliability-engineering.md",
        "products/devops-sre-interview/source/study-plan/devops-sre-study-plan.md",
        "products/frontend-interview-guide/README.md"
      ],
      "file_count": 80,
      "download_size_bytes": 2342696,
      "download_size_human": "2.2 MB",
      "product_url": "https://datanest-stores.com/interview-prep/#product-interview-prep-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "landing-lab:ab-testing-framework",
      "slug": "ab-testing-framework",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "A/B Testing Framework",
      "short_description": "A/B testing framework for landing pages with split traffic, statistical significance, and reporting.",
      "detailed_description": "Part of the Landing Lab by CodeVault A self-contained A/B testing engine with deterministic variant assignment, conversion tracking, and statistical significance calculations using chi-squared and z-tests. No SaaS subscription needed. Includes: Deterministic visitor-to-variant assignment (hash-based, no cookies needed); Conversion tracking with per-variant metrics; Two-proportion z-test for pairwise comparisons; Chi-squared test for multi-variant experiments; Sample size calculator (know how long to run your test); CSV event log processing for batch analysis.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python src/ab_testing_framework.py --config examples/experiment.json --report"
      ],
      "included_files": [
        "README.md",
        "examples/experiment.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_examples.md",
        "src/ab_testing_framework.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38036,
      "download_size_human": "37.1 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-ab-testing-framework",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-ab-testing-framework",
      "demo_url": "https://datanest-stores.com/landing-lab/demo-ab-testing-framework/"
    },
    {
      "product_id": "landing-lab:conversion-tracker",
      "slug": "conversion-tracker",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "Conversion Tracker",
      "short_description": "Lightweight conversion tracking with goal setup, event logging, and conversion rate dashboards.",
      "detailed_description": "Part of the Landing Lab by CodeVault Track conversions across your landing page funnel: define goals, capture events, analyze funnel drop-off, and attribute revenue to traffic sources with first-touch, last-touch, and linear models. All from a simple CSV event log. Includes: Define multiple conversion goals with revenue values; Funnel analysis showing drop-off at each step; Three attribution models; Goal completion summaries with conversion rates; CSV event log processing (works with any analytics export); Text and JSON report output.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python src/conversion_tracker.py --goals examples/goals.json --events examples/events.csv --attribution --model last-touch"
      ],
      "included_files": [
        "README.md",
        "examples/events.csv",
        "examples/goals.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_examples.md",
        "src/conversion_tracker.py"
      ],
      "file_count": 7,
      "download_size_bytes": 34058,
      "download_size_human": "33.3 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-conversion-tracker",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-conversion-tracker",
      "demo_url": "https://datanest-stores.com/landing-lab/demo-conversion-tracker/"
    },
    {
      "product_id": "landing-lab:cta-optimizer",
      "slug": "cta-optimizer",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "CTA Optimizer",
      "short_description": "CTA optimization toolkit with button text testing, placement analysis, and click-through tracking.",
      "detailed_description": "Part of the Landing Lab by CodeVault Analyze and optimize your Call-to-Action buttons. Scores CTA text for action-word strength, measures colour contrast against WCAG accessibility standards, evaluates button placement, and benchmarks click-through rates against industry averages. Includes: CTA text scoring; WCAG 2; Button placement evaluation across 10 common zones; Industry CTR benchmarking (SaaS, e-commerce, lead gen, newsletter); Overall weighted score with grade (0-100); Config file or inline CLI mode.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Analyze a CTA from a config file\npython src/cta_optimizer.py --config examples/cta_config.json --analyze\n\n# Quick inline analysis\npython src/cta_optimizer.py --text \"Start My Free Trial\" --bg-color \"#FF6B00\" --fg-color \"#FFFFFF\"\n\n# Contrast check only\npython src/cta_optimizer.py --text \"Sign Up\" --bg-color \"#FFAB00\" --fg-color \"#000000\" --contrast-only\n\n# JSON output\npython src/cta_optimizer.py --config examples/cta_config.json --format json",
        "python src/cta_optimizer.py --text \"Submit\" --placement footer\npython src/cta_optimizer.py --text \"Start My Free Trial Now\" --placement hero"
      ],
      "included_files": [
        "README.md",
        "examples/cta_config.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_examples.md",
        "src/cta_optimizer.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38392,
      "download_size_human": "37.5 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-cta-optimizer",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-cta-optimizer",
      "demo_url": "https://datanest-stores.com/landing-lab/demo-cta-optimizer/"
    },
    {
      "product_id": "landing-lab:exit-intent-popup",
      "slug": "exit-intent-popup",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "Exit Intent Popup",
      "short_description": "Exit intent detection with configurable popups, email capture, and discount offer delivery.",
      "detailed_description": "Part of the Landing Lab by CodeVault Generate lightweight exit-intent popup HTML for email capture, discount offers, survey prompts, content offers, and social follow prompts. Produces self-contained HTML/CSS/JS snippets (<5KB) that detect when a user is about to leave and display a customisable overlay. Includes: Five popup types; Exit-intent detection via cursor tracking (mouseout from viewport top); Cookie-based \"don't show again\" with configurable duration; Countdown timer for discount urgency; Responsive modal with CSS animation; Escape key and overlay-click dismissal.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate an email capture popup from config\npython src/exit_intent_popup.py --config examples/popup_config.json --output popup.html\n\n# Quick inline email capture popup\npython src/exit_intent_popup.py --type email-capture --headline \"Wait! Get 20% Off\" --output popup.html\n\n# Generate a survey popup\npython src/exit_intent_popup.py --type survey --config examples/popup_config.json\n\n# List available popup types\npython src/exit_intent_popup.py --list-types",
        "python src/exit_intent_popup.py --config examples/popup_config.json --type discount-offer --output discount-popup.html"
      ],
      "included_files": [
        "README.md",
        "examples/popup_config.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_examples.md",
        "src/exit_intent_popup.py"
      ],
      "file_count": 6,
      "download_size_bytes": 36072,
      "download_size_human": "35.2 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-exit-intent-popup",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-exit-intent-popup",
      "demo_url": "https://datanest-stores.com/landing-lab/demo-exit-intent-popup/"
    },
    {
      "product_id": "landing-lab:heatmap-integrator",
      "slug": "heatmap-integrator",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "Heatmap Integrator",
      "short_description": "Heatmap integration toolkit for click tracking, scroll depth, and attention mapping on landing pages.",
      "detailed_description": "Part of the Landing Lab by CodeVault Generate lightweight heatmap tracking code for your landing pages, then analyze the collected click and scroll data locally. Includes a <3KB JavaScript snippet generator and a Python analyzer for click hotspots, element tracking, scroll depth milestones, and device breakdowns. Includes: Generate a self-contained tracking JavaScript snippet (<3KB); Click tracking with element identification (tag, id, class); Scroll depth milestone tracking (25%, 50%, 75%, 90%, 100%); Batch event sending with sendBeacon for reliability; Click hotspot analysis with grid-based heatmap data; Most-clicked element ranking.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Generate tracking snippet and add to your page\npython src/heatmap_integrator.py --generate-tracker --output tracker.html\n\n# 2. After collecting data, analyze it\npython src/heatmap_integrator.py --analyze events.csv --report"
      ],
      "included_files": [
        "README.md",
        "examples/events.csv",
        "examples/heatmap_config.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_examples.md",
        "src/heatmap_integrator.py"
      ],
      "file_count": 7,
      "download_size_bytes": 37622,
      "download_size_human": "36.7 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-heatmap-integrator",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-heatmap-integrator",
      "demo_url": "https://datanest-stores.com/landing-lab/demo-heatmap-integrator/"
    },
    {
      "product_id": "landing-lab:landing-lab-pro-bundle",
      "slug": "landing-lab-pro-bundle",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "bundle",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "Landing Lab Pro Bundle",
      "short_description": "All 10 landing-page tools \u2014 $230 bought separately, yours for $59. Save $171 (74%): A/B testing, conversion tracking, heatmaps, and CTA optimization.",
      "detailed_description": "Landing Lab by CodeVault The complete landing page command-line arsenal \u2014 all 10 tools at a massive discount. Everything you need to build, optimize, test, and convert from the terminal.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "landing-lab-pro-bundle/\n\u251c\u2500\u2500 landing-page-templates/\n\u251c\u2500\u2500 ab-testing-framework/\n\u251c\u2500\u2500 conversion-tracker/\n\u251c\u2500\u2500 cta-optimizer/\n\u251c\u2500\u2500 social-proof-widget/\n\u251c\u2500\u2500 testimonial-collector/\n\u251c\u2500\u2500 exit-intent-popup/\n\u251c\u2500\u2500 heatmap-integrator/\n\u251c\u2500\u2500 page-speed-optimizer/\n\u2514\u2500\u2500 lead-magnet-builder/"
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 248454,
      "download_size_human": "242.6 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-landing-lab-pro-bundle",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-landing-lab-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "landing-lab:landing-page-templates",
      "slug": "landing-page-templates",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "Landing Page Templates",
      "short_description": "Production-ready HTML landing page templates optimized for conversion and mobile responsiveness.",
      "detailed_description": "Part of the Landing Lab by CodeVault Generate responsive, production-ready HTML landing pages from simple JSON config files. Choose from 15+ template styles and customise everything \u2014 colours, copy, sections, CTAs \u2014 without touching raw HTML. Includes: 15+ template styles; Fully responsive (mobile-first CSS with media queries); Custom brand colours, fonts, and typography via JSON config; Modular sections; SEO meta tags and Open Graph support built in; Self-contained HTML output \u2014 no external dependencies.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a landing page from a config file\npython src/landing_page_templates.py --config examples/page_config.json\n\n# Use a specific template style\npython src/landing_page_templates.py --config examples/page_config.json --template saas\n\n# Write output to file\npython src/landing_page_templates.py --config examples/page_config.json --output index.html\n\n# List all available templates\npython src/landing_page_templates.py --list-templates",
        "python src/landing_page_templates.py --config examples/page_config.json --template saas --output index.html"
      ],
      "included_files": [
        "README.md",
        "examples/page_config.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_examples.md",
        "src/landing_page_templates.py"
      ],
      "file_count": 6,
      "download_size_bytes": 39150,
      "download_size_human": "38.2 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-landing-page-templates",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-landing-page-templates",
      "demo_url": "https://datanest-stores.com/landing-lab/demo-landing-page-templates/"
    },
    {
      "product_id": "landing-lab:lead-magnet-builder",
      "slug": "lead-magnet-builder",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "Lead Magnet Builder",
      "short_description": "Lead magnet creation system with content locking, email gates, and downloadable asset delivery.",
      "detailed_description": "Part of the Landing Lab by CodeVault Create lead magnets to grow your email list: generate formatted e-books, schedule email course sequences, build checklists, cheatsheets, swipe files, and package free tool downloads. Write your content in JSON, get professional output automatically. Includes: Six lead magnet types; Formatted text documents with title pages and tables of contents; Email course drip sequences with welcome and completion emails; Checklists with sections, items, and notes; Cheatsheets with term/definition/example layouts; Swipe file collections with categories and context.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python src/lead_magnet_builder.py --type ebook --config examples/ebook.json --output \"5-Landing-Page-Mistakes.txt\""
      ],
      "included_files": [
        "README.md",
        "examples/ebook.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_examples.md",
        "src/lead_magnet_builder.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38001,
      "download_size_human": "37.1 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-lead-magnet-builder",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-lead-magnet-builder",
      "demo_url": "https://datanest-stores.com/landing-lab/demo-lead-magnet-builder/"
    },
    {
      "product_id": "landing-lab:page-speed-optimizer",
      "slug": "page-speed-optimizer",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "Page Speed Optimizer",
      "short_description": "Page speed analysis and optimization with Core Web Vitals checks and actionable recommendations.",
      "detailed_description": "Part of the Landing Lab by CodeVault Analyze and optimize your landing page files: minify HTML, CSS, and JavaScript; add lazy loading to images; audit asset sizes; and generate a performance score with actionable recommendations. Actually fixes problems, not just reports them. Includes: HTML minification (comments, whitespace, collapse); CSS minification (comments, whitespace, selectors, semicolons); JavaScript minification (comments, whitespace, string-safe); Automatic lazy loading injection (skips hero image); Full directory audit with performance scoring (0-100); Per-file size checks against best-practice thresholds.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Analyze a single HTML file\npython src/page_speed_optimizer.py --analyze examples/sample.html\n\n# Minify HTML\npython src/page_speed_optimizer.py --minify examples/sample.html --output index.min.html\n\n# Minify CSS\npython src/page_speed_optimizer.py --minify-css style.css --output style.min.css\n\n# Add lazy loading to images\npython src/page_speed_optimizer.py --lazy-load index.html --output index.lazy.html\n\n# Audit an entire directory\npython src/page_speed_optimizer.py --audit-dir ./dist/ --report",
        "# Minify the HTML\npython src/page_speed_optimizer.py --minify index.html --output dist/index.html\n\n# Add lazy loading\npython src/page_speed_optimizer.py --lazy-load dist/index.html --output dist/index.html\n\n# Audit the result\npython src/page_speed_optimizer.py --audit-dir ./dist/ --report"
      ],
      "included_files": [
        "README.md",
        "examples/sample.html",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_examples.md",
        "src/page_speed_optimizer.py"
      ],
      "file_count": 6,
      "download_size_bytes": 39708,
      "download_size_human": "38.8 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-page-speed-optimizer",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-page-speed-optimizer",
      "demo_url": "https://datanest-stores.com/landing-lab/demo-page-speed-optimizer/"
    },
    {
      "product_id": "landing-lab:social-proof-widget",
      "slug": "social-proof-widget",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "Social Proof Widget",
      "short_description": "Social proof widgets including testimonial rotators, live counters, and trust badge integrations.",
      "detailed_description": "Part of the Landing Lab by CodeVault Generate embeddable social proof HTML widgets from JSON data: testimonial rotators, review aggregators, trust badge strips, visitor counters, customer logo bars, and stats displays. Each widget is self-contained HTML with inline CSS \u2014 just paste into your landing page. Includes: Six widget types; Pure CSS animations (no JavaScript needed for testimonials); Self-contained HTML snippets with inline styles; Customisable brand colours, fonts, and content; Star rating displays with Unicode characters; Responsive layouts that work on mobile.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a testimonial rotator\npython src/social_proof_widget.py --config examples/widgets.json --widget testimonial-rotator\n\n# Generate all widgets at once\npython src/social_proof_widget.py --config examples/widgets.json --all --output widgets.html\n\n# Generate trust badges only\npython src/social_proof_widget.py --config examples/widgets.json --widget trust-badges\n\n# List available widget types\npython src/social_proof_widget.py --list",
        "python src/social_proof_widget.py --config examples/widgets.json --widget visitor-counter"
      ],
      "included_files": [
        "README.md",
        "examples/widgets.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_configuration.md",
        "guide/04_license.md",
        "src/social_proof_widget.py"
      ],
      "file_count": 7,
      "download_size_bytes": 36966,
      "download_size_human": "36.1 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-social-proof-widget",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-social-proof-widget",
      "demo_url": "https://datanest-stores.com/landing-lab/demo-social-proof-widget/"
    },
    {
      "product_id": "landing-lab:testimonial-collector",
      "slug": "testimonial-collector",
      "store": "landing-lab",
      "store_name": "Landing Lab",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "a/b testing",
        "conversion optimization",
        "cro",
        "cta",
        "dev",
        "landing pages",
        "lead generation"
      ],
      "title": "Testimonial Collector",
      "short_description": "Automated testimonial collection system with request workflows, display widgets, and approval routing.",
      "detailed_description": "Part of the Landing Lab by CodeVault A complete testimonial collection workflow: generate personalised request emails, import customer responses, manage an approval queue, and export display-ready HTML or JSON. Handles the full lifecycle from asking for testimonials to showing them on your landing page. Includes: Generate personalised request emails (initial + follow-up templates); Import testimonial responses from JSON; Approval workflow; JSON-backed database (no external DB needed); Export approved testimonials as embeddable HTML or JSON; Star ratings and company attribution.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/responses.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_examples.md",
        "src/testimonial_collector.py"
      ],
      "file_count": 6,
      "download_size_bytes": 35757,
      "download_size_human": "34.9 KB",
      "product_url": "https://datanest-stores.com/landing-lab/#product-testimonial-collector",
      "preview_url": "https://datanest-stores.com/landing-lab/preview-testimonial-collector",
      "demo_url": "https://datanest-stores.com/landing-lab/demo-testimonial-collector/"
    },
    {
      "product_id": "ml-engineer:mlops-pipeline-templates",
      "slug": "mlops-pipeline-templates",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "MLOps Pipeline Templates",
      "short_description": "End-to-end ML pipeline templates with feature engineering, training, evaluation, and deployment stages.",
      "detailed_description": "Config-driven ML pipeline framework with DAG orchestration, model registry, and CI/CD templates for reproducible machine learning. Drop-in pipeline stages for feature engineering, training, evaluation, and deployment \u2014 wired together by a lightweight DAG runner that captures every seed, environment variable, and library version so you can reproduce any run months later. --- Includes: DAG-based pipeline runner that resolves stage dependencies, supports parallel branches, and retries failed stages with exponential backoff; Feature engineering stage with column transformers, target encoding, time-based feature extraction, and missing-value strategies; Training stage supporting scikit-learn, PyTorch, and TensorFlow with unified config; Evaluation stage that computes classification, regression, and ranking metrics with threshold gates; Deployment stage with blue/green, canary, and shadow deployment strategies; Model registry interface for versioning, stage transitions (staging \u2192 production \u2192 archived), and lineage tracking.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Install dependencies\npip install -r requirements.txt\n\n# 2. Run the classification pipeline\npython -m src.pipeline_runner --config pipelines/classification_pipeline.yaml\n\n# 3. Check the output\nls artifacts/   # Model files, metrics, reproducibility snapshots",
        "pipeline:\n  name: my_classifier\n  stages:\n    - name: feature_engineering\n      params:\n        numeric_columns: [age, income, score]\n        categorical_columns: [region, segment]\n        target_column: churned\n    - name: training\n      depends_on: [feature_engineering]\n      params:\n        framework: sklearn\n        model_type: random_forest\n        hyperparameters:\n\u2026"
      ],
      "included_files": [
        "README.md",
        "ci_cd/azure_pipelines.yaml",
        "ci_cd/github_actions.yaml",
        "ci_cd/gitlab_ci.yaml",
        "guide/01-getting-started.md",
        "guide/02-pipeline-patterns.md",
        "guides/getting-started.md",
        "guides/pipeline-patterns.md",
        "pipelines/classification_pipeline.yaml",
        "pipelines/nlp_pipeline.yaml",
        "pipelines/regression_pipeline.yaml",
        "requirements.txt",
        "src/__init__.py",
        "src/artifacts.py",
        "src/config_loader.py",
        "src/dag.py",
        "src/deployment.py",
        "src/evaluation.py",
        "src/feature_engineering.py",
        "src/model_registry.py",
        "src/pipeline_runner.py",
        "src/reproducibility.py",
        "src/training.py",
        "tests/__init__.py",
        "tests/test_dag.py",
        "tests/test_feature_engineering.py",
        "tests/test_pipeline_runner.py"
      ],
      "file_count": 27,
      "download_size_bytes": 126488,
      "download_size_human": "123.5 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-mlops-pipeline-templates",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-mlops-pipeline-templates",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-mlops-pipeline-templates/"
    },
    {
      "product_id": "ml-engineer:model-serving-toolkit",
      "slug": "model-serving-toolkit",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "Model Serving Toolkit",
      "short_description": "Deploy models with FastAPI, TensorFlow Serving, Triton, and BentoML. Includes A/B testing and canary patterns.",
      "detailed_description": "Deploy ML models with FastAPI, A/B testing, canary routing, and multi-backend support. A complete model serving solution with request validation, health probes, traffic routing, and configuration templates for TensorFlow Serving, Triton, and BentoML. --- Includes: FastAPI serving application with single and batch prediction endpoints; Model loader abstraction supporting pickle, JSON, and ONNX formats with hot-swap capability; A/B testing router with weighted traffic splits, sticky sessions, and header-based overrides; Canary deployment support with dynamic weight updates for gradual rollouts; Request validation with schema-based type checking, range validation, and allowed-value constraints; Health and readiness probes following Kubernetes patterns with serving metrics.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt\nuvicorn src.serving_app:create_app --factory --reload --port 8000",
        "curl http://localhost:8000/health\ncurl http://localhost:8000/models"
      ],
      "included_files": [
        "README.md",
        "configs/bentoml_service.yaml",
        "configs/serving_config.yaml",
        "configs/tf_serving.yaml",
        "configs/triton_config.yaml",
        "guide/01-deployment-guide.md",
        "guide/02-scaling-guide.md",
        "guides/deployment-guide.md",
        "guides/scaling-guide.md",
        "requirements.txt",
        "src/__init__.py",
        "src/health.py",
        "src/inference.py",
        "src/middleware.py",
        "src/model_loader.py",
        "src/routing.py",
        "src/serving_app.py",
        "src/validation.py",
        "tests/__init__.py",
        "tests/test_routing.py",
        "tests/test_serving.py"
      ],
      "file_count": 21,
      "download_size_bytes": 66781,
      "download_size_human": "65.2 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-model-serving-toolkit",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-model-serving-toolkit",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-model-serving-toolkit/"
    },
    {
      "product_id": "ml-engineer:feature-store-setup",
      "slug": "feature-store-setup",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "Feature Store Setup Guide",
      "short_description": "Build a feature store with Feast or custom implementation. Feature engineering, versioning, and serving patterns.",
      "detailed_description": "Build a feature store with point-in-time correct joins, offline/online stores, and a feature registry. Feature definitions, versioning, materialization workflows, and a serving API \u2014 with a stdlib reference implementation that runs locally and Feast configuration examples for production. --- Includes: Feature registry for defining, versioning, searching, and validating features with ownership metadata; Offline store (local Parquet reference impl) for batch feature retrieval during training; Online store (in-memory reference impl) for low-latency feature serving at inference time; Point-in-time correct joins that prevent training/serving skew and data leakage; Feature versioning with change tracking, diffs, and rollback support; Materialization scheduler for computing features on configurable cadences.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt\npython -c \"\nfrom src.feature_store import FeatureStore\nimport pandas as pd\n\nstore = FeatureStore()\ndf = pd.DataFrame({\n    'customer_id': [1, 2, 3],\n    'avg_spend': [100.0, 200.0, 150.0],\n    'event_time': pd.Timestamp.now(),\n})\nstore.materialize('avg_spend', df, 'customer_id', 'avg_spend')\nprint(store.get_online_features(['avg_spend'], ['1', '2']))\n\""
      ],
      "included_files": [
        "README.md",
        "configs/feast_feature_repo.py",
        "configs/feast_feature_store.yaml",
        "configs/feature_store_config.yaml",
        "guide/01-feast-integration.md",
        "guide/02-setup-guide.md",
        "guides/feast-integration.md",
        "guides/setup-guide.md",
        "requirements.txt",
        "src/__init__.py",
        "src/feature_registry.py",
        "src/feature_store.py",
        "src/materialization.py",
        "src/point_in_time.py",
        "src/serving_api.py",
        "src/versioning.py",
        "tests/__init__.py",
        "tests/test_feature_registry.py",
        "tests/test_point_in_time.py"
      ],
      "file_count": 19,
      "download_size_bytes": 55427,
      "download_size_human": "54.1 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-feature-store-setup",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-feature-store-setup",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-feature-store-setup/"
    },
    {
      "product_id": "ml-engineer:experiment-tracking-setup",
      "slug": "experiment-tracking-setup",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "Experiment Tracking Setup",
      "short_description": "MLflow and Weights & Biases configurations with experiment comparison, model registry, and artifact management.",
      "detailed_description": "Unified experiment logging, run comparison, model registry, and artifact management \u2014 with a stdlib JSON fallback that runs locally with zero dependencies. Switch between MLflow, Weights & Biases, and local JSON tracking by changing one config value. Your training code stays the same. --- Includes: Unified ExperimentLogger that wraps MLflow, W&B, or a local JSON tracker behind one API; Stdlib JSON tracker that works with zero external packages \u2014 runs in CI, on laptops, and in air-gapped environments; Run comparison and leaderboard generator with Markdown and CSV export; Hyperparameter sensitivity analysis to identify which params matter most; Model registry with version tracking, stage transitions (staging \u2192 production \u2192 archived), and audit trail; Artifact manager with content-addressed dedup and automatic file categorization.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt   # optional \u2014 stdlib tracker needs nothing\n\npython -c \"\nfrom src.experiment_logger import ExperimentLogger\n\nexp = ExperimentLogger(backend='stdlib')\n\nwith exp.run('my-first-experiment', run_name='baseline') as run_id:\n    exp.log_params({'model': 'random_forest', 'n_estimators': 100})\n    for epoch in range(10):\n        loss = 1.0 / (epoch + 1)\n        exp.log_metric('loss', loss, step=epoch)\n    exp.set_tag('status', 'baseline')\n\n\u2026",
        "from src.run_comparison import load_runs_from_directory, generate_leaderboard\n\nruns = load_runs_from_directory(\"./experiments/runs\")\nlb = generate_leaderboard(runs, metric=\"loss\", ascending=True)\nprint(lb.to_markdown())"
      ],
      "included_files": [
        "README.md",
        "configs/mlflow_config.yaml",
        "configs/tracking_config.yaml",
        "configs/wandb_config.yaml",
        "guide/01-registry-workflow.md",
        "guide/02-setup-guide.md",
        "guides/registry-workflow.md",
        "guides/setup-guide.md",
        "requirements.txt",
        "src/__init__.py",
        "src/artifact_manager.py",
        "src/experiment_logger.py",
        "src/model_registry.py",
        "src/run_comparison.py",
        "src/stdlib_tracker.py",
        "tests/__init__.py",
        "tests/test_experiment_logger.py",
        "tests/test_run_comparison.py"
      ],
      "file_count": 18,
      "download_size_bytes": 104434,
      "download_size_human": "102.0 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-experiment-tracking-setup",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-experiment-tracking-setup",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-experiment-tracking-setup/"
    },
    {
      "product_id": "ml-engineer:data-labeling-pipeline",
      "slug": "data-labeling-pipeline",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "Data Labeling Pipeline",
      "short_description": "Annotation workflow tools, quality assurance scripts, active learning selectors, and labeling interface templates.",
      "detailed_description": "A complete toolkit for managing ML data labeling workflows \u2014 from annotator assignment through quality auditing to model-ready export. Includes inter-annotator agreement metrics (Cohen's \u03ba, Fleiss' \u03ba, Krippendorff's \u03b1), active learning sample selectors, label quality auditing, and a workflow orchestration engine. Includes: Inter-annotator agreement \u2014 Cohen's \u03ba (2 raters), Fleiss' \u03ba (N raters), Scott's \u03c0, Krippendorff's \u03b1 (with missing data support); Active learning selectors \u2014 Uncertainty, margin, entropy, random baseline, and query-by-committee strategies; Label quality auditing \u2014 Annotator scorecards (agreement, speed, bias), suspect label detection, distribution drift testing (chi-squared), and automated audit reports; Schema management \u2014 Define labeling taxonomies with categories, hierarchy, colors, and keyboard shortcuts; Workflow engine \u2014 Task creation, batch assignment (round-robin and difficulty-stratified), label submission, consensus resolution (majority vote / unanimous), adjudication, and training data export; Labeling UI template \u2014 Ready-to-deploy HTML/CSS/JS annotation interface with keyboard shortcuts, progress tracking, and guidelines sidebar.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.agreement import cohens_kappa, fleiss_kappa\n\n# Two raters\nrater_a = [\"pos\", \"neg\", \"pos\", \"neg\", \"pos\", \"neg\", \"pos\", \"neg\"]\nrater_b = [\"pos\", \"neg\", \"neg\", \"neg\", \"pos\", \"neg\", \"pos\", \"pos\"]\nresult = cohens_kappa(rater_a, rater_b)\nprint(result.summary())\n# \u03ba = 0.5000 (moderate)  [P_o=0.7500, P_e=0.5000, N=8, k=2]\n\n# Multiple raters\nr1 = [\"A\", \"B\", \"A\", \"C\", \"B\"]\nr2 = [\"A\", \"B\", \"A\", \"C\", \"A\"]\nr3 = [\"A\", \"B\", \"A\", \"B\", \"B\"]\nresult = fleiss_kappa([r1, r2, r3])\n\u2026",
        "from src.active_learning import entropy_sampling, compare_strategies\n\n# Probability matrix from your model: N_samples \u00d7 N_classes\nprobs = [\n    [0.90, 0.05, 0.05],  # confident \u2192 skip\n    [0.33, 0.34, 0.33],  # confused \u2192 label this!\n    [0.50, 0.49, 0.01],  # tight margin \u2192 label this!\n    [0.80, 0.10, 0.10],  # fairly confident \u2192 skip\n]\n\nresult = entropy_sampling(probs, budget=2)\nprint(f\"Label these indices: {result.indices}\")\n# Label these indices: [1, 2]"
      ],
      "included_files": [
        "README.md",
        "configs/labeling_config.yaml",
        "configs/schema_config.yaml",
        "guide/01-annotation-workflow.md",
        "guide/02-quality-assurance.md",
        "guides/annotation-workflow.md",
        "guides/quality-assurance.md",
        "requirements.txt",
        "src/__init__.py",
        "src/active_learning.py",
        "src/agreement.py",
        "src/quality_audit.py",
        "src/schema.py",
        "src/workflow.py",
        "templates/labeling_interface.html",
        "tests/test_active_learning.py",
        "tests/test_agreement.py",
        "tests/test_quality_audit.py"
      ],
      "file_count": 18,
      "download_size_bytes": 135048,
      "download_size_human": "131.9 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-data-labeling-pipeline",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-data-labeling-pipeline",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-data-labeling-pipeline/"
    },
    {
      "product_id": "ml-engineer:model-monitoring-dashboard",
      "slug": "model-monitoring-dashboard",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "Model Monitoring Dashboard",
      "short_description": "Drift detection, performance monitoring, and alerting for deployed models with Grafana dashboards and alerting rules.",
      "detailed_description": "Detect data drift, track model performance, and get alerted before your ML models silently degrade in production. Models don't fail with stack traces \u2014 they fail by quietly returning worse predictions until someone notices revenue dropped. This toolkit gives you statistical drift detection, rolling performance metrics, structured prediction logging, and Grafana dashboards to catch degradation early. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt\npython -m src.drift_detectors    # Run drift detection demo\npython -m src.concept_drift      # Run concept drift detection demo\npython -m src.performance_monitor  # Run performance monitoring demo\npython -m src.alert_engine       # Run alert engine demo",
        "from src.drift_detectors import MultiFeatureDriftScanner\n\nscanner = MultiFeatureDriftScanner(psi_threshold=0.25, ks_alpha=0.05)\n\n# Reference data from training set\nreference = {\n    \"age\": training_ages,           # list of floats\n    \"monthly_spend\": training_spend,\n}\n\n# Current data from production predictions\ncurrent = {\n    \"age\": production_ages,\n    \"monthly_spend\": production_spend,\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/alert_rules.yaml",
        "configs/monitoring_config.yaml",
        "configs/prometheus.yaml",
        "dashboards/drift_analysis.json",
        "dashboards/model_overview.json",
        "guide/01-drift_detection_explained.md",
        "guide/02-setup_guide.md",
        "guides/drift_detection_explained.md",
        "guides/setup_guide.md",
        "requirements.txt",
        "src/__init__.py",
        "src/alert_engine.py",
        "src/concept_drift.py",
        "src/drift_detectors.py",
        "src/metric_exporters.py",
        "src/performance_monitor.py",
        "src/prediction_logger.py",
        "src/stats_utils.py",
        "tests/test_alert_engine.py",
        "tests/test_drift_detectors.py",
        "tests/test_performance_monitor.py"
      ],
      "file_count": 22,
      "download_size_bytes": 131007,
      "download_size_human": "127.9 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-model-monitoring-dashboard",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-model-monitoring-dashboard",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-model-monitoring-dashboard/"
    },
    {
      "product_id": "ml-engineer:nlp-starter-kit",
      "slug": "nlp-starter-kit",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "NLP Starter Kit",
      "short_description": "Text processing pipelines, embedding workflows, fine-tuning scripts, and RAG implementation patterns.",
      "detailed_description": "End-to-end NLP toolkit: text preprocessing, embeddings, classification, NER, fine-tuning, and RAG \u2014 with stdlib reference implementations that run without a GPU. Go from raw text to trained models and retrieval-augmented generation with a single coherent toolkit. Every component includes both a stdlib baseline (runs anywhere) and a production backend (Hugging Face, sentence-transformers, LoRA). --- Includes: Text preprocessing pipeline \u2014 tokenization with offset tracking, Unicode normalization (NFC/NFKD/NFKC), HTML/URL/email cleaning, stopword filtering, all composable into a single TextProcessor call; Embedding engine \u2014 pluggable backends for TF-IDF (stdlib), sentence-transformers (SBERT), and OpenAI-compatible APIs, with caching, batch optimization, and cosine similarity utilities; Text classifier \u2014 nearest-centroid baseline (stdlib, no sklearn) and Hugging Face transformer backend, with full metric computation (accuracy, precision, recall, F1, confusion matrix); Named entity recognition \u2014 rule-based extractor with regex patterns and gazetteers, plus transformer-based NER (Hugging Face token-classification), with span merging and deduplication; Fine-tuning pipeline \u2014 Hugging Face",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt",
        "# Just use the toolkit directly \u2014 TF-IDF embeddings, nearest-centroid\n# classifier, rule-based NER, and mock LLM all work on stdlib alone."
      ],
      "included_files": [
        "README.md",
        "configs/model_config.yaml",
        "configs/pipeline_config.yaml",
        "guide/01-fine-tuning.md",
        "guide/02-text-preprocessing.md",
        "guides/fine-tuning.md",
        "guides/text-preprocessing.md",
        "requirements.txt",
        "src/nlp_starter_kit/__init__.py",
        "src/nlp_starter_kit/classifier.py",
        "src/nlp_starter_kit/embeddings.py",
        "src/nlp_starter_kit/fine_tuning.py",
        "src/nlp_starter_kit/ner.py",
        "src/nlp_starter_kit/rag.py",
        "src/nlp_starter_kit/text_processor.py",
        "tests/test_classifier_ner.py",
        "tests/test_rag.py",
        "tests/test_text_processor.py"
      ],
      "file_count": 18,
      "download_size_bytes": 133306,
      "download_size_human": "130.2 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-nlp-starter-kit",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-nlp-starter-kit",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-nlp-starter-kit/"
    },
    {
      "product_id": "ml-engineer:computer-vision-toolkit",
      "slug": "computer-vision-toolkit",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "Computer Vision Toolkit",
      "short_description": "Image classification, object detection, and segmentation pipelines with data augmentation and evaluation frameworks.",
      "detailed_description": "End-to-end computer vision framework for image classification, object detection, and semantic segmentation \u2014 with real mAP/IoU math, PyTorch training loops, data augmentation, and model export. Train, evaluate, and deploy CV models using a single coherent codebase. Every evaluation metric is implemented with real math (no black-box library calls), every training loop supports mixed precision and gradient accumulation, and the augmentation pipeline composes transforms the way you'd compose functions. --- Includes: Image classification \u2014 build classification pipelines with pre-trained ResNet/EfficientNet/ViT backbones, custom heads, and label management; Object detection \u2014 anchor-based detection with configurable anchor scales, multi-scale feature maps, and NMS post-processing; Semantic segmentation \u2014 UNet and FPN decoder architectures on any backbone, with per-pixel loss computation and boundary refinement; Data augmentation library \u2014 composable transforms (flip, rotate, crop, color jitter, blur, grayscale) with Compose, OneOf, and per-transform probability control; Dataset loaders \u2014 ImageFolderDataset for classification, DetectionDataset for COCO/VOC/YOLO-format annotations, with l",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 4.8"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt",
        "from cv_toolkit.augmentation import (\n    AugmentationPipeline, Compose, OneOf,\n    RandomHorizontalFlip, RandomRotation, ColorJitter, RandomGaussianBlur,\n)\n\n# Use a preset\npipeline = AugmentationPipeline(\n    task=\"classification\", strength=\"medium\", image_size=(224, 224)\n)\n\n# Or compose your own\ncustom = Compose([\n    RandomHorizontalFlip(p=0.5),\n    RandomRotation(degrees=15, p=0.3),\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/augmentation_config.yaml",
        "configs/training_config.yaml",
        "guide/01-evaluation-guide.md",
        "guide/02-training-guide.md",
        "guides/evaluation-guide.md",
        "guides/training-guide.md",
        "requirements.txt",
        "src/cv_toolkit/__init__.py",
        "src/cv_toolkit/augmentation.py",
        "src/cv_toolkit/classification.py",
        "src/cv_toolkit/datasets.py",
        "src/cv_toolkit/detection.py",
        "src/cv_toolkit/evaluation.py",
        "src/cv_toolkit/inference.py",
        "src/cv_toolkit/models/__init__.py",
        "src/cv_toolkit/models/backbones.py",
        "src/cv_toolkit/models/heads.py",
        "src/cv_toolkit/segmentation.py",
        "src/cv_toolkit/training.py",
        "tests/test_augmentation.py",
        "tests/test_detection.py",
        "tests/test_evaluation.py"
      ],
      "file_count": 23,
      "download_size_bytes": 130357,
      "download_size_human": "127.3 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-computer-vision-toolkit",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-computer-vision-toolkit",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-computer-vision-toolkit/"
    },
    {
      "product_id": "ml-engineer:llm-application-framework",
      "slug": "llm-application-framework",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "LLM Application Framework",
      "short_description": "Build LLM-powered apps with prompt management, RAG pipelines, guardrails, evaluation harnesses, and cost tracking.",
      "detailed_description": "Build production LLM applications with prompt management, RAG pipelines, guardrails, evaluation harnesses, and cost tracking \u2014 using a mock LLM client that runs without API keys. Assemble LLM apps the way an ML engineer would: modular pipeline stages, versioned prompts, measurable output quality, and explicit cost control. Every component works standalone or composes into a full application pipeline. --- Includes: Mock LLM client \u2014 deterministic LLM simulator for testing without API keys, with token counting, streaming simulation, and error injection for resilience testing; Prompt registry \u2014 versioned prompt templates with {{variable}} substitution, validation, fingerprinting, bulk loading from YAML, and composition (system + few-shot + context + query); RAG pipeline \u2014 document chunking with configurable overlap, in-memory vector store with cosine similarity, token-budget-aware context assembly, and source citation; Guardrails \u2014 input validation (prompt injection detection, content length, topic filtering) and output validation (PII detection/redaction, format compliance) composable into chains; Evaluation harness \u2014 ROUGE-L, BLEU, word overlap, factual consistency scoring, answer r",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt",
        "# Just use the framework directly \u2014 everything runs on stdlib alone"
      ],
      "included_files": [
        "README.md",
        "configs/app_config.yaml",
        "configs/guardrails_config.yaml",
        "guide/01-app-assembly.md",
        "guide/02-guardrails-guide.md",
        "guides/app-assembly.md",
        "guides/guardrails-guide.md",
        "prompts/few_shot_examples.yaml",
        "prompts/system_prompts.yaml",
        "requirements.txt",
        "src/llm_framework/__init__.py",
        "src/llm_framework/app_builder.py",
        "src/llm_framework/cost_tracker.py",
        "src/llm_framework/evaluation.py",
        "src/llm_framework/guardrails.py",
        "src/llm_framework/mock_client.py",
        "src/llm_framework/prompt_registry.py",
        "src/llm_framework/rag_pipeline.py",
        "tests/test_guardrails.py",
        "tests/test_prompt_registry.py",
        "tests/test_rag.py"
      ],
      "file_count": 21,
      "download_size_bytes": 151171,
      "download_size_human": "147.6 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-llm-application-framework",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-llm-application-framework",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-llm-application-framework/"
    },
    {
      "product_id": "ml-engineer:ml-testing-framework",
      "slug": "ml-testing-framework",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "ML Testing Framework",
      "short_description": "Test ML code: data validation, model performance, fairness checks, integration tests, and regression detection.",
      "detailed_description": "A structured, reusable framework for testing machine-learning models and data pipelines. Covers the full testing lifecycle: data validation, performance gates, fairness auditing, behavioral tests, and regression detection between model versions. Includes: Data Validators \u2014 Schema checks (column presence, dtype, nullable), range validation, PSI-based distribution drift detection, completeness and duplicate checks; Performance Gates \u2014 Configurable threshold assertions for classification (accuracy, precision, recall, F1, AUC) and regression (MAE, RMSE, R\u00b2, MAPE) metrics with warn-delta early warning; Fairness Auditing \u2014 Demographic parity ratio, equalized odds (TPR/FPR gap), and disparate impact ratio with stdlib-only math for portable execution; Behavioral Tests \u2014 Invariance tests (neutral perturbations shouldn't change output), directional expectation tests (increasing X should increase Y), metamorphic tests (input transforms should produce predictable output transforms), and noise robustness; Regression Detection \u2014 Paired t-test and bootstrap confidence intervals to statistically determine if a new model is worse than the current one, with per-slice subgroup analysis; Pytest Integr",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "numpy, pandas, scikit-learn, scipy, pytest"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt\npytest tests/ -v",
        "from src.validators import SchemaValidator, ColumnRule, check_distribution_drift\n\nrules = [\n    ColumnRule(\"age\", dtype=\"integer\", nullable=False, min_value=0, max_value=120),\n    ColumnRule(\"income\", dtype=\"float\", nullable=True, min_value=0),\n]\nresult = SchemaValidator(rules).validate(df)\nassert result.passed, result.errors"
      ],
      "included_files": [
        "README.md",
        "configs/thresholds.yaml",
        "configs/validation_rules.yaml",
        "guide/01-fairness-testing.md",
        "guide/02-ml-testing-strategy.md",
        "guides/fairness-testing.md",
        "guides/ml-testing-strategy.md",
        "requirements.txt",
        "src/__init__.py",
        "src/behavioral.py",
        "src/fairness.py",
        "src/fixtures.py",
        "src/performance.py",
        "src/regression.py",
        "src/validators.py",
        "tests/test_behavioral.py",
        "tests/test_fairness.py",
        "tests/test_performance.py",
        "tests/test_regression.py",
        "tests/test_validators.py"
      ],
      "file_count": 20,
      "download_size_bytes": 111582,
      "download_size_human": "109.0 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-ml-testing-framework",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-ml-testing-framework",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-ml-testing-framework/"
    },
    {
      "product_id": "ml-engineer:gpu-optimization-guide",
      "slug": "gpu-optimization-guide",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "GPU Optimization Guide",
      "short_description": "CUDA memory management, mixed precision training, distributed training configs, and GPU utilization monitoring.",
      "detailed_description": "A practical toolkit for squeezing maximum performance from NVIDIA GPUs during deep learning training. Covers CUDA memory management, mixed-precision training, gradient accumulation, distributed training (DDP/FSDP/DeepSpeed), profiling, OOM debugging, and GPU monitoring. Includes: Memory Manager \u2014 CUDA memory snapshots, fragmentation analysis, leak detection, OOM diagnostics with actionable fix suggestions; AMP Trainer \u2014 Drop-in mixed-precision training loop with gradient accumulation, GradScaler, and gradient checkpointing support; GPU Monitor \u2014 Parse nvidia-smi output into structured Python objects, detect anomalies (idle GPUs, thermal throttling, memory pressure); Profiler \u2014 stdlib SectionTimer for quick bottleneck detection + PyTorch profiler wrapper for detailed Chrome-trace analysis; Memory Benchmark \u2014 Automated comparison of fp32 vs AMP vs checkpointing across batch sizes; Distributed Configs \u2014 Production-ready DDP, FSDP, and DeepSpeed ZeRO configurations with extensive inline comments.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "PyTorch 2.0+ with CUDA support",
        "numpy, pynvml, psutil"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "PyTorch",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -r requirements.txt\n\n# Monitor GPU utilization\npython src/gpu_monitor.py\n\n# Run memory benchmark (requires CUDA GPU)\npython benchmarks/memory_benchmark.py",
        "from src.memory_manager import memory_tracking, format_bytes\n\nwith memory_tracking(label=\"training_step\") as tracker:\n    loss = model(batch)\n    loss.backward()\n    optimizer.step()\n\nprint(f\"Step allocated {format_bytes(tracker['allocated_delta'])}\")"
      ],
      "included_files": [
        "README.md",
        "benchmarks/memory_benchmark.py",
        "configs/ddp_config.yaml",
        "configs/deepspeed_config.json",
        "configs/fsdp_config.yaml",
        "guide/01-distributed-training.md",
        "guide/02-memory-management.md",
        "guide/03-mixed-precision.md",
        "guide/04-profiling.md",
        "guides/distributed-training.md",
        "guides/memory-management.md",
        "guides/mixed-precision.md",
        "guides/profiling.md",
        "requirements.txt",
        "src/__init__.py",
        "src/amp_trainer.py",
        "src/gpu_monitor.py",
        "src/memory_manager.py",
        "src/profiler.py"
      ],
      "file_count": 19,
      "download_size_bytes": 90275,
      "download_size_human": "88.2 KB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-gpu-optimization-guide",
      "preview_url": "https://datanest-stores.com/ml-engineer/preview-gpu-optimization-guide",
      "demo_url": "https://datanest-stores.com/ml-engineer/demo-gpu-optimization-guide/"
    },
    {
      "product_id": "ml-engineer:ml-complete-bundle",
      "slug": "ml-complete-bundle",
      "store": "ml-engineer",
      "store_name": "ML Engineer Toolkit",
      "domain": "ai",
      "category": "AI & Machine Learning",
      "tags": [
        "ai",
        "bundle",
        "computer vision",
        "feature store",
        "llm",
        "machine learning",
        "mlops",
        "model serving",
        "nlp"
      ],
      "title": "ML Engineer Bundle",
      "short_description": "All 11 ML engineering tools \u2014 $429 bought separately, yours for $149. Save $280 (65%): pipelines, model serving, and MLOps from experiment to production.",
      "detailed_description": "Config-driven ML pipeline framework with DAG orchestration, model registry, and CI/CD templates for reproducible machine learning. Drop-in pipeline stages for feature engineering, training, evaluation, and deployment \u2014 wired together by a lightweight DAG runner that captures every seed, environment variable, and library version so you can reproduce any run months later. --- Includes: DAG-based pipeline runner that resolves stage dependencies, supports parallel branches, and retries failed stages with exponential backoff; Feature engineering stage with column transformers, target encoding, time-based feature extraction, and missing-value strategies; Training stage supporting scikit-learn, PyTorch, and TensorFlow with unified config; Evaluation stage that computes classification, regression, and ranking metrics with threshold gates; Deployment stage with blue/green, canary, and shadow deployment strategies; Model registry interface for versioning, stage transitions (staging \u2192 production \u2192 archived), and lineage tracking.",
      "price_usd": 149,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 4.8"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# 1. Install dependencies\npip install -r requirements.txt\n\n# 2. Run the classification pipeline\npython -m src.pipeline_runner --config pipelines/classification_pipeline.yaml\n\n# 3. Check the output\nls artifacts/   # Model files, metrics, reproducibility snapshots",
        "pipeline:\n  name: my_classifier\n  stages:\n    - name: feature_engineering\n      params:\n        numeric_columns: [age, income, score]\n        categorical_columns: [region, segment]\n        target_column: churned\n    - name: training\n      depends_on: [feature_engineering]\n      params:\n        framework: sklearn\n        model_type: random_forest\n        hyperparameters:\n\u2026"
      ],
      "included_files": [
        "products/computer-vision-toolkit/README.md",
        "products/computer-vision-toolkit/source/README.md",
        "products/computer-vision-toolkit/source/configs/augmentation_config.yaml",
        "products/computer-vision-toolkit/source/configs/training_config.yaml",
        "products/computer-vision-toolkit/source/guide/01-evaluation-guide.md",
        "products/computer-vision-toolkit/source/guide/02-training-guide.md",
        "products/computer-vision-toolkit/source/guides/evaluation-guide.md",
        "products/computer-vision-toolkit/source/guides/training-guide.md",
        "products/computer-vision-toolkit/source/requirements.txt",
        "products/computer-vision-toolkit/source/src/cv_toolkit/__init__.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/augmentation.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/classification.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/datasets.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/detection.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/evaluation.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/inference.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/models/__init__.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/models/backbones.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/models/heads.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/segmentation.py",
        "products/computer-vision-toolkit/source/src/cv_toolkit/training.py",
        "products/computer-vision-toolkit/source/tests/test_augmentation.py",
        "products/computer-vision-toolkit/source/tests/test_detection.py",
        "products/computer-vision-toolkit/source/tests/test_evaluation.py",
        "products/data-labeling-pipeline/README.md",
        "products/data-labeling-pipeline/source/README.md",
        "products/data-labeling-pipeline/source/configs/labeling_config.yaml",
        "products/data-labeling-pipeline/source/configs/schema_config.yaml",
        "products/data-labeling-pipeline/source/guide/01-annotation-workflow.md",
        "products/data-labeling-pipeline/source/guide/02-quality-assurance.md",
        "products/data-labeling-pipeline/source/guides/annotation-workflow.md",
        "products/data-labeling-pipeline/source/guides/quality-assurance.md",
        "products/data-labeling-pipeline/source/requirements.txt",
        "products/data-labeling-pipeline/source/src/__init__.py",
        "products/data-labeling-pipeline/source/src/active_learning.py",
        "products/data-labeling-pipeline/source/src/agreement.py",
        "products/data-labeling-pipeline/source/src/quality_audit.py",
        "products/data-labeling-pipeline/source/src/schema.py",
        "products/data-labeling-pipeline/source/src/workflow.py",
        "products/data-labeling-pipeline/source/templates/labeling_interface.html",
        "products/data-labeling-pipeline/source/tests/test_active_learning.py",
        "products/data-labeling-pipeline/source/tests/test_agreement.py",
        "products/data-labeling-pipeline/source/tests/test_quality_audit.py",
        "products/experiment-tracking-setup/README.md",
        "products/experiment-tracking-setup/source/README.md",
        "products/experiment-tracking-setup/source/configs/mlflow_config.yaml",
        "products/experiment-tracking-setup/source/configs/tracking_config.yaml",
        "products/experiment-tracking-setup/source/configs/wandb_config.yaml",
        "products/experiment-tracking-setup/source/guide/01-registry-workflow.md",
        "products/experiment-tracking-setup/source/guide/02-setup-guide.md",
        "products/experiment-tracking-setup/source/guides/registry-workflow.md",
        "products/experiment-tracking-setup/source/guides/setup-guide.md",
        "products/experiment-tracking-setup/source/requirements.txt",
        "products/experiment-tracking-setup/source/src/__init__.py",
        "products/experiment-tracking-setup/source/src/artifact_manager.py",
        "products/experiment-tracking-setup/source/src/experiment_logger.py",
        "products/experiment-tracking-setup/source/src/model_registry.py",
        "products/experiment-tracking-setup/source/src/run_comparison.py",
        "products/experiment-tracking-setup/source/src/stdlib_tracker.py",
        "products/experiment-tracking-setup/source/tests/__init__.py",
        "products/experiment-tracking-setup/source/tests/test_experiment_logger.py",
        "products/experiment-tracking-setup/source/tests/test_run_comparison.py",
        "products/feature-store-setup/README.md",
        "products/feature-store-setup/source/README.md",
        "products/feature-store-setup/source/configs/feast_feature_repo.py",
        "products/feature-store-setup/source/configs/feast_feature_store.yaml",
        "products/feature-store-setup/source/configs/feature_store_config.yaml",
        "products/feature-store-setup/source/guide/01-feast-integration.md",
        "products/feature-store-setup/source/guide/02-setup-guide.md",
        "products/feature-store-setup/source/guides/feast-integration.md",
        "products/feature-store-setup/source/guides/setup-guide.md",
        "products/feature-store-setup/source/requirements.txt",
        "products/feature-store-setup/source/src/__init__.py",
        "products/feature-store-setup/source/src/feature_registry.py",
        "products/feature-store-setup/source/src/feature_store.py",
        "products/feature-store-setup/source/src/materialization.py",
        "products/feature-store-setup/source/src/point_in_time.py",
        "products/feature-store-setup/source/src/serving_api.py",
        "products/feature-store-setup/source/src/versioning.py",
        "products/feature-store-setup/source/tests/__init__.py"
      ],
      "file_count": 80,
      "download_size_bytes": 1210209,
      "download_size_human": "1.2 MB",
      "product_url": "https://datanest-stores.com/ml-engineer/#product-ml-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "nesto:nesto-perps-bot",
      "slug": "nesto-perps-bot",
      "store": "nesto",
      "store_name": "Nesto",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "automated trading",
        "crypto",
        "defi",
        "hyperliquid",
        "perpetual futures",
        "position sizing",
        "risk management",
        "security",
        "trading bot"
      ],
      "title": "Nesto Perps Bot",
      "short_description": "Self-hosted automated trading bot for Hyperliquid perpetuals. Configurable strategies, built-in risk limits and position sizing, live and paper modes, Docker deploy, and a guided setup wizard. You set the rules.",
      "detailed_description": "Self-hosted automated trading bot for Hyperliquid perpetuals. Configurable strategies, built-in risk limits and position sizing, live and paper modes, Docker deploy, and a guided setup wizard. You set the rules.",
      "price_usd": 99,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "Single-user license",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "unaudited",
      "agent_sellable": false,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": "Automated perpetual-futures trading bot with direct financial risk. Educational reference only; not for unattended live trading.",
      "preview_snippets": [
        "# Unzip the downloaded package, then from inside the folder:\ncd nesto-perps-bot\npython -m venv .venv\nsource .venv/bin/activate\npip install -e \".[dev]\"\nperps-bot init   # interactive setup wizard -> writes your .env",
        "perps-bot doctor --mode paper\nperps-bot run --mode paper"
      ],
      "included_files": [
        ".dockerignore",
        ".env.example",
        "DISCLAIMER.md",
        "Dockerfile",
        "QUICKSTART.md",
        "README.md",
        "SECURITY.md",
        "config/default.yaml",
        "config/live_auto_example.yaml",
        "config/live_exit_only.yaml",
        "config/paper.yaml",
        "config/testnet.yaml",
        "data/terminal.log",
        "guide/01-hyperliquid-connection.md",
        "guide/02-trading-strategies.md",
        "guide/03-risk-management.md",
        "guide/04-execution-modes.md",
        "guide/05-monitoring-metrics.md",
        "pyproject.toml",
        "scripts/run_live_auto.sh",
        "scripts/run_live_exit_only.sh",
        "scripts/run_paper.sh",
        "scripts/run_testnet.sh",
        "src/nesto_perps_bot.egg-info/PKG-INFO",
        "src/nesto_perps_bot.egg-info/SOURCES.txt",
        "src/nesto_perps_bot.egg-info/dependency_links.txt",
        "src/nesto_perps_bot.egg-info/entry_points.txt",
        "src/nesto_perps_bot.egg-info/requires.txt",
        "src/nesto_perps_bot.egg-info/top_level.txt",
        "src/perps_bot/__init__.py",
        "src/perps_bot/adapters/__init__.py",
        "src/perps_bot/adapters/exchange_base.py",
        "src/perps_bot/adapters/hyperliquid_adapter.py",
        "src/perps_bot/adapters/paper_adapter.py",
        "src/perps_bot/alerting.py",
        "src/perps_bot/app.py",
        "src/perps_bot/backtest/__init__.py",
        "src/perps_bot/backtest/data.py",
        "src/perps_bot/backtest/engine.py",
        "src/perps_bot/backtest/metrics.py",
        "src/perps_bot/backtest/report.py",
        "src/perps_bot/bot_process.py",
        "src/perps_bot/cli.py",
        "src/perps_bot/config.py",
        "src/perps_bot/console.py",
        "src/perps_bot/constants.py",
        "src/perps_bot/core/__init__.py",
        "src/perps_bot/core/emergency.py",
        "src/perps_bot/core/execution.py",
        "src/perps_bot/core/exits.py",
        "src/perps_bot/core/manager.py",
        "src/perps_bot/core/preflight.py",
        "src/perps_bot/core/reconciliation.py",
        "src/perps_bot/core/risk.py",
        "src/perps_bot/core/signals.py",
        "src/perps_bot/core/sizing.py",
        "src/perps_bot/core/strategy_trend.py",
        "src/perps_bot/dashboard.py",
        "src/perps_bot/errors.py",
        "src/perps_bot/indicators.py",
        "src/perps_bot/logging_setup.py",
        "src/perps_bot/math_utils.py",
        "src/perps_bot/models.py",
        "src/perps_bot/redact.py",
        "src/perps_bot/remote.py",
        "src/perps_bot/sentiment.py",
        "src/perps_bot/state_store.py",
        "src/perps_bot/time_utils.py",
        "src/perps_bot/webhooks/__init__.py",
        "src/perps_bot/webhooks/auth.py",
        "src/perps_bot/webhooks/server.py",
        "static/dashboard.html",
        "tests/conftest.py",
        "tests/test_backtest_data.py",
        "tests/test_backtest_engine.py",
        "tests/test_config_defaults.py",
        "tests/test_exits.py",
        "tests/test_forbidden_actions.py",
        "tests/test_indicators.py",
        "tests/test_market_context.py"
      ],
      "file_count": 80,
      "download_size_bytes": 155071,
      "download_size_human": "151.4 KB",
      "product_url": "https://datanest-stores.com/nesto/#product-nesto-perps-bot",
      "preview_url": "https://datanest-stores.com/nesto/preview-nesto-perps-bot",
      "demo_url": "https://datanest-stores.com/nesto/demo-nesto-perps-bot/"
    },
    {
      "product_id": "nesto:nesto-pro-configs",
      "slug": "nesto-pro-configs",
      "store": "nesto",
      "store_name": "Nesto",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "automated trading",
        "crypto",
        "defi",
        "hyperliquid",
        "perpetual futures",
        "position sizing",
        "risk management",
        "security",
        "trading bot"
      ],
      "title": "Nesto Pro Strategy Configs",
      "short_description": "Tuned strategy configuration presets plus a strategy guide for the Nesto Perps Bot. Adapt the risk, filters, and timeframes to your own account. Requires the Nesto Perps Bot.",
      "detailed_description": "A documented, ready-to-run strategy preset for the Nesto Perps Bot base product: a daily-timeframe, regime-gated (ADX \u2265 25), short-tilted trend configuration on a basket of liquid majors, with a full exit stack (ATR stop, take-profit ladder, breakeven, trailing, time stop). Requires the Nesto Perps Bot base product. This pack is configuration + documentation only \u2014 it does not include the bot engine itself. No guaranteed profit. This is a strategy configuration, not a money machine. Perps are leveraged and can be liquidated. Backtests describe the past, not your future. See DISCLAIMER.md and STRATEGYGUIDE.md.",
      "price_usd": 79,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "Single-user license",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "unaudited",
      "agent_sellable": false,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": "Automated perpetual-futures trading bot with direct financial risk. Educational reference only; not for unattended live trading.",
      "preview_snippets": [
        "configs/pro_daily_short_tilt.yaml   # the preset (drop into your bot's config/)\nSTRATEGY_GUIDE.md                   # why every parameter is set the way it is\nDISCLAIMER.md                       # risk disclosure\nLICENSE                             # proprietary, single-user",
        "   cp configs/pro_daily_short_tilt.yaml /path/to/nesto-perps-bot/config/\n   "
      ],
      "included_files": [
        "DISCLAIMER.md",
        "README.md",
        "STRATEGY_GUIDE.md",
        "configs/pro_daily_short_tilt.yaml",
        "guide/01-config-structure.md",
        "guide/02-strategy-parameters.md",
        "guide/03-leverage-mgmt.md",
        "guide/04-portfolio-allocation.md",
        "guide/05-backtesting.md"
      ],
      "file_count": 9,
      "download_size_bytes": 11017,
      "download_size_human": "10.8 KB",
      "product_url": "https://datanest-stores.com/nesto/#product-nesto-pro-configs",
      "preview_url": "https://datanest-stores.com/nesto/preview-nesto-pro-configs",
      "demo_url": "https://datanest-stores.com/nesto/demo-nesto-pro-configs/"
    },
    {
      "product_id": "nesto:nesto-complete-bundle",
      "slug": "nesto-complete-bundle",
      "store": "nesto",
      "store_name": "Nesto",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "automated trading",
        "bundle",
        "crypto",
        "defi",
        "hyperliquid",
        "perpetual futures",
        "position sizing",
        "risk management",
        "security",
        "trading bot"
      ],
      "title": "Nesto Complete Bundle",
      "short_description": "The Nesto Perps Bot plus the Pro Strategy Configs and strategy guide \u2014 everything needed to run an automated perps workflow with built-in risk controls.",
      "detailed_description": "The Nesto Perps Bot plus the Pro Strategy Configs and strategy guide \u2014 everything needed to run an automated perps workflow with built-in risk controls.",
      "price_usd": 149,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "Single-user license",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "unaudited",
      "agent_sellable": false,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": "Automated perpetual-futures trading bot with direct financial risk. Educational reference only; not for unattended live trading.",
      "preview_snippets": [],
      "included_files": [
        "nesto-perps-bot (full product)",
        "nesto-pro-configs (full product)"
      ],
      "file_count": 2,
      "download_size_bytes": 166629,
      "download_size_human": "162.7 KB",
      "product_url": "https://datanest-stores.com/nesto/#product-nesto-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "nocode-builder:zapier-automation-recipes",
      "slug": "zapier-automation-recipes",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "Zapier Automation Recipes",
      "short_description": "50+ production Zapier workflows for CRM, email, invoicing, project management, and data sync with error handling patterns.",
      "detailed_description": "50+ battle-tested Zapier workflows for CRM, email marketing, invoicing, project management, and cross-platform data sync. Each recipe includes complete trigger/action/filter configurations, error handling, and field mapping \u2014 ready to recreate in your Zapier account. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n  \"id\": \"crm-001\",\n  \"name\": \"Form Submission to CRM Contact\",\n  \"purpose\": \"What this recipe solves\",\n  \"category\": \"crm\",\n  \"complexity\": \"beginner | intermediate | advanced\",\n  \"apps_required\": [\"App A\", \"App B\"],\n  \"zapier_plan\": \"free | starter | professional | team\",\n  \"estimated_task_usage\": \"~50/month\",\n  \"steps\": [\n    {\n      \"position\": 1,\n      \"type\": \"trigger\",\n      \"app\": \"App Name\",\n\u2026"
      ],
      "included_files": [
        "README.md",
        "guide/01_error-handling-patterns.md",
        "guide/02_field-mapping-reference.md",
        "guide/03_setup-guide.md",
        "guides/error-handling-patterns.md",
        "guides/field-mapping-reference.md",
        "guides/setup-guide.md",
        "recipes/crm/deal-pipeline.json",
        "recipes/crm/lead-capture.json",
        "recipes/data-sync/cross-platform-sync.json",
        "recipes/data-sync/spreadsheet-sync.json",
        "recipes/email/marketing-automation.json",
        "recipes/email/transactional-notifications.json",
        "recipes/invoicing/billing-automation.json",
        "recipes/invoicing/payment-workflows.json",
        "recipes/project-mgmt/task-management.json",
        "recipes/project-mgmt/team-coordination.json"
      ],
      "file_count": 17,
      "download_size_bytes": 146956,
      "download_size_human": "143.5 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-zapier-automation-recipes",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-zapier-automation-recipes",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-zapier-automation-recipes/"
    },
    {
      "product_id": "nocode-builder:airtable-business-templates",
      "slug": "airtable-business-templates",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "Airtable Business Templates",
      "short_description": "10 complete Airtable bases: CRM, project tracker, inventory, content calendar, hiring pipeline, and product roadmap.",
      "detailed_description": "10 complete Airtable base designs with schema definitions, seed data, automations, and formulas. Each base is designed as a standalone business system \u2014 CRM, project tracker, inventory, content calendar, hiring, and more. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "automations/automation-blueprints.md",
        "guide/01_base-import-guide.md",
        "guide/02_formulas-cheatsheet.md",
        "guides/base-import-guide.md",
        "guides/formulas-cheatsheet.md",
        "schemas/01-crm.json",
        "schemas/02-project-tracker.json",
        "schemas/03-inventory-management.json",
        "schemas/04-content-calendar.json",
        "schemas/05-hiring-pipeline.json",
        "schemas/06-product-roadmap.json",
        "schemas/07-event-planner.json",
        "schemas/08-customer-feedback.json",
        "schemas/09-expense-tracker.json",
        "schemas/10-knowledge-base.json",
        "seed-data/content-calendar-posts.csv",
        "seed-data/crm-contacts.csv",
        "seed-data/crm-deals.csv",
        "seed-data/hiring-candidates.csv",
        "seed-data/inventory-items.csv",
        "seed-data/project-tasks.csv"
      ],
      "file_count": 22,
      "download_size_bytes": 105835,
      "download_size_human": "103.4 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-airtable-business-templates",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-airtable-business-templates",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-airtable-business-templates/"
    },
    {
      "product_id": "nocode-builder:bubble-app-templates",
      "slug": "bubble-app-templates",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "Bubble App Templates",
      "short_description": "5 production Bubble.io app templates: SaaS dashboard, marketplace, booking system, directory, and community platform.",
      "detailed_description": "Five complete Bubble.io application blueprints with data models, page structures, workflow logic, privacy rules, and step-by-step build guides. Each template is designed to be built from scratch in Bubble's visual editor \u2014 no code required.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "apps/booking-system/BUILD-GUIDE.md",
        "apps/booking-system/data-model.json",
        "apps/booking-system/pages.json",
        "apps/booking-system/privacy-rules.json",
        "apps/booking-system/workflows.json",
        "apps/community-platform/BUILD-GUIDE.md",
        "apps/community-platform/data-model.json",
        "apps/community-platform/pages.json",
        "apps/community-platform/privacy-rules.json",
        "apps/community-platform/workflows.json",
        "apps/directory/BUILD-GUIDE.md",
        "apps/directory/data-model.json",
        "apps/directory/pages.json",
        "apps/directory/privacy-rules.json",
        "apps/directory/workflows.json",
        "apps/marketplace/BUILD-GUIDE.md",
        "apps/marketplace/data-model.json",
        "apps/marketplace/pages.json",
        "apps/marketplace/privacy-rules.json",
        "apps/marketplace/workflows.json",
        "apps/saas-dashboard/BUILD-GUIDE.md",
        "apps/saas-dashboard/data-model.json",
        "apps/saas-dashboard/pages.json",
        "apps/saas-dashboard/privacy-rules.json",
        "apps/saas-dashboard/workflows.json",
        "guide/01_responsive-design-notes.md",
        "guide/02_reusable-patterns.md",
        "guides/responsive-design-notes.md",
        "guides/reusable-patterns.md"
      ],
      "file_count": 30,
      "download_size_bytes": 150355,
      "download_size_human": "146.8 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-bubble-app-templates",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-bubble-app-templates",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-bubble-app-templates/"
    },
    {
      "product_id": "nocode-builder:make-integration-library",
      "slug": "make-integration-library",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "Make (Integromat) Scenario Library",
      "short_description": "40+ Make.com automation scenarios for e-commerce, marketing, finance, and operations with error handling and logging.",
      "detailed_description": "40 ready-to-import Make.com scenario blueprints covering e-commerce, marketing, finance, and operations workflows. Each blueprint includes complete module configurations, error handlers, data transformations, and scheduling \u2014 just import, connect your apps, and activate.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "make-integration-library/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 scenarios/\n\u2502   \u251c\u2500\u2500 ecommerce/\n\u2502   \u2502   \u251c\u2500\u2500 ecommerce-orders-fulfillment.json    (5 scenarios)\n\u2502   \u2502   \u251c\u2500\u2500 ecommerce-catalog-sync.json          (5 scenarios)\n\u2502   \u2502   \u251c\u2500\u2500 review-monitor.json\n\u2502   \u2502   \u251c\u2500\u2500 fraud-screening.json\n\u2502   \u2502   \u251c\u2500\u2500 review-request-sequence.json\n\u2502   \u2502   \u251c\u2500\u2500 loyalty-points-tracker.json\n\u2502   \u2502   \u2514\u2500\u2500 supplier-purchase-order.json\n\u2502   \u251c\u2500\u2500 marketing/\n\u2502   \u2502   \u251c\u2500\u2500 marketing-lead-capture.json          (5 scenarios)\n\u2026",
        "{\n  \"name\": \"Descriptive Scenario Name\",\n  \"description\": \"What this scenario does and when to use it\",\n  \"recommended_schedule\": \"Every 15 minutes\",\n  \"complexity\": \"beginner | intermediate | advanced\",\n  \"apps_required\": [\"App Name 1\", \"App Name 2\"],\n  \"flow\": [\n    {\n      \"id\": 1,\n      \"module\": \"app-name:action-name\",\n      \"version\": 2,\n      \"label\": \"Human-readable step name\",\n      \"parameters\": { },\n      \"mapper\": { },\n\u2026"
      ],
      "included_files": [
        "README.md",
        "guide/01_data-store-usage.md",
        "guide/02_error-handling-logging.md",
        "guide/03_setup-import-guide.md",
        "guides/data-store-usage.md",
        "guides/error-handling-logging.md",
        "guides/setup-import-guide.md",
        "scenarios/ecommerce/ecommerce-catalog-sync.json",
        "scenarios/ecommerce/ecommerce-orders-fulfillment.json",
        "scenarios/ecommerce/fraud-screening.json",
        "scenarios/ecommerce/loyalty-points-tracker.json",
        "scenarios/ecommerce/review-monitor.json",
        "scenarios/ecommerce/review-request-sequence.json",
        "scenarios/ecommerce/supplier-purchase-order.json",
        "scenarios/finance/expense-receipt-processor.json",
        "scenarios/finance/invoice-generation.json",
        "scenarios/finance/overdue-invoice-reminders.json",
        "scenarios/finance/payment-reconciliation.json",
        "scenarios/finance/revenue-dashboard-sync.json",
        "scenarios/marketing/competitor-price-monitor.json",
        "scenarios/marketing/content-calendar-publisher.json",
        "scenarios/marketing/customer-winback.json",
        "scenarios/marketing/marketing-campaign-automation.json",
        "scenarios/marketing/marketing-lead-capture.json",
        "scenarios/marketing/referral-tracking.json",
        "scenarios/marketing/webinar-followup.json",
        "scenarios/operations/approval-workflow.json",
        "scenarios/operations/incident-response.json",
        "scenarios/operations/onboarding-checklist.json",
        "scenarios/operations/scheduled-report-generator.json",
        "scenarios/operations/standup-collector.json"
      ],
      "file_count": 31,
      "download_size_bytes": 171751,
      "download_size_human": "167.7 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-make-integration-library",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-make-integration-library",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-make-integration-library/"
    },
    {
      "product_id": "nocode-builder:notion-automation-system",
      "slug": "notion-automation-system",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "Notion API Automation System",
      "short_description": "Python scripts and Zapier integrations for automating Notion: auto-create pages, sync databases, generate reports, and send notifications.",
      "detailed_description": "Automate your Notion workspace with Python scripts, scheduled reports, and webhook-driven workflows. Stop manually creating pages, copying data between databases, and formatting reports. This system gives you a complete Python toolkit for Notion API automation \u2014 from simple page creation to multi-database sync engines and Zapier/webhook integrations. --- Includes: Notion API client wrapper \u2014 handles authentication, rate limiting, pagination, and retry logic so you never hit the API raw; Page & database CRUD helpers \u2014 create, read, update, archive pages and query databases with Pythonic filters; Report generator \u2014 pull data from Notion databases and render Markdown/HTML summary reports on a schedule; Notification sender \u2014 send Slack, email, or webhook alerts when Notion data meets your trigger conditions; Sync engine \u2014 bidirectional sync between two Notion databases (or between Notion and a local JSON/CSV cache); Zapier integration recipes \u2014 pre-built Zapier webhook configurations for common Notion automations.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp configs/.env.example configs/.env",
        "NOTION_TOKEN=ntn_YOUR_TOKEN_HERE\nNOTION_DATABASE_ID=your_database_id_here"
      ],
      "included_files": [
        "README.md",
        "configs/.env.example",
        "configs/automation_rules.yaml",
        "examples/cross_db_sync.py",
        "examples/daily_standup_page.py",
        "examples/database_backup.py",
        "examples/stale_task_alerter.py",
        "examples/weekly_metrics_report.py",
        "guide/01_SCHEDULING.md",
        "guide/02_SETUP.md",
        "guide/03_ZAPIER_GUIDE.md",
        "guides/SCHEDULING.md",
        "guides/SETUP.md",
        "guides/ZAPIER_GUIDE.md",
        "integrations/zapier_db_to_slack.json",
        "integrations/zapier_form_to_notion.json",
        "integrations/zapier_new_page.json",
        "requirements.txt",
        "src/__init__.py",
        "src/client.py",
        "src/databases.py",
        "src/filters.py",
        "src/notifications.py",
        "src/pages.py",
        "src/reports.py",
        "src/sync_engine.py",
        "tests/test_client.py",
        "tests/test_filters.py"
      ],
      "file_count": 28,
      "download_size_bytes": 124479,
      "download_size_human": "121.6 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-notion-automation-system",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-notion-automation-system",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-notion-automation-system/"
    },
    {
      "product_id": "nocode-builder:retool-dashboard-templates",
      "slug": "retool-dashboard-templates",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "Retool Internal Tool Templates",
      "short_description": "8 Retool dashboard templates: admin panel, order management, user analytics, support ticket system, and inventory manager.",
      "detailed_description": "Eight ready-to-import Retool application templates covering the most common internal-tool use cases. Each template ships with a complete app.json (importable into Retool), the raw SQL queries used by the app, and a step-by-step setup guide. Skip the blank-canvas syndrome. Import a template, point it at your database, and have a working internal tool in under 30 minutes.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "// Show only for admins\n{{ current_user.groups.includes(\"admin\") }}\n\n// Disable delete button for non-managers\n{{ !current_user.groups.includes(\"manager\") }}\n\n// Filter data based on user's team\n{{ current_user.metadata.team_id }}"
      ],
      "included_files": [
        "README.md",
        "guide/01_query-library.md",
        "guide/02_resource-configuration.md",
        "guides/query-library.md",
        "guides/resource-configuration.md",
        "templates/admin-panel/SETUP.md",
        "templates/admin-panel/app.json",
        "templates/admin-panel/queries.sql",
        "templates/api-key-manager/SETUP.md",
        "templates/api-key-manager/app.json",
        "templates/api-key-manager/queries.sql",
        "templates/content-moderation/SETUP.md",
        "templates/content-moderation/app.json",
        "templates/content-moderation/queries.sql",
        "templates/crm-contacts/SETUP.md",
        "templates/crm-contacts/app.json",
        "templates/crm-contacts/queries.sql",
        "templates/inventory-manager/SETUP.md",
        "templates/inventory-manager/app.json",
        "templates/inventory-manager/queries.sql",
        "templates/order-management/SETUP.md",
        "templates/order-management/app.json",
        "templates/order-management/queries.sql",
        "templates/support-tickets/SETUP.md",
        "templates/support-tickets/app.json",
        "templates/support-tickets/queries.sql",
        "templates/user-analytics/SETUP.md",
        "templates/user-analytics/app.json",
        "templates/user-analytics/queries.sql"
      ],
      "file_count": 29,
      "download_size_bytes": 82948,
      "download_size_human": "81.0 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-retool-dashboard-templates",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-retool-dashboard-templates",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-retool-dashboard-templates/"
    },
    {
      "product_id": "nocode-builder:webflow-component-library",
      "slug": "webflow-component-library",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "Webflow Component Library",
      "short_description": "50+ production Webflow components: pricing tables, feature sections, testimonials, CTAs, footers, and responsive navigation.",
      "detailed_description": "54 copy-paste-ready HTML + CSS components for Webflow projects. Every component is self-contained, fully responsive, and works without JavaScript. Open a file, copy the code, paste it into a Webflow Embed element \u2014 done. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "<style>\n  /* Paste the entire contents of styles/variables.css here */\n</style>",
        "--wf-color-primary: #4f46e5;       /* Your primary brand color */\n--wf-color-secondary: #0ea5e9;     /* Your secondary color */\n--wf-color-accent: #f59e0b;        /* Accent / highlight color */"
      ],
      "included_files": [
        "README.md",
        "components/cta/cta-banner.html",
        "components/cta/cta-countdown.html",
        "components/cta/cta-floating-bar.html",
        "components/cta/cta-gradient.html",
        "components/cta/cta-minimal.html",
        "components/cta/cta-newsletter.html",
        "components/cta/cta-split.html",
        "components/features/features-alternating.html",
        "components/features/features-bento.html",
        "components/features/features-cards.html",
        "components/features/features-comparison.html",
        "components/features/features-grid-icons.html",
        "components/features/features-tabs.html",
        "components/features/features-timeline.html",
        "components/footers/footer-app-download.html",
        "components/footers/footer-centered.html",
        "components/footers/footer-four-column.html",
        "components/footers/footer-mega.html",
        "components/footers/footer-minimal.html",
        "components/footers/footer-newsletter.html",
        "components/forms/form-checkout.html",
        "components/forms/form-contact.html",
        "components/forms/form-login.html",
        "components/forms/form-multi-step.html",
        "components/forms/form-newsletter.html",
        "components/forms/form-signup.html",
        "components/forms/form-survey.html",
        "components/hero/hero-animated.html",
        "components/hero/hero-app-showcase.html",
        "components/hero/hero-centered.html",
        "components/hero/hero-gradient.html",
        "components/hero/hero-minimal.html",
        "components/hero/hero-split.html",
        "components/hero/hero-video-bg.html",
        "components/navigation/navbar-announcement.html",
        "components/navigation/navbar-centered.html",
        "components/navigation/navbar-hamburger.html",
        "components/navigation/navbar-mega-menu.html",
        "components/navigation/navbar-sidebar.html",
        "components/navigation/navbar-simple.html",
        "components/navigation/navbar-sticky.html",
        "components/navigation/navbar-transparent.html",
        "components/pricing/pricing-cards.html",
        "components/pricing/pricing-comparison.html",
        "components/pricing/pricing-enterprise.html",
        "components/pricing/pricing-minimal.html",
        "components/pricing/pricing-three-tier.html",
        "components/pricing/pricing-toggle.html",
        "components/testimonials/testimonials-avatar-row.html",
        "components/testimonials/testimonials-cards.html",
        "components/testimonials/testimonials-masonry.html",
        "components/testimonials/testimonials-quote.html",
        "components/testimonials/testimonials-slider.html",
        "components/testimonials/testimonials-video.html",
        "guide/01_CLASS-NAMING.md",
        "guide/02_IMPORT-GUIDE.md",
        "guide/03_RESPONSIVE-GUIDE.md",
        "guides/CLASS-NAMING.md",
        "guides/IMPORT-GUIDE.md",
        "guides/RESPONSIVE-GUIDE.md",
        "styles/reset.css",
        "styles/variables.css"
      ],
      "file_count": 63,
      "download_size_bytes": 224122,
      "download_size_human": "218.9 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-webflow-component-library",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-webflow-component-library",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-webflow-component-library/"
    },
    {
      "product_id": "nocode-builder:n8n-workflow-templates",
      "slug": "n8n-workflow-templates",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "n8n Self-Hosted Workflow Templates",
      "short_description": "30+ n8n workflow templates for data processing, notifications, monitoring, reporting, and API integrations.",
      "detailed_description": "30 ready-to-import n8n workflow templates for data processing, notifications, monitoring, reporting, and API integrations. Import a workflow JSON into your self-hosted n8n instance, configure the credentials, and you have a working automation in minutes. Each workflow includes realistic node configurations, JavaScript code transforms, and connection patterns you can adapt to your infrastructure. --- Includes: 30 workflow JSON files organized into 5 categories, each importable directly into n8n; Data Processing (6); Notifications (6); Monitoring (6); Reporting (6); API Integrations (6).",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "n8n-workflow-templates/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 workflows/\n\u2502   \u251c\u2500\u2500 data-processing/\n\u2502   \u2502   \u251c\u2500\u2500 csv-to-json-converter.json\n\u2502   \u2502   \u251c\u2500\u2500 database-deduplicator.json\n\u2502   \u2502   \u251c\u2500\u2500 json-schema-validator.json\n\u2502   \u2502   \u251c\u2500\u2500 data-enrichment-pipeline.json\n\u2502   \u2502   \u251c\u2500\u2500 xml-to-json-transformer.json\n\u2502   \u2502   \u2514\u2500\u2500 batch-record-importer.json\n\u2502   \u251c\u2500\u2500 notifications/\n\u2502   \u2502   \u251c\u2500\u2500 slack-alert-on-error.json\n\u2502   \u2502   \u251c\u2500\u2500 email-digest-sender.json\n\u2026"
      ],
      "included_files": [
        "README.md",
        "guide/01_CREDENTIALS.md",
        "guide/02_ERROR-HANDLING.md",
        "guide/03_SELF-HOSTING.md",
        "guides/CREDENTIALS.md",
        "guides/ERROR-HANDLING.md",
        "guides/SELF-HOSTING.md",
        "workflows/api-integrations/airtable-to-postgres.json",
        "workflows/api-integrations/github-issue-sync.json",
        "workflows/api-integrations/google-sheets-sync.json",
        "workflows/api-integrations/jira-ticket-importer.json",
        "workflows/api-integrations/openai-content-generator.json",
        "workflows/api-integrations/stripe-payment-webhook.json",
        "workflows/data-processing/batch-record-importer.json",
        "workflows/data-processing/csv-to-json-converter.json",
        "workflows/data-processing/data-enrichment-pipeline.json",
        "workflows/data-processing/database-deduplicator.json",
        "workflows/data-processing/json-schema-validator.json",
        "workflows/data-processing/xml-to-json-transformer.json",
        "workflows/monitoring/api-health-dashboard.json",
        "workflows/monitoring/container-health-checker.json",
        "workflows/monitoring/database-connection-monitor.json",
        "workflows/monitoring/disk-space-monitor.json",
        "workflows/monitoring/ssl-certificate-expiry.json",
        "workflows/monitoring/website-uptime-checker.json",
        "workflows/notifications/email-digest-sender.json",
        "workflows/notifications/multi-channel-broadcaster.json",
        "workflows/notifications/pagerduty-incident-creator.json",
        "workflows/notifications/slack-alert-on-error.json",
        "workflows/notifications/sms-alert-pipeline.json",
        "workflows/notifications/webhook-to-discord.json",
        "workflows/reporting/database-size-report.json",
        "workflows/reporting/error-rate-report.json",
        "workflows/reporting/invoice-generator.json",
        "workflows/reporting/sla-compliance-tracker.json",
        "workflows/reporting/user-activity-summary.json",
        "workflows/reporting/weekly-kpi-report.json"
      ],
      "file_count": 37,
      "download_size_bytes": 97379,
      "download_size_human": "95.1 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-n8n-workflow-templates",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-n8n-workflow-templates",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-n8n-workflow-templates/"
    },
    {
      "product_id": "nocode-builder:nocode-mvp-playbook",
      "slug": "nocode-mvp-playbook",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "No-Code MVP Playbook",
      "short_description": "Step-by-step guide to building and launching an MVP with no-code tools. Platform comparison, architecture patterns, and scaling strategies.",
      "detailed_description": "Price: $29 | Format: Guides, worksheets, templates, checklists A complete, step-by-step system for building and launching your Minimum Viable Product using no-code tools. This playbook takes you from a raw idea through validation, platform selection, building, launch, and eventually scaling beyond no-code \u2014 with real worksheets, decision frameworks, and templates at every stage. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "checklists/launch-checklist.md",
        "examples/worked-example-marketplace-mvp.md",
        "guide/01_01-idea-validation.md",
        "guide/02_02-platform-selection.md",
        "guide/03_03-data-modeling.md",
        "guide/04_04-building-your-mvp.md",
        "guide/05_05-payments-and-auth.md",
        "guide/06_06-launch-strategy.md",
        "guide/07_07-scaling-off-nocode.md",
        "guides/01-idea-validation.md",
        "guides/02-platform-selection.md",
        "guides/03-data-modeling.md",
        "guides/04-building-your-mvp.md",
        "guides/05-payments-and-auth.md",
        "guides/06-launch-strategy.md",
        "guides/07-scaling-off-nocode.md",
        "templates/landing-page-copy.md",
        "templates/product-requirements-doc.md",
        "worksheets/architecture-patterns.md",
        "worksheets/cost-calculator.md",
        "worksheets/platform-comparison-matrix.md"
      ],
      "file_count": 22,
      "download_size_bytes": 187265,
      "download_size_human": "182.9 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-nocode-mvp-playbook",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-nocode-mvp-playbook",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-nocode-mvp-playbook/"
    },
    {
      "product_id": "nocode-builder:automation-testing-guide",
      "slug": "automation-testing-guide",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "Automation Testing & QA Guide",
      "short_description": "Testing strategies for no-code apps: manual QA checklists, automated monitoring, regression testing, and user acceptance testing.",
      "detailed_description": "Price: $19 | Format: Guides, checklists, templates, examples A complete QA system for no-code applications. Most no-code builders skip testing because there's no \"test suite\" button. This guide gives you structured testing processes adapted to visual builders \u2014 manual QA checklists, automated monitoring setups, regression testing workflows, and UAT templates that work whether you built with Bubble, Webflow, Airtable, or any other platform. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "checklists/manual-qa-automation-workflow.md",
        "checklists/manual-qa-mobile-app.md",
        "checklists/manual-qa-web-app.md",
        "examples/example-test-plan-marketplace.md",
        "examples/monitoring-config-examples.md",
        "guide/01_automated-monitoring-setup.md",
        "guide/02_bug-tracking-workflow.md",
        "guide/03_qa-strategy-overview.md",
        "guide/04_regression-testing-process.md",
        "guides/automated-monitoring-setup.md",
        "guides/bug-tracking-workflow.md",
        "guides/qa-strategy-overview.md",
        "guides/regression-testing-process.md",
        "templates/test-case-template-library.md",
        "templates/test-report-template.md",
        "templates/uat-plan-template.md"
      ],
      "file_count": 17,
      "download_size_bytes": 109244,
      "download_size_human": "106.7 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-automation-testing-guide",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-automation-testing-guide",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-automation-testing-guide/"
    },
    {
      "product_id": "nocode-builder:nocode-security-checklist",
      "slug": "nocode-security-checklist",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "No-Code Security Checklist",
      "short_description": "Security best practices for no-code platforms: authentication, data protection, API security, and compliance considerations.",
      "detailed_description": "Price: $19 | Format: Checklists, guides, templates, worksheets A comprehensive security system for no-code applications. No-code platforms handle some security for you (hosting, SSL, infrastructure) but leave critical gaps: authentication configuration, data access rules, API exposure, third-party risk, and compliance. This product closes those gaps with actionable checklists, platform-specific hardening guides, and ready-to-use security policy templates. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "checklists/api-and-webhook-security.md",
        "checklists/auth-and-authorization.md",
        "checklists/data-protection.md",
        "checklists/master-security-checklist.md",
        "checklists/secrets-management.md",
        "checklists/third-party-vendor-risk.md",
        "guide/01_airtable-hardening.md",
        "guide/02_bubble-hardening.md",
        "guide/03_data-privacy-and-compliance.md",
        "guide/04_zapier-make-hardening.md",
        "guides/airtable-hardening.md",
        "guides/bubble-hardening.md",
        "guides/data-privacy-and-compliance.md",
        "guides/zapier-make-hardening.md",
        "templates/incident-response-plan.md",
        "templates/security-policy-template.md",
        "worksheets/risk-register.md",
        "worksheets/vendor-security-assessment.md"
      ],
      "file_count": 19,
      "download_size_bytes": 174207,
      "download_size_human": "170.1 KB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-nocode-security-checklist",
      "preview_url": "https://datanest-stores.com/nocode-builder/preview-nocode-security-checklist",
      "demo_url": "https://datanest-stores.com/nocode-builder/demo-nocode-security-checklist/"
    },
    {
      "product_id": "nocode-builder:nocode-complete-bundle",
      "slug": "nocode-complete-bundle",
      "store": "nocode-builder",
      "store_name": "No-Code Builder Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "airtable",
        "automation",
        "bubble",
        "bundle",
        "career",
        "low-code",
        "make",
        "no-code",
        "retool",
        "webflow",
        "zapier"
      ],
      "title": "No-Code Builder Bundle",
      "short_description": "All 11 no-code tools \u2014 $339 bought separately, yours for $129. Save $210 (62%): templates, workflows, and automation recipes.",
      "detailed_description": "50+ battle-tested Zapier workflows for CRM, email marketing, invoicing, project management, and cross-platform data sync. Each recipe includes complete trigger/action/filter configurations, error handling, and field mapping \u2014 ready to recreate in your Zapier account. ---",
      "price_usd": 129,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "{\n  \"id\": \"crm-001\",\n  \"name\": \"Form Submission to CRM Contact\",\n  \"purpose\": \"What this recipe solves\",\n  \"category\": \"crm\",\n  \"complexity\": \"beginner | intermediate | advanced\",\n  \"apps_required\": [\"App A\", \"App B\"],\n  \"zapier_plan\": \"free | starter | professional | team\",\n  \"estimated_task_usage\": \"~50/month\",\n  \"steps\": [\n    {\n      \"position\": 1,\n      \"type\": \"trigger\",\n      \"app\": \"App Name\",\n\u2026"
      ],
      "included_files": [
        "products/airtable-business-templates/README.md",
        "products/airtable-business-templates/source/README.md",
        "products/airtable-business-templates/source/automations/automation-blueprints.md",
        "products/airtable-business-templates/source/guide/01_base-import-guide.md",
        "products/airtable-business-templates/source/guide/02_formulas-cheatsheet.md",
        "products/airtable-business-templates/source/guides/base-import-guide.md",
        "products/airtable-business-templates/source/guides/formulas-cheatsheet.md",
        "products/airtable-business-templates/source/schemas/01-crm.json",
        "products/airtable-business-templates/source/schemas/02-project-tracker.json",
        "products/airtable-business-templates/source/schemas/03-inventory-management.json",
        "products/airtable-business-templates/source/schemas/04-content-calendar.json",
        "products/airtable-business-templates/source/schemas/05-hiring-pipeline.json",
        "products/airtable-business-templates/source/schemas/06-product-roadmap.json",
        "products/airtable-business-templates/source/schemas/07-event-planner.json",
        "products/airtable-business-templates/source/schemas/08-customer-feedback.json",
        "products/airtable-business-templates/source/schemas/09-expense-tracker.json",
        "products/airtable-business-templates/source/schemas/10-knowledge-base.json",
        "products/airtable-business-templates/source/seed-data/content-calendar-posts.csv",
        "products/airtable-business-templates/source/seed-data/crm-contacts.csv",
        "products/airtable-business-templates/source/seed-data/crm-deals.csv",
        "products/airtable-business-templates/source/seed-data/hiring-candidates.csv",
        "products/airtable-business-templates/source/seed-data/inventory-items.csv",
        "products/airtable-business-templates/source/seed-data/project-tasks.csv",
        "products/automation-testing-guide/README.md",
        "products/automation-testing-guide/source/README.md",
        "products/automation-testing-guide/source/checklists/manual-qa-automation-workflow.md",
        "products/automation-testing-guide/source/checklists/manual-qa-mobile-app.md",
        "products/automation-testing-guide/source/checklists/manual-qa-web-app.md",
        "products/automation-testing-guide/source/examples/example-test-plan-marketplace.md",
        "products/automation-testing-guide/source/examples/monitoring-config-examples.md",
        "products/automation-testing-guide/source/guide/01_automated-monitoring-setup.md",
        "products/automation-testing-guide/source/guide/02_bug-tracking-workflow.md",
        "products/automation-testing-guide/source/guide/03_qa-strategy-overview.md",
        "products/automation-testing-guide/source/guide/04_regression-testing-process.md",
        "products/automation-testing-guide/source/guides/automated-monitoring-setup.md",
        "products/automation-testing-guide/source/guides/bug-tracking-workflow.md",
        "products/automation-testing-guide/source/guides/qa-strategy-overview.md",
        "products/automation-testing-guide/source/guides/regression-testing-process.md",
        "products/automation-testing-guide/source/templates/test-case-template-library.md",
        "products/automation-testing-guide/source/templates/test-report-template.md",
        "products/automation-testing-guide/source/templates/uat-plan-template.md",
        "products/bubble-app-templates/README.md",
        "products/bubble-app-templates/source/README.md",
        "products/bubble-app-templates/source/apps/booking-system/BUILD-GUIDE.md",
        "products/bubble-app-templates/source/apps/booking-system/data-model.json",
        "products/bubble-app-templates/source/apps/booking-system/pages.json",
        "products/bubble-app-templates/source/apps/booking-system/privacy-rules.json",
        "products/bubble-app-templates/source/apps/booking-system/workflows.json",
        "products/bubble-app-templates/source/apps/community-platform/BUILD-GUIDE.md",
        "products/bubble-app-templates/source/apps/community-platform/data-model.json",
        "products/bubble-app-templates/source/apps/community-platform/pages.json",
        "products/bubble-app-templates/source/apps/community-platform/privacy-rules.json",
        "products/bubble-app-templates/source/apps/community-platform/workflows.json",
        "products/bubble-app-templates/source/apps/directory/BUILD-GUIDE.md",
        "products/bubble-app-templates/source/apps/directory/data-model.json",
        "products/bubble-app-templates/source/apps/directory/pages.json",
        "products/bubble-app-templates/source/apps/directory/privacy-rules.json",
        "products/bubble-app-templates/source/apps/directory/workflows.json",
        "products/bubble-app-templates/source/apps/marketplace/BUILD-GUIDE.md",
        "products/bubble-app-templates/source/apps/marketplace/data-model.json",
        "products/bubble-app-templates/source/apps/marketplace/pages.json",
        "products/bubble-app-templates/source/apps/marketplace/privacy-rules.json",
        "products/bubble-app-templates/source/apps/marketplace/workflows.json",
        "products/bubble-app-templates/source/apps/saas-dashboard/BUILD-GUIDE.md",
        "products/bubble-app-templates/source/apps/saas-dashboard/data-model.json",
        "products/bubble-app-templates/source/apps/saas-dashboard/pages.json",
        "products/bubble-app-templates/source/apps/saas-dashboard/privacy-rules.json",
        "products/bubble-app-templates/source/apps/saas-dashboard/workflows.json",
        "products/bubble-app-templates/source/guide/01_responsive-design-notes.md",
        "products/bubble-app-templates/source/guide/02_reusable-patterns.md",
        "products/bubble-app-templates/source/guides/responsive-design-notes.md",
        "products/bubble-app-templates/source/guides/reusable-patterns.md",
        "products/make-integration-library/README.md",
        "products/make-integration-library/source/README.md",
        "products/make-integration-library/source/guide/01_data-store-usage.md",
        "products/make-integration-library/source/guide/02_error-handling-logging.md",
        "products/make-integration-library/source/guide/03_setup-import-guide.md",
        "products/make-integration-library/source/guides/data-store-usage.md",
        "products/make-integration-library/source/guides/error-handling-logging.md",
        "products/make-integration-library/source/guides/setup-import-guide.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1593106,
      "download_size_human": "1.5 MB",
      "product_url": "https://datanest-stores.com/nocode-builder/#product-nocode-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "notion-templates:sprint-planning-dashboard",
      "slug": "sprint-planning-dashboard",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "Sprint Planning Dashboard",
      "short_description": "Agile sprint planning system with backlog management, velocity tracking, burndown charts, and standup note templates.",
      "detailed_description": "By Notion Developer Pro | $19 A complete agile sprint planning system built in Notion, designed specifically for software engineering teams. Track sprints, manage your backlog, run standups, and measure velocity \u2014 all in one workspace. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/backlog-items.csv",
        "databases/sprints.csv",
        "databases/standup-notes.csv",
        "databases/velocity-history.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/backlog-grooming-guide.md",
        "pages/retrospective-board.md",
        "pages/sprint-hub.md",
        "pages/sprint-review-agenda.md",
        "templates/bug-report.md",
        "templates/sprint-kickoff.md",
        "templates/standup-note.md"
      ],
      "file_count": 17,
      "download_size_bytes": 85387,
      "download_size_human": "83.4 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-sprint-planning-dashboard",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-sprint-planning-dashboard",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-sprint-planning-dashboard/"
    },
    {
      "product_id": "notion-templates:developer-job-search-tracker",
      "slug": "developer-job-search-tracker",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "Developer Job Search Tracker",
      "short_description": "Track applications, interviews, offers, and follow-ups. Includes salary comparison, company research templates, and timeline views.",
      "detailed_description": "By Notion Developer Pro | $19 A comprehensive job search management system built in Notion, designed for software developers. Track every application, interview, offer, and follow-up from \"Interested\" to \"Offer Accepted\" \u2014 with salary comparison, company research notes, and timeline views. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/applications.csv",
        "databases/companies.csv",
        "databases/contacts.csv",
        "databases/interviews.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/interview-prep-guide.md",
        "pages/job-search-hub.md",
        "pages/salary-comparison.md",
        "templates/application-entry.md",
        "templates/company-research.md",
        "templates/interview-debrief.md"
      ],
      "file_count": 16,
      "download_size_bytes": 83873,
      "download_size_human": "81.9 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-developer-job-search-tracker",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-developer-job-search-tracker",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-developer-job-search-tracker/"
    },
    {
      "product_id": "notion-templates:developer-second-brain",
      "slug": "developer-second-brain",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "Developer Second Brain",
      "short_description": "Knowledge management system for code snippets, bookmarks, learning notes, TIL entries, and technical reading lists.",
      "detailed_description": "By Notion Developer Pro | $29 A comprehensive knowledge management system built in Notion for software developers. Capture code snippets, bookmark resources, log what you learn daily, organize technical reading, and build a personal knowledge base that grows with your career. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/bookmarks.csv",
        "databases/code-snippets.csv",
        "databases/learning-notes.csv",
        "databases/reading-list.csv",
        "databases/til-entries.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/knowledge-workflows.md",
        "pages/second-brain-hub.md",
        "pages/weekly-review-guide.md",
        "templates/code-snippet-entry.md",
        "templates/learning-note.md",
        "templates/til-entry.md"
      ],
      "file_count": 17,
      "download_size_bytes": 81873,
      "download_size_human": "80.0 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-developer-second-brain",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-developer-second-brain",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-developer-second-brain/"
    },
    {
      "product_id": "notion-templates:engineering-manager-toolkit",
      "slug": "engineering-manager-toolkit",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "Engineering Manager Toolkit",
      "short_description": "1-on-1 meeting templates, team OKR tracker, performance review frameworks, hiring pipeline, and team health dashboards.",
      "detailed_description": "By Notion Developer Pro | $39 A complete management operating system built in Notion for engineering managers and tech leads. Run effective 1-on-1s, track team OKRs, manage performance reviews, run hiring pipelines, and monitor team health \u2014 all in one workspace. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/hiring-pipeline.csv",
        "databases/one-on-ones.csv",
        "databases/team-health-checks.csv",
        "databases/team-okrs.csv",
        "databases/team-roster.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/manager-hub.md",
        "pages/performance-review-framework.md",
        "pages/team-health-dashboard.md",
        "templates/hiring-scorecard.md",
        "templates/one-on-one-meeting.md",
        "templates/performance-review.md"
      ],
      "file_count": 17,
      "download_size_bytes": 79564,
      "download_size_human": "77.7 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-engineering-manager-toolkit",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-engineering-manager-toolkit",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-engineering-manager-toolkit/"
    },
    {
      "product_id": "notion-templates:side-project-manager",
      "slug": "side-project-manager",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "Side Project Manager",
      "short_description": "Idea validation framework, MVP checklist, launch tracker, revenue dashboard, and user feedback collection system.",
      "detailed_description": "By Notion Developer Pro | $25 Stop letting side projects die in your notes app. The Side Project Manager is a complete Notion workspace for software engineers who build on the side \u2014 from first spark of an idea to launch day and beyond. ---",
      "price_usd": 25,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/ideas_backlog.csv",
        "databases/launch_tracker.csv",
        "databases/mvp_checklist.csv",
        "databases/projects.csv",
        "databases/revenue_log.csv",
        "databases/user_feedback.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/command-center.md",
        "pages/idea-validation-framework.md",
        "pages/launch-playbook.md",
        "templates/idea-scorecard.md",
        "templates/project-brief.md"
      ],
      "file_count": 17,
      "download_size_bytes": 87406,
      "download_size_human": "85.4 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-side-project-manager",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-side-project-manager",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-side-project-manager/"
    },
    {
      "product_id": "notion-templates:on-call-incident-tracker",
      "slug": "on-call-incident-tracker",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "On-Call & Incident Tracker",
      "short_description": "On-call rotation schedule, incident logging, postmortem templates, SLA tracking, and escalation workflow system.",
      "detailed_description": "By Notion Developer Pro | $19 A complete incident management system for engineering teams, built entirely in Notion. Track on-call rotations, log incidents with full timelines, write structured postmortems, monitor SLA compliance, and define escalation workflows \u2014 all without leaving your workspace. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/escalation_contacts.csv",
        "databases/incidents.csv",
        "databases/on_call_schedule.csv",
        "databases/postmortems.csv",
        "databases/sla_targets.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/escalation-policy.md",
        "pages/incident-dashboard.md",
        "pages/incident-response-runbook.md",
        "templates/handoff-note-template.md",
        "templates/incident-report-template.md",
        "templates/postmortem-template.md"
      ],
      "file_count": 17,
      "download_size_bytes": 80753,
      "download_size_human": "78.9 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-on-call-incident-tracker",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-on-call-incident-tracker",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-on-call-incident-tracker/"
    },
    {
      "product_id": "notion-templates:learning-roadmap-system",
      "slug": "learning-roadmap-system",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "Learning Roadmap System",
      "short_description": "Track courses, books, certifications, and skills. Includes progress bars, spaced repetition reminders, and goal milestones.",
      "detailed_description": "By Notion Developer Pro | $15 A structured learning management system for software engineers who want to level up intentionally. Track courses, books, certifications, and skills with progress visualization, spaced repetition reminders, and goal-based milestones. ---",
      "price_usd": 15,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/certifications.csv",
        "databases/goals_milestones.csv",
        "databases/learning_items.csv",
        "databases/skills.csv",
        "databases/study_log.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/learning-dashboard.md",
        "pages/learning-path-guide.md",
        "pages/skill-matrix.md",
        "templates/book-notes.md",
        "templates/course-notes.md"
      ],
      "file_count": 16,
      "download_size_bytes": 75462,
      "download_size_human": "73.7 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-learning-roadmap-system",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-learning-roadmap-system",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-learning-roadmap-system/"
    },
    {
      "product_id": "notion-templates:architecture-decision-records",
      "slug": "architecture-decision-records",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "ADR Template System",
      "short_description": "Architecture Decision Records system with templates, status tracking, context linking, and searchable decision history.",
      "detailed_description": "By Notion Developer Pro | $19 A complete Architecture Decision Records system for engineering teams. Document technical decisions with full context, track their status over time, link related decisions together, and build a searchable history that prevents rehashing settled debates. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/decision_categories.csv",
        "databases/decisions.csv",
        "databases/review_log.csv",
        "databases/stakeholders.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/adr-index.md",
        "pages/decision-review-process.md",
        "pages/how-to-write-an-adr.md",
        "templates/adr-template.md",
        "templates/decision-review-template.md",
        "templates/lightweight-decision-record.md"
      ],
      "file_count": 16,
      "download_size_bytes": 74086,
      "download_size_human": "72.3 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-architecture-decision-records",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-architecture-decision-records",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-architecture-decision-records/"
    },
    {
      "product_id": "notion-templates:bug-triage-system",
      "slug": "bug-triage-system",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "Bug Triage & Issue Tracker",
      "short_description": "Bug prioritization matrix, severity classification, reproduction steps templates, and resolution tracking dashboard.",
      "detailed_description": "By Notion Developer Pro | Version 1.0 A complete bug prioritization, triage, and resolution tracking system built in Notion for software engineering teams. Stop losing bugs in Slack threads and spreadsheets \u2014 track every issue from report to resolution with severity classification, reproduction workflows, and a real-time resolution dashboard. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "New \u2192 Triaged \u2192 Assigned \u2192 In Progress \u2192 In Review \u2192 Resolved \u2192 Verified \u2192 Closed\n                                                         \u2193\n                                                     Reopened \u2192 In Progress"
      ],
      "included_files": [
        "README.md",
        "databases/bugs.csv",
        "databases/components.csv",
        "databases/root-causes.csv",
        "databases/sprints.csv",
        "databases/team-members.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/severity-matrix.md",
        "pages/sla-policy.md",
        "pages/triage-dashboard.md",
        "templates/bug-report-template.md",
        "templates/reproduction-steps-template.md"
      ],
      "file_count": 16,
      "download_size_bytes": 108250,
      "download_size_human": "105.7 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-bug-triage-system",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-bug-triage-system",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-bug-triage-system/"
    },
    {
      "product_id": "notion-templates:open-source-project-manager",
      "slug": "open-source-project-manager",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "Open Source Project Manager",
      "short_description": "Manage contributions, releases, issues, and community engagement for open source projects with automated status views.",
      "detailed_description": "By Notion Developer Pro | Version 1.0 A complete project management system built in Notion for open source maintainers. Track contributions, manage releases, triage issues, coordinate contributors, and plan your roadmap \u2014 all from a single workspace that grows with your project. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/contributions.csv",
        "databases/contributors.csv",
        "databases/issues.csv",
        "databases/releases.csv",
        "databases/roadmap.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/contribution-guide.md",
        "pages/project-dashboard.md",
        "pages/release-playbook.md",
        "templates/contributor-onboarding-template.md",
        "templates/issue-template.md",
        "templates/release-checklist-template.md"
      ],
      "file_count": 17,
      "download_size_bytes": 110694,
      "download_size_human": "108.1 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-open-source-project-manager",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-open-source-project-manager",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-open-source-project-manager/"
    },
    {
      "product_id": "notion-templates:content-creator-dev-os",
      "slug": "content-creator-dev-os",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "Content Creator OS for Devs",
      "short_description": "Editorial calendar, blog post planner, social media scheduler, newsletter tracker, and analytics dashboard for developer content.",
      "detailed_description": "By Notion Developer Pro | Version 1.0 A complete content creation and publishing management system built in Notion for developer-creators. Plan your editorial calendar, manage blog posts from idea to publish, schedule social media, track newsletters, and measure what's working \u2014 all in one workspace. Built specifically for developers who create technical content: blog posts, tutorials, conference talks, YouTube videos, newsletters, and social media threads. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "databases/blog-posts.csv",
        "databases/content-analytics.csv",
        "databases/editorial-calendar.csv",
        "databases/newsletter-issues.csv",
        "databases/social-posts.csv",
        "docs/CUSTOMIZATION.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/01_customization.md",
        "guide/02_import-guide.md",
        "pages/analytics-overview.md",
        "pages/content-dashboard.md",
        "pages/content-style-guide.md",
        "pages/editorial-workflow.md",
        "templates/blog-post-template.md",
        "templates/newsletter-template.md",
        "templates/social-media-template.md"
      ],
      "file_count": 18,
      "download_size_bytes": 124473,
      "download_size_human": "121.6 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-content-creator-dev-os",
      "preview_url": "https://datanest-stores.com/notion-templates/preview-content-creator-dev-os",
      "demo_url": "https://datanest-stores.com/notion-templates/demo-content-creator-dev-os/"
    },
    {
      "product_id": "notion-templates:notion-developer-complete-bundle",
      "slug": "notion-developer-complete-bundle",
      "store": "notion-templates",
      "store_name": "Notion Developer Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "bundle",
        "career",
        "developer productivity",
        "notion",
        "project management",
        "second brain",
        "sprint planning",
        "templates"
      ],
      "title": "Notion Developer Bundle",
      "short_description": "All 11 Notion systems \u2014 $251 bought separately, yours for $99. Save $152 (61%): dev-focused templates for planning, docs, and shipping work.",
      "detailed_description": "By Notion Developer Pro | $19 A complete agile sprint planning system built in Notion, designed specifically for software engineering teams. Track sprints, manage your backlog, run standups, and measure velocity \u2014 all in one workspace. ---",
      "price_usd": 99,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "products/architecture-decision-records/README.md",
        "products/architecture-decision-records/source/README.md",
        "products/architecture-decision-records/source/databases/decision_categories.csv",
        "products/architecture-decision-records/source/databases/decisions.csv",
        "products/architecture-decision-records/source/databases/review_log.csv",
        "products/architecture-decision-records/source/databases/stakeholders.csv",
        "products/architecture-decision-records/source/docs/CUSTOMIZATION.md",
        "products/architecture-decision-records/source/docs/IMPORT-GUIDE.md",
        "products/architecture-decision-records/source/formulas/FORMULAS.md",
        "products/architecture-decision-records/source/guide/01_customization.md",
        "products/architecture-decision-records/source/guide/02_import-guide.md",
        "products/architecture-decision-records/source/pages/adr-index.md",
        "products/architecture-decision-records/source/pages/decision-review-process.md",
        "products/architecture-decision-records/source/pages/how-to-write-an-adr.md",
        "products/architecture-decision-records/source/templates/adr-template.md",
        "products/architecture-decision-records/source/templates/decision-review-template.md",
        "products/architecture-decision-records/source/templates/lightweight-decision-record.md",
        "products/bug-triage-system/README.md",
        "products/bug-triage-system/source/README.md",
        "products/bug-triage-system/source/databases/bugs.csv",
        "products/bug-triage-system/source/databases/components.csv",
        "products/bug-triage-system/source/databases/root-causes.csv",
        "products/bug-triage-system/source/databases/sprints.csv",
        "products/bug-triage-system/source/databases/team-members.csv",
        "products/bug-triage-system/source/docs/CUSTOMIZATION.md",
        "products/bug-triage-system/source/docs/IMPORT-GUIDE.md",
        "products/bug-triage-system/source/formulas/FORMULAS.md",
        "products/bug-triage-system/source/guide/01_customization.md",
        "products/bug-triage-system/source/guide/02_import-guide.md",
        "products/bug-triage-system/source/pages/severity-matrix.md",
        "products/bug-triage-system/source/pages/sla-policy.md",
        "products/bug-triage-system/source/pages/triage-dashboard.md",
        "products/bug-triage-system/source/templates/bug-report-template.md",
        "products/bug-triage-system/source/templates/reproduction-steps-template.md",
        "products/content-creator-dev-os/README.md",
        "products/content-creator-dev-os/source/README.md",
        "products/content-creator-dev-os/source/databases/blog-posts.csv",
        "products/content-creator-dev-os/source/databases/content-analytics.csv",
        "products/content-creator-dev-os/source/databases/editorial-calendar.csv",
        "products/content-creator-dev-os/source/databases/newsletter-issues.csv",
        "products/content-creator-dev-os/source/databases/social-posts.csv",
        "products/content-creator-dev-os/source/docs/CUSTOMIZATION.md",
        "products/content-creator-dev-os/source/docs/IMPORT-GUIDE.md",
        "products/content-creator-dev-os/source/formulas/FORMULAS.md",
        "products/content-creator-dev-os/source/guide/01_customization.md",
        "products/content-creator-dev-os/source/guide/02_import-guide.md",
        "products/content-creator-dev-os/source/pages/analytics-overview.md",
        "products/content-creator-dev-os/source/pages/content-dashboard.md",
        "products/content-creator-dev-os/source/pages/content-style-guide.md",
        "products/content-creator-dev-os/source/pages/editorial-workflow.md",
        "products/content-creator-dev-os/source/templates/blog-post-template.md",
        "products/content-creator-dev-os/source/templates/newsletter-template.md",
        "products/content-creator-dev-os/source/templates/social-media-template.md",
        "products/developer-job-search-tracker/README.md",
        "products/developer-job-search-tracker/source/README.md",
        "products/developer-job-search-tracker/source/databases/applications.csv",
        "products/developer-job-search-tracker/source/databases/companies.csv",
        "products/developer-job-search-tracker/source/databases/contacts.csv",
        "products/developer-job-search-tracker/source/databases/interviews.csv",
        "products/developer-job-search-tracker/source/docs/CUSTOMIZATION.md",
        "products/developer-job-search-tracker/source/docs/IMPORT-GUIDE.md",
        "products/developer-job-search-tracker/source/formulas/FORMULAS.md",
        "products/developer-job-search-tracker/source/guide/01_customization.md",
        "products/developer-job-search-tracker/source/guide/02_import-guide.md",
        "products/developer-job-search-tracker/source/pages/interview-prep-guide.md",
        "products/developer-job-search-tracker/source/pages/job-search-hub.md",
        "products/developer-job-search-tracker/source/pages/salary-comparison.md",
        "products/developer-job-search-tracker/source/templates/application-entry.md",
        "products/developer-job-search-tracker/source/templates/company-research.md",
        "products/developer-job-search-tracker/source/templates/interview-debrief.md",
        "products/developer-second-brain/README.md",
        "products/developer-second-brain/source/README.md",
        "products/developer-second-brain/source/databases/bookmarks.csv",
        "products/developer-second-brain/source/databases/code-snippets.csv",
        "products/developer-second-brain/source/databases/learning-notes.csv",
        "products/developer-second-brain/source/databases/reading-list.csv",
        "products/developer-second-brain/source/databases/til-entries.csv",
        "products/developer-second-brain/source/docs/CUSTOMIZATION.md",
        "products/developer-second-brain/source/docs/IMPORT-GUIDE.md",
        "products/developer-second-brain/source/formulas/FORMULAS.md"
      ],
      "file_count": 80,
      "download_size_bytes": 944353,
      "download_size_human": "922.2 KB",
      "product_url": "https://datanest-stores.com/notion-templates/#product-notion-developer-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "payment-stack:checkout-builder",
      "slug": "checkout-builder",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Checkout Builder",
      "short_description": "Customizable checkout flow builder with form generation, validation, and payment gateway integration.",
      "detailed_description": "Part of the Payment Stack by CodeVault A multi-step checkout page HTML generator that produces clean, responsive, self-contained checkout forms. Generates payment method selection, address collection, coupon codes, order summaries, and step navigation \u2014 all in a single HTML file with no external dependencies. Includes: Responsive checkout page with mobile-first CSS grid layout; Multi-step progress indicator (Cart \u2192 Shipping \u2192 Payment \u2192 Review); Shipping and billing address forms with validation; Payment method selection (Card, PayPal, Bank Transfer, Crypto); Credit card form with auto-formatting (number spacing, expiry); Coupon code input with discount calculation.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the full demo (generates checkout_demo.html)\npython src/checkout_builder.py --action demo\n\n# Generate from a config file\npython src/checkout_builder.py --action generate --input examples/checkout_config.json --output checkout.html\n\n# Preview (generate and print HTML to stdout)\npython src/checkout_builder.py --action preview --input examples/checkout_config.json"
      ],
      "included_files": [
        "README.md",
        "examples/checkout_config.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_license.md",
        "src/checkout_builder.py"
      ],
      "file_count": 6,
      "download_size_bytes": 42836,
      "download_size_human": "41.8 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-checkout-builder",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-checkout-builder",
      "demo_url": "https://datanest-stores.com/payment-stack/demo-checkout-builder/"
    },
    {
      "product_id": "payment-stack:crypto-payment-handler",
      "slug": "crypto-payment-handler",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Crypto Payment Handler",
      "short_description": "Cryptocurrency payment handler with wallet verification, transaction monitoring, and conversion.",
      "detailed_description": "Part of the Payment Stack by CodeVault A local cryptocurrency payment processing simulator: wallet address validation, transaction monitoring, multi-chain support, and exchange rate locking. Test your crypto payment flow without touching a real blockchain. Includes: Multi-chain support; Wallet address validation with regex patterns per chain; EIP-55 checksum verification for Ethereum addresses; Exchange rate locking at payment creation time; Payment lifecycle; Over/underpayment detection with configurable tolerance.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/payment_config.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_configuration.md",
        "src/crypto_payment_handler.py"
      ],
      "file_count": 6,
      "download_size_bytes": 40634,
      "download_size_human": "39.7 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-crypto-payment-handler",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-crypto-payment-handler",
      "demo_url": "https://datanest-stores.com/payment-stack/demo-crypto-payment-handler/"
    },
    {
      "product_id": "payment-stack:invoice-generator",
      "slug": "invoice-generator",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Invoice Generator",
      "short_description": "PDF and HTML invoice generator with customizable templates, line items, and tax calculations.",
      "detailed_description": "Part of the Payment Stack by CodeVault Generate professional, print-ready HTML invoices from a simple JSON config. Supports line items, taxes, discounts, payment terms, and custom branding. Includes: Beautiful, self-contained HTML invoices (no external dependencies); Print-optimized CSS with proper page break handling; Line items with quantity, unit pricing, and per-item tax rates; Per-item discount percentages; Multi-currency support (USD, EUR, GBP, JPY, CAD, AUD); Customizable brand color and text logo.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a demo invoice to see it in action\npython src/invoice_generator.py --action demo --output demo_invoice.html\n\n# Generate from your own config\npython src/invoice_generator.py --config examples/invoice_data.json --output invoice.html\n\n# Validate config without generating\npython src/invoice_generator.py --config examples/invoice_data.json --action validate\n\n# Output as JSON report\npython src/invoice_generator.py --config examples/invoice_data.json --format json"
      ],
      "included_files": [
        "README.md",
        "examples/invoice_data.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_license.md",
        "src/invoice_generator.py"
      ],
      "file_count": 6,
      "download_size_bytes": 40392,
      "download_size_human": "39.4 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-invoice-generator",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-invoice-generator",
      "demo_url": "https://datanest-stores.com/payment-stack/demo-invoice-generator/"
    },
    {
      "product_id": "payment-stack:payment-analytics",
      "slug": "payment-analytics",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Payment Analytics",
      "short_description": "Payment analytics dashboard with revenue tracking, success rates, and chargeback monitoring.",
      "detailed_description": "Part of the Payment Stack by CodeVault A SaaS payment analytics engine that calculates MRR, ARR, churn rate, LTV, failed payment tracking, and revenue forecasting. Reads payment data from JSON and outputs actionable metrics for board meetings and daily monitoring. Includes: Monthly Recurring Revenue (MRR) with breakdown; Annual Recurring Revenue (ARR) and average revenue per customer (ARPC); Customer churn rate and revenue churn rate; Customer Lifetime Value (LTV); Failed payment analysis with error code ranking and revenue at risk; Revenue forecasting with month-over-month growth projection.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/payments.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_metrics-explained.md",
        "src/payment_analytics.py"
      ],
      "file_count": 6,
      "download_size_bytes": 40708,
      "download_size_human": "39.8 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-payment-analytics",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-payment-analytics",
      "demo_url": "https://datanest-stores.com/payment-stack/demo-payment-analytics/"
    },
    {
      "product_id": "payment-stack:payment-retry-logic",
      "slug": "payment-retry-logic",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Payment Retry Logic",
      "short_description": "Payment retry system with smart scheduling, declining card detection, and recovery workflows.",
      "detailed_description": "Part of the Payment Stack by CodeVault A smart payment retry system with exponential backoff, failure categorization, and recovery analytics. Knows which failures to retry and when. Includes: 20+ error codes classified into 7 failure categories; Exponential backoff with configurable jitter; Category-aware retry strategies (network vs; Retry task queue with scheduling and execution tracking; Recovery rate analytics and statistics; Hard decline detection (never retry stolen/expired cards).",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the full demo\npython src/payment_retry_logic.py --action demo\n\n# Classify an error code\npython src/payment_retry_logic.py --action classify --error-code insufficient_funds\n\n# Schedule a retry\npython src/payment_retry_logic.py --action schedule --payment-id pay_001 --error-code network_error\n\n# View backoff tables\npython src/payment_retry_logic.py --action backoff-table\n\n# Process pending retries\npython src/payment_retry_logic.py --action process-queue"
      ],
      "included_files": [
        "README.md",
        "examples/failed_payments.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_license.md",
        "src/payment_retry_logic.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38950,
      "download_size_human": "38.0 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-payment-retry-logic",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-payment-retry-logic",
      "demo_url": "https://datanest-stores.com/payment-stack/demo-payment-retry-logic/"
    },
    {
      "product_id": "payment-stack:payment-stack-pro-bundle",
      "slug": "payment-stack-pro-bundle",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "bundle",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Payment Stack \u2014 Pro Bundle",
      "short_description": "All 10 payment tools \u2014 $240 bought separately, yours for $59. Save $181 (75%): Stripe, crypto, invoices, subscriptions, and tax.",
      "detailed_description": "By CodeVault \u2014 Ship faster. Build smarter. The complete payment infrastructure toolkit for serious builders. All 10 individual tools from the Payment Stack, covering every stage of the payment lifecycle \u2014 from checkout to analytics, from subscriptions to refunds, from tax compliance to crypto payments.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "Customer visits checkout (Checkout Builder)\n    \u2192 Selects plan (Subscription Billing)\n    \u2192 Tax calculated (Tax Calculator)\n    \u2192 Payment processed (Stripe Integration Kit)\n        \u2192 Success \u2192 Receipt sent (Receipt Emailer)\n        \u2192          \u2192 Invoice generated (Invoice Generator)\n        \u2192          \u2192 Analytics tracked (Payment Analytics)\n        \u2192 Failure \u2192 Retry scheduled (Payment Retry Logic)\n    \u2192 Crypto option (Crypto Payment Handler)\n    \u2192 Refund requested (Refund Processor)"
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 271588,
      "download_size_human": "265.2 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-payment-stack-pro-bundle",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-payment-stack-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "payment-stack:receipt-emailer",
      "slug": "receipt-emailer",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Receipt Emailer",
      "short_description": "Automated receipt email system with customizable templates and delivery confirmation.",
      "detailed_description": "Part of the Payment Stack by CodeVault Generate branded HTML payment receipts with itemized charges, download links, and refund notices. Simulates SMTP email delivery for testing. Includes: Professional, email-client-compatible HTML receipts; Inline CSS with table-based layout (works in Gmail, Outlook, etc; Itemized charges with quantity, price, and tax per item; Download links for digital products; Payment method display (masked card, PayPal, crypto); Discount and tax breakdown.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a demo receipt\npython src/receipt_emailer.py --action demo --output receipt.html\n\n# Generate from config\npython src/receipt_emailer.py --config examples/receipt_data.json --output receipt.html\n\n# Simulate sending an email\npython src/receipt_emailer.py --action send --config examples/receipt_data.json\n\n# Output receipt data as JSON\npython src/receipt_emailer.py --action demo --format json"
      ],
      "included_files": [
        "README.md",
        "examples/receipt_data.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_license.md",
        "src/receipt_emailer.py"
      ],
      "file_count": 6,
      "download_size_bytes": 36578,
      "download_size_human": "35.7 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-receipt-emailer",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-receipt-emailer",
      "demo_url": "https://datanest-stores.com/payment-stack/demo-receipt-emailer/"
    },
    {
      "product_id": "payment-stack:refund-processor",
      "slug": "refund-processor",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Refund Processor",
      "short_description": "Refund processing toolkit with partial/full refunds, reason tracking, and reconciliation.",
      "detailed_description": "Part of the Payment Stack by CodeVault A comprehensive payment refund management system with support for full and partial refunds, reason tracking, balance adjustments, policy enforcement, and complete audit trails. Includes: Full and partial refund support with balance tracking; 8 standardized refund reason codes with policy rules; Auto-approval for duplicate, fraudulent, and pricing error refunds; Refund policy engine (window limits, amount validation, partial refund caps); Complete audit trail on every refund action; Payment balance adjustment and status tracking.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/refund_scenarios.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_policy-rules.md",
        "src/refund_processor.py"
      ],
      "file_count": 6,
      "download_size_bytes": 39986,
      "download_size_human": "39.0 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-refund-processor",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-refund-processor",
      "demo_url": "https://datanest-stores.com/payment-stack/demo-refund-processor/"
    },
    {
      "product_id": "payment-stack:stripe-integration-kit",
      "slug": "stripe-integration-kit",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Stripe Integration Kit",
      "short_description": "Python Stripe integration with checkout, webhook handling, refunds, and subscription management.",
      "detailed_description": "Part of the Payment Stack by CodeVault A complete local simulation of Stripe payment workflows: checkout sessions, payment intents, customer management, and webhook signature verification. Understand every pattern before touching the real API. Includes: Full checkout session lifecycle (create \u2192 complete \u2192 webhook); Payment intent state machine (requiresmethod \u2192 processing \u2192 succeeded); Customer CRUD with metadata support; Webhook signature generation and HMAC-SHA256 verification; Idempotency key handling to prevent duplicate charges; JSON file-based persistence (swap for your real database).",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/checkout_config.json",
        "examples/webhook_event.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_configuration.md",
        "guide/04_license.md",
        "src/stripe_integration_kit.py"
      ],
      "file_count": 8,
      "download_size_bytes": 44745,
      "download_size_human": "43.7 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-stripe-integration-kit",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-stripe-integration-kit",
      "demo_url": "https://datanest-stores.com/payment-stack/demo-stripe-integration-kit/"
    },
    {
      "product_id": "payment-stack:subscription-billing",
      "slug": "subscription-billing",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Subscription Billing Engine",
      "short_description": "Subscription billing engine with recurring payments, proration, dunning, and plan management.",
      "detailed_description": "Part of the Payment Stack by CodeVault A complete subscription lifecycle manager: plan creation, trial periods, proration, grace periods, and dunning workflows. Understand every billing pattern before integrating with Stripe Billing. Includes: Plan management (create, list, activate/deactivate); Subscription lifecycle; Mid-cycle plan changes with automatic proration; Trial periods with configurable duration; Grace periods for failed payments; Dunning workflow.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/plans_config.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_license.md",
        "src/subscription_billing.py"
      ],
      "file_count": 6,
      "download_size_bytes": 40468,
      "download_size_human": "39.5 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-subscription-billing",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-subscription-billing",
      "demo_url": "https://datanest-stores.com/payment-stack/demo-subscription-billing/"
    },
    {
      "product_id": "payment-stack:tax-calculator",
      "slug": "tax-calculator",
      "store": "payment-stack",
      "store_name": "Payment Stack",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "billing",
        "checkout",
        "dev",
        "invoicing",
        "payment processing",
        "stripe",
        "subscription"
      ],
      "title": "Tax Calculator",
      "short_description": "Sales tax calculator with multi-jurisdiction support, exemption handling, and reporting.",
      "detailed_description": "Part of the Payment Stack by CodeVault A multi-jurisdiction tax calculation engine supporting sales tax (US), VAT (EU/UK), and GST (AU/NZ/CA/IN). Handles geo-based rate lookups, product category adjustments, buyer exemptions, and multi-item invoice calculations. Includes: 45+ country tax rates with standard and reduced tiers; All 50 US state sales tax rates (including zero-tax states); 6 product categories with rate adjustments (digital, physical, food, education, etc; 5 buyer types with exemption rules (individual, business, nonprofit, reseller, etc; Tax-inclusive and tax-exclusive calculation modes; Multi-item invoice tax calculation with per-line breakdowns.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/invoice_items.json",
        "guide/01_features.md",
        "guide/02_cli-reference.md",
        "guide/03_buyer-types.md",
        "src/tax_calculator.py"
      ],
      "file_count": 6,
      "download_size_bytes": 41008,
      "download_size_human": "40.0 KB",
      "product_url": "https://datanest-stores.com/payment-stack/#product-tax-calculator",
      "preview_url": "https://datanest-stores.com/payment-stack/preview-tax-calculator",
      "demo_url": "https://datanest-stores.com/payment-stack/demo-tax-calculator/"
    },
    {
      "product_id": "pm-toolkit:product-requirements-templates",
      "slug": "product-requirements-templates",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "Product Requirements Document Templates",
      "short_description": "10+ PRD templates for features, platform changes, API products, and infrastructure projects with stakeholder mapping.",
      "detailed_description": "PM Toolkit Pro | $29 A complete library of PRD templates for technical product managers. Covers 10 distinct project types \u2014 from user-facing features to API products to infrastructure overhauls \u2014 plus a stakeholder mapping template, a comprehensive writing guide, and a fully worked example PRD you can reference. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/example-prd-search-api.md",
        "guide/01_prd-writing-guide.md",
        "guide/02_product-requirements-document-templates.md",
        "guide/03_what-s-inside.md",
        "guides/prd-writing-guide.md",
        "templates/prd-api-product.md",
        "templates/prd-data-pipeline.md",
        "templates/prd-design-system-component.md",
        "templates/prd-feature-launch.md",
        "templates/prd-infrastructure.md",
        "templates/prd-integration.md",
        "templates/prd-mobile-feature.md",
        "templates/prd-performance-optimization.md",
        "templates/prd-platform-migration.md",
        "templates/prd-security-initiative.md",
        "templates/stakeholder-map.md"
      ],
      "file_count": 17,
      "download_size_bytes": 139309,
      "download_size_human": "136.0 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-product-requirements-templates",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-product-requirements-templates",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-product-requirements-templates/"
    },
    {
      "product_id": "pm-toolkit:roadmap-planning-system",
      "slug": "roadmap-planning-system",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "Roadmap Planning System",
      "short_description": "Quarterly and annual roadmap templates with prioritization frameworks (RICE, ICE, MoSCoW), capacity planning, and stakeholder views.",
      "detailed_description": "PM Toolkit Pro | $39 A complete roadmap planning system for technical product managers. Includes quarterly and annual roadmap templates, three prioritization framework spreadsheets (RICE, ICE, MoSCoW) with realistic sample data, capacity planning tools, stakeholder-specific view templates, and a comprehensive roadmapping guide. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "frameworks/prioritization-guide.md",
        "guide/01_roadmapping-guide.md",
        "guide/02_roadmap-planning-system.md",
        "guide/03_what-s-inside.md",
        "guides/roadmapping-guide.md",
        "spreadsheets/capacity-tracker.csv",
        "spreadsheets/ice-prioritization.csv",
        "spreadsheets/moscow-prioritization.csv",
        "spreadsheets/rice-prioritization.csv",
        "templates/annual-roadmap.md",
        "templates/capacity-planning.md",
        "templates/now-next-later.md",
        "templates/quarterly-roadmap.md",
        "templates/stakeholder-view-engineering.md",
        "templates/stakeholder-view-executive.md"
      ],
      "file_count": 16,
      "download_size_bytes": 87045,
      "download_size_human": "85.0 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-roadmap-planning-system",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-roadmap-planning-system",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-roadmap-planning-system/"
    },
    {
      "product_id": "pm-toolkit:sprint-management-kit",
      "slug": "sprint-management-kit",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "Sprint Management Kit",
      "short_description": "Sprint planning templates, standup formats, retrospective frameworks, velocity tracking, and burndown chart generators.",
      "detailed_description": "PM Toolkit Pro | $29 Everything a technical PM or scrum master needs to run effective sprints. Includes sprint planning templates, four standup formats (including async), six retrospective frameworks, velocity tracking and burndown spreadsheets, definition-of-done and definition-of-ready templates, and a comprehensive agile ceremonies guide. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "guide/01_agile-ceremonies-guide.md",
        "guide/02_sprint-management-kit.md",
        "guide/03_what-s-inside.md",
        "guides/agile-ceremonies-guide.md",
        "retrospectives/four-ls.md",
        "retrospectives/mad-sad-glad.md",
        "retrospectives/sailboat.md",
        "retrospectives/start-stop-continue.md",
        "retrospectives/timeline-retro.md",
        "retrospectives/what-went-well.md",
        "spreadsheets/burndown-data.csv",
        "spreadsheets/velocity-tracker.csv",
        "standup-formats/async-standup.md",
        "standup-formats/classic-three-questions.md",
        "standup-formats/focus-and-blockers.md",
        "standup-formats/walk-the-board.md",
        "templates/definition-of-done.md",
        "templates/definition-of-ready.md",
        "templates/sprint-planning.md",
        "templates/sprint-review.md"
      ],
      "file_count": 21,
      "download_size_bytes": 140598,
      "download_size_human": "137.3 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-sprint-management-kit",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-sprint-management-kit",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-sprint-management-kit/"
    },
    {
      "product_id": "pm-toolkit:stakeholder-communication-pack",
      "slug": "stakeholder-communication-pack",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "Stakeholder Communication Pack",
      "short_description": "Status update templates, executive summary formats, launch communications, and change management frameworks for technical PMs.",
      "detailed_description": "PM Toolkit Pro | $25 Templates and frameworks for every stakeholder communication a technical PM needs \u2014 weekly status updates, monthly reports, executive summaries, launch announcements, change management plans, escalation templates, and a RACI matrix. Stop reinventing the format every time you need to send an update. ---",
      "price_usd": 25,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "frameworks/change-management-framework.md",
        "frameworks/communication-planning-framework.md",
        "guide/01_communication-strategy-guide.md",
        "guide/02_stakeholder-communication-pack.md",
        "guide/03_what-s-inside.md",
        "guides/communication-strategy-guide.md",
        "spreadsheets/raci-matrix.csv",
        "spreadsheets/stakeholder-register.csv",
        "templates/escalation-template.md",
        "templates/executive-one-pager.md",
        "templates/executive-summary.md",
        "templates/launch-announcement-external.md",
        "templates/launch-announcement-internal.md",
        "templates/launch-comms-plan.md",
        "templates/monthly-status-report.md",
        "templates/raci-matrix.md",
        "templates/weekly-status-update.md"
      ],
      "file_count": 18,
      "download_size_bytes": 94428,
      "download_size_human": "92.2 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-stakeholder-communication-pack",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-stakeholder-communication-pack",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-stakeholder-communication-pack/"
    },
    {
      "product_id": "pm-toolkit:user-research-toolkit",
      "slug": "user-research-toolkit",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "User Research Toolkit",
      "short_description": "Interview guides, survey templates, usability testing scripts, persona creation frameworks, and journey mapping templates.",
      "detailed_description": "By PM Toolkit Pro | $29 A complete user research system for product managers and UX researchers. Run better interviews, build evidence-based personas, map customer journeys, and synthesize findings into actionable insights \u2014 without needing a dedicated research team. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/journey-map-trial-to-paid.md",
        "examples/persona-new-adopter.md",
        "examples/persona-power-user.md",
        "guide/01_research-ops-guide.md",
        "guide/02_research-planning-canvas.md",
        "guides/research-ops-guide.md",
        "guides/research-planning-canvas.md",
        "surveys/feature-satisfaction-survey.md",
        "surveys/post-onboarding-survey.md",
        "surveys/question-bank.md",
        "templates/concept-validation-interview.md",
        "templates/discovery-interview-guide.md",
        "templates/journey-map-template.md",
        "templates/persona-template.md",
        "templates/synthesis-affinity-map.md",
        "templates/usability-test-script.md"
      ],
      "file_count": 17,
      "download_size_bytes": 133837,
      "download_size_human": "130.7 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-user-research-toolkit",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-user-research-toolkit",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-user-research-toolkit/"
    },
    {
      "product_id": "pm-toolkit:metrics-analytics-dashboard",
      "slug": "metrics-analytics-dashboard",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "Product Metrics Dashboard Templates",
      "short_description": "KPI tracking spreadsheets for product metrics: engagement, retention, conversion, revenue, and NPS with automated charts.",
      "detailed_description": "By PM Toolkit Pro | $39 A complete metrics tracking system for product managers. Five CSV spreadsheet templates covering engagement, retention, conversion, revenue, and NPS \u2014 each pre-loaded with realistic sample data, formulas guidance, and ready-to-use headers. Includes a metrics definitions glossary, North Star framework, and dashboard setup guide. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/alert-thresholds.md",
        "examples/metrics-review-deck.md",
        "examples/saas-startup-data.csv",
        "frameworks/metrics-definitions-glossary.md",
        "frameworks/metrics-formulas-reference.md",
        "frameworks/north-star-metric.md",
        "guide/01_dashboard-setup-guide.md",
        "guide/02_metrics-review-cadence.md",
        "guides/dashboard-setup-guide.md",
        "guides/metrics-review-cadence.md",
        "spreadsheets/conversion-funnel.csv",
        "spreadsheets/engagement-metrics.csv",
        "spreadsheets/nps-tracking.csv",
        "spreadsheets/retention-cohort.csv",
        "spreadsheets/revenue-mrr.csv"
      ],
      "file_count": 16,
      "download_size_bytes": 82792,
      "download_size_human": "80.9 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-metrics-analytics-dashboard",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-metrics-analytics-dashboard",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-metrics-analytics-dashboard/"
    },
    {
      "product_id": "pm-toolkit:technical-spec-templates",
      "slug": "technical-spec-templates",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "Technical Spec Templates",
      "short_description": "RFC and technical design document templates, architecture decision records, API spec templates, and review checklists.",
      "detailed_description": "By PM Toolkit Pro | $25 A complete set of templates for writing technical specifications, architecture decision records, RFC proposals, and API designs. Built for technical PMs and engineering leads who need to document decisions clearly and get alignment before writing code. ---",
      "price_usd": 25,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/adr-001-database-selection.md",
        "examples/adr-002-auth-strategy.md",
        "examples/adr-003-api-versioning.md",
        "examples/sample-api-spec.yaml",
        "examples/sample-rfc-notification-service.md",
        "guide/01_spec-writing-guide.md",
        "guide/02_technical-spec-templates.md",
        "guide/03_what-s-inside.md",
        "guides/spec-writing-guide.md",
        "templates/adr-template.md",
        "templates/api-spec-template.md",
        "templates/design-review-checklist.md",
        "templates/rfc-template.md",
        "templates/technical-design-doc.md",
        "templates/tradeoff-analysis.md"
      ],
      "file_count": 16,
      "download_size_bytes": 83145,
      "download_size_human": "81.2 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-technical-spec-templates",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-technical-spec-templates",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-technical-spec-templates/"
    },
    {
      "product_id": "pm-toolkit:launch-checklist-system",
      "slug": "launch-checklist-system",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "Product Launch Checklist System",
      "short_description": "Comprehensive launch checklist covering engineering, QA, marketing, support, legal, and rollback procedures.",
      "detailed_description": "By PM Toolkit Pro | $29 A comprehensive launch management system for product teams. Covers every phase of a product launch \u2014 from engineering readiness through marketing, support, legal, and rollback planning. Includes a master checklist, area-specific checklists, runbook templates, and post-launch review frameworks. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "checklists/engineering-checklist.md",
        "checklists/legal-compliance-checklist.md",
        "checklists/marketing-checklist.md",
        "checklists/master-launch-checklist.md",
        "checklists/qa-checklist.md",
        "checklists/rollback-checklist.md",
        "checklists/support-checklist.md",
        "guide/01_launch-planning-guide.md",
        "guide/02_product-launch-checklist-system.md",
        "guide/03_what-s-inside.md",
        "guides/launch-planning-guide.md",
        "templates/go-no-go-template.md",
        "templates/launch-runbook.md",
        "templates/launch-tier-definitions.md",
        "templates/post-launch-review.md"
      ],
      "file_count": 16,
      "download_size_bytes": 77122,
      "download_size_human": "75.3 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-launch-checklist-system",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-launch-checklist-system",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-launch-checklist-system/"
    },
    {
      "product_id": "pm-toolkit:competitive-analysis-framework",
      "slug": "competitive-analysis-framework",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "Competitive Analysis Framework",
      "short_description": "Competitor tracking spreadsheets, feature comparison matrices, market positioning maps, and win/loss analysis templates.",
      "detailed_description": "By PM Toolkit Pro | $25 A complete competitive intelligence system for product managers and strategists. Track competitors systematically, compare features objectively, identify market positioning gaps, and build internal battlecards that help your sales and product teams win. This kit gives you the same analytical toolkit that top-tier strategy consultants use -- adapted for hands-on PMs who need to make competitive decisions weekly, not once a year. ---",
      "price_usd": 25,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/sample-battlecard.md",
        "examples/sample-competitive-analysis.md",
        "frameworks/win-loss-analysis.md",
        "frameworks/win-loss-interview-guide.md",
        "guide/01_competitive-intel-process.md",
        "guide/02_quickstart.md",
        "guides/competitive-intel-process.md",
        "guides/quickstart.md",
        "spreadsheets/competitor-tracker.csv",
        "spreadsheets/feature-comparison-matrix.csv",
        "templates/battlecard-template.md",
        "templates/market-positioning-map.md",
        "templates/porters-five-forces.md",
        "templates/swot-analysis.md"
      ],
      "file_count": 15,
      "download_size_bytes": 118235,
      "download_size_human": "115.5 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-competitive-analysis-framework",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-competitive-analysis-framework",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-competitive-analysis-framework/"
    },
    {
      "product_id": "pm-toolkit:okr-goal-setting-kit",
      "slug": "okr-goal-setting-kit",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "OKR & Goal Setting Kit",
      "short_description": "OKR templates with cascading objectives, key results tracking, check-in formats, and quarterly review frameworks.",
      "detailed_description": "By PM Toolkit Pro | $19 A complete OKR (Objectives and Key Results) system for product managers, team leads, and organizations adopting goal-setting frameworks. Includes templates for every level (company, team, individual), tracking spreadsheets, check-in formats, grading rubrics, and worked examples that show what good OKRs actually look like. Whether you're rolling out OKRs for the first time or fixing a broken implementation, this kit gives you the structure and examples to do it right. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/worked-okr-examples.md",
        "frameworks/biweekly-checkin.md",
        "frameworks/okr-grading-rubric.md",
        "frameworks/quarterly-review.md",
        "frameworks/weekly-checkin.md",
        "guide/01_common-mistakes.md",
        "guide/02_quickstart.md",
        "guides/common-mistakes.md",
        "guides/quickstart.md",
        "spreadsheets/kr-tracking.csv",
        "templates/cascading-objectives.md",
        "templates/company-okrs.md",
        "templates/individual-okrs.md",
        "templates/team-okrs.md"
      ],
      "file_count": 15,
      "download_size_bytes": 93964,
      "download_size_human": "91.8 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-okr-goal-setting-kit",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-okr-goal-setting-kit",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-okr-goal-setting-kit/"
    },
    {
      "product_id": "pm-toolkit:pm-interview-prep",
      "slug": "pm-interview-prep",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "PM Interview Prep Guide",
      "short_description": "Product management interview frameworks, case study approaches, metrics questions, system design for PMs, and portfolio templates.",
      "detailed_description": "By PM Toolkit Pro | $29 The definitive preparation system for product management interviews. Covers every question type you'll face \u2014 product design, estimation, metrics, strategy, execution, behavioral, and system design \u2014 with structured frameworks, worked examples, and sample answers that demonstrate senior-level thinking. This isn't a list of questions with one-paragraph answers. It's a comprehensive study system with deep frameworks, realistic case walkthroughs, and the kind of structured thinking that separates \"good answer\" from \"hire.\" ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/case-study-walkthroughs.md",
        "examples/sample-answers.md",
        "frameworks/estimation-questions.md",
        "frameworks/execution-questions.md",
        "frameworks/metrics-questions.md",
        "frameworks/product-design-sense.md",
        "frameworks/strategy-questions.md",
        "guide/01_behavioral-star-bank.md",
        "guide/02_prep-plan-study-schedule.md",
        "guide/03_system-design-for-pms.md",
        "guides/behavioral-star-bank.md",
        "guides/prep-plan-study-schedule.md",
        "guides/system-design-for-pms.md",
        "templates/portfolio-template.md"
      ],
      "file_count": 15,
      "download_size_bytes": 123126,
      "download_size_human": "120.2 KB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-pm-interview-prep",
      "preview_url": "https://datanest-stores.com/pm-toolkit/preview-pm-interview-prep",
      "demo_url": "https://datanest-stores.com/pm-toolkit/demo-pm-interview-prep/"
    },
    {
      "product_id": "pm-toolkit:pm-complete-bundle",
      "slug": "pm-complete-bundle",
      "store": "pm-toolkit",
      "store_name": "PM Toolkit Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "bundle",
        "career",
        "metrics",
        "okr",
        "prd",
        "product manager",
        "roadmap",
        "sprint",
        "stakeholder",
        "user research"
      ],
      "title": "PM Toolkit Bundle",
      "short_description": "All 11 PM tools \u2014 $317 bought separately, yours for $129. Save $188 (59%): roadmaps, specs, frameworks, and stakeholder templates.",
      "detailed_description": "PM Toolkit Pro | $29 A complete library of PRD templates for technical product managers. Covers 10 distinct project types \u2014 from user-facing features to API products to infrastructure overhauls \u2014 plus a stakeholder mapping template, a comprehensive writing guide, and a fully worked example PRD you can reference. ---",
      "price_usd": 129,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "products/competitive-analysis-framework/README.md",
        "products/competitive-analysis-framework/source/README.md",
        "products/competitive-analysis-framework/source/examples/sample-battlecard.md",
        "products/competitive-analysis-framework/source/examples/sample-competitive-analysis.md",
        "products/competitive-analysis-framework/source/frameworks/win-loss-analysis.md",
        "products/competitive-analysis-framework/source/frameworks/win-loss-interview-guide.md",
        "products/competitive-analysis-framework/source/guide/01_competitive-intel-process.md",
        "products/competitive-analysis-framework/source/guide/02_quickstart.md",
        "products/competitive-analysis-framework/source/guides/competitive-intel-process.md",
        "products/competitive-analysis-framework/source/guides/quickstart.md",
        "products/competitive-analysis-framework/source/spreadsheets/competitor-tracker.csv",
        "products/competitive-analysis-framework/source/spreadsheets/feature-comparison-matrix.csv",
        "products/competitive-analysis-framework/source/templates/battlecard-template.md",
        "products/competitive-analysis-framework/source/templates/market-positioning-map.md",
        "products/competitive-analysis-framework/source/templates/porters-five-forces.md",
        "products/competitive-analysis-framework/source/templates/swot-analysis.md",
        "products/launch-checklist-system/README.md",
        "products/launch-checklist-system/source/README.md",
        "products/launch-checklist-system/source/checklists/engineering-checklist.md",
        "products/launch-checklist-system/source/checklists/legal-compliance-checklist.md",
        "products/launch-checklist-system/source/checklists/marketing-checklist.md",
        "products/launch-checklist-system/source/checklists/master-launch-checklist.md",
        "products/launch-checklist-system/source/checklists/qa-checklist.md",
        "products/launch-checklist-system/source/checklists/rollback-checklist.md",
        "products/launch-checklist-system/source/checklists/support-checklist.md",
        "products/launch-checklist-system/source/guide/01_launch-planning-guide.md",
        "products/launch-checklist-system/source/guide/02_product-launch-checklist-system.md",
        "products/launch-checklist-system/source/guide/03_what-s-inside.md",
        "products/launch-checklist-system/source/guides/launch-planning-guide.md",
        "products/launch-checklist-system/source/templates/go-no-go-template.md",
        "products/launch-checklist-system/source/templates/launch-runbook.md",
        "products/launch-checklist-system/source/templates/launch-tier-definitions.md",
        "products/launch-checklist-system/source/templates/post-launch-review.md",
        "products/metrics-analytics-dashboard/README.md",
        "products/metrics-analytics-dashboard/source/README.md",
        "products/metrics-analytics-dashboard/source/examples/alert-thresholds.md",
        "products/metrics-analytics-dashboard/source/examples/metrics-review-deck.md",
        "products/metrics-analytics-dashboard/source/examples/saas-startup-data.csv",
        "products/metrics-analytics-dashboard/source/frameworks/metrics-definitions-glossary.md",
        "products/metrics-analytics-dashboard/source/frameworks/metrics-formulas-reference.md",
        "products/metrics-analytics-dashboard/source/frameworks/north-star-metric.md",
        "products/metrics-analytics-dashboard/source/guide/01_dashboard-setup-guide.md",
        "products/metrics-analytics-dashboard/source/guide/02_metrics-review-cadence.md",
        "products/metrics-analytics-dashboard/source/guides/dashboard-setup-guide.md",
        "products/metrics-analytics-dashboard/source/guides/metrics-review-cadence.md",
        "products/metrics-analytics-dashboard/source/spreadsheets/conversion-funnel.csv",
        "products/metrics-analytics-dashboard/source/spreadsheets/engagement-metrics.csv",
        "products/metrics-analytics-dashboard/source/spreadsheets/nps-tracking.csv",
        "products/metrics-analytics-dashboard/source/spreadsheets/retention-cohort.csv",
        "products/metrics-analytics-dashboard/source/spreadsheets/revenue-mrr.csv",
        "products/okr-goal-setting-kit/README.md",
        "products/okr-goal-setting-kit/source/README.md",
        "products/okr-goal-setting-kit/source/examples/worked-okr-examples.md",
        "products/okr-goal-setting-kit/source/frameworks/biweekly-checkin.md",
        "products/okr-goal-setting-kit/source/frameworks/okr-grading-rubric.md",
        "products/okr-goal-setting-kit/source/frameworks/quarterly-review.md",
        "products/okr-goal-setting-kit/source/frameworks/weekly-checkin.md",
        "products/okr-goal-setting-kit/source/guide/01_common-mistakes.md",
        "products/okr-goal-setting-kit/source/guide/02_quickstart.md",
        "products/okr-goal-setting-kit/source/guides/common-mistakes.md",
        "products/okr-goal-setting-kit/source/guides/quickstart.md",
        "products/okr-goal-setting-kit/source/spreadsheets/kr-tracking.csv",
        "products/okr-goal-setting-kit/source/templates/cascading-objectives.md",
        "products/okr-goal-setting-kit/source/templates/company-okrs.md",
        "products/okr-goal-setting-kit/source/templates/individual-okrs.md",
        "products/okr-goal-setting-kit/source/templates/team-okrs.md",
        "products/pm-interview-prep/README.md",
        "products/pm-interview-prep/source/README.md",
        "products/pm-interview-prep/source/examples/case-study-walkthroughs.md",
        "products/pm-interview-prep/source/examples/sample-answers.md",
        "products/pm-interview-prep/source/frameworks/estimation-questions.md",
        "products/pm-interview-prep/source/frameworks/execution-questions.md",
        "products/pm-interview-prep/source/frameworks/metrics-questions.md",
        "products/pm-interview-prep/source/frameworks/product-design-sense.md",
        "products/pm-interview-prep/source/frameworks/strategy-questions.md",
        "products/pm-interview-prep/source/guide/01_behavioral-star-bank.md",
        "products/pm-interview-prep/source/guide/02_prep-plan-study-schedule.md",
        "products/pm-interview-prep/source/guide/03_system-design-for-pms.md",
        "products/pm-interview-prep/source/guides/behavioral-star-bank.md",
        "products/pm-interview-prep/source/guides/prep-plan-study-schedule.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1189306,
      "download_size_human": "1.1 MB",
      "product_url": "https://datanest-stores.com/pm-toolkit/#product-pm-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "python-developer:python2to3-migration-kit",
      "slug": "python2to3-migration-kit",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "migration",
        "modernization",
        "python",
        "python3",
        "refactoring",
        "testing"
      ],
      "title": "Python 2 to 3 Migration Kit",
      "short_description": "Incremental Python 2->3 (and legacy 3.x) migration playbook with the str/bytes boundary done right, 12 runnable before/after examples, a gotchas guide, and a per-module checklist.",
      "detailed_description": "A pragmatic kit for the migration nobody wants but many still face: moving a Python 2 codebase (or a legacy Python 3.4/3.6 one) to modern Python 3.11+. It's the map an agent or engineer needs to do it incrementally and safely, not with a big-bang rewrite that breaks everything at once. Includes: MIGRATION-GUIDE; GOTCHAS; examples/beforeafter; examples/strbytesexamples; tools/checklist.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.8+"
      ],
      "supported_versions": [
        "Python 3.4"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "GOTCHAS.md",
        "README.md",
        "examples/before_after.py",
        "examples/strbytes_examples.py",
        "guide/01-overview.md",
        "tools/checklist.md"
      ],
      "file_count": 6,
      "download_size_bytes": 5996,
      "download_size_human": "5.9 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-python2to3-migration-kit",
      "preview_url": "https://datanest-stores.com/python-developer/preview-python2to3-migration-kit",
      "demo_url": null
    },
    {
      "product_id": "python-developer:fastapi-starter-template",
      "slug": "fastapi-starter-template",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "FastAPI Starter Template",
      "short_description": "Production FastAPI project with auth, database, testing, Docker, CI/CD, and OpenAPI documentation.",
      "detailed_description": "Production-ready FastAPI boilerplate with async SQLAlchemy, JWT auth, and Docker \u2014 ship your API in hours, not weeks. ![Python 3.11+](https://www.python.org/downloads/) ![FastAPI](https://fastapi.tiangolo.com) ![License: MIT](LICENSE) --- Includes: Async-first architecture \u2014 SQLAlchemy 2; JWT authentication \u2014 Register, login, refresh tokens, role-based access control; User management \u2014 Full CRUD with pagination, soft-delete, and admin routes; Rate limiting \u2014 In-memory sliding window middleware (swap for Redis in production); Database migrations \u2014 Alembic with async support, auto-generate from models; Docker ready \u2014 Multi-stage Dockerfile, docker-compose with PostgreSQL & Redis.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.11+",
        "PostgreSQL 15+",
        "Redis 7+"
      ],
      "supported_versions": [
        "Python 3.11+"
      ],
      "supported_technologies": [
        "Redis",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp .env.example .env\n# Edit .env with your database credentials",
        "docker compose -f docker/docker-compose.yml up -d"
      ],
      "included_files": [
        "README.md",
        "alembic/env.py",
        "app/api/deps.py",
        "app/api/v1/auth.py",
        "app/api/v1/users.py",
        "app/config.py",
        "app/core/database.py",
        "app/core/security.py",
        "app/main.py",
        "app/middleware/rate_limit.py",
        "app/models/base.py",
        "app/models/user.py",
        "app/schemas/user.py",
        "docker/Dockerfile",
        "docker/docker-compose.yml",
        "guide/chapter-1-getting-started.md",
        "guide/chapter-2-configuration-and-running.md",
        "guide/chapter-3-architecture-and-testing.md",
        "pyproject.toml",
        "tests/conftest.py",
        "tests/test_auth.py"
      ],
      "file_count": 21,
      "download_size_bytes": 64523,
      "download_size_human": "63.0 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-fastapi-starter-template",
      "preview_url": "https://datanest-stores.com/python-developer/preview-fastapi-starter-template",
      "demo_url": "https://datanest-stores.com/python-developer/demo-fastapi-starter-template/"
    },
    {
      "product_id": "python-developer:django-saas-boilerplate",
      "slug": "django-saas-boilerplate",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Django SaaS Boilerplate",
      "short_description": "Complete Django SaaS starter with multi-tenancy, Stripe billing, user management, and admin dashboard.",
      "detailed_description": "Multi-tenant Django foundation with Stripe billing, custom user model, and production-hardened settings \u2014 launch your SaaS in days. ![Python 3.11+](https://www.python.org/downloads/) ![Django 5.0+](https://www.djangoproject.com/) ![License: MIT](LICENSE) --- Includes: Custom User model \u2014 Email-based auth with roles, built from AbstractBaseUser; Multi-tenant architecture \u2014 Subdomain-based tenant resolution with shared database; Stripe billing \u2014 Plans, subscriptions, invoices, and webhook handling; Production settings \u2014 Whitenoise, S3 storage, Sentry, secure cookies, HSTS; REST API \u2014 Django REST Framework with JWT auth and OpenAPI docs; Docker-ready \u2014 Gunicorn, PostgreSQL, Redis, Celery worker.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.11+",
        "PostgreSQL 15+",
        "Redis 7+",
        "Stripe account"
      ],
      "supported_versions": [
        "Python 3.11+",
        "Go 5.0"
      ],
      "supported_technologies": [
        "Redis",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp .env.example .env\n# Set DATABASE_URL, SECRET_KEY, STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET",
        "docker compose -f docker/docker-compose.yml up -d\ndocker compose exec app python manage.py migrate\ndocker compose exec app python manage.py createsuperuser"
      ],
      "included_files": [
        "README.md",
        "apps/accounts/models.py",
        "apps/accounts/serializers.py",
        "apps/accounts/urls.py",
        "apps/accounts/views.py",
        "apps/billing/models.py",
        "apps/billing/webhooks.py",
        "apps/tenants/middleware.py",
        "apps/tenants/models.py",
        "config/settings/base.py",
        "config/settings/development.py",
        "config/settings/production.py",
        "config/urls.py",
        "docker/Dockerfile",
        "docker/docker-compose.yml",
        "guide/chapter-1-getting-started.md",
        "guide/chapter-2-configuration-and-running.md",
        "guide/chapter-3-architecture-and-testing.md",
        "manage.py",
        "templates/base.html"
      ],
      "file_count": 20,
      "download_size_bytes": 60253,
      "download_size_human": "58.8 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-django-saas-boilerplate",
      "preview_url": "https://datanest-stores.com/python-developer/preview-django-saas-boilerplate",
      "demo_url": "https://datanest-stores.com/python-developer/demo-django-saas-boilerplate/"
    },
    {
      "product_id": "python-developer:python-cli-framework",
      "slug": "python-cli-framework",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Python CLI Framework",
      "short_description": "Build professional CLI tools with Click/Typer, auto-completion, config management, and plugin architecture.",
      "detailed_description": "Build beautiful, professional command-line tools with Click, Rich, and TOML configuration \u2014 from first command to PyPI package. ![Python 3.10+](https://www.python.org/downloads/) ![Click](https://click.palletsprojects.com) ![License: MIT](LICENSE) --- Includes: Click-based CLI \u2014 Group commands with --verbose, --output-format, and --config; Rich output \u2014 Tables, JSON, YAML, and CSV formatters with color and progress bars; TOML configuration \u2014 Read/write config files with environment variable fallback; Project scaffolding \u2014 init command generates new project structure from Jinja2 templates; Task runner \u2014 run command with Rich progress bars and error handling; Structured logging \u2014 Rich console handler with optional file rotation.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "click >= 8.1",
        "rich >= 13.0",
        "tomli >= 2.0",
        "tomli-w >= 1.0",
        "jinja2 >= 3.1"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install -e \".[dev]\"",
        "# Initialize a new project\nmycli init my-project --template default\n\n# View configuration\nmycli config list\nmycli config get project.name\nmycli config set project.version \"2.0.0\"\n\n# Run tasks with progress bars\nmycli run build --verbose\n\n# Change output format\nmycli --output-format json config list\nmycli --output-format table config list"
      ],
      "included_files": [
        "README.md",
        "guide/building-cli-apps.md",
        "guides/building-cli-apps.md",
        "pyproject.toml",
        "src/cli/commands/config.py",
        "src/cli/commands/init.py",
        "src/cli/commands/run.py",
        "src/cli/config.py",
        "src/cli/logging_setup.py",
        "src/cli/main.py",
        "src/cli/output.py",
        "src/cli/utils.py",
        "templates/README.md.j2",
        "templates/pyproject.toml.j2",
        "tests/test_cli.py",
        "tests/test_config.py"
      ],
      "file_count": 16,
      "download_size_bytes": 54171,
      "download_size_human": "52.9 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-python-cli-framework",
      "preview_url": "https://datanest-stores.com/python-developer/preview-python-cli-framework",
      "demo_url": "https://datanest-stores.com/python-developer/demo-python-cli-framework/"
    },
    {
      "product_id": "python-developer:async-task-queue-toolkit",
      "slug": "async-task-queue-toolkit",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "async",
        "asyncio",
        "automation",
        "background-jobs",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "middleware",
        "monitoring",
        "python",
        "redis",
        "scheduler",
        "task-queue",
        "testing"
      ],
      "title": "Async Task Queue Toolkit",
      "short_description": "Celery + Redis task queue setup with retry logic, monitoring, scheduling, and dead letter handling patterns.",
      "detailed_description": "A production-ready, Redis-backed asynchronous task queue for Python applications. Built on asyncio with support for retries, scheduling, middleware chains, dead-letter queues, and real-time monitoring. Includes: Redis-backed broker with reliable enqueue/dequeue/ack semantics; Worker processes that consume tasks, execute handlers, and manage failures; @task() decorator with configurable retries, timeout, and priority; Cron-like scheduler for recurring tasks (interval and cron expressions); Middleware chain for logging, timing, retry logic, and rate limiting; Dead-letter queue for failed task inspection and replay.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install redis msgpack aioredis",
        "from queue.task import task\n\n@task(retries=3, timeout=30, priority=5)\nasync def send_welcome_email(user_id: int, email: str) -> dict:\n    \"\"\"Send a welcome email to a new user.\"\"\"\n    # your email logic here\n    return {\"status\": \"sent\", \"user_id\": user_id}"
      ],
      "included_files": [
        "README.md",
        "docker/docker-compose.yml",
        "examples/email_tasks.py",
        "examples/image_processing.py",
        "guide/task-queue-patterns.md",
        "guides/task-queue-patterns.md",
        "src/queue/broker.py",
        "src/queue/dead_letter.py",
        "src/queue/middleware.py",
        "src/queue/monitoring.py",
        "src/queue/scheduler.py",
        "src/queue/serializers.py",
        "src/queue/task.py",
        "src/queue/worker.py",
        "tests/conftest.py",
        "tests/test_broker.py",
        "tests/test_worker.py"
      ],
      "file_count": 17,
      "download_size_bytes": 66533,
      "download_size_human": "65.0 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-async-task-queue-toolkit",
      "preview_url": "https://datanest-stores.com/python-developer/preview-async-task-queue-toolkit",
      "demo_url": "https://datanest-stores.com/python-developer/demo-async-task-queue-toolkit/"
    },
    {
      "product_id": "python-developer:python-testing-toolkit",
      "slug": "python-testing-toolkit",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Python Testing Toolkit",
      "short_description": "Pytest fixtures, factories, mocking patterns, property-based testing, and CI integration for comprehensive test suites.",
      "detailed_description": "A comprehensive, battle-tested collection of pytest patterns, reusable fixtures, test-data factories, mocking utilities, and CI pipeline configurations. Built for Python developers who want reliable, maintainable, and fast test suites.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "pytest 7.0+",
        "hypothesis",
        "pytest-xdist",
        "pytest-cov"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "ci/github-actions-pytest.yml",
        "ci/pre-commit-config.yaml",
        "examples/example_conftest.py",
        "examples/test_api_example.py",
        "examples/test_database_example.py",
        "examples/test_property_based_example.py",
        "guide/ci-integration.md",
        "guide/fixtures-and-factories.md",
        "guide/mocking-patterns.md",
        "guide/property-based-testing.md",
        "guide/pytest-mastery-guide.md",
        "guides/ci-integration.md",
        "guides/fixtures-and-factories.md",
        "guides/mocking-patterns.md",
        "guides/property-based-testing.md",
        "guides/pytest-mastery-guide.md",
        "pyproject.toml",
        "src/testing_toolkit/__init__.py",
        "src/testing_toolkit/assertions.py",
        "src/testing_toolkit/builders.py",
        "src/testing_toolkit/factories.py",
        "src/testing_toolkit/fixtures.py",
        "src/testing_toolkit/mocks.py"
      ],
      "file_count": 24,
      "download_size_bytes": 209790,
      "download_size_human": "204.9 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-python-testing-toolkit",
      "preview_url": "https://datanest-stores.com/python-developer/preview-python-testing-toolkit",
      "demo_url": "https://datanest-stores.com/python-developer/demo-python-testing-toolkit/"
    },
    {
      "product_id": "python-developer:python-packaging-guide",
      "slug": "python-packaging-guide",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Python Packaging Guide",
      "short_description": "Modern Python packaging with pyproject.toml, setuptools, Poetry, publishing to PyPI, and versioning strategies.",
      "detailed_description": "Ship your Python library to PyPI with confidence. Production-ready templates, configs, and scripts for modern Python packaging \u2014 from pyproject.toml to automated publishing. --- Includes: Complete pyproject; setup; MANIFEST; Makefile with common dev targets (install, test, lint, build, publish); Example package source with PEP 561 type stub marker; publish.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "pip 21.3+",
        "build",
        "twine"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "Python",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp templates/pyproject.toml my-project/pyproject.toml",
        "[project]\nname = \"my-awesome-lib\"\nversion = \"0.1.0\"\ndescription = \"A short description of your library\"\nauthors = [{name = \"Your Name\", email = \"you@docs.example.com\"}]"
      ],
      "included_files": [
        "README.md",
        "configs/.pre-commit-config.yaml",
        "configs/mypy.ini",
        "configs/ruff.toml",
        "guide/python-packaging-guide.md",
        "guides/python-packaging-guide.md",
        "scripts/publish.sh",
        "scripts/setup-dev.sh",
        "src/example_package/__init__.py",
        "src/example_package/core.py",
        "src/example_package/py.typed",
        "templates/MANIFEST.in",
        "templates/Makefile",
        "templates/pyproject.toml",
        "templates/setup.cfg"
      ],
      "file_count": 15,
      "download_size_bytes": 44321,
      "download_size_human": "43.3 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-python-packaging-guide",
      "preview_url": "https://datanest-stores.com/python-developer/preview-python-packaging-guide",
      "demo_url": "https://datanest-stores.com/python-developer/demo-python-packaging-guide/"
    },
    {
      "product_id": "python-developer:web-scraping-framework",
      "slug": "web-scraping-framework",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Web Scraping Framework",
      "short_description": "Scalable scraping with BeautifulSoup, Scrapy, and Playwright. Anti-detection, rate limiting, and data pipelines.",
      "detailed_description": "Extract structured data from any website \u2014 responsibly and at scale. An async-first Python scraping framework with rate limiting, proxy rotation, browser automation, and pluggable storage backends. --- Includes: Abstract base scraper with fetch \u2192 parse \u2192 store pipeline; Async HTTP client with retries, rate limiting, and proxy rotation; HTML parser supporting CSS selectors, XPath, and structured data extraction; Playwright browser integration for JavaScript-rendered pages; Processing pipeline with cleaning, validation, deduplication; Storage backends.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "aiohttp >= 3.9",
        "lxml >= 5.0",
        "cssselect >= 1.2",
        "playwright >= 1.40",
        "boto3 >= 1.34"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install aiohttp lxml cssselect playwright\nplaywright install chromium",
        "from scraper.base import Scraper\nfrom scraper.http_client import HttpClient\nfrom scraper.parser import HtmlParser\nfrom scraper.storage import JsonStorage\n\nclass QuoteScraper(Scraper):\n    async def parse(self, html: str) -> list[dict]:\n        parser = HtmlParser(html)\n        return parser.css_all(\".quote\", {\n            \"text\": \".text::text\",\n            \"author\": \".author::text\",\n        })\n\nasync def main():\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/scraper_config.yaml",
        "examples/scrape_product_listings.py",
        "examples/scrape_quotes.py",
        "guide/web-scraping-guide.md",
        "guides/web-scraping-guide.md",
        "src/scraper/base.py",
        "src/scraper/browser.py",
        "src/scraper/http_client.py",
        "src/scraper/middleware.py",
        "src/scraper/parser.py",
        "src/scraper/pipeline.py",
        "src/scraper/scheduler.py",
        "src/scraper/storage.py",
        "tests/conftest.py",
        "tests/test_http_client.py",
        "tests/test_parser.py"
      ],
      "file_count": 17,
      "download_size_bytes": 69935,
      "download_size_human": "68.3 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-web-scraping-framework",
      "preview_url": "https://datanest-stores.com/python-developer/preview-web-scraping-framework",
      "demo_url": "https://datanest-stores.com/python-developer/demo-web-scraping-framework/"
    },
    {
      "product_id": "python-developer:python-design-patterns",
      "slug": "python-design-patterns",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Python Design Patterns",
      "short_description": "23 GoF patterns implemented in idiomatic Python with real-world examples, type hints, and unit tests.",
      "detailed_description": "12 essential design patterns implemented in modern Python with type hints, tests, and a decision guide. Includes: 12 pattern implementations across creational, structural, behavioral, and concurrency categories; Thread-safe singleton, async producer/consumer, and circuit breaker patterns; Modern Python \u2014 dataclasses, Protocol, functools; Comprehensive tests covering every pattern with real-world scenarios; Decision guide \u2014 know exactly when to reach for which pattern.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies",
        "pytest for running tests"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from patterns.creational.singleton import Singleton\n\nclass AppConfig(metaclass=Singleton):\n    def __init__(self) -> None:\n        self.debug = False\n\na = AppConfig()\nb = AppConfig()\nassert a is b  # Same instance",
        "from patterns.creational.factory import Factory\n\nclass NotificationFactory(Factory):\n    pass\n\n@NotificationFactory.register(\"email\")\nclass EmailNotification:\n    def send(self, msg: str) -> None:\n        print(f\"Email: {msg}\")\n\nnotifier = NotificationFactory.create(\"email\")\nnotifier.send(\"Hello!\")"
      ],
      "included_files": [
        "README.md",
        "guide/when-to-use-patterns.md",
        "guides/when-to-use-patterns.md",
        "patterns/behavioral/chain_of_responsibility.py",
        "patterns/behavioral/command.py",
        "patterns/behavioral/observer.py",
        "patterns/behavioral/strategy.py",
        "patterns/concurrency/circuit_breaker.py",
        "patterns/concurrency/producer_consumer.py",
        "patterns/creational/builder.py",
        "patterns/creational/factory.py",
        "patterns/creational/singleton.py",
        "patterns/structural/adapter.py",
        "patterns/structural/decorator.py",
        "patterns/structural/facade.py",
        "tests/test_patterns.py"
      ],
      "file_count": 16,
      "download_size_bytes": 58119,
      "download_size_human": "56.8 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-python-design-patterns",
      "preview_url": "https://datanest-stores.com/python-developer/preview-python-design-patterns",
      "demo_url": "https://datanest-stores.com/python-developer/demo-python-design-patterns/"
    },
    {
      "product_id": "python-developer:data-validation-toolkit",
      "slug": "data-validation-toolkit",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Data Validation Toolkit",
      "short_description": "Pydantic models, custom validators, schema evolution patterns, and data quality frameworks for Python applications.",
      "detailed_description": "Type-safe, pipeline-driven validation with schema support, business rules, and detailed error reporting. Includes: 5 validator types \u2014 base, type, schema, business rules, and file validators; Composable pipeline \u2014 chain validators in sequence with short-circuit or collect-all modes; YAML-driven schemas \u2014 define validation rules in config, not code; Rich error reports \u2014 JSON, plain text, or structured output with field paths; Function decorators \u2014 validate arguments automatically on function call.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "PyYAML",
        "pytest for running tests"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.validators.type_validator import TypeValidator\n\nvalidator = TypeValidator({\"name\": str, \"age\": int, \"active\": bool})\nerrors = validator.validate({\"name\": \"Alice\", \"age\": \"thirty\", \"active\": True})\n# errors[0].field == \"age\", errors[0].message == \"Expected int, got str\"",
        "from src.validators.schema_validator import SchemaValidator\n\nvalidator = SchemaValidator.from_yaml(\"configs/schemas/user_schema.yaml\")\nerrors = validator.validate({\"email\": \"not-an-email\", \"age\": -5})"
      ],
      "included_files": [
        "README.md",
        "configs/rules/business_rules.yaml",
        "configs/schemas/user_schema.yaml",
        "examples/validate_user_data.py",
        "guide/data-validation-guide.md",
        "guides/data-validation-guide.md",
        "src/decorators.py",
        "src/pipeline.py",
        "src/reporters.py",
        "src/validators/base.py",
        "src/validators/business_rules.py",
        "src/validators/file_validator.py",
        "src/validators/schema_validator.py",
        "src/validators/type_validator.py",
        "tests/test_validators.py"
      ],
      "file_count": 15,
      "download_size_bytes": 53191,
      "download_size_human": "51.9 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-data-validation-toolkit",
      "preview_url": "https://datanest-stores.com/python-developer/preview-data-validation-toolkit",
      "demo_url": "https://datanest-stores.com/python-developer/demo-data-validation-toolkit/"
    },
    {
      "product_id": "python-developer:python-logging-config",
      "slug": "python-logging-config",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Python Logging & Config",
      "short_description": "Structured logging with structlog, environment-based configuration, secrets management, and 12-factor app patterns.",
      "detailed_description": "Structured logging, request context, ASGI/WSGI middleware, and environment-specific configs in one drop-in package. Includes: One-call setup \u2014 configurelogging(\"prod\") loads the right YAML config; Structured JSON formatter \u2014 machine-readable logs for Datadog, ELK, CloudWatch; Request context \u2014 automatic requestid, userid in every log line; ASGI & WSGI middleware \u2014 plug into FastAPI, Starlette, Flask, Django; Smart filters \u2014 suppress noisy loggers, rate-limit repeated messages; 3 YAML configs \u2014 dev (colorized console), prod (JSON to file + stdout), test (minimal).",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "PyYAML",
        "pytest for running tests"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.setup import configure_logging\n\nconfigure_logging(\"dev\")  # Colorized console output\n\nimport logging\nlogger = logging.getLogger(__name__)\nlogger.info(\"Application started\")",
        "configure_logging(\"prod\")\nlogger.info(\"Order placed\", extra={\"order_id\": \"ORD-123\", \"total\": 49.99})\n# {\"timestamp\": \"2026-03-10T12:00:00Z\", \"level\": \"INFO\", \"message\": \"Order placed\", \"order_id\": \"ORD-123\", ...}"
      ],
      "included_files": [
        "README.md",
        "configs/logging_dev.yaml",
        "configs/logging_prod.yaml",
        "configs/logging_test.yaml",
        "examples/celery_example.py",
        "examples/fastapi_example.py",
        "guide/logging-guide.md",
        "guides/logging-guide.md",
        "src/context.py",
        "src/filters.py",
        "src/formatters.py",
        "src/handlers.py",
        "src/middleware.py",
        "src/setup.py",
        "tests/test_logging.py"
      ],
      "file_count": 15,
      "download_size_bytes": 49050,
      "download_size_human": "47.9 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-python-logging-config",
      "preview_url": "https://datanest-stores.com/python-developer/preview-python-logging-config",
      "demo_url": "https://datanest-stores.com/python-developer/demo-python-logging-config/"
    },
    {
      "product_id": "python-developer:python-performance-toolkit",
      "slug": "python-performance-toolkit",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Python Performance Toolkit",
      "short_description": "Profiling tools, caching strategies, memory optimization, async patterns, and Cython/Numba acceleration guides.",
      "detailed_description": "Profile, benchmark, and optimize your Python code with confidence. Stop guessing where your bottlenecks are. Measure, compare, and ship faster code. ![Version](https://datanest.dev) ![Python](https://python.org) ![License](LICENSE) --- Includes: CPU Profiler \u2014 cProfile wrapper with flamegraph-compatible output; Memory Profiler \u2014 tracemalloc-based leak detection and allocation tracking; Line Profiler \u2014 Decorator-based line-by-line execution timing; Benchmark Runner \u2014 Statistical benchmark suite with comparison reports; Caching Strategies \u2014 LRU, TTL, memoize, and disk-backed cache; Lazy Loading \u2014 Lazy properties, deferred imports, and computation.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "No external dependencies for core profiling"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python-performance-toolkit/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 manifest.json\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u251c\u2500\u2500 profilers/\n\u2502   \u2502   \u251c\u2500\u2500 cpu_profiler.py\n\u2502   \u2502   \u251c\u2500\u2500 memory_profiler.py\n\u2502   \u2502   \u2514\u2500\u2500 line_profiler.py\n\u2502   \u251c\u2500\u2500 benchmarks/\n\u2502   \u2502   \u251c\u2500\u2500 benchmark_runner.py\n\u2502   \u2502   \u2514\u2500\u2500 decorators.py\n\u2502   \u2514\u2500\u2500 optimizers/\n\u2502       \u251c\u2500\u2500 caching.py\n\u2026",
        "from src.profilers.cpu_profiler import CPUProfiler\n\nprofiler = CPUProfiler()\n\nwith profiler.profile():\n    my_expensive_function()\n\nprofiler.print_stats(top_n=20)\nprofiler.export_flamegraph(\"profile.folded\")"
      ],
      "included_files": [
        "README.md",
        "configs/benchmark_config.yaml",
        "examples/optimize_api.py",
        "examples/optimize_data_processing.py",
        "guide/python-performance-guide.md",
        "guides/python-performance-guide.md",
        "src/benchmarks/benchmark_runner.py",
        "src/benchmarks/decorators.py",
        "src/optimizers/batch_processing.py",
        "src/optimizers/caching.py",
        "src/optimizers/data_structures.py",
        "src/optimizers/lazy_loading.py",
        "src/profilers/cpu_profiler.py",
        "src/profilers/line_profiler.py",
        "src/profilers/memory_profiler.py",
        "tests/test_benchmarks.py",
        "tests/test_profilers.py"
      ],
      "file_count": 17,
      "download_size_bytes": 71665,
      "download_size_human": "70.0 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-python-performance-toolkit",
      "preview_url": "https://datanest-stores.com/python-developer/preview-python-performance-toolkit",
      "demo_url": "https://datanest-stores.com/python-developer/demo-python-performance-toolkit/"
    },
    {
      "product_id": "python-developer:oauth-auth-library",
      "slug": "oauth-auth-library",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "OAuth & Auth Library",
      "short_description": "Complete authentication library with OAuth2, JWT, RBAC, session management, and social login integration.",
      "detailed_description": "Production-ready authentication and authorization for Python web applications. JWT tokens, OAuth2 flows, RBAC, MFA, and session management \u2014 all in one library. ![Version](https://datanest.dev) ![Python](https://python.org) ![License](LICENSE) --- Includes: JWT Handler \u2014 Create, verify, refresh, and revoke tokens with RS256/HS256; Password Security \u2014 Argon2/bcrypt hashing with strength validation; OAuth2 Client \u2014 Authorization code, client credentials, and PKCE flows; Provider Integrations \u2014 Google and GitHub OAuth with extensible base class; RBAC \u2014 Role-based access control with permission decorators; Auth Middleware \u2014 Token extraction, verification, and user injection.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.9+",
        "pyjwt[crypto] \u2014 JWT encoding/decoding with RS256",
        "argon2-cffi or bcrypt \u2014 Password hashing",
        "httpx \u2014 Async HTTP for OAuth2 flows",
        "redis \u2014 Session storage",
        "pyotp \u2014 TOTP for MFA"
      ],
      "supported_versions": [
        "Python 3.9+"
      ],
      "supported_technologies": [
        "Redis",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "oauth-auth-library/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 manifest.json\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/auth/\n\u2502   \u251c\u2500\u2500 jwt_handler.py\n\u2502   \u251c\u2500\u2500 password.py\n\u2502   \u251c\u2500\u2500 oauth2_client.py\n\u2502   \u251c\u2500\u2500 providers/\n\u2502   \u2502   \u251c\u2500\u2500 base.py\n\u2502   \u2502   \u251c\u2500\u2500 google.py\n\u2502   \u2502   \u2514\u2500\u2500 github.py\n\u2502   \u251c\u2500\u2500 rbac.py\n\u2502   \u251c\u2500\u2500 middleware.py\n\u2026",
        "from src.auth.jwt_handler import JWTHandler\n\nhandler = JWTHandler(secret_key=\"your-secret\", algorithm=\"HS256\")\n\ntoken = handler.create_access_token(\n    subject=\"user_123\",\n    claims={\"role\": \"admin\"},\n    expires_minutes=60,\n)\n\npayload = handler.verify_token(token)\nprint(payload[\"sub\"])  # \"user_123\""
      ],
      "included_files": [
        "README.md",
        "configs/auth_config.yaml",
        "examples/fastapi_auth.py",
        "examples/flask_auth.py",
        "guide/auth-security-guide.md",
        "guides/auth-security-guide.md",
        "src/auth/jwt_handler.py",
        "src/auth/mfa.py",
        "src/auth/middleware.py",
        "src/auth/oauth2_client.py",
        "src/auth/password.py",
        "src/auth/providers/base.py",
        "src/auth/providers/github.py",
        "src/auth/providers/google.py",
        "src/auth/rbac.py",
        "src/auth/session.py",
        "tests/test_jwt.py",
        "tests/test_oauth2.py",
        "tests/test_rbac.py"
      ],
      "file_count": 19,
      "download_size_bytes": 79893,
      "download_size_human": "78.0 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-oauth-auth-library",
      "preview_url": "https://datanest-stores.com/python-developer/preview-oauth-auth-library",
      "demo_url": "https://datanest-stores.com/python-developer/demo-oauth-auth-library/"
    },
    {
      "product_id": "python-developer:python-microservices-kit",
      "slug": "python-microservices-kit",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Python Microservices Kit",
      "short_description": "Microservice scaffolds with gRPC, message queues, service discovery, circuit breakers, and distributed tracing.",
      "detailed_description": "Production-ready microservices architecture with API gateway, service discovery, event-driven communication, and Docker orchestration. --- Includes: API Gateway with rate limiting, JWT auth, and request routing; User Service and Order Service as example bounded contexts; Shared library for events, service clients, health checks, and tracing; Docker Compose configs for dev and production; Integration tests covering cross-service workflows; Architecture guide explaining patterns and trade-offs.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "Docker & Docker Compose",
        "pip install fastapi uvicorn httpx pydantic"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "FastAPI",
        "Docker",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python-microservices-kit/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 manifest.json\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 docker-compose.yml\n\u251c\u2500\u2500 services/\n\u2502   \u251c\u2500\u2500 api-gateway/\n\u2502   \u2502   \u251c\u2500\u2500 main.py              # Gateway with routing & rate limiting\n\u2502   \u2502   \u2514\u2500\u2500 Dockerfile\n\u2502   \u251c\u2500\u2500 user-service/\n\u2502   \u2502   \u251c\u2500\u2500 main.py              # User CRUD + auth endpoints\n\u2502   \u2502   \u251c\u2500\u2500 models.py            # User domain models\n\u2502   \u2502   \u2514\u2500\u2500 Dockerfile\n\u2502   \u2514\u2500\u2500 order-service/\n\u2026",
        "docker-compose up --build"
      ],
      "included_files": [
        "README.md",
        "configs/docker-compose.prod.yml",
        "docker-compose.yml",
        "guide/microservices-patterns.md",
        "guides/microservices-patterns.md",
        "services/api-gateway/Dockerfile",
        "services/api-gateway/main.py",
        "services/order-service/Dockerfile",
        "services/order-service/main.py",
        "services/order-service/models.py",
        "services/user-service/Dockerfile",
        "services/user-service/main.py",
        "services/user-service/models.py",
        "shared/events.py",
        "shared/health.py",
        "shared/service_client.py",
        "shared/tracing.py",
        "tests/test_integration.py"
      ],
      "file_count": 18,
      "download_size_bytes": 55395,
      "download_size_human": "54.1 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-python-microservices-kit",
      "preview_url": "https://datanest-stores.com/python-developer/preview-python-microservices-kit",
      "demo_url": "https://datanest-stores.com/python-developer/demo-python-microservices-kit/"
    },
    {
      "product_id": "python-developer:python-automation-scripts",
      "slug": "python-automation-scripts",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Python Automation Scripts",
      "short_description": "50+ automation scripts for file processing, email, PDF generation, spreadsheets, APIs, and system administration.",
      "detailed_description": "10 production-ready automation scripts for file management, data processing, API testing, log analysis, backups, and more. --- Includes: 10 standalone scripts \u2014 each solves a real DevOps / data task; Shared utilities for running scripts and sending notifications; YAML config for centralised settings; Tests for the most complex scripts; Guide with customisation tips and scheduling advice.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "pip install pyyaml requests jinja2",
        "Docker CLI",
        "Git CLI"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Docker",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "pip install pyyaml requests jinja2",
        "python scripts/file_organizer.py --source ~/Downloads --dest ~/Sorted"
      ],
      "included_files": [
        "README.md",
        "configs/scripts_config.yaml",
        "guide/automation-guide.md",
        "guides/automation-guide.md",
        "scripts/api_tester.py",
        "scripts/csv_processor.py",
        "scripts/db_backup.py",
        "scripts/docker_cleanup.py",
        "scripts/env_checker.py",
        "scripts/file_organizer.py",
        "scripts/git_stats.py",
        "scripts/log_analyzer.py",
        "scripts/report_generator.py",
        "scripts/ssl_checker.py",
        "tests/test_csv_processor.py",
        "tests/test_file_organizer.py",
        "utils/notifier.py",
        "utils/runner.py"
      ],
      "file_count": 18,
      "download_size_bytes": 64992,
      "download_size_human": "63.5 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-python-automation-scripts",
      "preview_url": "https://datanest-stores.com/python-developer/preview-python-automation-scripts",
      "demo_url": "https://datanest-stores.com/python-developer/demo-python-automation-scripts/"
    },
    {
      "product_id": "python-developer:python-complete-bundle",
      "slug": "python-complete-bundle",
      "store": "python-developer",
      "store_name": "Python Developer Pro",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "automation",
        "bundle",
        "dev",
        "django",
        "fastapi",
        "flask",
        "microservices",
        "python",
        "testing"
      ],
      "title": "Python Complete Bundle",
      "short_description": "All 14 Python tools \u2014 $486 bought separately, yours for $159. Save $327 (67%): FastAPI scaffolds, utilities, packaging, and project templates.",
      "detailed_description": "Production-ready FastAPI boilerplate with async SQLAlchemy, JWT auth, and Docker \u2014 ship your API in hours, not weeks. ![Python 3.11+](https://www.python.org/downloads/) ![FastAPI](https://fastapi.tiangolo.com) ![License: MIT](LICENSE) --- Includes: Async-first architecture \u2014 SQLAlchemy 2; JWT authentication \u2014 Register, login, refresh tokens, role-based access control; User management \u2014 Full CRUD with pagination, soft-delete, and admin routes; Rate limiting \u2014 In-memory sliding window middleware (swap for Redis in production); Database migrations \u2014 Alembic with async support, auto-generate from models; Docker ready \u2014 Multi-stage Dockerfile, docker-compose with PostgreSQL & Redis.",
      "price_usd": 159,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.11+",
        "PostgreSQL 15+",
        "Redis 7+"
      ],
      "supported_versions": [
        "Python 3.11+"
      ],
      "supported_technologies": [
        "Redis",
        "Python",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp .env.example .env\n# Edit .env with your database credentials",
        "docker compose -f docker/docker-compose.yml up -d"
      ],
      "included_files": [
        "products/async-task-queue-toolkit/README.md",
        "products/async-task-queue-toolkit/source/README.md",
        "products/async-task-queue-toolkit/source/docker/docker-compose.yml",
        "products/async-task-queue-toolkit/source/examples/email_tasks.py",
        "products/async-task-queue-toolkit/source/examples/image_processing.py",
        "products/async-task-queue-toolkit/source/guide/task-queue-patterns.md",
        "products/async-task-queue-toolkit/source/guides/task-queue-patterns.md",
        "products/async-task-queue-toolkit/source/src/queue/broker.py",
        "products/async-task-queue-toolkit/source/src/queue/dead_letter.py",
        "products/async-task-queue-toolkit/source/src/queue/middleware.py",
        "products/async-task-queue-toolkit/source/src/queue/monitoring.py",
        "products/async-task-queue-toolkit/source/src/queue/scheduler.py",
        "products/async-task-queue-toolkit/source/src/queue/serializers.py",
        "products/async-task-queue-toolkit/source/src/queue/task.py",
        "products/async-task-queue-toolkit/source/src/queue/worker.py",
        "products/async-task-queue-toolkit/source/tests/conftest.py",
        "products/async-task-queue-toolkit/source/tests/test_broker.py",
        "products/async-task-queue-toolkit/source/tests/test_worker.py",
        "products/data-validation-toolkit/README.md",
        "products/data-validation-toolkit/source/README.md",
        "products/data-validation-toolkit/source/configs/rules/business_rules.yaml",
        "products/data-validation-toolkit/source/configs/schemas/user_schema.yaml",
        "products/data-validation-toolkit/source/examples/validate_user_data.py",
        "products/data-validation-toolkit/source/guide/data-validation-guide.md",
        "products/data-validation-toolkit/source/guides/data-validation-guide.md",
        "products/data-validation-toolkit/source/src/decorators.py",
        "products/data-validation-toolkit/source/src/pipeline.py",
        "products/data-validation-toolkit/source/src/reporters.py",
        "products/data-validation-toolkit/source/src/validators/base.py",
        "products/data-validation-toolkit/source/src/validators/business_rules.py",
        "products/data-validation-toolkit/source/src/validators/file_validator.py",
        "products/data-validation-toolkit/source/src/validators/schema_validator.py",
        "products/data-validation-toolkit/source/src/validators/type_validator.py",
        "products/data-validation-toolkit/source/tests/test_validators.py",
        "products/django-saas-boilerplate/README.md",
        "products/django-saas-boilerplate/source/README.md",
        "products/django-saas-boilerplate/source/apps/accounts/models.py",
        "products/django-saas-boilerplate/source/apps/accounts/serializers.py",
        "products/django-saas-boilerplate/source/apps/accounts/urls.py",
        "products/django-saas-boilerplate/source/apps/accounts/views.py",
        "products/django-saas-boilerplate/source/apps/billing/models.py",
        "products/django-saas-boilerplate/source/apps/billing/webhooks.py",
        "products/django-saas-boilerplate/source/apps/tenants/middleware.py",
        "products/django-saas-boilerplate/source/apps/tenants/models.py",
        "products/django-saas-boilerplate/source/config/settings/base.py",
        "products/django-saas-boilerplate/source/config/settings/development.py",
        "products/django-saas-boilerplate/source/config/settings/production.py",
        "products/django-saas-boilerplate/source/config/urls.py",
        "products/django-saas-boilerplate/source/docker/Dockerfile",
        "products/django-saas-boilerplate/source/docker/docker-compose.yml",
        "products/django-saas-boilerplate/source/guide/chapter-1-getting-started.md",
        "products/django-saas-boilerplate/source/guide/chapter-2-configuration-and-running.md",
        "products/django-saas-boilerplate/source/guide/chapter-3-architecture-and-testing.md",
        "products/django-saas-boilerplate/source/manage.py",
        "products/django-saas-boilerplate/source/templates/base.html",
        "products/fastapi-starter-template/README.md",
        "products/fastapi-starter-template/source/README.md",
        "products/fastapi-starter-template/source/alembic/env.py",
        "products/fastapi-starter-template/source/app/api/deps.py",
        "products/fastapi-starter-template/source/app/api/v1/auth.py",
        "products/fastapi-starter-template/source/app/api/v1/users.py",
        "products/fastapi-starter-template/source/app/config.py",
        "products/fastapi-starter-template/source/app/core/database.py",
        "products/fastapi-starter-template/source/app/core/security.py",
        "products/fastapi-starter-template/source/app/main.py",
        "products/fastapi-starter-template/source/app/middleware/rate_limit.py",
        "products/fastapi-starter-template/source/app/models/base.py",
        "products/fastapi-starter-template/source/app/models/user.py",
        "products/fastapi-starter-template/source/app/schemas/user.py",
        "products/fastapi-starter-template/source/docker/Dockerfile",
        "products/fastapi-starter-template/source/docker/docker-compose.yml",
        "products/fastapi-starter-template/source/guide/chapter-1-getting-started.md",
        "products/fastapi-starter-template/source/guide/chapter-2-configuration-and-running.md",
        "products/fastapi-starter-template/source/guide/chapter-3-architecture-and-testing.md",
        "products/fastapi-starter-template/source/pyproject.toml",
        "products/fastapi-starter-template/source/tests/conftest.py",
        "products/fastapi-starter-template/source/tests/test_auth.py",
        "products/oauth-auth-library/README.md",
        "products/oauth-auth-library/source/README.md",
        "products/oauth-auth-library/source/configs/auth_config.yaml"
      ],
      "file_count": 80,
      "download_size_bytes": 1009377,
      "download_size_human": "985.7 KB",
      "product_url": "https://datanest-stores.com/python-developer/#product-python-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "retail-ecommerce:inventory-management-system",
      "slug": "inventory-management-system",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Inventory Management System",
      "short_description": "Real-time inventory tracking with low-stock alerts, reorder automation, multi-warehouse support, and CSV/API sync.",
      "detailed_description": "Complete Python toolkit for real-time inventory tracking across multiple warehouses, with automated low-stock alerts, reorder point / EOQ calculations, and CSV/API synchronization. Includes: Stock Tracker \u2014 Central coordinator that maintains stock levels and records every movement with a full audit trail; Low-Stock Alerts \u2014 Configurable alert system with WARNING, CRITICAL, and STOCKOUT levels, cooldown periods, and pluggable handlers; Reorder Engine \u2014 Automated reorder-point and Economic Order Quantity (EOQ) calculations with purchase order generation; Multi-Warehouse Allocation \u2014 Three allocation strategies (priority, nearest, balanced) for deciding which warehouse fulfills each order; CSV Import/Export \u2014 Bulk data operations with flexible column mapping (handles different CSV formats from various systems); Sync Adapter Interface \u2014 Abstract adapter pattern for connecting to external systems (Shopify, WooCommerce, ERPs, etc.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the complete demo\npython scripts/run_inventory.py",
        "python -m pytest tests/ -v\n# or:\npython -m unittest discover tests/"
      ],
      "included_files": [
        "README.md",
        "configs/inventory_config.yaml",
        "data/sample_products.csv",
        "data/sample_stock.csv",
        "guide/01-overview.md",
        "guide/02-real-time-inventory-tracking.md",
        "guide/03-reorder-automation-and-multi-warehouse-s.md",
        "guides/setup_guide.md",
        "scripts/run_inventory.py",
        "sql/schema.sql",
        "src/__init__.py",
        "src/alerts.py",
        "src/csv_sync.py",
        "src/models.py",
        "src/reorder.py",
        "src/sync_adapter.py",
        "src/tracker.py",
        "src/warehouse.py",
        "tests/test_inventory.py"
      ],
      "file_count": 19,
      "download_size_bytes": 114650,
      "download_size_human": "112.0 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-inventory-management-system",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-inventory-management-system",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-inventory-management-system/"
    },
    {
      "product_id": "retail-ecommerce:product-catalog-manager",
      "slug": "product-catalog-manager",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Product Catalog Manager",
      "short_description": "Bulk product import/export, category management, variant handling, SEO metadata generation, and image optimization scripts.",
      "detailed_description": "Python toolkit for managing e-commerce product catalogs with bulk import/export, hierarchical categories, variant generation, SEO metadata, image optimization, and data validation. Includes: Catalog Manager \u2014 Central CRUD coordinator with search, filtering, bulk operations, and JSON persistence; Bulk Importer \u2014 Import products from CSV or JSON with flexible column mapping and error reporting; Category Tree \u2014 Hierarchical category management with path computation, breadcrumbs, and tree traversal; Variant Manager \u2014 Generate product variants from option axes (Size x Color \u2192 SKUs) with price modifiers; SEO Generator \u2014 Auto-generate meta titles, descriptions, Open Graph tags, and JSON-LD structured data; Image Optimizer \u2014 Analyze product images, generate resize commands, and enforce naming conventions.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python scripts/run_catalog.py",
        "python -m pytest tests/ -v"
      ],
      "included_files": [
        "README.md",
        "configs/catalog_config.yaml",
        "data/sample_categories.json",
        "data/sample_products.csv",
        "guide/01-overview.md",
        "guide/02-bulk-product-import-and-export.md",
        "guide/03-seo-metadata-generation.md",
        "guides/catalog_guide.md",
        "scripts/run_catalog.py",
        "src/__init__.py",
        "src/catalog.py",
        "src/categories.py",
        "src/images.py",
        "src/importer.py",
        "src/models.py",
        "src/seo.py",
        "src/validator.py",
        "src/variants.py",
        "tests/test_catalog.py"
      ],
      "file_count": 19,
      "download_size_bytes": 83552,
      "download_size_human": "81.6 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-product-catalog-manager",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-product-catalog-manager",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-product-catalog-manager/"
    },
    {
      "product_id": "retail-ecommerce:pricing-engine-toolkit",
      "slug": "pricing-engine-toolkit",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Pricing Engine Toolkit",
      "short_description": "Dynamic pricing rules, competitor price monitoring, margin calculator, discount scheduling, and A/B price testing framework.",
      "detailed_description": "A rules-based pricing engine with competitor monitoring, margin analysis, discount scheduling, and A/B price testing \u2014 all in pure Python with zero external dependencies.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the complete demo (all 5 modules)\ncd pricing-engine-toolkit/\npython scripts/run_pricing.py\n\n# Run the test suite\npython -m pytest tests/test_pricing.py -v",
        "from src.engine import PricingEngine\nfrom src.models import PricedProduct, PricingRule, RuleType\n\nengine = PricingEngine(global_min_margin=0.05)\n\n# Electronics get cost + 120% markup\nengine.add_rule(PricingRule(\n    name=\"Electronics Markup\",\n    rule_type=RuleType.PERCENTAGE_MARKUP,\n    value=120.0,\n    priority=50,\n    conditions={\"category\": \"Electronics\"},\n))\n\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/pricing_config.yaml",
        "data/sample_competitor_prices.csv",
        "data/sample_products.csv",
        "data/sample_rules.json",
        "guide/01-pricing-strategy-foundations.md",
        "guide/02-dynamic-pricing-models.md",
        "guide/03-discount-optimization.md",
        "guide/04-margin-analysis.md",
        "guide/05-competitor-monitoring.md",
        "guides/pricing_guide.md",
        "scripts/run_pricing.py",
        "src/__init__.py",
        "src/ab_testing.py",
        "src/competitor.py",
        "src/engine.py",
        "src/margin.py",
        "src/models.py",
        "src/scheduler.py",
        "tests/test_pricing.py"
      ],
      "file_count": 20,
      "download_size_bytes": 108170,
      "download_size_human": "105.6 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-pricing-engine-toolkit",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-pricing-engine-toolkit",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-pricing-engine-toolkit/"
    },
    {
      "product_id": "retail-ecommerce:order-fulfillment-pipeline",
      "slug": "order-fulfillment-pipeline",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Order Fulfillment Pipeline",
      "short_description": "Order processing automation, shipping label generation, tracking notification system, and returns management workflow.",
      "detailed_description": "End-to-end order fulfillment system with state machine-driven lifecycle management, multi-carrier shipping, shipment tracking, returns processing, and fulfillment analytics \u2014 all in pure Python.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cd order-fulfillment-pipeline/\npython scripts/run_fulfillment.py\npython -m pytest tests/test_fulfillment.py -v",
        "from src.pipeline import FulfillmentPipeline, PipelineConfig\nfrom src.models import Order, LineItem, Address\n\npipeline = FulfillmentPipeline(PipelineConfig(\n    auto_confirm=True,\n    free_shipping_threshold=75.0,\n))\n\norder = Order(\n    customer_id=\"CUST-001\",\n    items=[\n        LineItem(sku=\"SKU-001\", name=\"Widget\", quantity=2, unit_price=29.99, weight_oz=8.0),\n    ],\n    shipping_address=Address(\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/fulfillment_config.yaml",
        "data/sample_orders.csv",
        "guide/01-overview.md",
        "guide/02-order-processing-automation.md",
        "guide/03-shipping-and-tracking-integration.md",
        "guides/fulfillment_guide.md",
        "scripts/run_fulfillment.py",
        "src/__init__.py",
        "src/carriers.py",
        "src/models.py",
        "src/pipeline.py",
        "src/returns.py",
        "src/shipping.py",
        "src/state_machine.py",
        "src/tracking.py",
        "tests/test_fulfillment.py"
      ],
      "file_count": 17,
      "download_size_bytes": 101116,
      "download_size_human": "98.7 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-order-fulfillment-pipeline",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-order-fulfillment-pipeline",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-order-fulfillment-pipeline/"
    },
    {
      "product_id": "retail-ecommerce:ecommerce-analytics-dashboard",
      "slug": "ecommerce-analytics-dashboard",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "E-Commerce Analytics Dashboard",
      "short_description": "Sales analytics, customer cohort analysis, conversion funnel tracking, revenue forecasting, and KPI dashboards.",
      "detailed_description": "A complete Python analytics toolkit for e-commerce businesses. Covers every metric that matters: sales aggregation, customer cohort analysis, conversion funnel tracking, revenue forecasting, and KPI computation \u2014 all from raw transaction data. Includes: Sales Analytics Engine \u2014 daily/weekly/monthly revenue summaries, top products, category & channel breakdowns, period-over-period growth rates; Customer Cohort Analysis \u2014 retention matrices, cohort revenue curves, cumulative LTV by acquisition month; Conversion Funnel Tracker \u2014 multi-stage funnel modeling with drop-off rates, bottleneck detection, and per-segment breakdowns; Revenue Forecasting \u2014 moving average, weighted MA, linear trend, and seasonal decomposition \u2014 all pure Python, no numpy required; KPI Calculator \u2014 AOV, LTV, CAC, conversion rate, cart abandonment, repeat purchase rate, gross margin, and industry benchmark checks; Chart & Export Helpers \u2014 matplotlib bar/line/funnel charts (guarded import) plus CSV and JSON export.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No mandatory external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run sales analysis on the sample data\npython -m src.sales_analytics data/sample_transactions.csv\n\n# Run cohort analysis\npython -m src.cohort_analysis data/sample_transactions.csv\n\n# Run the conversion funnel demo\npython -m src.funnel_tracker\n\n# Run revenue forecasting demo\npython -m src.revenue_forecast\n\n# Run all tests\npython -m pytest tests/ -v\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/dashboard_config.yaml",
        "data/sample_transactions.csv",
        "guide/01-overview.md",
        "guide/02-sales-analytics-and-kpis.md",
        "guide/03-cohort-analysis-and-funnel-tracking.md",
        "guides/analytics_guide.md",
        "sql/queries.sql",
        "src/__init__.py",
        "src/chart_export.py",
        "src/cohort_analysis.py",
        "src/funnel_tracker.py",
        "src/kpi_calculator.py",
        "src/revenue_forecast.py",
        "src/sales_analytics.py",
        "tests/test_analytics.py"
      ],
      "file_count": 16,
      "download_size_bytes": 90160,
      "download_size_human": "88.0 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-ecommerce-analytics-dashboard",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-ecommerce-analytics-dashboard",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-ecommerce-analytics-dashboard/"
    },
    {
      "product_id": "retail-ecommerce:customer-segmentation-toolkit",
      "slug": "customer-segmentation-toolkit",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Customer Segmentation Toolkit",
      "short_description": "RFM analysis, customer lifetime value calculation, churn prediction models, and personalized campaign targeting scripts.",
      "detailed_description": "A complete Python pipeline for customer segmentation: RFM scoring, lifetime value estimation, churn prediction, segment classification, and campaign targeting \u2014 all from raw transaction data. Includes: RFM Scoring Engine \u2014 Recency-Frequency-Monetary analysis with quintile scoring and named segment mapping (Champions, At Risk, Dormant, etc; CLV Calculator \u2014 Historical and predictive customer lifetime value with NPV discounting and tier assignment; Churn Prediction Model \u2014 Feature engineering pipeline + logistic regression / random forest classifier (scikit-learn, guarded); Segment Definitions \u2014 8 unified segments combining RFM, CLV, and churn data with recommended marketing actions for each; Campaign Targeting \u2014 Export audience lists for email platforms (Mailchimp/Klaviyo-ready CSV) and ad platforms (hashed emails for lookalike audiences), plus auto-generated campaign briefs; Sample Data \u2014 Customer and transaction CSVs ready to test the full pipeline.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No mandatory external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run RFM analysis on sample data\npython -m src.rfm_engine data/sample_transactions.csv\n\n# Compute customer lifetime value\npython -m src.clv_calculator data/sample_transactions.csv\n\n# Run churn prediction\npython -m src.churn_predictor data/sample_transactions.csv\n\n# See segment definitions\npython -m src.segment_definitions\n\n# Run all tests\npython -m pytest tests/ -v",
        "from src.rfm_engine import RFMEngine\nfrom src.clv_calculator import CLVCalculator\n\n# RFM analysis\nengine = RFMEngine.from_csv(\"data/sample_transactions.csv\")\nengine.print_summary()\n\n# CLV estimation\ncalc = CLVCalculator.from_csv(\"data/sample_transactions.csv\")\ncalc.print_summary()"
      ],
      "included_files": [
        "README.md",
        "configs/segmentation_config.yaml",
        "data/sample_customers.csv",
        "data/sample_transactions.csv",
        "guide/01-overview.md",
        "guide/02-rfm-analysis-for-customer-segmentation.md",
        "guide/03-customer-lifetime-value-and-churn-predic.md",
        "guides/segmentation_guide.md",
        "src/__init__.py",
        "src/campaign_targeting.py",
        "src/churn_predictor.py",
        "src/clv_calculator.py",
        "src/rfm_engine.py",
        "src/segment_definitions.py",
        "tests/test_segmentation.py"
      ],
      "file_count": 15,
      "download_size_bytes": 73724,
      "download_size_human": "72.0 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-customer-segmentation-toolkit",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-customer-segmentation-toolkit",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-customer-segmentation-toolkit/"
    },
    {
      "product_id": "retail-ecommerce:shopping-cart-abandonment",
      "slug": "shopping-cart-abandonment",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Cart Abandonment Recovery",
      "short_description": "Abandoned cart detection, email sequence automation, retargeting pixel setup, and recovery rate analytics dashboard.",
      "detailed_description": "A complete cart abandonment detection and recovery toolkit for e-commerce stores. Identifies abandoned carts from event data, triggers multi-step email sequences, generates retargeting pixel events for ad platforms, and measures recovery performance. Average e-commerce stores lose 70% of carts to abandonment. This system helps you recover 5-15% of that lost revenue through timed email sequences and retargeting. Includes: Cart Detection Engine \u2014 Identifies abandoned carts based on configurable time thresholds, categorizes by value tier and checkout stage reached, and prioritizes recovery targets; 3-Step Email Sequence \u2014 Pre-built HTML email templates (1-hour nudge, 24-hour social proof, 72-hour discount offer) with $variable substitution and send history tracking; Retargeting Pixel Events \u2014 Generates ready-to-use event payloads for Meta (Facebook) Pixel and Google Ads remarketing, plus JavaScript snippets for Dynamic Product Ads; Recovery Analytics \u2014 Measures recovery rates, revenue recaptured, email performance (open/click/conversion), and breakdown by cart value tier and checkout stage; Suppression Rules \u2014 Prevents duplicate sends, respects purchases and unsubscribes, enforces dai",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.cart_detector import CartDetector\n\n# From CSV\ndetector = CartDetector.from_csv(\"data/sample_carts.csv\")\n\n# Or from a list of event dicts\ndetector = CartDetector(events, abandonment_threshold_minutes=60)\n\nabandoned = detector.detect_abandoned()\n# Returns: List[AbandonedCart] sorted by recovery priority\n\nsummary = detector.abandonment_summary()\n# Returns: AbandonmentSummary with rates, breakdowns, top targets",
        "from src.email_engine import EmailSequenceEngine\n\nengine = EmailSequenceEngine(template_dir=\".\")\nemails = engine.generate_emails(\n    abandoned_carts=cart_dicts,\n    send_history={\"CART-001\": {\"reminder_1h\"}},  # already sent\n    purchased_cart_ids={\"CART-005\"},              # suppress\n)\n# Returns: List[EmailPayload] with rendered subject + HTML body"
      ],
      "included_files": [
        "README.md",
        "configs/abandonment_config.yaml",
        "data/sample_carts.csv",
        "guide/01-overview.md",
        "guide/02-cart-abandonment-detection-and-triggers.md",
        "guide/03-recovery-analytics-and-optimization.md",
        "guides/setup_guide.md",
        "src/__init__.py",
        "src/cart_detector.py",
        "src/email_engine.py",
        "src/recovery_analytics.py",
        "src/retargeting_pixels.py",
        "templates/final_offer.html",
        "templates/reminder_1h.html",
        "templates/reminder_24h.html",
        "tests/test_abandonment.py"
      ],
      "file_count": 16,
      "download_size_bytes": 88912,
      "download_size_human": "86.8 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-shopping-cart-abandonment",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-shopping-cart-abandonment",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-shopping-cart-abandonment/"
    },
    {
      "product_id": "retail-ecommerce:product-recommendation-engine",
      "slug": "product-recommendation-engine",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Product Recommendation Engine",
      "short_description": "Collaborative filtering, content-based recommendations, trending products algorithm, and A/B testing integration.",
      "detailed_description": "A complete recommendation system for e-commerce stores. Implements collaborative filtering, content-based filtering, trending detection, and hybrid blending \u2014 all from scratch using Python's standard library. Includes A/B testing and evaluation metrics for measuring recommendation quality. Includes: Collaborative Filtering \u2014 User-based and item-based CF using cosine similarity; Content-Based Filtering \u2014 TF-IDF weighted feature vectors from product attributes (category, tags, brand, title words); Trending Detection \u2014 Three popularity signals; Hybrid Blender \u2014 Merges all algorithms into a single ranked list; A/B Testing Harness \u2014 Deterministic user-to-variant assignment, event tracking, and statistical significance testing with Z-test for conversion rate comparison; Evaluation Suite \u2014 Precision@K, Recall@K, NDCG@K, MAP@K, Hit Rate, Coverage, and multi-algorithm comparison.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cf = CollaborativeFilter.from_csv(\"data/sample_interactions.csv\")\n\n# User-based: \"users like you also bought...\"\nrecs = cf.recommend_for_user(\"U001\", n=10, method=\"user\")\n\n# Item-based: \"frequently bought together\"\nsimilar = cf.similar_items(\"P001\", n=5)\n\n# Diagnostics\ncf.print_stats()  # sparsity, user/product counts",
        "rec = ContentBasedRecommender.from_csv(\"data/sample_products.csv\")\n\n# Product similarity (for \"You might also like\")\nsimilar = rec.similar_products(\"P001\", n=5)\n\n# User profile recommendations\nhistory = [{\"product_id\": \"P001\", \"score\": 5}, {\"product_id\": \"P004\", \"score\": 4}]\nrecs = rec.recommend_for_user(history, n=10)\n\n# Explain why two products are similar\nexp = rec.explain_similarity(\"P001\", \"P002\")"
      ],
      "included_files": [
        "README.md",
        "configs/recommender_config.yaml",
        "data/sample_interactions.csv",
        "data/sample_products.csv",
        "guide/01-overview.md",
        "guide/02-recommendation-algorithms-explained.md",
        "guide/03-a-b-testing-recommendations.md",
        "guides/recommendation_guide.md",
        "src/__init__.py",
        "src/ab_testing.py",
        "src/collaborative_filter.py",
        "src/content_based.py",
        "src/evaluation.py",
        "src/hybrid_blender.py",
        "src/trending.py",
        "tests/test_recommender.py"
      ],
      "file_count": 16,
      "download_size_bytes": 98844,
      "download_size_human": "96.5 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-product-recommendation-engine",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-product-recommendation-engine",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-product-recommendation-engine/"
    },
    {
      "product_id": "retail-ecommerce:multi-channel-sync",
      "slug": "multi-channel-sync",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Multi-Channel Sync Toolkit",
      "short_description": "Inventory and order sync across Shopify, WooCommerce, Amazon, and eBay with conflict resolution and error handling.",
      "detailed_description": "Synchronize inventory levels, orders, and product data across Shopify, WooCommerce, Amazon, and eBay from a single Python codebase. Stop manually updating stock counts across four dashboards. This package gives you a unified sync engine with channel-specific adapters, automatic conflict resolution, and retry logic that handles the inevitable API failures. --- Includes: Channel adapter interface with concrete implementations for Shopify, WooCommerce, Amazon, and eBay; Sync engine that orchestrates bi-directional inventory and order synchronization; Conflict resolution with four strategies; Data normalization layer that maps each channel's quirky field names to a unified schema; Retry handler with exponential backoff, jitter, circuit breaker, and dead-letter logging; Unified data models for products, inventory, orders, and line items.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "cp configs/channels.yaml configs/channels_local.yaml\n# Edit channels_local.yaml with your API credentials",
        "from src.config import SyncConfig\nfrom src.sync_engine import SyncEngine\n\nconfig = SyncConfig.from_yaml(\"configs/channels_local.yaml\")\nengine = SyncEngine(config)\n\n# Pull inventory from all channels, reconcile, and push updates\nreport = engine.run_full_sync()\nprint(report.summary())"
      ],
      "included_files": [
        "README.md",
        "configs/channels.yaml",
        "data/sample_catalog.json",
        "guide/01-overview.md",
        "guide/02-multi-channel-architecture.md",
        "guide/03-conflict-resolution-and-error-handling.md",
        "guides/multi-channel-guide.md",
        "src/__init__.py",
        "src/adapters/__init__.py",
        "src/adapters/amazon_adapter.py",
        "src/adapters/ebay_adapter.py",
        "src/adapters/shopify_adapter.py",
        "src/adapters/woocommerce_adapter.py",
        "src/channel_adapter.py",
        "src/config.py",
        "src/conflict_resolver.py",
        "src/models.py",
        "src/normalizer.py",
        "src/retry_handler.py",
        "src/sync_engine.py",
        "tests/test_sync.py"
      ],
      "file_count": 21,
      "download_size_bytes": 122120,
      "download_size_human": "119.3 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-multi-channel-sync",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-multi-channel-sync",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-multi-channel-sync/"
    },
    {
      "product_id": "retail-ecommerce:retail-reporting-templates",
      "slug": "retail-reporting-templates",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Retail Reporting Templates",
      "short_description": "50+ retail report templates: daily sales, inventory turnover, sell-through rates, vendor performance, and seasonal analysis.",
      "detailed_description": "52 ready-to-use SQL report templates covering every aspect of retail analytics. Each query is documented with its purpose, required parameters, expected output columns, and business context. Plug them into your database, adjust the table names if needed, and start generating insights immediately. Includes: Base retail database schema (sql/schema; Python report runner for executing any template against your database; Metrics definitions reference with formulas and interpretation guidance; CSV output templates showing expected report formats.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "psql -d your_database -f sql/schema.sql",
        "# Direct execution with psql\npsql -d your_database -v report_date=\"'2025-06-01'\" -f sql/sales/daily_sales_summary.sql\n\n# Or use the Python runner\npython src/report_runner.py --report sales/daily_sales_summary --date 2025-06-01"
      ],
      "included_files": [
        "README.md",
        "docs/metrics_definitions.md",
        "guide/01-overview.md",
        "guide/02-daily-sales-and-performance-reports.md",
        "guide/03-inventory-and-vendor-analytics.md",
        "guides/reporting-guide.md",
        "reports/daily_sales_sample.csv",
        "reports/inventory_aging_sample.csv",
        "reports/margin_analysis_sample.csv",
        "sql/finance/basket_analysis.sql",
        "sql/finance/breakeven.sql",
        "sql/finance/cash_flow.sql",
        "sql/finance/cogs.sql",
        "sql/finance/gross_margin.sql",
        "sql/finance/operating_expense.sql",
        "sql/finance/price_elasticity.sql",
        "sql/finance/profit_by_category.sql",
        "sql/finance/refund_impact.sql",
        "sql/finance/revenue_by_store.sql",
        "sql/finance/shipping_cost.sql",
        "sql/finance/tax_collection.sql",
        "sql/inventory/abc_classification.sql",
        "sql/inventory/aging.sql",
        "sql/inventory/dead_stock.sql",
        "sql/inventory/reorder_point.sql",
        "sql/inventory/sell_through_rate.sql",
        "sql/inventory/shrinkage.sql",
        "sql/inventory/stock_to_sales.sql",
        "sql/inventory/turnover.sql",
        "sql/inventory/valuation.sql",
        "sql/inventory/warehouse_utilization.sql",
        "sql/sales/avg_order_value.sql",
        "sql/sales/by_category.sql",
        "sql/sales/by_channel.sql",
        "sql/sales/by_payment_method.sql",
        "sql/sales/customer_acquisition.sql",
        "sql/sales/daily_sales_summary.sql",
        "sql/sales/discount_impact.sql",
        "sql/sales/forecast_baseline.sql",
        "sql/sales/growth_comparison.sql",
        "sql/sales/hourly_breakdown.sql",
        "sql/sales/return_rate.sql",
        "sql/sales/top_products.sql",
        "sql/schema.sql",
        "sql/seasonal/demand_pattern.sql",
        "sql/seasonal/event_impact.sql",
        "sql/seasonal/holiday_performance.sql",
        "sql/seasonal/inventory_planning.sql",
        "sql/seasonal/monthly_trend.sql",
        "sql/seasonal/peak_hour.sql",
        "sql/seasonal/promo_calendar.sql",
        "sql/seasonal/weather_correlation.sql",
        "sql/seasonal/weekly_patterns.sql",
        "sql/seasonal/yoy_comparison.sql",
        "sql/vendor/cost_comparison.sql",
        "sql/vendor/fill_rate.sql",
        "sql/vendor/lead_time.sql",
        "sql/vendor/payment_aging.sql",
        "sql/vendor/performance_scorecard.sql",
        "sql/vendor/po_status.sql",
        "sql/vendor/quality_metrics.sql",
        "sql/vendor/return_rate.sql",
        "src/__init__.py",
        "src/report_runner.py"
      ],
      "file_count": 64,
      "download_size_bytes": 142599,
      "download_size_human": "139.3 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-retail-reporting-templates",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-retail-reporting-templates",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-retail-reporting-templates/"
    },
    {
      "product_id": "retail-ecommerce:payment-reconciliation-toolkit",
      "slug": "payment-reconciliation-toolkit",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Payment Reconciliation Toolkit",
      "short_description": "Multi-gateway payment reconciliation scripts, refund tracking, dispute management, and financial reporting automation.",
      "detailed_description": "Match gateway payouts to orders, track refunds, manage disputes, and generate financial reports -- all from Python scripts that parse real settlement file formats. Every payment gateway settles on its own schedule with its own file format. This toolkit parses settlement exports from Stripe and PayPal, matches them to your order records, flags discrepancies, tracks refunds through their lifecycle, and produces reconciliation reports ready for your accountant. --- Includes: Reconciliation engine that matches gateway settlement line items to internal order records using configurable matching strategies (exact, fuzzy amount, date-window); Gateway parsers for Stripe and PayPal settlement/payout file formats (CSV-based), with an abstract adapter for adding more gateways; Refund tracker that follows refunds from initiation through gateway confirmation, detecting stuck and partial refunds; Dispute & chargeback manager with lifecycle tracking, response deadline monitoring, and win/loss analytics; Financial report generator producing reconciliation summaries, aging reports, fee analysis, and daily settlement breakdowns; SQL schema for storing reconciliation data in any relational database.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "SQL"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.adapters.stripe_parser import StripeParser\n\nparser = StripeParser()\nsettlements = parser.parse_file(\"data/stripe_settlement_sample.csv\")\n\nfor s in settlements[:5]:\n    print(f\"{s.transaction_id}: {s.amount} {s.currency} ({s.transaction_type})\")",
        "from src.reconciliation_engine import ReconciliationEngine\n\nengine = ReconciliationEngine()\n\n# Load your internal orders\norders = engine.load_orders_from_csv(\"data/orders_sample.csv\")\n\n# Match settlement lines to orders\nreport = engine.reconcile(settlements, orders)\n\nprint(f\"Matched:    {report.matched_count}\")\nprint(f\"Unmatched:  {report.unmatched_settlement_count}\")\nprint(f\"Missing:    {report.missing_payout_count}\")\nprint(f\"Discrepant: {len(report.discrepancies)}\")"
      ],
      "included_files": [
        "README.md",
        "data/orders_sample.csv",
        "data/paypal_settlement_sample.csv",
        "data/stripe_settlement_sample.csv",
        "guide/01-overview.md",
        "guide/02-multi-gateway-reconciliation.md",
        "guide/03-refund-and-dispute-management.md",
        "guides/reconciliation-guide.md",
        "sql/schema.sql",
        "src/__init__.py",
        "src/adapters/__init__.py",
        "src/adapters/paypal_parser.py",
        "src/adapters/stripe_parser.py",
        "src/config.py",
        "src/dispute_manager.py",
        "src/financial_reporter.py",
        "src/gateway_adapter.py",
        "src/models.py",
        "src/reconciliation_engine.py",
        "src/refund_tracker.py",
        "tests/test_reconciliation.py"
      ],
      "file_count": 21,
      "download_size_bytes": 104278,
      "download_size_human": "101.8 KB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-payment-reconciliation-toolkit",
      "preview_url": "https://datanest-stores.com/retail-ecommerce/preview-payment-reconciliation-toolkit",
      "demo_url": "https://datanest-stores.com/retail-ecommerce/demo-payment-reconciliation-toolkit/"
    },
    {
      "product_id": "retail-ecommerce:retail-complete-bundle",
      "slug": "retail-complete-bundle",
      "store": "retail-ecommerce",
      "store_name": "Retail Automation Pro",
      "domain": "career",
      "category": "Career, Creator & Business",
      "tags": [
        "analytics",
        "bundle",
        "career",
        "e-commerce",
        "inventory management",
        "order fulfillment",
        "pricing engine",
        "retail automation"
      ],
      "title": "Retail Automation Bundle",
      "short_description": "All 11 retail tools \u2014 $449 bought separately, yours for $139. Save $310 (69%): e-commerce automation, inventory tools, and retail analytics.",
      "detailed_description": "Complete Python toolkit for real-time inventory tracking across multiple warehouses, with automated low-stock alerts, reorder point / EOQ calculations, and CSV/API synchronization. Includes: Stock Tracker \u2014 Central coordinator that maintains stock levels and records every movement with a full audit trail; Low-Stock Alerts \u2014 Configurable alert system with WARNING, CRITICAL, and STOCKOUT levels, cooldown periods, and pluggable handlers; Reorder Engine \u2014 Automated reorder-point and Economic Order Quantity (EOQ) calculations with purchase order generation; Multi-Warehouse Allocation \u2014 Three allocation strategies (priority, nearest, balanced) for deciding which warehouse fulfills each order; CSV Import/Export \u2014 Bulk data operations with flexible column mapping (handles different CSV formats from various systems); Sync Adapter Interface \u2014 Abstract adapter pattern for connecting to external systems (Shopify, WooCommerce, ERPs, etc.",
      "price_usd": 139,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "SQL",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run the complete demo\npython scripts/run_inventory.py",
        "python -m pytest tests/ -v\n# or:\npython -m unittest discover tests/"
      ],
      "included_files": [
        "products/customer-segmentation-toolkit/README.md",
        "products/customer-segmentation-toolkit/source/README.md",
        "products/customer-segmentation-toolkit/source/configs/segmentation_config.yaml",
        "products/customer-segmentation-toolkit/source/data/sample_customers.csv",
        "products/customer-segmentation-toolkit/source/data/sample_transactions.csv",
        "products/customer-segmentation-toolkit/source/guide/01-overview.md",
        "products/customer-segmentation-toolkit/source/guide/02-rfm-analysis-for-customer-segmentation.md",
        "products/customer-segmentation-toolkit/source/guide/03-customer-lifetime-value-and-churn-predic.md",
        "products/customer-segmentation-toolkit/source/guides/segmentation_guide.md",
        "products/customer-segmentation-toolkit/source/src/__init__.py",
        "products/customer-segmentation-toolkit/source/src/campaign_targeting.py",
        "products/customer-segmentation-toolkit/source/src/churn_predictor.py",
        "products/customer-segmentation-toolkit/source/src/clv_calculator.py",
        "products/customer-segmentation-toolkit/source/src/rfm_engine.py",
        "products/customer-segmentation-toolkit/source/src/segment_definitions.py",
        "products/customer-segmentation-toolkit/source/tests/test_segmentation.py",
        "products/ecommerce-analytics-dashboard/README.md",
        "products/ecommerce-analytics-dashboard/source/README.md",
        "products/ecommerce-analytics-dashboard/source/configs/dashboard_config.yaml",
        "products/ecommerce-analytics-dashboard/source/data/sample_transactions.csv",
        "products/ecommerce-analytics-dashboard/source/guide/01-overview.md",
        "products/ecommerce-analytics-dashboard/source/guide/02-sales-analytics-and-kpis.md",
        "products/ecommerce-analytics-dashboard/source/guide/03-cohort-analysis-and-funnel-tracking.md",
        "products/ecommerce-analytics-dashboard/source/guides/analytics_guide.md",
        "products/ecommerce-analytics-dashboard/source/sql/queries.sql",
        "products/ecommerce-analytics-dashboard/source/src/__init__.py",
        "products/ecommerce-analytics-dashboard/source/src/chart_export.py",
        "products/ecommerce-analytics-dashboard/source/src/cohort_analysis.py",
        "products/ecommerce-analytics-dashboard/source/src/funnel_tracker.py",
        "products/ecommerce-analytics-dashboard/source/src/kpi_calculator.py",
        "products/ecommerce-analytics-dashboard/source/src/revenue_forecast.py",
        "products/ecommerce-analytics-dashboard/source/src/sales_analytics.py",
        "products/ecommerce-analytics-dashboard/source/tests/test_analytics.py",
        "products/inventory-management-system/README.md",
        "products/inventory-management-system/source/README.md",
        "products/inventory-management-system/source/configs/inventory_config.yaml",
        "products/inventory-management-system/source/data/sample_products.csv",
        "products/inventory-management-system/source/data/sample_stock.csv",
        "products/inventory-management-system/source/guide/01-overview.md",
        "products/inventory-management-system/source/guide/02-real-time-inventory-tracking.md",
        "products/inventory-management-system/source/guide/03-reorder-automation-and-multi-warehouse-s.md",
        "products/inventory-management-system/source/guides/setup_guide.md",
        "products/inventory-management-system/source/scripts/run_inventory.py",
        "products/inventory-management-system/source/sql/schema.sql",
        "products/inventory-management-system/source/src/__init__.py",
        "products/inventory-management-system/source/src/alerts.py",
        "products/inventory-management-system/source/src/csv_sync.py",
        "products/inventory-management-system/source/src/models.py",
        "products/inventory-management-system/source/src/reorder.py",
        "products/inventory-management-system/source/src/sync_adapter.py",
        "products/inventory-management-system/source/src/tracker.py",
        "products/inventory-management-system/source/src/warehouse.py",
        "products/inventory-management-system/source/tests/test_inventory.py",
        "products/multi-channel-sync/README.md",
        "products/multi-channel-sync/source/README.md",
        "products/multi-channel-sync/source/configs/channels.yaml",
        "products/multi-channel-sync/source/data/sample_catalog.json",
        "products/multi-channel-sync/source/guide/01-overview.md",
        "products/multi-channel-sync/source/guide/02-multi-channel-architecture.md",
        "products/multi-channel-sync/source/guide/03-conflict-resolution-and-error-handling.md",
        "products/multi-channel-sync/source/guides/multi-channel-guide.md",
        "products/multi-channel-sync/source/src/__init__.py",
        "products/multi-channel-sync/source/src/adapters/__init__.py",
        "products/multi-channel-sync/source/src/adapters/amazon_adapter.py",
        "products/multi-channel-sync/source/src/adapters/ebay_adapter.py",
        "products/multi-channel-sync/source/src/adapters/shopify_adapter.py",
        "products/multi-channel-sync/source/src/adapters/woocommerce_adapter.py",
        "products/multi-channel-sync/source/src/channel_adapter.py",
        "products/multi-channel-sync/source/src/config.py",
        "products/multi-channel-sync/source/src/conflict_resolver.py",
        "products/multi-channel-sync/source/src/models.py",
        "products/multi-channel-sync/source/src/normalizer.py",
        "products/multi-channel-sync/source/src/retry_handler.py",
        "products/multi-channel-sync/source/src/sync_engine.py",
        "products/multi-channel-sync/source/tests/test_sync.py",
        "products/order-fulfillment-pipeline/README.md",
        "products/order-fulfillment-pipeline/source/README.md",
        "products/order-fulfillment-pipeline/source/configs/fulfillment_config.yaml",
        "products/order-fulfillment-pipeline/source/data/sample_orders.csv",
        "products/order-fulfillment-pipeline/source/guide/01-overview.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1120972,
      "download_size_human": "1.1 MB",
      "product_url": "https://datanest-stores.com/retail-ecommerce/#product-retail-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "saas-starter:admin-panel",
      "slug": "admin-panel",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "Admin Panel",
      "short_description": "Admin panel generator with CRUD operations, user management, system settings, and audit logs.",
      "detailed_description": "A Python admin panel generator for SaaS applications. Provides automatic CRUD operations, user management, system settings, role-based access control, and a comprehensive audit log \u2014 all built on Python's standard library with an HTML-rendering admin interface. Includes: CRUD generator \u2014 Register any data model and get full create/read/update/delete endpoints and HTML forms; User management \u2014 List, create, disable, reset passwords, assign roles; Role-based access \u2014 Admin, editor, viewer roles with per-resource permission checks; System settings \u2014 Key-value settings store with typed values and change tracking; Audit log \u2014 Every admin action recorded with actor, action, resource, and timestamp; Search & pagination \u2014 Built-in search across any registered model with paginated results.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python src/main.py --init-demo",
        "# List all users\ncurl http://localhost:8007/api/users\n\n# Create a user\ncurl -X POST http://localhost:8007/api/users \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"username\": \"newuser\", \"email\": \"newuser@docs.example.com\", \"role\": \"editor\"}'\n\n# Get system settings\ncurl http://localhost:8007/api/settings\n\n# Update a setting\ncurl -X PUT http://localhost:8007/api/settings/site_name \\\n  -H \"Content-Type: application/json\" \\\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/basic_example.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_project-structure.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 47453,
      "download_size_human": "46.3 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-admin-panel",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-admin-panel",
      "demo_url": "https://datanest-stores.com/saas-starter/demo-admin-panel/"
    },
    {
      "product_id": "saas-starter:api-rate-controller",
      "slug": "api-rate-controller",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "API Rate Controller",
      "short_description": "API rate limiting with per-tenant and per-plan rate limits using sliding windows.",
      "detailed_description": "A Python API rate limiting system for SaaS applications. Provides per-tenant and per-plan rate limiting with sliding window counters, quota management, throttling, overage handling, and real-time limit headers \u2014 all built on Python's standard library. Includes: Per-tenant limits \u2014 Different rate limits for each tenant based on their plan; Sliding window \u2014 Accurate rate limiting using sliding window counters (not just fixed windows); Multiple windows \u2014 Enforce per-second, per-minute, per-hour, and per-day limits simultaneously; Plan-based tiers \u2014 Define rate limit tiers (free, starter, pro, enterprise) with different limits; Quota management \u2014 Monthly/daily quotas separate from burst rate limits; Throttling \u2014 Gradual slowdown near limits instead of hard cutoff (optional).",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python src/main.py --init-demo",
        "# Check rate limit status for a tenant\ncurl http://localhost:8009/api/limits/tenant_acme\n\n# Simulate an API request (consumes 1 unit)\ncurl -X POST http://localhost:8009/api/check \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"tenant_id\": \"tenant_acme\", \"endpoint\": \"/api/data\", \"cost\": 1}'\n\n# Get quota status\ncurl http://localhost:8009/api/quota/tenant_acme\n\n# View rate limit analytics\ncurl http://localhost:8009/api/analytics/tenant_acme\n\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/basic_example.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_rate-limit-headers.md",
        "guide/04_license.md",
        "src/main.py"
      ],
      "file_count": 7,
      "download_size_bytes": 44633,
      "download_size_human": "43.6 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-api-rate-controller",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-api-rate-controller",
      "demo_url": "https://datanest-stores.com/saas-starter/demo-api-rate-controller/"
    },
    {
      "product_id": "saas-starter:billing-integration",
      "slug": "billing-integration",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "Billing Integration",
      "short_description": "Python billing system for SaaS with subscription plans, usage metering, and invoicing.",
      "detailed_description": "A complete Python billing system for SaaS applications. Handles subscription plans, customer management, usage metering, invoice generation, and webhook processing \u2014 all built on Python's standard library. Includes: Subscription plans \u2014 Free, flat-rate, and metered billing with monthly/yearly intervals; Customer management \u2014 Create customers, link to your internal user/tenant IDs; Usage metering \u2014 Record API calls, storage, compute with idempotency protection; Invoice generation \u2014 Automatic line items for base plan + metered usage; Webhook processing \u2014 Verify HMAC-SHA256 signatures, dispatch to typed handlers; Trial support \u2014 Configurable trial periods per subscription.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start the billing server with demo data\npython src/main.py --init-demo\n\n# Start on a custom port\npython src/main.py --port 8001",
        "billing-integration/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 main.py          # Complete billing engine + HTTP API\n\u2514\u2500\u2500 examples/\n    \u2514\u2500\u2500 basic_example.py  # Full billing lifecycle demo"
      ],
      "included_files": [
        "README.md",
        "examples/basic_example.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration.md",
        "guide/04_project-structure.md",
        "src/main.py"
      ],
      "file_count": 7,
      "download_size_bytes": 45439,
      "download_size_human": "44.4 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-billing-integration",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-billing-integration",
      "demo_url": "https://datanest-stores.com/saas-starter/demo-billing-integration/"
    },
    {
      "product_id": "saas-starter:dashboard-builder",
      "slug": "dashboard-builder",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "Dashboard Builder",
      "short_description": "HTML dashboard template generator with widgets, SVG charts, data tables, and filters.",
      "detailed_description": "A Python dashboard template generator that creates self-contained HTML dashboards with widgets, SVG charts, data tables, filters, and CSV/JSON export. No JavaScript libraries, no external dependencies \u2014 just Python's standard library. Includes: Metric cards \u2014 KPI widgets with values, change indicators, and icons; SVG charts \u2014 Bar, line, and pie/donut charts rendered as inline SVG (no Chart; Data tables \u2014 Sortable columns with currency/percent/date formatting; CSV/JSON export \u2014 One-click data export from any table; Filters \u2014 Select dropdowns, date ranges, and search inputs; Dark theme \u2014 Professional dark UI with configurable brand color.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a demo SaaS metrics dashboard\npython src/main.py --demo\n\n# Generate from a JSON config\npython src/main.py --json examples/config.json\n\n# Specify output directory\npython src/main.py --demo --output ./my-dashboards",
        "from main import DashboardConfig, MetricCard, ChartData, DataTable, DashboardGenerator\n\nconfig = DashboardConfig(\n    title=\"My Dashboard\",\n    metrics=[\n        MetricCard(title=\"Revenue\", value=\"$12,345\", change=8.5, icon=\"$\"),\n    ],\n    charts=[\n        ChartData(\n            title=\"Monthly Revenue\",\n            chart_type=\"bar\",\n            labels=[\"Jan\", \"Feb\", \"Mar\"],\n            datasets=[{\"label\": \"MRR\", \"values\": [10000, 11500, 12345], \"color\": \"#4F46E5\"}],\n        ),\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/basic_example.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_widget-types.md",
        "guide/04_license.md",
        "src/main.py"
      ],
      "file_count": 7,
      "download_size_bytes": 44306,
      "download_size_human": "43.3 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-dashboard-builder",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-dashboard-builder",
      "demo_url": "https://datanest-stores.com/saas-starter/demo-dashboard-builder/"
    },
    {
      "product_id": "saas-starter:feature-flags",
      "slug": "feature-flags",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "Feature Flags",
      "short_description": "Feature flag system with boolean flags, percentage rollouts, user targeting, and A/B tests.",
      "detailed_description": "A Python feature flag system for SaaS applications. Supports boolean flags, percentage rollouts, user targeting rules, A/B testing with deterministic variant assignment, kill switches, and scheduled activations \u2014 all built on Python's standard library. Includes: Boolean flags \u2014 Simple on/off toggles for any feature; Percentage rollouts \u2014 Gradual rollout via deterministic hashing (consistent per user); User targeting \u2014 Rules matching on user attributes (plan, email, role, etc; A/B testing \u2014 Multiple variants with consistent assignment per user; Kill switch \u2014 Emergency one-call disable for any flag; Scheduled flags \u2014 Auto-enable/disable at specified times.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start with demo flags\npython src/main.py --init-demo\n\n# Custom port\npython src/main.py --port 8003",
        "# List all flags\ncurl http://localhost:8003/api/flags\n\n# Evaluate a flag for a user\ncurl -X POST http://localhost:8003/api/flags/new_dashboard/evaluate \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"context\": {\"user_id\": \"user_123\", \"plan\": \"pro\", \"email\": \"user@docs.example.com\"}}'\n\n# Kill switch\ncurl -X POST http://localhost:8003/api/flags/new_dashboard/kill\n\n# Revive\ncurl -X POST http://localhost:8003/api/flags/new_dashboard/revive"
      ],
      "included_files": [
        "README.md",
        "examples/basic_example.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_project-structure.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38213,
      "download_size_human": "37.3 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-feature-flags",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-feature-flags",
      "demo_url": "https://datanest-stores.com/saas-starter/demo-feature-flags/"
    },
    {
      "product_id": "saas-starter:notification-system",
      "slug": "notification-system",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "Notification System",
      "short_description": "Multi-channel notification engine for email, webhook, in-app, and SMS with template system.",
      "detailed_description": "A Python notification engine for SaaS applications. Supports email, webhook, in-app, and SMS channels with a template system, scheduling, per-user preferences, delivery tracking, and retry logic \u2014 all built on Python's standard library. Includes: Multi-channel delivery \u2014 Email, webhook, in-app, and SMS (via pluggable adapters); Template engine \u2014 Reusable notification templates with variable interpolation; Scheduling \u2014 Send immediately or schedule for a future time; User preferences \u2014 Per-user channel opt-in/opt-out with global defaults; Delivery tracking \u2014 Track sent, delivered, failed, and pending status per notification; Retry logic \u2014 Automatic retries with exponential backoff for failed deliveries.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python src/main.py --init-demo",
        "notification-system/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 src/\n\u2502   \u2514\u2500\u2500 main.py          # Notification engine, templates, channels, scheduling, HTTP API\n\u2514\u2500\u2500 examples/\n    \u2514\u2500\u2500 basic_example.py  # Send notifications, manage templates, check delivery demo"
      ],
      "included_files": [
        "README.md",
        "examples/basic_example.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_project-structure.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 44808,
      "download_size_human": "43.8 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-notification-system",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-notification-system",
      "demo_url": "https://datanest-stores.com/saas-starter/demo-notification-system/"
    },
    {
      "product_id": "saas-starter:onboarding-flow",
      "slug": "onboarding-flow",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "Onboarding Flow",
      "short_description": "Onboarding wizard with progressive profiling, conditional setup steps, and completion tracking.",
      "detailed_description": "A Python onboarding wizard for SaaS applications. Guides new users through setup steps with progressive profiling, conditional step logic, completion tracking, and automated welcome/completion emails \u2014 all built on Python's standard library. Includes: Multi-step flows \u2014 Define ordered onboarding steps (form, choice, info, action types); Progressive profiling \u2014 Collect user data across multiple steps without overwhelming them; Conditional steps \u2014 Show/hide steps based on user attributes (role, plan, etc; Skip support \u2014 Optional steps can be skipped; required steps must be completed; Completion tracking \u2014 Percentage-based progress tracking per user; Welcome emails \u2014 HTML email templates with step overview and CTA buttons.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start with demo flow\npython src/main.py --init-demo\n\n# Custom port\npython src/main.py --port 8002",
        "# List available flows\ncurl http://localhost:8002/api/flows\n\n# Start onboarding for a user\ncurl -X POST http://localhost:8002/api/flows/<flow_id>/start \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_id\": \"user_123\", \"context\": {\"role\": \"admin\"}}'\n\n# Complete a step\ncurl -X POST http://localhost:8002/api/flows/<flow_id>/complete-step \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_id\": \"user_123\", \"step_id\": \"profile\", \"data\": {\"company\": \"Acme Corp\"}}'\n\n# Check progress\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/basic_example.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_project-structure.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 42610,
      "download_size_human": "41.6 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-onboarding-flow",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-onboarding-flow",
      "demo_url": "https://datanest-stores.com/saas-starter/demo-onboarding-flow/"
    },
    {
      "product_id": "saas-starter:saas-boilerplate",
      "slug": "saas-boilerplate",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "SaaS Boilerplate",
      "short_description": "SaaS Boilerplate with user management, RBAC, settings, and multi-tenancy in pure Python.",
      "detailed_description": "A complete Python SaaS application boilerplate with user management, role-based access control, settings, and multi-tenancy scaffolding. Your starting point for any SaaS product. Includes: User management \u2014 Registration, authentication, password hashing (PBKDF2-HMAC-SHA256); Role-based access control \u2014 Admin, member, and viewer roles with permission checks; Multi-tenant scaffolding \u2014 Tenant context, per-tenant data isolation; Application settings \u2014 JSON-persisted settings with defaults and validation; Session management \u2014 Token-based sessions with expiration and rotation; Audit logging \u2014 Structured log of all user and system operations.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Start the server with demo data\npython src/main.py --init-demo\n\n# Start on a custom port\npython src/main.py --port 9000\n\n# Start clean (no demo data)\npython src/main.py",
        "{\n  \"host\": \"0.0.0.0\",\n  \"port\": 8000,\n  \"secret_key\": \"YOUR_SECRET_KEY_HERE\",\n  \"session_ttl_hours\": 24,\n  \"max_users_per_tenant\": 50,\n  \"data_dir\": \"./data\"\n}"
      ],
      "included_files": [
        "README.md",
        "examples/basic_example.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration.md",
        "guide/04_license.md",
        "src/main.py"
      ],
      "file_count": 7,
      "download_size_bytes": 42800,
      "download_size_human": "41.8 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-saas-boilerplate",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-saas-boilerplate",
      "demo_url": "https://datanest-stores.com/saas-starter/demo-saas-boilerplate/"
    },
    {
      "product_id": "saas-starter:saas-starter-pro-bundle",
      "slug": "saas-starter-pro-bundle",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "bundle",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "SaaS Starter \u2014 Pro Bundle",
      "short_description": "All 10 SaaS tools \u2014 $240 bought separately, yours for $59. Save $181 (75%): boilerplate, billing, dashboards, feature flags, and multi-tenancy.",
      "detailed_description": "All 10 SaaS tools \u2014 $240 bought separately, yours for $59. Save $181 (75%): boilerplate, billing, dashboards, feature flags, and multi-tenancy.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 282134,
      "download_size_human": "275.5 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-saas-starter-pro-bundle",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-saas-starter-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "saas-starter:tenant-manager",
      "slug": "tenant-manager",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "Tenant Manager",
      "short_description": "Multi-tenant management system with thread-local isolation, per-tenant config, and provisioning.",
      "detailed_description": "A complete Python multi-tenant management system. Handles tenant isolation via thread-local context, per-tenant configuration, data partitioning, plan-based feature gating, member management, and admin cross-tenant operations \u2014 all built on Python's standard library. Includes: Tenant isolation \u2014 Thread-local context ensures requests never leak data between tenants; Context manager \u2014 with tenantscope(\"tenantid\"); Per-tenant config \u2014 Feature flags, user limits, storage limits, theming per tenant; Plan-based limits \u2014 Free/Starter/Pro/Enterprise tiers with auto-applied config; Data partitioning \u2014 All CRUD operations automatically scoped to current tenant; Member management \u2014 Add/remove users, role-based access (owner/admin/member/viewer).",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python src/main.py --init-demo",
        "# List tenants\ncurl http://localhost:8004/api/tenants\n\n# Create a tenant\ncurl -X POST http://localhost:8004/api/tenants \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"name\": \"My Company\", \"slug\": \"my-company\", \"owner_id\": \"user_1\", \"plan\": \"pro\"}'\n\n# Add a member\ncurl -X POST http://localhost:8004/api/tenants/<id>/members \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_id\": \"user_2\", \"role\": \"admin\"}'\n\n# Platform stats\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/basic_example.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_project-structure.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38572,
      "download_size_human": "37.7 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-tenant-manager",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-tenant-manager",
      "demo_url": "https://datanest-stores.com/saas-starter/demo-tenant-manager/"
    },
    {
      "product_id": "saas-starter:usage-metering",
      "slug": "usage-metering",
      "store": "saas-starter",
      "store_name": "SaaS Starter",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "admin dashboard",
        "billing",
        "dev",
        "multi-tenant",
        "saas",
        "subscription",
        "user management"
      ],
      "title": "Usage Metering",
      "short_description": "Usage tracking for SaaS with API calls, storage, compute minutes, and custom metrics.",
      "detailed_description": "A Python usage tracking system for SaaS applications. Tracks API calls, storage, compute minutes, and custom metrics with quota enforcement, billing period aggregation, idempotency protection, and billing integration hooks \u2014 all built on Python's standard library. Includes: Event recording \u2014 Track any metric (API calls, storage, compute, custom); Quota enforcement \u2014 Per-plan limits with configurable overage policies; Idempotency \u2014 Dedup protection prevents double-counting on retries; Usage summaries \u2014 Aggregate by tenant, metric, and billing period; Billing reports \u2014 Generate billing-ready reports with overage calculations; Top users \u2014 Identify heaviest users within a tenant.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python src/main.py --init-demo",
        "# Record usage\ncurl -X POST http://localhost:8005/api/events \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"tenant_id\": \"tenant_acme\", \"metric\": \"api_calls\", \"quantity\": 1, \"user_id\": \"user_1\"}'\n\n# Check usage\ncurl http://localhost:8005/api/usage/tenant_acme/api_calls\n\n# Check quota\ncurl http://localhost:8005/api/quota/tenant_acme/api_calls\n\n# Generate billing report\ncurl -X POST http://localhost:8005/api/billing-report \\\n  -H \"Content-Type: application/json\" \\\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/basic_example.py",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_project-structure.md",
        "src/main.py"
      ],
      "file_count": 6,
      "download_size_bytes": 37842,
      "download_size_human": "37.0 KB",
      "product_url": "https://datanest-stores.com/saas-starter/#product-usage-metering",
      "preview_url": "https://datanest-stores.com/saas-starter/preview-usage-metering",
      "demo_url": "https://datanest-stores.com/saas-starter/demo-usage-metering/"
    },
    {
      "product_id": "security-engineer:cve-triage-playbook",
      "slug": "cve-triage-playbook",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "cve",
        "dependencies",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2",
        "triage",
        "vulnerability"
      ],
      "title": "CVE Triage Playbook",
      "short_description": "A decision framework + executable scorer to turn a wall of dependency-scanner CVE alerts into a ranked, defensible P0-P3 action list based on your deployment's real risk.",
      "detailed_description": "A decision framework for turning a wall of dependency-scanner alerts into a ranked, defensible action list. When a scanner (Dependabot, Trivy, Snyk, npm audit, pip-audit) reports 60 \"critical\" CVEs, most are noise for your app \u2014 this playbook tells you which ones actually matter, in what order, and why. Includes: TRIAGE-FRAMEWORK; SEVERITY-RUBRIC; examples/triage-log; examples/triage.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "None to read/apply. triage.py needs Python 3.8+"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "SEVERITY-RUBRIC.md",
        "TRIAGE-FRAMEWORK.md",
        "examples/triage-log.md",
        "examples/triage.py",
        "guide/01-overview.md"
      ],
      "file_count": 6,
      "download_size_bytes": 7783,
      "download_size_human": "7.6 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-cve-triage-playbook",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-cve-triage-playbook",
      "demo_url": null
    },
    {
      "product_id": "security-engineer:iam-least-privilege-library",
      "slug": "iam-least-privilege-library",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "aws",
        "azure",
        "compliance",
        "gcp",
        "gdpr",
        "iam",
        "incident response",
        "least-privilege",
        "owasp",
        "penetration testing",
        "policy",
        "security",
        "soc 2"
      ],
      "title": "IAM Least-Privilege Policy Library",
      "short_description": "Copy-pasteable least-privilege IAM policies for the roles teams actually create (CI deployer, S3 app, Lambda, auditor, secrets consumer) across AWS/GCP/Azure, plus a review checklist.",
      "detailed_description": "A starter library of tight, copy-pasteable IAM policies for the roles teams actually create \u2014 instead of the : policy someone pasted at 2am that never got fixed. Covers AWS (JSON policies) with GCP and Azure equivalents, plus a review checklist for tightening what you already have. Includes: policies/aws/ \u2014 least-privilege JSON policies for common roles; ci-deployer; s3-app-readwrite; lambda-execution; readonly-auditor; secrets-consumer.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [
        "AWS",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "PRINCIPLES.md",
        "README.md",
        "REVIEW-CHECKLIST.md",
        "guide/01-overview.md",
        "policies/aws/ci-deployer.json",
        "policies/aws/lambda-execution.json",
        "policies/aws/readonly-auditor.json",
        "policies/aws/s3-app-readwrite.json",
        "policies/aws/secrets-consumer.json",
        "policies/azure/custom-roles.json",
        "policies/gcp/custom-roles.yaml"
      ],
      "file_count": 11,
      "download_size_bytes": 8737,
      "download_size_human": "8.5 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-iam-least-privilege-library",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-iam-least-privilege-library",
      "demo_url": null
    },
    {
      "product_id": "security-engineer:secrets-rotation-runbook",
      "slug": "secrets-rotation-runbook",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "credentials",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "rotation",
        "runbook",
        "secrets",
        "security",
        "soc 2",
        "vault"
      ],
      "title": "Secrets Rotation Runbook",
      "short_description": "Zero-downtime rotation runbooks for database passwords, cloud access keys, API keys, JWT signing keys, TLS certs, and OAuth client secrets using the two-secret overlap pattern.",
      "detailed_description": "Step-by-step runbooks for rotating the secrets that actually leak \u2014 database passwords, API keys, cloud access keys, JWT signing keys, TLS certs, and OAuth client secrets \u2014 without downtime. Each runbook uses the two-secret (dual-key) pattern so you never have a window where the old secret is dead but the new one isn't live yet.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "guide/01-overview.md",
        "runbooks/api-key.md",
        "runbooks/cloud-access-key.md",
        "runbooks/database-password.md",
        "runbooks/jwt-signing-key.md",
        "runbooks/oauth-client-secret.md",
        "runbooks/tls-certificate.md"
      ],
      "file_count": 8,
      "download_size_bytes": 6167,
      "download_size_human": "6.0 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-secrets-rotation-runbook",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-secrets-rotation-runbook",
      "demo_url": null
    },
    {
      "product_id": "security-engineer:soc2-controls-implementation-map",
      "slug": "soc2-controls-implementation-map",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "audit",
        "compliance",
        "controls",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "reference",
        "security",
        "soc 2",
        "soc2"
      ],
      "title": "SOC 2 Control Implementation Map",
      "short_description": "Maps SOC 2 Trust Services Criteria (CC6/CC7/CC8/A1) to concrete engineering controls and the exact evidence auditors accept. The translation layer from abstract criteria to what to build.",
      "detailed_description": "The missing translation layer between SOC 2's abstract Trust Services Criteria and the concrete engineering controls an auditor will accept as evidence. When someone (or an agent) asks \"what do we actually build to satisfy CC6.1?\", this maps each common criterion to specific, implementable controls and the evidence that proves them. Not legal advice and not a substitute for your auditor. This is an engineering reference to accelerate readiness and reduce back-and-forth, based on the controls auditors commonly accept. Includes: controls/access-control; controls/change-management; controls/monitoring; controls/availability; EVIDENCE-INDEX.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": "2026-08-02",
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "EVIDENCE-INDEX.md",
        "README.md",
        "controls/access-control.md",
        "controls/availability.md",
        "controls/change-management.md",
        "controls/monitoring.md",
        "guide/01-overview.md"
      ],
      "file_count": 7,
      "download_size_bytes": 6126,
      "download_size_human": "6.0 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-soc2-controls-implementation-map",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-soc2-controls-implementation-map",
      "demo_url": null
    },
    {
      "product_id": "security-engineer:owasp-security-checklist",
      "slug": "owasp-security-checklist",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "OWASP Security Checklist",
      "short_description": "Complete OWASP Top 10 implementation guide with code examples, testing scripts, and remediation patterns.",
      "detailed_description": "A complete, hands-on reference for the OWASP Top 10:2021. Every category gets a plain-English explanation, paired vulnerable-vs-fixed code in multiple languages, concrete test procedures, a remediation checklist, and links to authoritative secure-coding references. Ten of the example pairs are runnable, and a test suite proves the fixes actually hold. Built for engineers who have to ship secure code and prove it \u2014 not just read about it. No tool licenses, no cloud account, no dependencies beyond Python's standard library and Node's built-ins. ---",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python",
        "Node.js"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Node 18+"
      ],
      "supported_technologies": [
        "Python",
        "JavaScript"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/A01-broken-access-control.md",
        "docs/A02-cryptographic-failures.md",
        "docs/A03-injection.md",
        "docs/A04-insecure-design.md",
        "docs/A05-security-misconfiguration.md",
        "docs/A06-vulnerable-and-outdated-components.md",
        "docs/A07-identification-and-authentication-failures.md",
        "docs/A08-software-and-data-integrity-failures.md",
        "docs/A09-security-logging-and-monitoring-failures.md",
        "docs/A10-server-side-request-forgery.md",
        "docs/remediation-checklist.md",
        "docs/secure-coding-quick-reference.md",
        "examples/access-control/fixed.py",
        "examples/access-control/vulnerable.py",
        "examples/crypto/fixed.py",
        "examples/crypto/vulnerable.py",
        "examples/injection/fixed.js",
        "examples/injection/fixed.py",
        "examples/injection/vulnerable.js",
        "examples/injection/vulnerable.py",
        "examples/ssrf/fixed.py",
        "examples/ssrf/vulnerable.py",
        "guide/01-introduction-to-owasp-top-10.md",
        "guide/02-access-control-and-crypto-failures.md",
        "guide/03-injection-insecure-design-misconfiguration.md",
        "guide/04-vulnerable-components-auth-integrity.md",
        "guide/05-logging-monitoring-ssrf.md",
        "tests/test_examples.py"
      ],
      "file_count": 29,
      "download_size_bytes": 128554,
      "download_size_human": "125.5 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-owasp-security-checklist",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-owasp-security-checklist",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-owasp-security-checklist/"
    },
    {
      "product_id": "security-engineer:penetration-testing-toolkit",
      "slug": "penetration-testing-toolkit",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Penetration Testing Toolkit",
      "short_description": "Automated security testing scripts, vulnerability scanners, report templates, and methodology checklists.",
      "detailed_description": "A complete, authorization-first workflow for running professional security assessments of systems you own or are contractually permitted to test. It gives you the methodology, the safety guardrails, the scoring, and the reporting to do the job like a consultancy \u2014 without shipping a single weaponized payload. This toolkit is deliberately defensive. It contains no exploits, no malware, and no attack code. What it provides instead: - A five-phase methodology (pre-engagement \u2192 recon \u2192 scan \u2192 analyze \u2192 report). - Scope-enforcing, dry-run-by-default wrappers around standard tools (nmap, nikto, testssl.sh) that refuse to touch anything outside your written scope. - A correct, standalone CVSS v3.1 calculator so every finding is scored consistently. - A report generator that turns a findings file into a clean Markdown report. - Ready-to-fill Rules of Engagement, findings, and report templates. - Engagement checklists that gate each phase. Everything runs on Python 3.10+ standard library only \u2014 no pip install. ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/cvss-v3.1-scoring-guide.md",
        "docs/engagement-checklist.md",
        "docs/methodology.md",
        "docs/reporting-guide.md",
        "docs/rules-of-engagement.md",
        "examples/findings.example.json",
        "examples/sample-report.md",
        "examples/scope.example.yaml",
        "guide/01-engagement-methodology.md",
        "guide/02-scoping-checklist.md",
        "guide/03-vulnerability-scoring.md",
        "guide/04-reporting-findings.md",
        "guide/05-sample-report.md",
        "scripts/preflight_scope_check.sh",
        "src/cvss.py",
        "src/report_generator.py",
        "src/scope_guard.py",
        "src/wrappers/common.py",
        "src/wrappers/nikto_wrapper.py",
        "src/wrappers/nmap_wrapper.py",
        "src/wrappers/testssl_wrapper.py",
        "templates/findings-template.md",
        "templates/report-template.md",
        "templates/rules-of-engagement-template.md"
      ],
      "file_count": 25,
      "download_size_bytes": 105690,
      "download_size_human": "103.2 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-penetration-testing-toolkit",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-penetration-testing-toolkit",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-penetration-testing-toolkit/"
    },
    {
      "product_id": "security-engineer:soc2-compliance-templates",
      "slug": "soc2-compliance-templates",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "SOC 2 Compliance Templates",
      "short_description": "SOC 2 Type II evidence collection templates, policy documents, control matrices, and audit preparation guides.",
      "detailed_description": "A complete, fill-in-ready toolkit for preparing for a SOC 2 Type II audit: the Trust Services Criteria explained, a control matrix that maps controls to evidence, ready-to-adopt policy documents, evidence-collection templates, an auditor-readiness checklist, and a fully worked example of operating a control end to end. This is the kit I wish I'd had the first time. It is written for engineering-led startups and scale-ups pursuing their first (or cleaner next) SOC 2 \u2014 no compliance-automation platform required, though everything here works alongside one. Not legal advice. SOC 2 reports are issued by licensed CPA firms. These templates help you prepare; your auditor and counsel make the final calls on scope, controls, and the report. ---",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/auditor-readiness-checklist.md",
        "docs/control-implementation-guide.md",
        "docs/evidence-collection-guide.md",
        "docs/soc2-overview.md",
        "docs/trust-services-criteria.md",
        "examples/worked-example-quarterly-access-review.md",
        "guide/01-soc2-overview-and-scoping.md",
        "guide/02-trust-services-criteria.md",
        "guide/03-policy-development.md",
        "guide/04-evidence-collection.md",
        "guide/05-operating-through-audit-period.md",
        "policies/access-control-policy.md",
        "policies/business-continuity-policy.md",
        "policies/change-management-policy.md",
        "policies/incident-response-policy.md",
        "policies/information-security-policy.md",
        "policies/risk-assessment-policy.md",
        "policies/vendor-management-policy.md",
        "templates/control-matrix.csv",
        "templates/evidence-collection-log.csv",
        "templates/evidence-request-list.csv",
        "templates/risk-register.csv",
        "templates/vendor-inventory.csv"
      ],
      "file_count": 24,
      "download_size_bytes": 120912,
      "download_size_human": "118.1 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-soc2-compliance-templates",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-soc2-compliance-templates",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-soc2-compliance-templates/"
    },
    {
      "product_id": "security-engineer:secrets-management-guide",
      "slug": "secrets-management-guide",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Secrets Management Guide",
      "short_description": "HashiCorp Vault setup, AWS Secrets Manager patterns, rotation scripts, and zero-trust secrets architecture.",
      "detailed_description": "A hands-on, code-forward kit for getting secrets out of plaintext and under real control: HashiCorp Vault setup and least-privilege policies, AWS Secrets Manager patterns, automated rotation, dynamic database credentials, safe secret handling in CI, detecting secrets already committed to git, and a staged migration off plaintext that doesn't cause an outage. Everything here is anonymized and uses placeholders (<VAULTTOKEN, RFC1918 addresses, the example AWS account 111122223333). Nothing in this kit contains a real secret \u2014 and a bundled scanner helps make sure yours never ship either. --- Includes: A production-shaped Vault server config and three least-privilege; A bootstrap script that initialises Vault, enables audit logging first,; A dynamic database secrets script that replaces shared DB passwords with; A complete, annotated AWS Secrets Manager rotation Lambda implementing the; A dependency-free secret scanner (regex + Shannon entropy) and a history; A pluggable rotation orchestrator for the static secrets that don't fit.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "AWS",
        "Python",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "aws/iam-policy-secrets-read.json",
        "aws/rotation_lambda.py",
        "aws/secrets-manager-patterns.md",
        "ci/.gitleaks.toml",
        "ci/secrets-scan.yml",
        "docs/migration-off-plaintext.md",
        "docs/rotation-runbook.md",
        "docs/vault-setup-guide.md",
        "examples/sample-scan-output.txt",
        "guide/01-why-secrets-management-matters.md",
        "guide/02-hashicorp-vault-deployment.md",
        "guide/03-aws-secrets-manager-patterns.md",
        "guide/04-secret-detection-and-ci-integration.md",
        "guide/05-rotation-strategies-and-migration.md",
        "scripts/detect_committed_secrets.sh",
        "scripts/rotate_secret.py",
        "scripts/scan_secrets.py",
        "vault/dynamic-db-secrets.sh",
        "vault/policies/app-read.hcl",
        "vault/policies/ci-deploy.hcl",
        "vault/policies/rotation-operator.hcl",
        "vault/server.hcl",
        "vault/setup-vault.sh"
      ],
      "file_count": 24,
      "download_size_bytes": 105265,
      "download_size_human": "102.8 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-secrets-management-guide",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-secrets-management-guide",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-secrets-management-guide/"
    },
    {
      "product_id": "security-engineer:network-security-toolkit",
      "slug": "network-security-toolkit",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Network Security Toolkit",
      "short_description": "Firewall rules, IDS/IPS configs, network segmentation patterns, VPN setup, and traffic analysis scripts.",
      "detailed_description": "A code- and config-forward kit for hardening a Linux network estate end to end: default-deny host firewalls (iptables and nftables), network segmentation patterns, Suricata IDS/IPS rules, hardened WireGuard and OpenVPN, locked-down SSH and TLS, plus a dependency-free port auditor and firewall verifier to prove it all works. Every file is annotated with the why, not just the what. All addresses use RFC1918 internal ranges and RFC5737 documentation ranges for public examples; no real keys, hosts, or infrastructure appear anywhere. --- Includes: Host firewalls, two ways; Segmentation patterns; IDS/IPS; Hardened VPNs; SSH + TLS hardening; Verification tooling.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/network-hardening-guide.md",
        "examples/suricata-alert-sample.txt",
        "firewall/iptables-rules.sh",
        "firewall/nftables.conf",
        "firewall/segmentation-zones.md",
        "guide/01-network-security-fundamentals.md",
        "guide/02-host-firewall-and-segmentation.md",
        "guide/03-ids-ips-with-suricata.md",
        "guide/04-vpn-and-remote-access-hardening.md",
        "guide/05-verification-and-monitoring.md",
        "ids/rules/emerging-threats-sample.rules",
        "ids/rules/local.rules",
        "ids/suricata.yaml",
        "scripts/firewall_verify.sh",
        "scripts/port_audit.py",
        "ssh/ssh-hardening.md",
        "ssh/sshd_config",
        "tls/nginx-tls.conf",
        "tls/tls-config-guide.md",
        "vpn/openvpn/hardening-notes.md",
        "vpn/openvpn/server.conf",
        "vpn/wireguard/setup-wireguard.sh",
        "vpn/wireguard/wg0.conf"
      ],
      "file_count": 24,
      "download_size_bytes": 108107,
      "download_size_human": "105.6 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-network-security-toolkit",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-network-security-toolkit",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-network-security-toolkit/"
    },
    {
      "product_id": "security-engineer:api-security-framework",
      "slug": "api-security-framework",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "API Security Framework",
      "short_description": "API authentication, rate limiting, input validation, CORS policies, and automated security testing for REST/GraphQL.",
      "detailed_description": "Drop-in, dependency-free building blocks and the guidance to use them, for securing an HTTP / REST API. Every control that usually gets bolted on too late -- authentication, authorization, rate limiting, input validation, CORS, security headers, and secret handling -- is here as small, readable, unit-tested code in both Python (standard library only) and Node.js (built-ins only), paired with a focused guide and a copy-into-your-tracker testing checklist. Nothing here needs pip install or npm install to run (the one exception is the optional Express example, which is clearly marked). You can read every line, drop a module into a service, and test it. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python",
        "Node.js"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python",
        "JavaScript",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        ".env.example",
        "README.md",
        "config/cors-policy.example.yaml",
        "config/nginx-security.conf",
        "docs/api-security-testing-checklist.md",
        "docs/authentication-authorization.md",
        "docs/cors-and-headers.md",
        "docs/input-validation.md",
        "docs/rate-limiting.md",
        "docs/secret-handling.md",
        "examples/express_integration.js",
        "examples/wsgi_demo.py",
        "guide/01-understanding-api-threat-models.md",
        "guide/02-authentication-authorization-deep-dive.md",
        "guide/03-rate-limiting-and-input-validation.md",
        "guide/04-security-headers-cors-and-secret-handling.md",
        "guide/05-deployment-hardening-and-testing-checklist.md",
        "src/node/cors.js",
        "src/node/jwt_verify.js",
        "src/node/rate_limiter.js",
        "src/node/security_headers.js",
        "src/python/input_validation.py",
        "src/python/jwt_auth.py",
        "src/python/rate_limiter.py",
        "src/python/secrets_loader.py",
        "src/python/security_headers.py"
      ],
      "file_count": 26,
      "download_size_bytes": 116327,
      "download_size_human": "113.6 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-api-security-framework",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-api-security-framework",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-api-security-framework/"
    },
    {
      "product_id": "security-engineer:security-monitoring-setup",
      "slug": "security-monitoring-setup",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Security Monitoring Setup",
      "short_description": "SIEM configurations, log correlation rules, threat detection queries, and security dashboard templates.",
      "detailed_description": "A complete, code-forward blueprint for a Linux/cloud detection and response pipeline \u2014 from shipping raw logs all the way to ranked, correlated incidents. This is not a vendor brochure: it is the actual config, detection rules, and a dependency-free correlation engine you deploy and adapt. The stack: Filebeat \u2192 Logstash (ECS normalization) \u2192 Elasticsearch, with Sigma detections, Falco runtime rules, auditd syscall auditing, Prometheus + ElastAlert alerting, a Grafana dashboard, threat-hunting queries, a MITRE ATT&CK coverage map, and an incident-triage runbook \u2014 tied together by scripts/logtriage.py, a stdlib-only correlation tool that turns a stream of findings into scored incidents. Every file is annotated with the why. All addresses use RFC1918 internal ranges and RFC5737 documentation ranges; no real hosts, keys, or credentials appear anywhere. --- Includes: A real ingestion pipeline; High-signal detections; Syscall auditing; Correlation that thinks in attack chains; Alerting + visualization; Hunting + response.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Prometheus",
        "Grafana",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "[1] Chain B: Web exploitation to C2\n     score   : 130  -> PAGE on-call\n     key     : host=app-web-02\n     steps   : webshell_exec -> curl_pipe_shell -> outbound_c2\n[2] Chain A: SSH account takeover\n     score   : 85   -> TRIAGE queue\n     key     : user=deploy, host=app-web-01\n     steps   : ssh_bruteforce -> sudoers_mod",
        "  hosts \u2500\u2500filebeat\u2500\u2500\u25b6 logstash (ECS) \u2500\u2500\u25b6 elasticsearch \u2500\u2500\u25b6 grafana\n    \u2502                     \u2502                    \u25b2\n falco/auditd \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518             sigma + elastalert\n    \u2502                                          \u2502\n    \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 findings (NDJSON) \u2500\u2500\u25b6 log_triage.py \u2500\u2500\u25b6 ranked incidents \u2500\u2500\u25b6 runbook"
      ],
      "included_files": [
        "README.md",
        "alerts/elastalert-bruteforce.yml",
        "alerts/prometheus-security-rules.yml",
        "auditd/audit.rules",
        "correlation/correlation-logic.md",
        "dashboards/grafana-security-overview.json",
        "detection/threat-hunting-queries.md",
        "examples/sample-auth-log.txt",
        "examples/sample-falco-alert.json",
        "examples/sample-findings.ndjson",
        "falco/falco_rules.local.yaml",
        "guide/01-detection-engineering-overview.md",
        "guide/02-log-ingestion-and-normalization.md",
        "guide/03-detection-rules-and-correlation.md",
        "guide/04-alerting-and-visualization.md",
        "guide/05-threat-hunting-and-incident-triage.md",
        "mitre/attack-mapping.md",
        "pipeline/filebeat.yml",
        "pipeline/logstash-pipeline.conf",
        "runbooks/incident-triage-runbook.md",
        "scripts/log_triage.py",
        "sigma/rules/aws_root_console_login.yml",
        "sigma/rules/ssh_bruteforce.yml",
        "sigma/rules/sudoers_modification.yml",
        "sigma/rules/suspicious_shell_pipe.yml",
        "sigma/rules/webshell_spawned_process.yml"
      ],
      "file_count": 26,
      "download_size_bytes": 120934,
      "download_size_human": "118.1 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-security-monitoring-setup",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-security-monitoring-setup",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-security-monitoring-setup/"
    },
    {
      "product_id": "security-engineer:gdpr-privacy-toolkit",
      "slug": "gdpr-privacy-toolkit",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "GDPR Privacy Toolkit",
      "short_description": "Data mapping templates, DPIA frameworks, consent management patterns, and data subject request handling procedures.",
      "detailed_description": "A practical, fill-in-ready toolkit for building a credible GDPR program: the regulation explained for builders, data-mapping and RoPA registers, a DPIA framework with a worked example, DSAR procedures, breach-notification templates, a retention schedule, consent records, and lawful-basis guidance. Written for product, engineering, and security people who have to operate privacy \u2014 not just read about it. Everything is anonymized and uses the fictional Acme Corp (docs.example.com). Not legal advice. The GDPR has national variations and evolving case law. This toolkit helps you build and document a program; involve qualified counsel or a DPO for decisions specific to your situation. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/breach-notification-guide.md",
        "docs/data-retention-guide.md",
        "docs/dpia-framework.md",
        "docs/dsar-procedure.md",
        "docs/gdpr-overview.md",
        "docs/lawful-basis-guide.md",
        "examples/worked-dpia-example.md",
        "guide/01-gdpr-fundamentals.md",
        "guide/02-data-mapping-and-ropa.md",
        "guide/03-dpia-and-risk-assessment.md",
        "guide/04-dsar-and-breach-notification.md",
        "guide/05-building-a-privacy-program.md",
        "templates/breach-notification-letter.md",
        "templates/breach-register.csv",
        "templates/consent-record.csv",
        "templates/data-mapping.csv",
        "templates/dpia-template.md",
        "templates/dsar-log.csv",
        "templates/retention-schedule.csv",
        "templates/ropa-controller.csv",
        "templates/ropa-processor.csv"
      ],
      "file_count": 22,
      "download_size_bytes": 96806,
      "download_size_human": "94.5 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-gdpr-privacy-toolkit",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-gdpr-privacy-toolkit",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-gdpr-privacy-toolkit/"
    },
    {
      "product_id": "security-engineer:awareness-training-program",
      "slug": "awareness-training-program",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Security Awareness Training Program",
      "short_description": "Ready-to-deploy security awareness training: modules, phishing simulation templates, quizzes, and completion tracking for onboarding and annual refreshers.",
      "detailed_description": "Ready-to-deploy security awareness training: modules, phishing simulation templates, quizzes, and completion tracking for onboarding and annual refreshers.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "awareness-training-program/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-program-design-and-curriculum-planning.md",
        "guide/02-phishing-awareness-and-simulation-campai.md",
        "guide/03-password-hygiene-and-authentication.md",
        "guide/04-data-classification-and-handling.md",
        "guide/05-social-engineering-and-remote-work-secur.md"
      ],
      "file_count": 6,
      "download_size_bytes": 45265,
      "download_size_human": "44.2 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-awareness-training-program",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-awareness-training-program",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-awareness-training-program/"
    },
    {
      "product_id": "security-engineer:compliance-monitoring",
      "slug": "compliance-monitoring",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Compliance Monitoring Framework",
      "short_description": "Continuous compliance monitoring with automated evidence collection, control mapping (SOC 2, ISO 27001, PCI), and drift alerting.",
      "detailed_description": "Continuous Compliance Monitoring with Automated Evidence Collection Framework for continuous compliance across SOC 2, ISO 27001, HIPAA, PCI DSS. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "compliance-monitoring/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-compliance-monitoring-framework-design.md",
        "guide/02-automated-evidence-collection.md",
        "guide/03-control-testing-and-drift-detection.md",
        "guide/04-audit-ready-reporting-and-remediation.md",
        "guide/05-multi-framework-mapping-and-policy-manag.md"
      ],
      "file_count": 6,
      "download_size_bytes": 44810,
      "download_size_human": "43.8 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-compliance-monitoring",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-compliance-monitoring",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-compliance-monitoring/"
    },
    {
      "product_id": "security-engineer:security-audit-framework",
      "slug": "security-audit-framework",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Security Audit Framework",
      "short_description": "Comprehensive security audit framework with checklists, scoring rubrics, evidence templates, and stakeholder-ready reporting.",
      "detailed_description": "Comprehensive Audit Framework with Checklists and Reporting Complete framework for security audits across infra, apps, cloud, and vendors. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "security-audit-framework/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-audit-methodology-and-planning.md",
        "guide/02-infrastructure-and-network-security-audi.md",
        "guide/03-application-security-and-cloud-audit.md",
        "guide/04-third-party-and-vendor-security-audit.md",
        "guide/05-reporting,-remediation,-continuous-audit.md"
      ],
      "file_count": 6,
      "download_size_bytes": 45066,
      "download_size_human": "44.0 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-security-audit-framework",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-security-audit-framework",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-security-audit-framework/"
    },
    {
      "product_id": "security-engineer:security-incident-playbook",
      "slug": "security-incident-playbook",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Security Incident Playbook",
      "short_description": "Structured incident-response playbooks for common attack patterns with communication templates, forensics checklists, and post-incident review frameworks.",
      "detailed_description": "Structured incident-response playbooks for common attack patterns with communication templates, forensics checklists, and post-incident review frameworks.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "security-incident-playbook/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-incident-response-framework.md",
        "guide/02-ransomware-and-malware-outbreak-response.md",
        "guide/03-data-breach-and-exfiltration-response.md",
        "guide/04-cloud-compromise-and-insider-threat-resp.md",
        "guide/05-phishing,-ddos,-and-supply-chain-attack-.md"
      ],
      "file_count": 6,
      "download_size_bytes": 45223,
      "download_size_human": "44.2 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-security-incident-playbook",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-security-incident-playbook",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-security-incident-playbook/"
    },
    {
      "product_id": "security-engineer:soc-automation-framework",
      "slug": "soc-automation-framework",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "SOC Automation Framework",
      "short_description": "Automate Tier-1 SOC operations with detection playbooks, alert triage workflows, enrichment scripts, and response automation.",
      "detailed_description": "Automate Tier-1 SOC operations with detection playbooks, alert triage workflows, enrichment scripts, and response automation.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "soc-automation-framework/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-soc-automation-architecture.md",
        "guide/02-alert-ingestion-and-normalization.md",
        "guide/03-playbook-engine-and-automated-triage.md",
        "guide/04-enrichment,-case-management,-escalation.md",
        "guide/05-metrics,-reporting,-and-continuous-impro.md"
      ],
      "file_count": 6,
      "download_size_bytes": 45026,
      "download_size_human": "44.0 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-soc-automation-framework",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-soc-automation-framework",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-soc-automation-framework/"
    },
    {
      "product_id": "security-engineer:threat-intel-platform",
      "slug": "threat-intel-platform",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Threat Intelligence Platform",
      "short_description": "Aggregate, analyze, and act on threat intelligence: feed ingestion, IOC normalization, scoring, and integration with detection tooling.",
      "detailed_description": "Aggregate, analyze, and act on threat intelligence: feed ingestion, IOC normalization, scoring, and integration with detection tooling.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "threat-intel-platform/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-threat-intelligence-fundamentals.md",
        "guide/02-feed-ingestion-and-stix-taxii-integratio.md",
        "guide/03-indicator-scoring-and-prioritization.md",
        "guide/04-enrichment-pipelines.md",
        "guide/05-operationalization-and-automated-respons.md"
      ],
      "file_count": 6,
      "download_size_bytes": 45026,
      "download_size_human": "44.0 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-threat-intel-platform",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-threat-intel-platform",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-threat-intel-platform/"
    },
    {
      "product_id": "security-engineer:vulnerability-management-pipeline",
      "slug": "vulnerability-management-pipeline",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Vulnerability Management Pipeline",
      "short_description": "End-to-end vulnerability management: scanning orchestration, risk-based prioritization, remediation tracking, and SLA reporting.",
      "detailed_description": "End-to-End VM: Scanning, Prioritization, Remediation Complete pipeline for vulnerability management with risk-based prioritization. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "vulnerability-management-pipeline/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-vm-lifecycle-and-architecture.md",
        "guide/02-scan-integration-and-normalization.md",
        "guide/03-risk-based-prioritization.md",
        "guide/04-remediation-workflow-automation.md",
        "guide/05-verification,-reporting,-and-metrics.md"
      ],
      "file_count": 6,
      "download_size_bytes": 45180,
      "download_size_human": "44.1 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-vulnerability-management-pipeline",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-vulnerability-management-pipeline",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-vulnerability-management-pipeline/"
    },
    {
      "product_id": "security-engineer:zero-trust-implementation",
      "slug": "zero-trust-implementation",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Zero Trust Implementation Guide",
      "short_description": "Implement zero trust with NIST 800-207 and the CISA maturity model: identity, device, network, and workload controls with a phased rollout plan.",
      "detailed_description": "Implement Zero Trust with NIST 800-207 and CISA Maturity Model Practical guide to implementing Zero Trust architecture following NIST standards. ---",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "zero-trust-implementation/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-zero-trust-principles-and-foundations.md",
        "guide/02-identity-and-device-trust-pillars.md",
        "guide/03-network-and-environment-segmentation.md",
        "guide/04-application-and-workload-protection.md",
        "guide/05-data-security-and-continuous-monitoring.md"
      ],
      "file_count": 6,
      "download_size_bytes": 45197,
      "download_size_human": "44.1 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-zero-trust-implementation",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-zero-trust-implementation",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-zero-trust-implementation/"
    },
    {
      "product_id": "security-engineer:incident-response-playbook",
      "slug": "incident-response-playbook",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Incident Response Playbook",
      "short_description": "A ready-to-run IR kit for small and mid-size teams: a clear operating model, five attack-specific 3-a.m. runbooks, severity classification, on-call escalation, tabletop exercises, and printable communication templates. Built to be usable under pressure.",
      "detailed_description": "A ready-to-run incident response kit for small and mid-size teams: a clear operating model, five attack-specific runbooks you can actually follow at 3 a.m., and the templates that turn a stressful breach into a consistent, defensible response. Built to be usable under pressure \u2014 short, specific, and printable \u2014 not a 90-page binder nobody opens. The goal of incident response isn't to never have incidents. It's to respond consistently and fast when you do, limit the harm, and learn so it doesn't recur. A mediocre plan you actually run beats a perfect plan nobody knows. ---",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/incident-response-overview.md",
        "docs/on-call-escalation.md",
        "docs/severity-classification.md",
        "docs/tabletop-exercise-guide.md",
        "examples/worked-incident-timeline.md",
        "guide/01-ir-operating-model.md",
        "guide/02-severity-and-escalation.md",
        "guide/03-playbook-walkthroughs.md",
        "guide/04-communication-and-evidence.md",
        "guide/05-tabletop-and-pir.md",
        "playbooks/account-compromise.md",
        "playbooks/data-breach.md",
        "playbooks/ddos.md",
        "playbooks/phishing-bec.md",
        "playbooks/ransomware.md",
        "templates/communication-templates.md",
        "templates/escalation-roster.csv",
        "templates/forensic-evidence-checklist.md",
        "templates/incident-log.csv",
        "templates/post-incident-review.md"
      ],
      "file_count": 21,
      "download_size_bytes": 113354,
      "download_size_human": "110.7 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-incident-response-playbook",
      "preview_url": "https://datanest-stores.com/security-engineer/preview-incident-response-playbook",
      "demo_url": "https://datanest-stores.com/security-engineer/demo-incident-response-playbook/"
    },
    {
      "product_id": "security-engineer:security-complete-bundle",
      "slug": "security-complete-bundle",
      "store": "security-engineer",
      "store_name": "Security Engineer Pro",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "bundle",
        "compliance",
        "gdpr",
        "incident response",
        "owasp",
        "penetration testing",
        "security",
        "soc 2"
      ],
      "title": "Security Engineer Bundle",
      "short_description": "All 16 security tools \u2014 $664 bought separately, yours for $119. Save $545 (82%): audit scripts, vulnerability scanning, and compliance templates.",
      "detailed_description": "A complete, hands-on reference for the OWASP Top 10:2021. Every category gets a plain-English explanation, paired vulnerable-vs-fixed code in multiple languages, concrete test procedures, a remediation checklist, and links to authoritative secure-coding references. Ten of the example pairs are runnable, and a test suite proves the fixes actually hold. Built for engineers who have to ship secure code and prove it \u2014 not just read about it. No tool licenses, no cloud account, no dependencies beyond Python's standard library and Node's built-ins. ---",
      "price_usd": 119,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python",
        "Node.js"
      ],
      "supported_versions": [
        "Python 3.10+",
        "Node 18+"
      ],
      "supported_technologies": [
        "Python",
        "JavaScript",
        "Shell",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "products/api-security-framework/README.md",
        "products/api-security-framework/source/.env.example",
        "products/api-security-framework/source/README.md",
        "products/api-security-framework/source/config/cors-policy.example.yaml",
        "products/api-security-framework/source/config/nginx-security.conf",
        "products/api-security-framework/source/docs/api-security-testing-checklist.md",
        "products/api-security-framework/source/docs/authentication-authorization.md",
        "products/api-security-framework/source/docs/cors-and-headers.md",
        "products/api-security-framework/source/docs/input-validation.md",
        "products/api-security-framework/source/docs/rate-limiting.md",
        "products/api-security-framework/source/docs/secret-handling.md",
        "products/api-security-framework/source/examples/express_integration.js",
        "products/api-security-framework/source/examples/wsgi_demo.py",
        "products/api-security-framework/source/guide/01-understanding-api-threat-models.md",
        "products/api-security-framework/source/guide/02-authentication-authorization-deep-dive.md",
        "products/api-security-framework/source/guide/03-rate-limiting-and-input-validation.md",
        "products/api-security-framework/source/guide/04-security-headers-cors-and-secret-handling.md",
        "products/api-security-framework/source/guide/05-deployment-hardening-and-testing-checklist.md",
        "products/api-security-framework/source/src/node/cors.js",
        "products/api-security-framework/source/src/node/jwt_verify.js",
        "products/api-security-framework/source/src/node/rate_limiter.js",
        "products/api-security-framework/source/src/node/security_headers.js",
        "products/api-security-framework/source/src/python/input_validation.py",
        "products/api-security-framework/source/src/python/jwt_auth.py",
        "products/api-security-framework/source/src/python/rate_limiter.py",
        "products/api-security-framework/source/src/python/secrets_loader.py",
        "products/api-security-framework/source/src/python/security_headers.py",
        "products/gdpr-privacy-toolkit/README.md",
        "products/gdpr-privacy-toolkit/source/README.md",
        "products/gdpr-privacy-toolkit/source/docs/breach-notification-guide.md",
        "products/gdpr-privacy-toolkit/source/docs/data-retention-guide.md",
        "products/gdpr-privacy-toolkit/source/docs/dpia-framework.md",
        "products/gdpr-privacy-toolkit/source/docs/dsar-procedure.md",
        "products/gdpr-privacy-toolkit/source/docs/gdpr-overview.md",
        "products/gdpr-privacy-toolkit/source/docs/lawful-basis-guide.md",
        "products/gdpr-privacy-toolkit/source/examples/worked-dpia-example.md",
        "products/gdpr-privacy-toolkit/source/guide/01-gdpr-fundamentals.md",
        "products/gdpr-privacy-toolkit/source/guide/02-data-mapping-and-ropa.md",
        "products/gdpr-privacy-toolkit/source/guide/03-dpia-and-risk-assessment.md",
        "products/gdpr-privacy-toolkit/source/guide/04-dsar-and-breach-notification.md",
        "products/gdpr-privacy-toolkit/source/guide/05-building-a-privacy-program.md",
        "products/gdpr-privacy-toolkit/source/templates/breach-notification-letter.md",
        "products/gdpr-privacy-toolkit/source/templates/breach-register.csv",
        "products/gdpr-privacy-toolkit/source/templates/consent-record.csv",
        "products/gdpr-privacy-toolkit/source/templates/data-mapping.csv",
        "products/gdpr-privacy-toolkit/source/templates/dpia-template.md",
        "products/gdpr-privacy-toolkit/source/templates/dsar-log.csv",
        "products/gdpr-privacy-toolkit/source/templates/retention-schedule.csv",
        "products/gdpr-privacy-toolkit/source/templates/ropa-controller.csv",
        "products/gdpr-privacy-toolkit/source/templates/ropa-processor.csv",
        "products/incident-response-playbook/README.md",
        "products/incident-response-playbook/source/README.md",
        "products/incident-response-playbook/source/docs/incident-response-overview.md",
        "products/incident-response-playbook/source/docs/on-call-escalation.md",
        "products/incident-response-playbook/source/docs/severity-classification.md",
        "products/incident-response-playbook/source/docs/tabletop-exercise-guide.md",
        "products/incident-response-playbook/source/examples/worked-incident-timeline.md",
        "products/incident-response-playbook/source/guide/01-ir-operating-model.md",
        "products/incident-response-playbook/source/guide/02-severity-and-escalation.md",
        "products/incident-response-playbook/source/guide/03-playbook-walkthroughs.md",
        "products/incident-response-playbook/source/guide/04-communication-and-evidence.md",
        "products/incident-response-playbook/source/guide/05-tabletop-and-pir.md",
        "products/incident-response-playbook/source/playbooks/account-compromise.md",
        "products/incident-response-playbook/source/playbooks/data-breach.md",
        "products/incident-response-playbook/source/playbooks/ddos.md",
        "products/incident-response-playbook/source/playbooks/phishing-bec.md",
        "products/incident-response-playbook/source/playbooks/ransomware.md",
        "products/incident-response-playbook/source/templates/communication-templates.md",
        "products/incident-response-playbook/source/templates/escalation-roster.csv",
        "products/incident-response-playbook/source/templates/forensic-evidence-checklist.md",
        "products/incident-response-playbook/source/templates/incident-log.csv",
        "products/incident-response-playbook/source/templates/post-incident-review.md",
        "products/network-security-toolkit/README.md",
        "products/network-security-toolkit/source/README.md",
        "products/network-security-toolkit/source/docs/network-hardening-guide.md",
        "products/network-security-toolkit/source/examples/suricata-alert-sample.txt",
        "products/network-security-toolkit/source/firewall/iptables-rules.sh",
        "products/network-security-toolkit/source/firewall/nftables.conf",
        "products/network-security-toolkit/source/firewall/segmentation-zones.md",
        "products/network-security-toolkit/source/guide/01-network-security-fundamentals.md"
      ],
      "file_count": 80,
      "download_size_bytes": 1027227,
      "download_size_human": "1003.2 KB",
      "product_url": "https://datanest-stores.com/security-engineer/#product-security-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "security-kit:audit-script-kit",
      "slug": "audit-script-kit",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "Audit Script Kit",
      "short_description": "Security audit scripts for Linux: file permissions, port enumeration, and process monitoring.",
      "detailed_description": "Collection of security audit scripts for Linux servers: file permission checks, open port enumeration, process monitoring, cron job auditing, and user account review. Run on any server in seconds. Includes: File permission auditing \u2014 detects world-readable, world-writable, and SUID/SGID files; Open port enumeration \u2014 lists all listening ports with associated processes; Process monitoring \u2014 flags suspicious or unexpected running processes; Cron job auditing \u2014 reviews cron entries across all users for anomalies; User account review \u2014 privilege escalation detection, inactive accounts, passwordless users; Sensitive path detection \u2014 checks permissions on /etc/shadow, SSH keys, config files.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies",
        "Linux/macOS"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Run all audit checks\npython src/audit_script_kit.py --all\n\n# Check file permissions on a specific path\npython src/audit_script_kit.py --check permissions --path /etc\n\n# Enumerate open ports\npython src/audit_script_kit.py --check ports\n\n# Check processes and save results\npython src/audit_script_kit.py --check processes --output audit.json",
        "{\n    \"audit_modules\": {\n        \"file_permissions\": {\n            \"enabled\": true,\n            \"paths\": [\"/etc\", \"/var/log\", \"/home\"]\n        },\n        \"open_ports\": { \"enabled\": true },\n        \"processes\": { \"enabled\": true },\n        \"cron_jobs\": { \"enabled\": true },\n        \"user_accounts\": { \"enabled\": true }\n    }\n}"
      ],
      "included_files": [
        "README.md",
        "examples/audit_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration-reference.md",
        "guide/04_license.md",
        "src/audit_script_kit.py"
      ],
      "file_count": 7,
      "download_size_bytes": 38917,
      "download_size_human": "38.0 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-audit-script-kit",
      "preview_url": "https://datanest-stores.com/security-kit/preview-audit-script-kit",
      "demo_url": "https://datanest-stores.com/security-kit/demo-audit-script-kit/"
    },
    {
      "product_id": "security-kit:compliance-checker",
      "slug": "compliance-checker",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "Compliance Checker",
      "short_description": "Validate apps against OWASP Top 10, CIS benchmarks, and security header best practices.",
      "detailed_description": "Validate web applications against OWASP Top 10, CIS benchmark guidelines, and security header best practices. Get a compliance score and remediation steps in minutes. Includes: OWASP Top 10 (2021) \u2014 automated checks for the most critical web security risks; CIS benchmark guidelines \u2014 server configuration hardening checks; Security header validation \u2014 HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy; Compliance scoring \u2014 letter-grade rating (A through F) based on pass/fail ratio; Remediation recommendations \u2014 actionable fix for each failed check; Multiple frameworks \u2014 run OWASP, CIS, or both with --all.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Quick compliance check with all frameworks\npython src/compliance_checker.py --target api.docs.example.com\n\n# OWASP Top 10 only\npython src/compliance_checker.py --target docs.example.com --framework owasp\n\n# Full check with JSON output\npython src/compliance_checker.py --target docs.example.com --all --output report.json",
        "{\n    \"target\": \"https://app.docs.example.com\",\n    \"checks\": {\n        \"owasp_top_10\": true,\n        \"cis_benchmarks\": true,\n        \"security_headers\": true\n    },\n    \"fail_threshold\": 70,\n    \"output_format\": \"json\"\n}"
      ],
      "included_files": [
        "README.md",
        "examples/compliance_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration-reference.md",
        "guide/04_license.md",
        "src/compliance_checker.py"
      ],
      "file_count": 7,
      "download_size_bytes": 39094,
      "download_size_human": "38.2 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-compliance-checker",
      "preview_url": "https://datanest-stores.com/security-kit/preview-compliance-checker",
      "demo_url": "https://datanest-stores.com/security-kit/demo-compliance-checker/"
    },
    {
      "product_id": "security-kit:csp-builder",
      "slug": "csp-builder",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "CSP Builder",
      "short_description": "Build Content Security Policy headers from presets, test against live URLs, and generate violation reports.",
      "detailed_description": "Build Content Security Policy headers from presets or config files. Test policies against live URLs and generate violation report configurations. Stop XSS before it starts. Includes: Directive generator \u2014 covers all standard CSP directives (default-src, script-src, style-src, etc; Preset policies \u2014 strict, moderate, and permissive presets for quick starts; Policy tester \u2014 validate a URL's existing CSP headers and identify gaps; Violation reporting \u2014 configure report-uri and report-to directives; Nonce generation \u2014 create cryptographic nonces for inline scripts and styles; Multiple output formats \u2014 HTTP header string or HTML <meta> tag.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a strict CSP header\npython src/csp_builder.py --preset strict\n\n# Build from a config file\npython src/csp_builder.py --config examples/csp_config.json --output csp_header.txt\n\n# Test a live URL's CSP\npython src/csp_builder.py --test --url https://docs.example.com",
        "{\n    \"directives\": {\n        \"default-src\": [\"'none'\"],\n        \"script-src\": [\"'self'\", \"https://cdn.docs.example.com\"],\n        \"style-src\": [\"'self'\", \"'unsafe-inline'\"],\n        \"img-src\": [\"'self'\", \"data:\"],\n        \"connect-src\": [\"'self'\", \"https://api.docs.example.com\"],\n        \"font-src\": [\"'self'\"],\n        \"frame-ancestors\": [\"'none'\"]\n    },\n    \"report_uri\": \"https://report.docs.example.com/csp\"\n}"
      ],
      "included_files": [
        "README.md",
        "examples/csp_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration-reference.md",
        "guide/04_license.md",
        "src/csp_builder.py"
      ],
      "file_count": 7,
      "download_size_bytes": 36834,
      "download_size_human": "36.0 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-csp-builder",
      "preview_url": "https://datanest-stores.com/security-kit/preview-csp-builder",
      "demo_url": "https://datanest-stores.com/security-kit/demo-csp-builder/"
    },
    {
      "product_id": "security-kit:dependency-auditor",
      "slug": "dependency-auditor",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "Dependency Auditor",
      "short_description": "Offline dependency audit engine for Python requirements: version checks, risk policies, severity ranking. Ships sample CVE data; plug in an OSV/NVD feed for live scanning.",
      "detailed_description": "Audit Python requirements files for outdated versions, risky packages and policy violations \u2014 offline, stdlib-only, CI-friendly. Read this first \u2014 the bundled CVE data is a SAMPLE, not a live feed. The included CVEDATABASE uses deliberately non-real placeholder CVE ids (CVE-2024-XXXXX) so the auditor runs out of the box with zero setup and zero network. It will not tell you whether your dependencies are actually vulnerable. What you get here is the auditing engine \u2014 parser, version matching, severity ranking, policy gating, reporting \u2014 into which you plug a real feed with --cve-db (export from OSV, NVD or pip-audit). Includes: Pluggable CVE source \u2014 ships with an offline sample dataset; point --cve-db at an OSV/NVD export for real scanning; Requirements parsing \u2014 reads requirements; Version comparison \u2014 semantic version matching with range-aware CVE lookups; Severity ratings \u2014 findings ranked critical / high / medium / low; Upgrade recommendations \u2014 suggests safe target versions for vulnerable packages; Strict mode \u2014 exit code 1 on any vulnerability found (CI/CD friendly).",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Audit your requirements file\npython src/dependency_auditor.py --file requirements.txt\n\n# Strict mode \u2014 fail on any vulnerability\npython src/dependency_auditor.py --file requirements.txt --strict\n\n# Audit a Pipfile with JSON output\npython src/dependency_auditor.py --file Pipfile --output report.json",
        "django==4.2.5\nflask==2.3.2\nrequests==2.28.0\npyyaml==5.4"
      ],
      "included_files": [
        "README.md",
        "examples/sample_requirements.txt",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_sample-input.md",
        "guide/04_faq.md",
        "src/dependency_auditor.py"
      ],
      "file_count": 7,
      "download_size_bytes": 38126,
      "download_size_human": "37.2 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-dependency-auditor",
      "preview_url": "https://datanest-stores.com/security-kit/preview-dependency-auditor",
      "demo_url": "https://datanest-stores.com/security-kit/demo-dependency-auditor/"
    },
    {
      "product_id": "security-kit:encryption-toolkit",
      "slug": "encryption-toolkit",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "Encryption Toolkit",
      "short_description": "AES-CBC encryption, RSA key generation, secure hashing, and HMAC using only Python stdlib.",
      "detailed_description": "A comprehensive encryption library using only Python stdlib: AES-CBC encryption, RSA key generation, secure hashing, HMAC, file encryption, and a simple password vault. Includes: AES-CBC encryption \u2014 file and string encryption with PBKDF2 key derivation; RSA key generation \u2014 2048 and 4096-bit key pair generation; Secure hashing \u2014 SHA-256, SHA-512, and SHA-3 digests; HMAC authentication \u2014 message authentication codes for data integrity; Password vault \u2014 encrypted key-value store protected by a master password; File encryption \u2014 encrypt/decrypt any file with integrity verification.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/sample_secret.txt",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration-reference.md",
        "guide/04_license.md",
        "src/encryption_toolkit.py"
      ],
      "file_count": 7,
      "download_size_bytes": 39486,
      "download_size_human": "38.6 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-encryption-toolkit",
      "preview_url": "https://datanest-stores.com/security-kit/preview-encryption-toolkit",
      "demo_url": "https://datanest-stores.com/security-kit/demo-encryption-toolkit/"
    },
    {
      "product_id": "security-kit:incident-response-kit",
      "slug": "incident-response-kit",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "Incident Response Kit",
      "short_description": "Incident response toolkit with playbook generator, communication templates, and timeline builder.",
      "detailed_description": "A structured incident response toolkit: playbook generator, communication templates, timeline builder, and severity classifier. Be ready when things go wrong. Includes: Playbook generator \u2014 step-by-step response plans for data breaches, DDoS, ransomware, phishing, and more; Communication templates \u2014 pre-written drafts for stakeholders, customers, and technical teams; Timeline builder \u2014 build chronological incident timelines from event JSON; Severity classifier \u2014 classify incidents as P1-P4 with SLA targets and escalation rules; Role assignments \u2014 suggested team roles for each incident type (IC, comms lead, technical lead); Response workflows \u2014 checklists for containment, eradication, recovery, and lessons learned.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a data breach response playbook\npython src/incident_response_kit.py --mode playbook --type data-breach\n\n# Build a timeline from events\npython src/incident_response_kit.py --mode timeline --events examples/sample_events.json\n\n# Generate a stakeholder communication template\npython src/incident_response_kit.py --mode template --type stakeholder\n\n# Classify an incident by description\npython src/incident_response_kit.py --mode classify --description \"Database accessible without auth\"",
        "{\n    \"incident_id\": \"INC-2026-042\",\n    \"incident_type\": \"data-breach\",\n    \"severity\": \"P1\",\n    \"events\": [\n        {\n            \"timestamp\": \"2026-03-14T08:00:00Z\",\n            \"description\": \"Anomalous database query volume detected\",\n            \"actor\": \"monitoring-system\"\n        },\n        {\n            \"timestamp\": \"2026-03-14T08:15:00Z\",\n            \"description\": \"SOC analyst confirms unauthorized access\",\n            \"actor\": \"security-team\"\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/sample_events.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration-reference.md",
        "guide/04_license.md",
        "src/incident_response_kit.py"
      ],
      "file_count": 7,
      "download_size_bytes": 44181,
      "download_size_human": "43.1 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-incident-response-kit",
      "preview_url": "https://datanest-stores.com/security-kit/preview-incident-response-kit",
      "demo_url": "https://datanest-stores.com/security-kit/demo-incident-response-kit/"
    },
    {
      "product_id": "security-kit:pentest-helper",
      "slug": "pentest-helper",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "Pentest Helper",
      "short_description": "Penetration testing toolkit for testing your own apps with request fuzzing and injection detection.",
      "detailed_description": "A lightweight penetration testing toolkit for testing YOUR OWN applications. Request fuzzing, SQL injection detection, and XSS scanning in a single Python script. Disclaimer: Only use this tool against systems you own or have explicit written authorization to test. Unauthorized penetration testing is illegal in most jurisdictions. Includes: Request fuzzer \u2014 sends common payload patterns to discover unexpected behavior; SQL injection tester \u2014 error-based and blind injection pattern detection; XSS scanner \u2014 reflected XSS detection with encoding bypass checks; Multiple test modes \u2014 run fuzz, sqli, xss, or all in one pass; Configurable endpoints \u2014 test multiple URLs and HTTP methods from a config file; Rate limiting \u2014 built-in delays to avoid overwhelming targets.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Fuzz an endpoint\npython src/pentest_helper.py --target https://app.docs.example.com --mode fuzz\n\n# Test for SQL injection\npython src/pentest_helper.py --target https://docs.example.com --mode sqli\n\n# Test for XSS\npython src/pentest_helper.py --target https://docs.example.com --mode xss\n\n# Run all tests with JSON output\npython src/pentest_helper.py --target https://docs.example.com --mode all --output report.json",
        "{\n    \"target\": \"https://app.docs.example.com\",\n    \"modes\": [\"sqli\", \"xss\", \"fuzz\"],\n    \"endpoints\": [\n        {\"url\": \"https://app.docs.example.com/search?q=test\", \"method\": \"GET\"},\n        {\"url\": \"https://app.docs.example.com/login\", \"method\": \"POST\"}\n    ],\n    \"rate_limit_ms\": 500,\n    \"timeout_seconds\": 10\n}"
      ],
      "included_files": [
        "README.md",
        "examples/pentest_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration-reference.md",
        "guide/04_license.md",
        "src/pentest_helper.py"
      ],
      "file_count": 7,
      "download_size_bytes": 41202,
      "download_size_human": "40.2 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-pentest-helper",
      "preview_url": "https://datanest-stores.com/security-kit/preview-pentest-helper",
      "demo_url": "https://datanest-stores.com/security-kit/demo-pentest-helper/"
    },
    {
      "product_id": "security-kit:secret-rotator",
      "slug": "secret-rotator",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "Secret Rotator",
      "short_description": "Manage secret rotation for API keys, passwords, and tokens with configurable policies.",
      "detailed_description": "Manage secret rotation for API keys, passwords, and tokens with configurable policies, provider hooks, and automatic rollback on failure. Never let credentials go stale. Includes: Automated rotation \u2014 rotate secrets based on configurable max-age policies (default; Provider hooks \u2014 built-in support for Stripe, generic API keys, and password generation; Rollback on failure \u2014 automatic backup and restore if rotation fails; Age checking \u2014 scan all secrets and flag stale credentials with --check-age; Secure backups \u2014 HMAC-verified backup before every rotation; Cryptographic generation \u2014 secrets generated via Python's secrets module (CSPRNG).",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Rotate all secrets that exceed their max age\npython src/secret_rotator.py --config secrets.json --rotate\n\n# Check which secrets are stale\npython src/secret_rotator.py --config secrets.json --check-age\n\n# Roll back a specific secret to its previous value\npython src/secret_rotator.py --config secrets.json --rollback api-key-prod",
        "{\n    \"secrets\": [\n        {\n            \"name\": \"STRIPE_API_KEY\",\n            \"provider\": \"stripe\",\n            \"max_age_days\": 90,\n            \"current_value\": \"sk-EXAMPLE...\",\n            \"last_rotated\": \"2026-01-15T00:00:00Z\"\n        },\n        {\n            \"name\": \"DB_PASSWORD\",\n            \"provider\": \"password\",\n            \"max_age_days\": 60,\n            \"length\": 32,\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/rotation_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration-reference.md",
        "guide/04_license.md",
        "src/secret_rotator.py"
      ],
      "file_count": 7,
      "download_size_bytes": 37906,
      "download_size_human": "37.0 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-secret-rotator",
      "preview_url": "https://datanest-stores.com/security-kit/preview-secret-rotator",
      "demo_url": "https://datanest-stores.com/security-kit/demo-secret-rotator/"
    },
    {
      "product_id": "security-kit:security-kit-pro-bundle",
      "slug": "security-kit-pro-bundle",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "bundle",
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "Security Kit Pro Bundle",
      "short_description": "All 10 security tools \u2014 $230 bought separately, yours for $59. Save $171 (74%): vulnerability scanning, encryption, compliance, and pentesting.",
      "detailed_description": "All 10 security tools \u2014 $230 bought separately, yours for $59. Save $171 (74%): vulnerability scanning, encryption, compliance, and pentesting.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "security-kit-pro-bundle/\n\u251c\u2500\u2500 vulnerability-scanner/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 src/vulnerability_scanner.py\n\u2502   \u251c\u2500\u2500 examples/scan_config.json\n\u2502   \u2514\u2500\u2500 LICENSE\n\u251c\u2500\u2500 audit-script-kit/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 src/audit_script_kit.py\n\u2502   \u251c\u2500\u2500 examples/audit_config.json\n\u2502   \u2514\u2500\u2500 LICENSE\n\u251c\u2500\u2500 compliance-checker/\n\u2502   \u251c\u2500\u2500 README.md\n\u2502   \u251c\u2500\u2500 src/compliance_checker.py\n\u2026"
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 266732,
      "download_size_human": "260.5 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-security-kit-pro-bundle",
      "preview_url": "https://datanest-stores.com/security-kit/preview-security-kit-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "security-kit:security-report-generator",
      "slug": "security-report-generator",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "Security Report Generator",
      "short_description": "Convert scan results into professional HTML reports with severity ratings and executive summaries.",
      "detailed_description": "Convert security scan results (JSON) into professional HTML reports with severity ratings, executive summaries, finding details, and remediation steps. Self-contained HTML that works offline. Includes: Self-contained HTML \u2014 single-file output with embedded CSS, works in any browser offline; Executive summary \u2014 overall risk score with finding count by severity; Severity ratings \u2014 findings categorized as critical, high, medium, low, or informational; Remediation steps \u2014 actionable fix for each finding; Demo mode \u2014 generate a sample report instantly to see the output format; Configurable branding \u2014 custom title, subtitle, and accent color.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Generate a report from scan results\npython src/security_report_generator.py --input scan_results.json\n\n# Custom title and output path\npython src/security_report_generator.py --input scan_results.json --title \"Q1 Audit\" --output report.html\n\n# Summary-only report\npython src/security_report_generator.py --input scan_results.json --format summary\n\n# Generate a demo report\npython src/security_report_generator.py --demo",
        "{\n    \"target\": \"api.docs.example.com\",\n    \"scan_time\": \"2026-03-14T10:30:00Z\",\n    \"scanner\": \"SecurityKit Vulnerability Scanner v1.0\",\n    \"open_ports\": [22, 80, 443, 8080],\n    \"findings\": [\n        {\n            \"severity\": \"high\",\n            \"category\": \"SSL/TLS\",\n            \"title\": \"Expired SSL certificate\",\n            \"description\": \"The SSL certificate expired 14 days ago.\",\n            \"remediation\": \"Renew the SSL certificate and configure auto-renewal.\"\n        }\n    ]\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/sample_scan_results.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_input-format.md",
        "guide/04_faq.md",
        "src/security_report_generator.py"
      ],
      "file_count": 7,
      "download_size_bytes": 40731,
      "download_size_human": "39.8 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-security-report-generator",
      "preview_url": "https://datanest-stores.com/security-kit/preview-security-report-generator",
      "demo_url": "https://datanest-stores.com/security-kit/demo-security-report-generator/"
    },
    {
      "product_id": "security-kit:vulnerability-scanner",
      "slug": "vulnerability-scanner",
      "store": "security-kit",
      "store_name": "Security Kit",
      "domain": "security",
      "category": "Security & Compliance",
      "tags": [
        "cors",
        "csp",
        "penetration testing",
        "security",
        "security audit",
        "sql injection",
        "vulnerability scanner",
        "xss"
      ],
      "title": "Vulnerability Scanner",
      "short_description": "Scan hosts for open ports, insecure HTTP headers, SSL issues, and known CVEs.",
      "detailed_description": "Scan any host for open ports, insecure HTTP headers, SSL/TLS certificate issues, and known CVE patterns. Generates structured reports in JSON or console output. Includes: TCP port scanning \u2014 configurable port ranges with timeout control; SSL/TLS validation \u2014 certificate expiry, chain verification, hostname matching; HTTP security headers \u2014 audits HSTS, X-Frame-Options, CSP, X-Content-Type-Options, and more; CVE pattern detection \u2014 flags common server misconfigurations and known vulnerability signatures; Multiple output formats \u2014 JSON for automation, console for quick checks; Full scan mode \u2014 runs all checks in a single pass with --full.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "No external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Quick scan with default ports\npython src/vulnerability_scanner.py --target api.docs.example.com\n\n# Scan specific ports\npython src/vulnerability_scanner.py --target 192.168.1.1 --ports 80,443,8080\n\n# Full scan with JSON output\npython src/vulnerability_scanner.py --target docs.example.com --full --output report.json",
        "{\n    \"target\": \"api.docs.example.com\",\n    \"ports\": [22, 80, 443, 8080, 8443],\n    \"full_scan\": true,\n    \"timeout_seconds\": 5,\n    \"output_format\": \"json\"\n}"
      ],
      "included_files": [
        "README.md",
        "examples/scan_config.json",
        "guide/01_features.md",
        "guide/02_quick-start.md",
        "guide/03_configuration-reference.md",
        "guide/04_license.md",
        "src/vulnerability_scanner.py"
      ],
      "file_count": 7,
      "download_size_bytes": 41376,
      "download_size_human": "40.4 KB",
      "product_url": "https://datanest-stores.com/security-kit/#product-vulnerability-scanner",
      "preview_url": "https://datanest-stores.com/security-kit/preview-vulnerability-scanner",
      "demo_url": "https://datanest-stores.com/security-kit/demo-vulnerability-scanner/"
    },
    {
      "product_id": "seo-toolkit:backlink-checker",
      "slug": "backlink-checker",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "Backlink Checker",
      "short_description": "Backlink analysis tool with domain authority, anchor text distribution, and link quality scoring.",
      "detailed_description": "SEO Toolkit by CodeVault Check backlink status codes, detect broken links, analyze anchor text distribution, and export comprehensive link health reports \u2014 all from the command line with zero dependencies. Includes: Link Health Check; Redirect Chain Detection; Anchor Text Analysis; Link Type Breakdown; Domain Diversity; Health Grading.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Copy the script to your project\ncp src/backlink_checker.py /your/project/\n\n# Or run it directly from this directory\npython src/backlink_checker.py --help",
        "source_url,target_url,anchor_text,link_type\nhttps://blog.docs.example.com/article,https://yoursite.com/page,click here,dofollow"
      ],
      "included_files": [
        "README.md",
        "examples/backlinks.csv",
        "examples/backlinks.json",
        "guide/01_features.md",
        "guide/02_input-format.md",
        "guide/03_where-to-get-your-backlink-data.md",
        "src/backlink_checker.py"
      ],
      "file_count": 7,
      "download_size_bytes": 41309,
      "download_size_human": "40.3 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-backlink-checker",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-backlink-checker",
      "demo_url": "https://datanest-stores.com/seo-toolkit/demo-backlink-checker/"
    },
    {
      "product_id": "seo-toolkit:canonical-url-planner",
      "slug": "canonical-url-planner",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "Canonical URL Planner",
      "short_description": "Canonical URL planning and audit tool for preventing duplicate content issues.",
      "detailed_description": "Part of the SEO Toolkit by CodeVault Plan and validate canonical URLs across your entire site. Detect chains, loops, duplicate content clusters, missing canonicals, protocol mismatches, and cross-domain references \u2014 all from a single CSV or JSON audit. Includes: Load page/canonical pairs from CSV or JSON; Detect canonical chains (A \u2192 B \u2192 C) and recommend direct canonicals; Detect canonical loops (A \u2192 B \u2192 A); Find missing canonical tags; Flag protocol mismatches (HTTP page with HTTPS canonical); Identify cross-domain canonicals.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Validate canonical URLs from CSV\npython src/canonical_url_planner.py --input examples/pages.csv\n\n# Validate from JSON\npython src/canonical_url_planner.py --input examples/pages.json\n\n# JSON output for CI/CD\npython src/canonical_url_planner.py --input examples/pages.csv --format json\n\n# Strict mode\npython src/canonical_url_planner.py --input examples/pages.csv --strict\n\n# Write report to file\npython src/canonical_url_planner.py --input examples/pages.csv --output report.txt",
        "page_url,canonical_url\nhttps://www.docs.example.com/,https://www.docs.example.com/\nhttps://www.docs.example.com/old-page,https://www.docs.example.com/new-page\nhttps://www.docs.example.com/no-canonical,"
      ],
      "included_files": [
        "README.md",
        "examples/pages.csv",
        "examples/pages.json",
        "guide/01_features.md",
        "guide/02_input-formats.md",
        "guide/03_license.md",
        "src/canonical_url_planner.py"
      ],
      "file_count": 7,
      "download_size_bytes": 35898,
      "download_size_human": "35.1 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-canonical-url-planner",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-canonical-url-planner",
      "demo_url": "https://datanest-stores.com/seo-toolkit/demo-canonical-url-planner/"
    },
    {
      "product_id": "seo-toolkit:keyword-density-checker",
      "slug": "keyword-density-checker",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "Keyword Density Checker",
      "short_description": "Analyze keyword density, frequency, and distribution across web page content.",
      "detailed_description": "Part of the SEO Toolkit by CodeVault Analyze text or HTML content for keyword density, n-gram frequency, readability scores, and content optimization signals. Includes: Keyword density calculation with status labels (optimal, low, high, stuffed); N-gram analysis; Flesch-Kincaid readability scoring (Reading Ease + Grade Level); HTML text extraction (strips scripts, styles, tags); Stop word filtering for cleaner n-gram results; Vocabulary richness metric.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Analyze a text file\npython src/keyword_density_checker.py --input examples/sample_article.txt\n\n# Check specific keyword densities\npython src/keyword_density_checker.py --input article.txt --keywords \"seo,keyword density,python\"\n\n# Analyze HTML content\npython src/keyword_density_checker.py --input page.html --keywords \"seo tools\"\n\n# JSON output\npython src/keyword_density_checker.py --input article.txt --format json --output report.json"
      ],
      "included_files": [
        "README.md",
        "examples/sample_article.txt",
        "guide/01_features.md",
        "guide/02_density-status-labels.md",
        "guide/03_license.md",
        "src/keyword_density_checker.py"
      ],
      "file_count": 6,
      "download_size_bytes": 36828,
      "download_size_human": "36.0 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-keyword-density-checker",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-keyword-density-checker",
      "demo_url": "https://datanest-stores.com/seo-toolkit/demo-keyword-density-checker/"
    },
    {
      "product_id": "seo-toolkit:meta-tag-generator",
      "slug": "meta-tag-generator",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "Meta Tag Generator",
      "short_description": "Generate SEO-optimized meta tags including title, description, OG tags, and Twitter cards.",
      "detailed_description": "Part of the SEO Toolkit by CodeVault Generate comprehensive HTML meta tags, Open Graph tags, and Twitter Card tags from a simple JSON config file. Never hand-write meta tags again. Includes: Generates all essential <head> meta tags from a single config; Full Open Graph support (og; Twitter Card tags (summary, summarylargeimage); Validates your config and warns about common SEO mistakes; Title length check (Google truncates at ~60 chars); Description length check (max 160 chars).",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/site_config.json",
        "guide/01_features.md",
        "guide/02_configuration-reference.md",
        "guide/03_cli-flags.md",
        "src/meta_tag_generator.py"
      ],
      "file_count": 6,
      "download_size_bytes": 37525,
      "download_size_human": "36.6 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-meta-tag-generator",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-meta-tag-generator",
      "demo_url": "https://datanest-stores.com/seo-toolkit/demo-meta-tag-generator/"
    },
    {
      "product_id": "seo-toolkit:page-speed-auditor",
      "slug": "page-speed-auditor",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "Page Speed Auditor",
      "short_description": "Page speed audit with Core Web Vitals, load time analysis, and optimization recommendations.",
      "detailed_description": "SEO Toolkit by CodeVault Audit page performance by analyzing HTML structure, resource sizes, render-blocking patterns, and DOM complexity \u2014 all from the command line with zero dependencies. Includes: HTML Size Analysis; Render-Blocking Detection; Image Audit; DOM Complexity; Inline Resource Tracking; Best Practices Check.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Copy the script to your project\ncp src/page_speed_auditor.py /your/project/\n\n# Or run it directly from this directory\npython src/page_speed_auditor.py --help",
        "# Audit a live URL\npython src/page_speed_auditor.py --url https://docs.example.com\n\n# Audit a local HTML file\npython src/page_speed_auditor.py --file examples/sample_page.html\n\n# JSON output for CI/CD integration\npython src/page_speed_auditor.py --url https://docs.example.com --format json\n\n# Batch audit multiple URLs\necho \"https://docs.example.com\nhttps://docs.example.com/about\nhttps://docs.example.com/contact\" > urls.txt\npython src/page_speed_auditor.py --input urls.txt\n\u2026"
      ],
      "included_files": [
        "README.md",
        "examples/performance_budget.json",
        "examples/sample_page.html",
        "guide/01_features.md",
        "guide/02_performance-budget.md",
        "guide/03_exit-codes.md",
        "guide/04_faq.md",
        "src/page_speed_auditor.py"
      ],
      "file_count": 8,
      "download_size_bytes": 49078,
      "download_size_human": "47.9 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-page-speed-auditor",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-page-speed-auditor",
      "demo_url": "https://datanest-stores.com/seo-toolkit/demo-page-speed-auditor/"
    },
    {
      "product_id": "seo-toolkit:redirect-mapper",
      "slug": "redirect-mapper",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "Redirect Mapper",
      "short_description": "URL redirect mapping tool with chain detection, status code validation, and SEO impact analysis.",
      "detailed_description": "Part of the SEO Toolkit by CodeVault Validate your redirect maps before deploying them. Detect loops, chains, status code mistakes, protocol mismatches, and self-referencing redirects \u2014 all the things that tank rankings during site migrations. Includes: Load redirect rules from CSV or JSON files; Detect redirect loops (A \u2192 B \u2192 A) before they hit production; Find redirect chains (A \u2192 B \u2192 C \u2192 D) and warn about depth; Validate HTTP status codes (301 vs 302 vs 307/308); Catch protocol downgrades (HTTPS \u2192 HTTP); Flag trailing slash inconsistencies.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Validate a CSV redirect map\npython src/redirect_mapper.py --input examples/redirects.csv\n\n# Validate a JSON redirect map\npython src/redirect_mapper.py --input examples/redirects.json\n\n# Get JSON output for CI/CD\npython src/redirect_mapper.py --input examples/redirects.csv --format json\n\n# Strict mode \u2014 fail on any warning\npython src/redirect_mapper.py --input examples/redirects.csv --strict\n\n# Custom max chain depth\npython src/redirect_mapper.py --input examples/redirects.csv --max-depth 5\n\u2026",
        "old_url,new_url,status_code\nhttps://www.docs.example.com/old-page,https://www.docs.example.com/new-page,301\nhttps://www.docs.example.com/temp-page,https://www.docs.example.com/other,302"
      ],
      "included_files": [
        "README.md",
        "examples/redirects.csv",
        "examples/redirects.json",
        "guide/01_features.md",
        "guide/02_input-formats.md",
        "guide/03_license.md",
        "src/redirect_mapper.py"
      ],
      "file_count": 7,
      "download_size_bytes": 36786,
      "download_size_human": "35.9 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-redirect-mapper",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-redirect-mapper",
      "demo_url": "https://datanest-stores.com/seo-toolkit/demo-redirect-mapper/"
    },
    {
      "product_id": "seo-toolkit:robots-txt-generator",
      "slug": "robots-txt-generator",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "Robots.txt Generator",
      "short_description": "Robots.txt generator with rule validation, sitemap links, and crawler directive management.",
      "detailed_description": "Part of the SEO Toolkit by CodeVault Generate production-ready robots.txt files from JSON configs or built-in presets. Includes rules for AI crawlers, search engines, and SEO tools. Includes: 4 built-in presets; Block AI crawlers (GPTBot, CCBot, anthropic-ai, Google-Extended); Multiple user-agent blocks with Allow/Disallow rules; Crawl-delay support; Sitemap references (from config or CLI flags); Generation timestamp.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/robots_config.json",
        "guide/01_features.md",
        "guide/02_presets.md",
        "guide/03_cli-flags.md",
        "src/robots_txt_generator.py"
      ],
      "file_count": 6,
      "download_size_bytes": 32457,
      "download_size_human": "31.7 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-robots-txt-generator",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-robots-txt-generator",
      "demo_url": "https://datanest-stores.com/seo-toolkit/demo-robots-txt-generator/"
    },
    {
      "product_id": "seo-toolkit:seo-toolkit-pro-bundle",
      "slug": "seo-toolkit-pro-bundle",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "bundle",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "SEO Toolkit Pro Bundle",
      "short_description": "All 10 SEO tools \u2014 $230 bought separately, yours for $59. Save $171 (74%): meta tags, sitemaps, SERP analysis, structured data, and speed audits.",
      "detailed_description": "SEO Toolkit by CodeVault The complete SEO command-line arsenal \u2014 all 10 tools at a massive discount. Everything you need to audit, optimize, and monitor your site's technical SEO from the terminal.",
      "price_usd": 59,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "seo-toolkit-pro-bundle/\n\u251c\u2500\u2500 meta-tag-generator/\n\u251c\u2500\u2500 sitemap-builder/\n\u251c\u2500\u2500 robots-txt-generator/\n\u251c\u2500\u2500 serp-analyzer/\n\u251c\u2500\u2500 keyword-density-checker/\n\u251c\u2500\u2500 structured-data-validator/\n\u251c\u2500\u2500 redirect-mapper/\n\u251c\u2500\u2500 canonical-url-planner/\n\u251c\u2500\u2500 backlink-checker/\n\u2514\u2500\u2500 page-speed-auditor/",
        "# GitHub Actions example\nsteps:\n  - name: SEO Audit\n    run: |\n      python page-speed-auditor/src/page_speed_auditor.py --url ${{ env.SITE_URL }} --format json --output speed.json\n      python structured-data-validator/src/structured_data_validator.py --input schema.json --format json --output schema-report.json\n      python canonical-url-planner/src/canonical_url_planner.py --input pages.csv --strict"
      ],
      "included_files": [
        "README.md"
      ],
      "file_count": 1,
      "download_size_bytes": 263771,
      "download_size_human": "257.6 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-seo-toolkit-pro-bundle",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-seo-toolkit-pro-bundle",
      "demo_url": null
    },
    {
      "product_id": "seo-toolkit:serp-analyzer",
      "slug": "serp-analyzer",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "SERP Analyzer",
      "short_description": "SERP analysis tool for keyword rankings, snippet previews, and competitor position tracking.",
      "detailed_description": "Part of the SEO Toolkit by CodeVault Analyze saved search engine results pages (SERPs) to extract featured snippets, People Also Ask questions, ranking signals, and content gap opportunities. Includes: Extracts organic results with titles, URLs, and descriptions; Detects 9 SERP features; People Also Ask question extraction; Title pattern analysis (length, common words, year usage); Content gap identification with actionable recommendations; Keyword presence checking across result titles.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# Analyze a saved SERP page\npython src/serp_analyzer.py --input examples/sample_serp.html\n\n# With query context and keyword tracking\npython src/serp_analyzer.py --input serp.html --query \"python seo tools\" --keywords \"python,seo,tools\"\n\n# JSON output for programmatic use\npython src/serp_analyzer.py --input serp.html --format json --output report.json"
      ],
      "included_files": [
        "README.md",
        "examples/sample_serp.html",
        "guide/01_features.md",
        "guide/02_how-to-save-a-serp-page.md",
        "guide/03_cli-flags.md",
        "src/serp_analyzer.py"
      ],
      "file_count": 6,
      "download_size_bytes": 38323,
      "download_size_human": "37.4 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-serp-analyzer",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-serp-analyzer",
      "demo_url": "https://datanest-stores.com/seo-toolkit/demo-serp-analyzer/"
    },
    {
      "product_id": "seo-toolkit:sitemap-builder",
      "slug": "sitemap-builder",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "Sitemap Builder",
      "short_description": "XML sitemap generator with automatic discovery, priority assignment, and changefreq configuration.",
      "detailed_description": "Part of the SEO Toolkit by CodeVault Generate standards-compliant sitemap.xml files from URL lists or JSON configs. Supports priority rules, change frequencies, exclusion patterns, and sitemap indexes. Includes: Generates valid sitemap; Configurable priority rules (e; Configurable changefreq rules (e; URL exclusion patterns (skip admin pages, staging URLs, etc; Accepts URLs from a text file, JSON config, or stdin; Pretty-printed or compact XML output.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "# From a URL list file\npython src/sitemap_builder.py --urls urls.txt --output sitemap.xml\n\n# From a JSON config (with rules and priorities)\npython src/sitemap_builder.py --config examples/sitemap_config.json --output sitemap.xml\n\n# Pipe URLs from another command\ncurl -s https://api.docs.example.com/urls | python src/sitemap_builder.py --output sitemap.xml\n\n# With stats\npython src/sitemap_builder.py --config examples/sitemap_config.json --output sitemap.xml --stats"
      ],
      "included_files": [
        "README.md",
        "examples/sitemap_config.json",
        "guide/01_features.md",
        "guide/02_configuration-reference.md",
        "guide/03_license.md",
        "src/sitemap_builder.py"
      ],
      "file_count": 6,
      "download_size_bytes": 35754,
      "download_size_human": "34.9 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-sitemap-builder",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-sitemap-builder",
      "demo_url": "https://datanest-stores.com/seo-toolkit/demo-sitemap-builder/"
    },
    {
      "product_id": "seo-toolkit:structured-data-validator",
      "slug": "structured-data-validator",
      "store": "seo-toolkit",
      "store_name": "SEO Toolkit",
      "domain": "dev",
      "category": "Dev & Web Craft",
      "tags": [
        "backlinks",
        "dev",
        "keywords",
        "meta tags",
        "page speed",
        "seo",
        "serp",
        "sitemap",
        "structured data"
      ],
      "title": "Structured Data Validator",
      "short_description": "Validate JSON-LD, Microdata, and RDFa structured data against Schema.org standards.",
      "detailed_description": "Part of the SEO Toolkit by CodeVault Validate JSON-LD structured data against Schema.org type specs \u2014 locally, offline, and CI/CD-ready. Catches missing required fields, type mismatches, invalid contexts, and common markup errors that break Google rich results. Includes: Validates JSON-LD files (; Checks 16+ Schema; Validates required fields per type (e; Checks recommended fields and suggests additions for richer results; Validates field values; Recursively validates nested objects (publisher, author, etc.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "examples/sample_jsonld.json",
        "examples/sample_page.html",
        "guide/01_features.md",
        "guide/02_schema-types-supported.md",
        "guide/03_license.md",
        "src/structured_data_validator.py"
      ],
      "file_count": 7,
      "download_size_bytes": 40842,
      "download_size_human": "39.9 KB",
      "product_url": "https://datanest-stores.com/seo-toolkit/#product-structured-data-validator",
      "preview_url": "https://datanest-stores.com/seo-toolkit/preview-structured-data-validator",
      "demo_url": "https://datanest-stores.com/seo-toolkit/demo-structured-data-validator/"
    },
    {
      "product_id": "spreadsheet-tools:financial-dashboard",
      "slug": "financial-dashboard",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "Small Business Financial Dashboard",
      "short_description": "P&L statement, cash flow tracker, balance sheet, and financial forecasting with automated charts and KPI indicators.",
      "detailed_description": "A comprehensive financial workbook for small businesses that brings together your P&L statement, cash flow tracker, balance sheet, and financial forecasting into a single, interconnected spreadsheet. Built for Google Sheets and Microsoft Excel.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "financial-dashboard/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 sheets/\n\u2502   \u251c\u2500\u2500 01-pnl.csv\n\u2502   \u251c\u2500\u2500 02-cash-flow.csv\n\u2502   \u251c\u2500\u2500 03-balance-sheet.csv\n\u2502   \u251c\u2500\u2500 04-revenue-breakdown.csv\n\u2502   \u251c\u2500\u2500 05-expense-tracker.csv\n\u2502   \u251c\u2500\u2500 06-kpi-dashboard.csv\n\u2502   \u2514\u2500\u2500 07-forecast.csv\n\u251c\u2500\u2500 formulas/\n\u2502   \u2514\u2500\u2500 FORMULAS.md\n\u251c\u2500\u2500 docs/\n\u2026"
      ],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/GETTING-STARTED.md",
        "docs/IMPORT-GUIDE.md",
        "financial-dashboard.xlsx",
        "formulas/FORMULAS.md",
        "guide/financial-ratios-explained.md",
        "guide/reading-your-pnl.md",
        "guides/financial-ratios-explained.md",
        "guides/reading-your-pnl.md",
        "sample.xlsx",
        "sheets/01-pnl.csv",
        "sheets/02-cash-flow.csv",
        "sheets/03-balance-sheet.csv",
        "sheets/04-revenue-breakdown.csv",
        "sheets/05-expense-tracker.csv",
        "sheets/06-kpi-dashboard.csv",
        "sheets/07-forecast.csv"
      ],
      "file_count": 18,
      "download_size_bytes": 103184,
      "download_size_human": "100.8 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-financial-dashboard",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-financial-dashboard",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-financial-dashboard/"
    },
    {
      "product_id": "spreadsheet-tools:marketing-roi-tracker",
      "slug": "marketing-roi-tracker",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "Marketing Campaign ROI Tracker",
      "short_description": "Track ad spend, conversions, cost per acquisition, and ROI across multiple channels with automated reporting.",
      "detailed_description": "A comprehensive spreadsheet system for tracking advertising spend, conversions, cost per acquisition, and return on investment across multiple marketing channels. Built for marketing managers, growth teams, and agency professionals who need clear visibility into campaign performance without expensive analytics tools.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/GETTING-STARTED.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/attribution-models.md",
        "guide/calculating-cac-and-roas.md",
        "guides/attribution-models.md",
        "guides/calculating-cac-and-roas.md",
        "marketing-roi-tracker.xlsx",
        "sample.xlsx",
        "sheets/01-campaign-overview.csv",
        "sheets/02-channel-performance.csv",
        "sheets/03-monthly-spend.csv",
        "sheets/04-conversion-tracking.csv",
        "sheets/05-roi-summary.csv",
        "sheets/06-dashboard-data.csv"
      ],
      "file_count": 17,
      "download_size_bytes": 97818,
      "download_size_human": "95.5 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-marketing-roi-tracker",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-marketing-roi-tracker",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-marketing-roi-tracker/"
    },
    {
      "product_id": "spreadsheet-tools:project-management-sheet",
      "slug": "project-management-sheet",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "Project Management Spreadsheet",
      "short_description": "Gantt chart, resource allocation, budget tracker, and milestone tracking with automated status dashboards.",
      "detailed_description": "A spreadsheet-based project tracker with a built-in Gantt chart, resource plan, budget tracker, milestone log, status dashboard, and risk register \u2014 all driven by one task list, all in plain Google Sheets or Excel. No add-ons, no macros, no project-management SaaS subscription. This workbook is built around a worked example: a \"Customer Portal Redesign\" project, 18 tasks across five phases (Discovery \u2192 Design \u2192 Development \u2192 QA & Testing \u2192 Launch), tracked as of a real status date (2025-03-17). Every rollup reconciles \u2014 the Gantt bars, the per-person allocation, the budget variance, the milestone slip, and the dashboard KPIs are all computed from the single task list, so you can trace any number back to the row it came from. Replace the sample tasks with your own and the whole workbook recalculates. Includes: formulas/FORMULAS; guides/building-a-gantt-in-sheets; guides/resource-leveling; docs/ \u2014 getting-started, CSV import, and customization guides.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/GETTING-STARTED.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/building-a-gantt-in-sheets.md",
        "guide/resource-leveling.md",
        "guides/building-a-gantt-in-sheets.md",
        "guides/resource-leveling.md",
        "project-management-sheet.xlsx",
        "sample.xlsx",
        "sheets/01-task-list.csv",
        "sheets/02-gantt-chart.csv",
        "sheets/03-resource-allocation.csv",
        "sheets/04-budget-tracker.csv",
        "sheets/05-milestone-log.csv",
        "sheets/06-status-dashboard.csv",
        "sheets/07-team-roster.csv",
        "sheets/08-risk-register.csv"
      ],
      "file_count": 19,
      "download_size_bytes": 126356,
      "download_size_human": "123.4 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-project-management-sheet",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-project-management-sheet",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-project-management-sheet/"
    },
    {
      "product_id": "spreadsheet-tools:hr-hiring-tracker",
      "slug": "hr-hiring-tracker",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "HR & Hiring Pipeline Tracker",
      "short_description": "Applicant tracking system with pipeline stages, interview scoring, offer tracking, and hiring metrics dashboard.",
      "detailed_description": "A comprehensive applicant tracking system built entirely in Google Sheets / Excel. Track candidates from first application through offer acceptance, score interviews consistently, and monitor hiring metrics \u2014 all without expensive ATS software.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/GETTING-STARTED.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/structured-interview-scoring.md",
        "guides/structured-interview-scoring.md",
        "hr-hiring-tracker.xlsx",
        "sample.xlsx",
        "sheets/applicants.csv",
        "sheets/hiring-metrics.csv",
        "sheets/interview-scorecards.csv",
        "sheets/job-requisitions.csv",
        "sheets/offers.csv",
        "sheets/pipeline-stages.csv"
      ],
      "file_count": 15,
      "download_size_bytes": 93065,
      "download_size_human": "90.9 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-hr-hiring-tracker",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-hr-hiring-tracker",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-hr-hiring-tracker/"
    },
    {
      "product_id": "spreadsheet-tools:sales-pipeline-crm",
      "slug": "sales-pipeline-crm",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "Sales Pipeline & CRM",
      "short_description": "Lead tracking, deal stages, revenue forecasting, and sales performance dashboard with automated pipeline views.",
      "detailed_description": "A complete spreadsheet-based CRM and sales pipeline management system. Track leads from first contact through close, forecast revenue with weighted probabilities, monitor rep performance, and run your entire sales operation from a single workbook.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "sales-pipeline-crm/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 sheets/\n\u2502   \u251c\u2500\u2500 01-pipeline.csv\n\u2502   \u251c\u2500\u2500 02-contacts.csv\n\u2502   \u251c\u2500\u2500 03-activities.csv\n\u2502   \u251c\u2500\u2500 04-deal-stages.csv\n\u2502   \u251c\u2500\u2500 05-forecast.csv\n\u2502   \u2514\u2500\u2500 06-performance.csv\n\u251c\u2500\u2500 formulas/\n\u2502   \u2514\u2500\u2500 FORMULAS.md\n\u251c\u2500\u2500 docs/\n\u2502   \u251c\u2500\u2500 GETTING-STARTED.md\n\u2026"
      ],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/GETTING-STARTED.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/lead-scoring-methodology.md",
        "guide/weighted-pipeline-forecasting.md",
        "guides/lead-scoring-methodology.md",
        "guides/weighted-pipeline-forecasting.md",
        "sales-pipeline-crm.xlsx",
        "sample.xlsx",
        "sheets/01-pipeline.csv",
        "sheets/02-contacts.csv",
        "sheets/03-activities.csv",
        "sheets/04-deal-stages.csv",
        "sheets/05-forecast.csv",
        "sheets/06-performance.csv"
      ],
      "file_count": 17,
      "download_size_bytes": 91783,
      "download_size_human": "89.6 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-sales-pipeline-crm",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-sales-pipeline-crm",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-sales-pipeline-crm/"
    },
    {
      "product_id": "spreadsheet-tools:personal-budget-tracker",
      "slug": "personal-budget-tracker",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "Personal Budget & Net Worth Tracker",
      "short_description": "Monthly budget, expense categories, savings goals, investment tracking, and net worth calculation with trend charts.",
      "detailed_description": "A complete personal finance workbook for tracking monthly budgets, categorized expenses, savings goals, investments, and net worth \u2014 with trend charts and the 50/30/20 framework built in. Works in Google Sheets and Microsoft Excel.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "personal-budget-tracker/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 sheets/\n\u2502   \u251c\u2500\u2500 01-monthly-budget.csv\n\u2502   \u251c\u2500\u2500 02-transactions.csv\n\u2502   \u251c\u2500\u2500 03-expense-categories.csv\n\u2502   \u251c\u2500\u2500 04-savings-goals.csv\n\u2502   \u251c\u2500\u2500 05-investments.csv\n\u2502   \u2514\u2500\u2500 06-net-worth.csv\n\u251c\u2500\u2500 formulas/\n\u2502   \u2514\u2500\u2500 FORMULAS.md\n\u251c\u2500\u2500 docs/\n\u2502   \u251c\u2500\u2500 GETTING-STARTED.md\n\u2026"
      ],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/GETTING-STARTED.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/50-30-20-method.md",
        "guide/tracking-net-worth.md",
        "guides/50-30-20-method.md",
        "guides/tracking-net-worth.md",
        "personal-budget-tracker.xlsx",
        "sample.xlsx",
        "sheets/01-monthly-budget.csv",
        "sheets/02-transactions.csv",
        "sheets/03-expense-categories.csv",
        "sheets/04-savings-goals.csv",
        "sheets/05-investments.csv",
        "sheets/06-net-worth.csv"
      ],
      "file_count": 17,
      "download_size_bytes": 104731,
      "download_size_human": "102.3 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-personal-budget-tracker",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-personal-budget-tracker",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-personal-budget-tracker/"
    },
    {
      "product_id": "spreadsheet-tools:kpi-dashboard-pack",
      "slug": "kpi-dashboard-pack",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "KPI Dashboard Template Pack",
      "short_description": "10 industry-specific KPI dashboards: SaaS, e-commerce, marketing, HR, finance, ops, support, product, engineering, sales.",
      "detailed_description": "Ten industry-specific KPI dashboard templates covering the metrics that matter most for SaaS, e-commerce, marketing, HR, finance, operations, customer support, product management, engineering, and sales teams. Each dashboard includes real KPIs with targets, actual values, month-over-month change, traffic-light status, and 12 months of trend data ready for visualization.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "kpi-dashboard-pack/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 sheets/\n\u2502   \u251c\u2500\u2500 01-saas-kpis.csv\n\u2502   \u251c\u2500\u2500 02-ecommerce-kpis.csv\n\u2502   \u251c\u2500\u2500 03-marketing-kpis.csv\n\u2502   \u251c\u2500\u2500 04-hr-kpis.csv\n\u2502   \u251c\u2500\u2500 05-finance-kpis.csv\n\u2502   \u251c\u2500\u2500 06-operations-kpis.csv\n\u2502   \u251c\u2500\u2500 07-support-kpis.csv\n\u2502   \u251c\u2500\u2500 08-product-kpis.csv\n\u2502   \u251c\u2500\u2500 09-engineering-kpis.csv\n\u2502   \u2514\u2500\u2500 10-sales-kpis.csv\n\u2026"
      ],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/GETTING-STARTED.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/choosing-the-right-kpis.md",
        "guide/dashboard-design-principles.md",
        "guides/choosing-the-right-kpis.md",
        "guides/dashboard-design-principles.md",
        "kpi-dashboard-pack.xlsx",
        "sample.xlsx",
        "sheets/01-saas-kpis.csv",
        "sheets/02-ecommerce-kpis.csv",
        "sheets/03-marketing-kpis.csv",
        "sheets/04-hr-kpis.csv",
        "sheets/05-finance-kpis.csv",
        "sheets/06-operations-kpis.csv",
        "sheets/07-support-kpis.csv",
        "sheets/08-product-kpis.csv",
        "sheets/09-engineering-kpis.csv",
        "sheets/10-sales-kpis.csv"
      ],
      "file_count": 21,
      "download_size_bytes": 121499,
      "download_size_human": "118.7 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-kpi-dashboard-pack",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-kpi-dashboard-pack",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-kpi-dashboard-pack/"
    },
    {
      "product_id": "spreadsheet-tools:apps-script-starter-kit",
      "slug": "apps-script-starter-kit",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "Google Apps Script Starter Kit",
      "short_description": "20+ Apps Script automations: email workflows, form processing, data sync, report generation, and calendar management.",
      "detailed_description": "A collection of 20+ ready-to-use Google Apps Script automations for Google Sheets, Gmail, Drive, Calendar, and Forms. Each script is self-contained, thoroughly commented, and works immediately after pasting into your Apps Script editor.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "apps-script/auto-numbering.gs",
        "apps-script/auto-reply-filter.gs",
        "apps-script/availability-finder.gs",
        "apps-script/backup-to-drive.gs",
        "apps-script/calendar-sync.gs",
        "apps-script/chart-to-slack.gs",
        "apps-script/conditional-formatting-advanced.gs",
        "apps-script/cross-sheet-lookup.gs",
        "apps-script/daily-report.gs",
        "apps-script/data-validation.gs",
        "apps-script/digest-email.gs",
        "apps-script/duplicate-detector.gs",
        "apps-script/email-tracker.gs",
        "apps-script/form-to-sheet.gs",
        "apps-script/json-api-import.gs",
        "apps-script/meeting-prep.gs",
        "apps-script/pivot-summary.gs",
        "apps-script/scheduled-reminders.gs",
        "apps-script/send-bulk-email.gs",
        "apps-script/sheet-to-pdf.gs",
        "apps-script/sheet-to-sheet-sync.gs",
        "guide/01_what-s-included.md",
        "guide/02_script-complexity-levels.md",
        "guide/03_support.md"
      ],
      "file_count": 25,
      "download_size_bytes": 68323,
      "download_size_human": "66.7 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-apps-script-starter-kit",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-apps-script-starter-kit",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-apps-script-starter-kit/"
    },
    {
      "product_id": "spreadsheet-tools:data-cleaning-templates",
      "slug": "data-cleaning-templates",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "Data Cleaning & Analysis Templates",
      "short_description": "Data validation formulas, deduplication tools, pivot table templates, and statistical analysis frameworks in Sheets.",
      "detailed_description": "A spreadsheet toolkit for turning a messy data export into a clean, deduplicated, analysis-ready table \u2014 and then actually analyzing it \u2014 entirely in Google Sheets or Excel, with no add-ons, macros, or API keys. The workbook is built around two worked datasets you can trace end to end: 1. A messy customer export (22 rows, deliberately dirty) that you clean field by field, validate, normalize, and deduplicate down to 18 unique records. 2. A clean transactions table (31 orders) that you summarize with pivot tables and profile with descriptive statistics. Every transformation is shown twice \u2014 once as the before and once as the after \u2014 so you can see exactly what each formula does and copy the pattern onto your own data. Every number reconciles: the deduplication drops exactly the four rows you can see are duplicates, the pivot totals add up to the transaction total, and the statistics match the raw values to the cent. Includes: formulas/FORMULAS; guides/data-cleaning-checklist; guides/pivot-table-recipes; docs/ \u2014 getting-started, CSV import, and customization guides.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "data-cleaning-templates.xlsx",
        "docs/CUSTOMIZATION.md",
        "docs/GETTING-STARTED.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/data-cleaning-checklist.md",
        "guide/pivot-table-recipes.md",
        "guides/data-cleaning-checklist.md",
        "guides/pivot-table-recipes.md",
        "sample.xlsx",
        "sheets/01-dirty-data.csv",
        "sheets/02-cleaned-data.csv",
        "sheets/03-deduplication.csv",
        "sheets/04-validation-rules.csv",
        "sheets/05-normalization-map.csv",
        "sheets/06-pivot-source.csv",
        "sheets/07-pivot-summary.csv",
        "sheets/08-statistical-summary.csv"
      ],
      "file_count": 19,
      "download_size_bytes": 116784,
      "download_size_human": "114.0 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-data-cleaning-templates",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-data-cleaning-templates",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-data-cleaning-templates/"
    },
    {
      "product_id": "spreadsheet-tools:saas-financial-model",
      "slug": "saas-financial-model",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "SaaS Financial Model",
      "short_description": "MRR/ARR tracking, churn analysis, LTV/CAC calculations, runway projections, and fundraising scenario modeling.",
      "detailed_description": "A comprehensive financial modeling workbook built specifically for SaaS (Software as a Service) businesses. Track MRR/ARR, model churn scenarios, calculate unit economics (LTV/CAC), project runway, and build fundraising scenarios \u2014 all in one interconnected spreadsheet.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "saas-financial-model/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 sheets/\n\u2502   \u251c\u2500\u2500 01-mrr-tracker.csv\n\u2502   \u251c\u2500\u2500 02-cohort-analysis.csv\n\u2502   \u251c\u2500\u2500 03-churn-analysis.csv\n\u2502   \u251c\u2500\u2500 04-unit-economics.csv\n\u2502   \u251c\u2500\u2500 05-runway-model.csv\n\u2502   \u251c\u2500\u2500 06-revenue-forecast.csv\n\u2502   \u251c\u2500\u2500 07-fundraising-scenarios.csv\n\u2502   \u2514\u2500\u2500 08-kpi-summary.csv\n\u251c\u2500\u2500 formulas/\n\u2502   \u2514\u2500\u2500 FORMULAS.md\n\u2026"
      ],
      "included_files": [
        "README.md",
        "docs/CUSTOMIZATION.md",
        "docs/GETTING-STARTED.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/fundraising-modeling-guide.md",
        "guide/saas-metrics-explained.md",
        "guides/fundraising-modeling-guide.md",
        "guides/saas-metrics-explained.md",
        "saas-financial-model.xlsx",
        "sample.xlsx",
        "sheets/01-mrr-tracker.csv",
        "sheets/02-cohort-analysis.csv",
        "sheets/03-churn-analysis.csv",
        "sheets/04-unit-economics.csv",
        "sheets/05-runway-model.csv",
        "sheets/06-revenue-forecast.csv",
        "sheets/07-fundraising-scenarios.csv",
        "sheets/08-kpi-summary.csv"
      ],
      "file_count": 19,
      "download_size_bytes": 91033,
      "download_size_human": "88.9 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-saas-financial-model",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-saas-financial-model",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-saas-financial-model/"
    },
    {
      "product_id": "spreadsheet-tools:cloud-cost-calculator",
      "slug": "cloud-cost-calculator",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "Cloud Cost Calculator",
      "short_description": "AWS/Azure/GCP service cost estimator with comparison views, reserved instance modeling, and monthly spend forecasting.",
      "detailed_description": "A spreadsheet-based cloud cost estimator and comparison model for AWS, Azure, and GCP. Price a real multi-tier application across all three providers, model reserved / committed-use savings, and forecast 12 months of spend against a budget \u2014 entirely in Google Sheets or Excel, with no add-ons, macros, or API keys. This workbook is built around a worked example: a production three-tier web application (web, API, database, cache, storage, networking, monitoring, backup). Every number in every tab reconciles, so you can trace a single line item all the way from a per-hour rate to the annual forecast and see exactly how it was calculated. Replace the sample line items with your own and the whole model recalculates. Includes: formulas/FORMULAS; pricing/ \u2014 illustrative AWS EC2, Azure VM, and GCP Compute rate cards you can use as a starting reference; guides/reserved-instance-strategy; docs/ \u2014 getting-started, CSV import, and customization guides.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "README.md",
        "cloud-cost-calculator.xlsx",
        "docs/CUSTOMIZATION.md",
        "docs/GETTING-STARTED.md",
        "docs/IMPORT-GUIDE.md",
        "formulas/FORMULAS.md",
        "guide/reserved-instance-strategy.md",
        "guides/reserved-instance-strategy.md",
        "pricing/aws-ec2-sample.csv",
        "pricing/azure-vm-sample.csv",
        "pricing/gcp-compute-sample.csv",
        "sample.xlsx",
        "sheets/01-aws-estimate.csv",
        "sheets/02-azure-estimate.csv",
        "sheets/03-gcp-estimate.csv",
        "sheets/04-provider-comparison.csv",
        "sheets/05-reserved-vs-ondemand.csv",
        "sheets/06-monthly-forecast.csv"
      ],
      "file_count": 18,
      "download_size_bytes": 98607,
      "download_size_human": "96.3 KB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-cloud-cost-calculator",
      "preview_url": "https://datanest-stores.com/spreadsheet-tools/preview-cloud-cost-calculator",
      "demo_url": "https://datanest-stores.com/spreadsheet-tools/demo-cloud-cost-calculator/"
    },
    {
      "product_id": "spreadsheet-tools:spreadsheet-complete-bundle",
      "slug": "spreadsheet-complete-bundle",
      "store": "spreadsheet-tools",
      "store_name": "Spreadsheet Tools Pro",
      "domain": "data",
      "category": "Data & Analytics",
      "tags": [
        "apps script",
        "budget",
        "bundle",
        "data",
        "excel",
        "financial dashboard",
        "google sheets",
        "kpi tracker",
        "spreadsheets"
      ],
      "title": "Spreadsheet Tools Bundle",
      "short_description": "All 11 templates \u2014 $359 bought separately, yours for $149. Save $210 (58%): financial dashboards, CRM, KPI packs, SaaS model, and Apps Script automation.",
      "detailed_description": "A comprehensive financial workbook for small businesses that brings together your P&L statement, cash flow tracker, balance sheet, and financial forecasting into a single, interconnected spreadsheet. Built for Google Sheets and Microsoft Excel.",
      "price_usd": 149,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "financial-dashboard/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 sheets/\n\u2502   \u251c\u2500\u2500 01-pnl.csv\n\u2502   \u251c\u2500\u2500 02-cash-flow.csv\n\u2502   \u251c\u2500\u2500 03-balance-sheet.csv\n\u2502   \u251c\u2500\u2500 04-revenue-breakdown.csv\n\u2502   \u251c\u2500\u2500 05-expense-tracker.csv\n\u2502   \u251c\u2500\u2500 06-kpi-dashboard.csv\n\u2502   \u2514\u2500\u2500 07-forecast.csv\n\u251c\u2500\u2500 formulas/\n\u2502   \u2514\u2500\u2500 FORMULAS.md\n\u251c\u2500\u2500 docs/\n\u2026"
      ],
      "included_files": [
        "products/apps-script-starter-kit/README.md",
        "products/apps-script-starter-kit/source/README.md",
        "products/apps-script-starter-kit/source/apps-script/auto-numbering.gs",
        "products/apps-script-starter-kit/source/apps-script/auto-reply-filter.gs",
        "products/apps-script-starter-kit/source/apps-script/availability-finder.gs",
        "products/apps-script-starter-kit/source/apps-script/backup-to-drive.gs",
        "products/apps-script-starter-kit/source/apps-script/calendar-sync.gs",
        "products/apps-script-starter-kit/source/apps-script/chart-to-slack.gs",
        "products/apps-script-starter-kit/source/apps-script/conditional-formatting-advanced.gs",
        "products/apps-script-starter-kit/source/apps-script/cross-sheet-lookup.gs",
        "products/apps-script-starter-kit/source/apps-script/daily-report.gs",
        "products/apps-script-starter-kit/source/apps-script/data-validation.gs",
        "products/apps-script-starter-kit/source/apps-script/digest-email.gs",
        "products/apps-script-starter-kit/source/apps-script/duplicate-detector.gs",
        "products/apps-script-starter-kit/source/apps-script/email-tracker.gs",
        "products/apps-script-starter-kit/source/apps-script/form-to-sheet.gs",
        "products/apps-script-starter-kit/source/apps-script/json-api-import.gs",
        "products/apps-script-starter-kit/source/apps-script/meeting-prep.gs",
        "products/apps-script-starter-kit/source/apps-script/pivot-summary.gs",
        "products/apps-script-starter-kit/source/apps-script/scheduled-reminders.gs",
        "products/apps-script-starter-kit/source/apps-script/send-bulk-email.gs",
        "products/apps-script-starter-kit/source/apps-script/sheet-to-pdf.gs",
        "products/apps-script-starter-kit/source/apps-script/sheet-to-sheet-sync.gs",
        "products/apps-script-starter-kit/source/guide/01_what-s-included.md",
        "products/apps-script-starter-kit/source/guide/02_script-complexity-levels.md",
        "products/apps-script-starter-kit/source/guide/03_support.md",
        "products/cloud-cost-calculator/README.md",
        "products/cloud-cost-calculator/source/README.md",
        "products/cloud-cost-calculator/source/cloud-cost-calculator.xlsx",
        "products/cloud-cost-calculator/source/docs/CUSTOMIZATION.md",
        "products/cloud-cost-calculator/source/docs/GETTING-STARTED.md",
        "products/cloud-cost-calculator/source/docs/IMPORT-GUIDE.md",
        "products/cloud-cost-calculator/source/formulas/FORMULAS.md",
        "products/cloud-cost-calculator/source/guide/reserved-instance-strategy.md",
        "products/cloud-cost-calculator/source/guides/reserved-instance-strategy.md",
        "products/cloud-cost-calculator/source/pricing/aws-ec2-sample.csv",
        "products/cloud-cost-calculator/source/pricing/azure-vm-sample.csv",
        "products/cloud-cost-calculator/source/pricing/gcp-compute-sample.csv",
        "products/cloud-cost-calculator/source/sample.xlsx",
        "products/cloud-cost-calculator/source/sheets/01-aws-estimate.csv",
        "products/cloud-cost-calculator/source/sheets/02-azure-estimate.csv",
        "products/cloud-cost-calculator/source/sheets/03-gcp-estimate.csv",
        "products/cloud-cost-calculator/source/sheets/04-provider-comparison.csv",
        "products/cloud-cost-calculator/source/sheets/05-reserved-vs-ondemand.csv",
        "products/cloud-cost-calculator/source/sheets/06-monthly-forecast.csv",
        "products/data-cleaning-templates/README.md",
        "products/data-cleaning-templates/source/README.md",
        "products/data-cleaning-templates/source/data-cleaning-templates.xlsx",
        "products/data-cleaning-templates/source/docs/CUSTOMIZATION.md",
        "products/data-cleaning-templates/source/docs/GETTING-STARTED.md",
        "products/data-cleaning-templates/source/docs/IMPORT-GUIDE.md",
        "products/data-cleaning-templates/source/formulas/FORMULAS.md",
        "products/data-cleaning-templates/source/guide/data-cleaning-checklist.md",
        "products/data-cleaning-templates/source/guide/pivot-table-recipes.md",
        "products/data-cleaning-templates/source/guides/data-cleaning-checklist.md",
        "products/data-cleaning-templates/source/guides/pivot-table-recipes.md",
        "products/data-cleaning-templates/source/sample.xlsx",
        "products/data-cleaning-templates/source/sheets/01-dirty-data.csv",
        "products/data-cleaning-templates/source/sheets/02-cleaned-data.csv",
        "products/data-cleaning-templates/source/sheets/03-deduplication.csv",
        "products/data-cleaning-templates/source/sheets/04-validation-rules.csv",
        "products/data-cleaning-templates/source/sheets/05-normalization-map.csv",
        "products/data-cleaning-templates/source/sheets/06-pivot-source.csv",
        "products/data-cleaning-templates/source/sheets/07-pivot-summary.csv",
        "products/data-cleaning-templates/source/sheets/08-statistical-summary.csv",
        "products/financial-dashboard/README.md",
        "products/financial-dashboard/source/README.md",
        "products/financial-dashboard/source/docs/CUSTOMIZATION.md",
        "products/financial-dashboard/source/docs/GETTING-STARTED.md",
        "products/financial-dashboard/source/docs/IMPORT-GUIDE.md",
        "products/financial-dashboard/source/financial-dashboard.xlsx",
        "products/financial-dashboard/source/formulas/FORMULAS.md",
        "products/financial-dashboard/source/guide/financial-ratios-explained.md",
        "products/financial-dashboard/source/guide/reading-your-pnl.md",
        "products/financial-dashboard/source/guides/financial-ratios-explained.md",
        "products/financial-dashboard/source/guides/reading-your-pnl.md",
        "products/financial-dashboard/source/sample.xlsx",
        "products/financial-dashboard/source/sheets/01-pnl.csv",
        "products/financial-dashboard/source/sheets/02-cash-flow.csv",
        "products/financial-dashboard/source/sheets/03-balance-sheet.csv"
      ],
      "file_count": 80,
      "download_size_bytes": 1134807,
      "download_size_human": "1.1 MB",
      "product_url": "https://datanest-stores.com/spreadsheet-tools/#product-spreadsheet-complete-bundle",
      "preview_url": null,
      "demo_url": null
    },
    {
      "product_id": "sre-platform:runbook-template-library",
      "slug": "runbook-template-library",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "Runbook Template Library",
      "short_description": "50+ operational runbooks for common incidents: database issues, memory leaks, traffic spikes, deployment failures.",
      "detailed_description": "A comprehensive library of 54 operational runbooks for Site Reliability Engineering teams, covering the most common infrastructure incidents and operational procedures. --- Includes: 54 detailed runbooks organized into 7 categories (database, compute, network, deploy, storage, observability, security); Blank template (RUNBOOKTEMPLATE; Writing guide (WRITINGGUIDE; Complete index (INDEX.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [],
      "supported_versions": [],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [],
      "included_files": [
        "INDEX.md",
        "README.md",
        "RUNBOOK_TEMPLATE.md",
        "WRITING_GUIDE.md",
        "compute/container-crash.md",
        "compute/cpu-saturation.md",
        "compute/disk-io-saturation.md",
        "compute/memory-leak.md",
        "compute/oom-kills.md",
        "compute/restart-loops.md",
        "compute/thread-pool-exhaustion.md",
        "compute/zombie-processes.md",
        "database/backup-failure.md",
        "database/connection-pool-exhaustion.md",
        "database/deadlock-detection.md",
        "database/disk-full.md",
        "database/failover-procedure.md",
        "database/index-corruption.md",
        "database/replication-lag.md",
        "database/schema-migration-failure.md",
        "database/slow-queries.md",
        "deploy/blue-green-switch-failure.md",
        "deploy/canary-abort.md",
        "deploy/config-drift.md",
        "deploy/dependency-failure.md",
        "deploy/failed-rollout.md",
        "deploy/helm-release-stuck.md",
        "deploy/migration-failure.md",
        "deploy/rollback-procedure.md",
        "guide/01_runbook-structure.md",
        "guide/02_writing-guide.md",
        "guide/03_runbook-index.md",
        "network/connection-timeout.md",
        "network/dns-failure.md",
        "network/firewall-misconfiguration.md",
        "network/load-balancer-issues.md",
        "network/packet-loss.md",
        "network/service-mesh-failure.md",
        "network/tls-cert-expiry.md",
        "network/traffic-spike.md",
        "observability/alerting-storm.md",
        "observability/cardinality-explosion.md",
        "observability/dashboard-data-gap.md",
        "observability/log-ingestion-failure.md",
        "observability/metrics-pipeline-lag.md",
        "observability/monitoring-blind-spot.md",
        "observability/trace-collection-failure.md",
        "security/api-key-leak.md",
        "security/cert-rotation.md",
        "security/ddos-mitigation.md",
        "security/privilege-escalation.md",
        "security/secret-rotation.md",
        "security/suspected-breach.md",
        "security/unauthorized-access.md",
        "storage/data-corruption.md",
        "storage/disk-full.md",
        "storage/nfs-mount-stale.md",
        "storage/object-storage-latency.md",
        "storage/quota-exceeded.md",
        "storage/snapshot-failure.md",
        "storage/volume-detach-failure.md"
      ],
      "file_count": 61,
      "download_size_bytes": 265425,
      "download_size_human": "259.2 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-runbook-template-library",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-runbook-template-library",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-runbook-template-library/"
    },
    {
      "product_id": "sre-platform:chaos-engineering-toolkit",
      "slug": "chaos-engineering-toolkit",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "Chaos Engineering Toolkit",
      "short_description": "Chaos experiment designs, Litmus/Gremlin configs, failure injection scripts, and game day planning templates.",
      "detailed_description": "A comprehensive toolkit for designing, executing, and managing chaos engineering experiments. Includes Python failure injection libraries (stdlib only), experiment configurations, game day templates, and a maturity model guide. Includes: Failure Injection Engine \u2014 Decorator-based latency/error/resource injection with safety controls; Steady-State Hypothesis Checker \u2014 Define and evaluate system health before, during, and after experiments; Blast Radius Control \u2014 Progressive expansion with consistent hashing, automatic abort, and kill switch; Experiment Catalog \u2014 Pre-built YAML experiment definitions for common failure scenarios; Game Day Templates \u2014 Structured planning documents for team chaos exercises; Maturity Model Guide \u2014 Five-level progression framework for building a chaos program.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "Standard library only \u2014 no external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.failure_injector import FailureInjector, InjectionConfig, FailureType\n\ninjector = FailureInjector()\nconfig = InjectionConfig(\n    failure_type=FailureType.LATENCY,\n    probability=0.3,         # Affect 30% of calls\n    latency_ms=500,          # Add 500ms delay\n    duration_seconds=300,    # Run for 5 minutes\n    blast_radius_pct=30.0,   # Safety: never exceed 30%\n)\ninjector.activate(config)\n\n@injector.inject_latency(config)\ndef call_user_service(user_id: str) -> dict:\n\u2026",
        "from src.blast_radius import create_progressive_experiment\n\nlimiter = create_progressive_experiment(\n    initial_pct=5.0,             # Start with 5% of traffic\n    max_pct=30.0,                # Never exceed 30%\n    step_pct=5.0,                # Increase by 5% each step\n    step_interval_seconds=300,   # Expand every 5 minutes\n    abort_at_error_rate=0.05,    # Abort if errors exceed 5%\n)\n\nlimiter.activate()\n\n# For each incoming request:\nif limiter.should_affect(request_id=request.id):\n\u2026"
      ],
      "included_files": [
        "README.md",
        "experiments/dependency_failure.yaml",
        "experiments/latency_injection.yaml",
        "experiments/pod_failure.yaml",
        "guide/01-chaos-engineering-foundations.md",
        "guide/02-experiment-design.md",
        "guide/03-steady-state-hypothesis.md",
        "guide/04-game-day-planning.md",
        "guide/05-chaos-maturity-model.md",
        "guides/chaos_maturity_model.md",
        "src/__init__.py",
        "src/blast_radius.py",
        "src/failure_injector.py",
        "src/steady_state.py",
        "templates/experiment_proposal.md",
        "templates/gameday_plan.md",
        "tests/test_chaos.py"
      ],
      "file_count": 17,
      "download_size_bytes": 82826,
      "download_size_human": "80.9 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-chaos-engineering-toolkit",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-chaos-engineering-toolkit",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-chaos-engineering-toolkit/"
    },
    {
      "product_id": "sre-platform:on-call-management-kit",
      "slug": "on-call-management-kit",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "On-Call Management Kit",
      "short_description": "PagerDuty/OpsGenie configs, escalation policies, rotation schedules, and incident communication templates.",
      "detailed_description": "A complete on-call operations toolkit: configuration-as-code for PagerDuty and OpsGenie, Python rotation generators, incident communication templates, and guides for building a sustainable on-call program. Includes: PagerDuty configuration-as-code \u2014 Escalation policies, service definitions, and alert routing rules in YAML ready for Terraform/Pulumi import or API-driven provisioning; OpsGenie configuration-as-code \u2014 Equivalent configs for OpsGenie including schedules, routing rules, and escalation policies; Python rotation tools (stdlib only) \u2014 Generate rotation calendars, validate escalation coverage gaps, and export schedules to iCal format; Incident communication templates \u2014 Pre-written markdown templates for status page updates, stakeholder communications, and severity-specific incident comms; On-call handoff checklist \u2014 Structured handoff procedure to reduce context loss between rotations; Healthy on-call program guide \u2014 Comprehensive guide covering toil budgets, alert hygiene, compensation models, and burnout prevention.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.rotation_generator import RotationGenerator, RotationConfig\n\nconfig = RotationConfig(\n    team_members=[\"alice\", \"bob\", \"carol\", \"dave\"],\n    rotation_type=\"weekly\",\n    start_date=\"2025-01-06\",\n    weeks_to_generate=12,\n    handoff_day=\"monday\",\n    handoff_hour=9,\n)\n\ngenerator = RotationGenerator(config)\nschedule = generator.generate()\n\n\u2026",
        "from src.escalation_validator import EscalationValidator\n\nvalidator = EscalationValidator()\nvalidator.load_from_yaml(\"configs/pagerduty/escalation_policies.yaml\")\n\nreport = validator.validate()\nif report.has_gaps:\n    for gap in report.gaps:\n        print(f\"COVERAGE GAP: {gap.start} to {gap.end} \u2014 no responder assigned\")\nelse:\n    print(\"All escalation policies have complete 24/7 coverage\")"
      ],
      "included_files": [
        "README.md",
        "configs/opsgenie/escalation_policies.yaml",
        "configs/opsgenie/routing_rules.yaml",
        "configs/opsgenie/schedules.yaml",
        "configs/pagerduty/alert_routing.yaml",
        "configs/pagerduty/escalation_policies.yaml",
        "configs/pagerduty/services.yaml",
        "guide/01-building-an-on-call-program.md",
        "guide/02-configuration-as-code.md",
        "guide/03-rotation-generation-and-coverage.md",
        "guide/04-incident-communication-templates.md",
        "guide/05-alert-hygiene-and-burnout-prevention.md",
        "guides/alert_hygiene.md",
        "guides/healthy_oncall_program.md",
        "src/escalation_validator.py",
        "src/rotation_generator.py",
        "src/schedule_exporter.py",
        "templates/incident_comms_sev1.md",
        "templates/incident_comms_sev2.md",
        "templates/incident_comms_sev3.md",
        "templates/on_call_handoff_checklist.md",
        "templates/stakeholder_comms.md",
        "templates/status_page_update.md"
      ],
      "file_count": 23,
      "download_size_bytes": 136478,
      "download_size_human": "133.3 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-on-call-management-kit",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-on-call-management-kit",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-on-call-management-kit/"
    },
    {
      "product_id": "sre-platform:capacity-planning-toolkit",
      "slug": "capacity-planning-toolkit",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "Capacity Planning Toolkit",
      "short_description": "Load forecasting models, resource utilization tracking, scaling decision frameworks, and capacity review templates.",
      "detailed_description": "A Python toolkit for infrastructure load forecasting, resource utilization tracking, scaling decisions, and cost modeling. All implementations use Python standard library only \u2014 no numpy, pandas, or scipy required. Includes: Load Forecasting \u2014 Linear regression, seasonal decomposition, double exponential smoothing, all implemented from scratch; Resource Utilization Tracking \u2014 Fleet-wide CPU/memory/disk monitoring with anomaly detection via z-score analysis; Scaling Advisor \u2014 Headroom-based scaling recommendations with tier-specific policies and cost-aware decisions; Cost Modeling \u2014 Unit economics computation, scaling cost projections, and optimization opportunity identification; Auto-Method Selection \u2014 Forecaster automatically picks the best algorithm based on data characteristics.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "Standard library only \u2014 zero external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.forecaster import Forecaster, TimeSeriesPoint\nfrom datetime import datetime, timedelta\n\n# Load your historical utilization data\ndata = [\n    TimeSeriesPoint(timestamp=datetime(2024, 1, 1) + timedelta(days=i), value=cpu_pct)\n    for i, cpu_pct in enumerate(your_daily_cpu_data)\n]\n\nforecaster = Forecaster()\nresult = forecaster.auto_forecast(data, horizon_days=90)\n\nprint(f\"Method selected: {result.method}\")\nprint(f\"Model fit (R\u00b2): {result.r_squared:.3f}\")\n\u2026",
        "from src.utilization import UtilizationTracker, ResourceMetric, ResourceType\nfrom datetime import datetime\n\ntracker = UtilizationTracker(waste_threshold=15.0, critical_threshold=85.0)\n\ntracker.record(ResourceMetric(\n    resource_id=\"web-server-001\",\n    resource_type=ResourceType.CPU,\n    timestamp=datetime.utcnow(),\n    utilization_pct=72.5,\n    capacity_total=8.0,  # 8 CPU cores\n    capacity_used=5.8,\n    metadata={\"cluster\": \"production\", \"tier\": \"web\"},\n))\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/thresholds.yaml",
        "examples/sample_utilization.csv",
        "guide/01-capacity-planning-fundamentals.md",
        "guide/02-load-forecasting-methods.md",
        "guide/03-resource-utilization-tracking.md",
        "guide/04-scaling-decisions-and-cost-modeling.md",
        "guide/05-capacity-review-process.md",
        "guides/capacity_review_guide.md",
        "src/__init__.py",
        "src/cost_model.py",
        "src/forecaster.py",
        "src/scaling_advisor.py",
        "src/utilization.py",
        "tests/test_forecaster.py"
      ],
      "file_count": 15,
      "download_size_bytes": 93697,
      "download_size_human": "91.5 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-capacity-planning-toolkit",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-capacity-planning-toolkit",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-capacity-planning-toolkit/"
    },
    {
      "product_id": "sre-platform:platform-developer-portal",
      "slug": "platform-developer-portal",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "Platform Developer Portal",
      "short_description": "Internal developer portal with service catalog, API docs, onboarding guides, and self-service infrastructure templates.",
      "detailed_description": "A comprehensive internal developer portal (IDP) starter kit inspired by Backstage. Includes service catalog definitions, scaffolding templates, API documentation, golden-path onboarding guides, self-service infrastructure modules, and a Python-based catalog validator. Includes: Service Catalog (Backstage-compatible YAML) \u2014 catalog-info; Software Templates (Scaffolder YAML) \u2014 Ready-to-use scaffolder templates for creating new services, APIs, and frontend applications following your golden path; API Documentation (OpenAPI 3; Golden Path Onboarding Guides \u2014 Markdown guides for new developers; Self-Service Infrastructure (HCL/Terraform) \u2014 Reusable Terraform modules for common infrastructure patterns (ECS services, RDS databases, S3 buckets); TechDocs Structure \u2014 MkDocs-ready documentation structure for publishing technical documentation through your portal.",
      "price_usd": 49,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python 3.10+",
        "Terraform 1.5+",
        "MkDocs 1.5+"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Terraform",
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "platform-developer-portal/\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 catalog/\n\u2502   \u251c\u2500\u2500 catalog-info-api-gateway.yaml\n\u2502   \u251c\u2500\u2500 catalog-info-user-service.yaml\n\u2502   \u251c\u2500\u2500 catalog-info-payment-service.yaml\n\u2502   \u2514\u2500\u2500 catalog-info-notification-service.yaml\n\u251c\u2500\u2500 templates/\n\u2502   \u251c\u2500\u2500 new-backend-service.yaml\n\u2502   \u251c\u2500\u2500 new-api-service.yaml\n\u2502   \u2514\u2500\u2500 new-frontend-app.yaml\n\u251c\u2500\u2500 docs/\n\u2502   \u251c\u2500\u2500 onboarding/\n\u2026",
        "from src.catalog_validator import CatalogValidator\n\nvalidator = CatalogValidator()\nvalidator.load_directory(\"catalog/\")\n\nreport = validator.validate()\nprint(report.summary())\n# Outputs: validation results for all catalog-info.yaml files"
      ],
      "included_files": [
        "README.md",
        "catalog/catalog-info-api-gateway.yaml",
        "catalog/catalog-info-notification-service.yaml",
        "catalog/catalog-info-payment-service.yaml",
        "catalog/catalog-info-user-service.yaml",
        "docs/api/payment-service-openapi.yaml",
        "docs/api/user-service-openapi.yaml",
        "docs/onboarding/getting-started.md",
        "docs/onboarding/golden-path.md",
        "docs/onboarding/service-ownership.md",
        "docs/techdocs/docs/architecture.md",
        "docs/techdocs/docs/index.md",
        "docs/techdocs/mkdocs.yml",
        "guide/01-idp-fundamentals.md",
        "guide/02-service-catalog-design.md",
        "guide/03-software-templates-and-golden-paths.md",
        "guide/04-api-documentation-and-techdocs.md",
        "guide/05-self-service-infrastructure.md",
        "infra/modules/ecs-service/README.md",
        "infra/modules/ecs-service/main.tf",
        "infra/modules/ecs-service/variables.tf",
        "infra/modules/rds-postgres/README.md",
        "infra/modules/rds-postgres/main.tf",
        "infra/modules/rds-postgres/variables.tf",
        "infra/modules/s3-bucket/README.md",
        "infra/modules/s3-bucket/main.tf",
        "infra/modules/s3-bucket/variables.tf",
        "src/catalog_linter.py",
        "src/catalog_validator.py",
        "templates/new-api-service.yaml",
        "templates/new-backend-service.yaml",
        "templates/new-frontend-app.yaml"
      ],
      "file_count": 32,
      "download_size_bytes": 116519,
      "download_size_human": "113.8 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-platform-developer-portal",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-platform-developer-portal",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-platform-developer-portal/"
    },
    {
      "product_id": "sre-platform:postmortem-framework",
      "slug": "postmortem-framework",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "Postmortem Framework",
      "short_description": "Blameless postmortem templates, root cause analysis methods, action item tracking, and trend analysis dashboards.",
      "detailed_description": "A complete system for running blameless postmortems, tracking action items, and measuring incident response effectiveness. Includes templates for every severity level, four structured root cause analysis methods, real-world examples, facilitation guides, and Python tools for parsing postmortem documents and computing reliability metrics.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "Python"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "python src/postmortem_parser.py examples/database-outage.md",
        "python src/action_tracker.py data/action_items.csv\npython src/action_tracker.py data/action_items.csv overdue\npython src/action_tracker.py data/action_items.csv owners"
      ],
      "included_files": [
        "README.md",
        "data/action_items.csv",
        "data/incidents.csv",
        "examples/cascading-failure.md",
        "examples/database-outage.md",
        "examples/deployment-failure.md",
        "examples/security-incident.md",
        "guide/01-blameless-postmortem-culture.md",
        "guide/02-postmortem-templates-and-structure.md",
        "guide/03-root-cause-analysis-methods.md",
        "guide/04-python-tools-for-postmortem-analysis.md",
        "guide/05-metrics-tracking-and-improvement.md",
        "guides/facilitation-guide.md",
        "guides/incident-metrics.md",
        "guides/writing-effective-postmortems.md",
        "methods/causal-factor-tree.md",
        "methods/fishbone-diagram.md",
        "methods/five-whys.md",
        "methods/kepner-tregoe.md",
        "src/__init__.py",
        "src/action_tracker.py",
        "src/metrics_analyzer.py",
        "src/postmortem_parser.py",
        "templates/full-postmortem.md",
        "templates/lightweight-postmortem.md",
        "templates/sev1-postmortem.md"
      ],
      "file_count": 26,
      "download_size_bytes": 161556,
      "download_size_human": "157.8 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-postmortem-framework",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-postmortem-framework",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-postmortem-framework/"
    },
    {
      "product_id": "sre-platform:capacity-planning-guide",
      "slug": "capacity-planning-guide",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "Capacity Planning Guide",
      "short_description": "Data-driven capacity planning for scalable infrastructure: forecasting models, utilization analysis, headroom targets, and review templates.",
      "detailed_description": "Data-driven capacity planning for scalable infrastructure: forecasting models, utilization analysis, headroom targets, and review templates.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "capacity-planning-guide/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-capacity-planning-fundamentals.md",
        "guide/02-demand-forecasting-and-modeling.md",
        "guide/03-cost-optimization-and-scaling-strategies.md",
        "guide/04-capacity-review-process-and-governance.md",
        "guide/05-tools,-automation,-and-advanced-topics.md"
      ],
      "file_count": 6,
      "download_size_bytes": 45130,
      "download_size_human": "44.1 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-capacity-planning-guide",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-capacity-planning-guide",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-capacity-planning-guide/"
    },
    {
      "product_id": "sre-platform:error-budget-policy",
      "slug": "error-budget-policy",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "Error Budget Policy",
      "short_description": "Define and enforce error budget policies across the org: burn-rate alerting, freeze triggers, and stakeholder reporting templates.",
      "detailed_description": "Define and Enforce Error Budget Policies Across the Org Complete framework for error budget policies connecting reliability to velocity. ---",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "error-budget-policy/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-error-budget-fundamentals.md",
        "guide/02-budget-consumption-tracking.md",
        "guide/03-policy-enforcement-gates.md",
        "guide/04-governance-and-exceptions.md",
        "guide/05-maturity-model-and-continuous-improvemen.md"
      ],
      "file_count": 6,
      "download_size_bytes": 44717,
      "download_size_human": "43.7 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-error-budget-policy",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-error-budget-policy",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-error-budget-policy/"
    },
    {
      "product_id": "sre-platform:incident-response-runbook",
      "slug": "incident-response-runbook",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "Incident Response Runbook",
      "short_description": "Structured incident-response runbooks for production systems: severity matrices, on-call procedures, comms templates, and escalation paths.",
      "detailed_description": "Structured incident-response runbooks for production systems: severity matrices, on-call procedures, comms templates, and escalation paths.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "incident-response-runbook/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-incident-response-process-and-standards.md",
        "guide/02-service-degradation-runbooks.md",
        "guide/03-complete-outage-and-data-loss-runbooks.md",
        "guide/04-dependency-and-infrastructure-failure-ru.md",
        "guide/05-security,-capacity,-and-complex-incident.md"
      ],
      "file_count": 6,
      "download_size_bytes": 45157,
      "download_size_human": "44.1 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-incident-response-runbook",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-incident-response-runbook",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-incident-response-runbook/"
    },
    {
      "product_id": "sre-platform:on-call-scheduler",
      "slug": "on-call-scheduler",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "On-Call Scheduler",
      "short_description": "Build fair, sustainable on-call schedules with automation: rotation generation, coverage balancing, handoff checklists, and fatigue safeguards.",
      "detailed_description": "Build fair, sustainable on-call schedules with automation: rotation generation, coverage balancing, handoff checklists, and fatigue safeguards.",
      "price_usd": 29,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "on-call-scheduler/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-on-call-design-principles.md",
        "guide/02-rotation-algorithms-and-fairness.md",
        "guide/03-escalation-policies-and-override-handlin.md",
        "guide/04-pagerduty,-opsgenie,-and-grafana-integra.md",
        "guide/05-wellness,-burnout-prevention,-and-improv.md"
      ],
      "file_count": 6,
      "download_size_bytes": 44951,
      "download_size_human": "43.9 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-on-call-scheduler",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-on-call-scheduler",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-on-call-scheduler/"
    },
    {
      "product_id": "sre-platform:sli-metrics-definitions",
      "slug": "sli-metrics-definitions",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "SLI Metrics Definitions",
      "short_description": "50+ ready-to-use SLI definitions for every layer of the stack \u2014 availability, latency, throughput, correctness \u2014 with measurement queries.",
      "detailed_description": "50+ ready-to-use SLI definitions for every layer of the stack \u2014 availability, latency, throughput, correctness \u2014 with measurement queries.",
      "price_usd": 19,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "sli-metrics-definitions/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-sli-taxonomy-and-measurement.md",
        "guide/02-frontend-and-api-layer-slis.md",
        "guide/03-database-and-storage-layer-slis.md",
        "guide/04-infrastructure-and-pipeline-slis.md",
        "guide/05-business-process-and-composite-slis.md"
      ],
      "file_count": 6,
      "download_size_bytes": 45039,
      "download_size_human": "44.0 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-sli-metrics-definitions",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-sli-metrics-definitions",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-sli-metrics-definitions/"
    },
    {
      "product_id": "sre-platform:slo-framework",
      "slug": "slo-framework",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "SLO Framework",
      "short_description": "Design, implement, and manage SLOs across your platform: SLI selection, target setting, error budgets, alerting rules, and executive dashboards.",
      "detailed_description": "Design, implement, and manage SLOs across your platform: SLI selection, target setting, error budgets, alerting rules, and executive dashboards.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": "~30 min",
      "prerequisites": [
        "No specialized software required for reading the guides",
        "Code examples include setup instructions within each chapter",
        "Python 3.8+ recommended for running example scripts"
      ],
      "supported_versions": [
        "Python 3.8+"
      ],
      "supported_technologies": [],
      "compatibility_notes": null,
      "preview_snippets": [
        "slo-framework/\n+-- README.md           # This file\n+-- LICENSE             # MIT License\n+-- index.html          # Interactive reader (free preview)\n+-- free-sample.zip     # Free sample with Chapter 1\n+-- guide/\n    +-- 01-*.md through 05-*.md"
      ],
      "included_files": [
        "README.md",
        "guide/01-slo-fundamentals-and-design-patterns.md",
        "guide/02-stakeholder-alignment.md",
        "guide/03-slo-implementation-and-tooling.md",
        "guide/04-error-budget-policies-and-governance.md",
        "guide/05-operational-reviews-and-continuous-impro.md"
      ],
      "file_count": 6,
      "download_size_bytes": 44646,
      "download_size_human": "43.6 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-slo-framework",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-slo-framework",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-slo-framework/"
    },
    {
      "product_id": "sre-platform:sli-slo-framework",
      "slug": "sli-slo-framework",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "SLI/SLO Framework",
      "short_description": "A Python toolkit implementing Google's multi-window multi-burn-rate methodology: SLI computation, SLO evaluation with rolling windows, real-time error-budget tracking, auto-generated Prometheus/Grafana/Alertmanager rules, a Grafana dashboard, an SLO catalog, and executive reporting.",
      "detailed_description": "A comprehensive Python toolkit for defining, measuring, and tracking Service Level Indicators (SLIs) and Service Level Objectives (SLOs). Implements Google's multi-window multi-burn-rate alerting methodology with error budget management. Includes: SLI Computation \u2014 Calculate availability, latency, throughput, and quality indicators from raw metric data; SLO Evaluation \u2014 Define targets with rolling compliance windows and automated status determination; Error Budget Tracking \u2014 Real-time budget consumption monitoring with velocity-based exhaustion prediction; Multi-Window Burn-Rate Alerting \u2014 Generate Prometheus and Grafana alert rules following Google SRE best practices; Executive Reporting \u2014 Markdown, JSON, and Slack-formatted compliance reports with trend analysis; Alert Rule Generation \u2014 Auto-generate Prometheus rules, Grafana provisioning JSON, and Alertmanager routing.",
      "price_usd": 39,
      "currency": "usd",
      "is_bundle": false,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "Standard library only \u2014 no external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.sli_metrics import SLIDefinition, SLIType\nfrom src.slo_calculator import SLODefinition\n\n# Define what to measure\nsli = SLIDefinition(\n    name=\"api-availability\",\n    sli_type=SLIType.AVAILABILITY,\n    description=\"Fraction of requests that return non-5xx status\",\n    good_event_filter=\"status_code < 500\",\n    valid_event_filter=\"all API requests\",\n)\n\n# Define the target\nslo = SLODefinition(\n\u2026",
        "from src.sli_metrics import SLIComputer, MetricDataPoint\nfrom datetime import datetime, timedelta\n\ncomputer = SLIComputer()\nnow = datetime.utcnow()\n\n# Your metric data (from Prometheus, Datadog, CloudWatch, etc.)\ndata_points = [\n    MetricDataPoint(timestamp=now - timedelta(minutes=i), value=1,\n                    labels={\"status_code\": \"200\" if i % 1000 != 0 else \"500\"})\n    for i in range(10000)\n]\n\nresult = computer.compute_availability(\n\u2026"
      ],
      "included_files": [
        "README.md",
        "configs/grafana_dashboard.json",
        "configs/slo_catalog.yaml",
        "examples/full_pipeline_demo.py",
        "guides/error_budget_policy.md",
        "src/__init__.py",
        "src/alert_rules.py",
        "src/burn_rate.py",
        "src/error_budget.py",
        "src/reporting.py",
        "src/sli_metrics.py",
        "src/slo_calculator.py",
        "tests/test_sli_slo.py"
      ],
      "file_count": 13,
      "download_size_bytes": 114316,
      "download_size_human": "111.6 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-sli-slo-framework",
      "preview_url": "https://datanest-stores.com/sre-platform/preview-sli-slo-framework",
      "demo_url": "https://datanest-stores.com/sre-platform/demo-sli-slo-framework/"
    },
    {
      "product_id": "sre-platform:sre-complete-bundle",
      "slug": "sre-complete-bundle",
      "store": "sre-platform",
      "store_name": "SRE Platform Pro",
      "domain": "cloud",
      "category": "Cloud, DevOps & SRE",
      "tags": [
        "bundle",
        "capacity planning",
        "chaos engineering",
        "cloud",
        "on-call",
        "postmortem",
        "runbooks",
        "sli/slo",
        "sre"
      ],
      "title": "SRE Platform Bundle",
      "short_description": "All 12 SRE tools \u2014 $378 bought separately, yours for $89. Save $289 (76%): SLOs, runbooks, incident response, and chaos drills.",
      "detailed_description": "A comprehensive Python toolkit for defining, measuring, and tracking Service Level Indicators (SLIs) and Service Level Objectives (SLOs). Implements Google's multi-window multi-burn-rate alerting methodology with error budget management. Includes: SLI Computation \u2014 Calculate availability, latency, throughput, and quality indicators from raw metric data; SLO Evaluation \u2014 Define targets with rolling compliance windows and automated status determination; Error Budget Tracking \u2014 Real-time budget consumption monitoring with velocity-based exhaustion prediction; Multi-Window Burn-Rate Alerting \u2014 Generate Prometheus and Grafana alert rules following Google SRE best practices; Executive Reporting \u2014 Markdown, JSON, and Slack-formatted compliance reports with trend analysis; Alert Rule Generation \u2014 Auto-generate Prometheus rules, Grafana provisioning JSON, and Alertmanager routing.",
      "price_usd": 89,
      "currency": "usd",
      "is_bundle": true,
      "published": true,
      "license": "MIT licensed",
      "version": "1.0.0",
      "changelog_at": null,
      "last_verified_at": "2026-08-22",
      "verification_status": "verified",
      "agent_sellable": true,
      "install_time": null,
      "prerequisites": [
        "Python 3.10+",
        "Standard library only \u2014 no external dependencies"
      ],
      "supported_versions": [
        "Python 3.10+"
      ],
      "supported_technologies": [
        "Python",
        "Terraform",
        "YAML"
      ],
      "compatibility_notes": null,
      "preview_snippets": [
        "from src.sli_metrics import SLIDefinition, SLIType\nfrom src.slo_calculator import SLODefinition\n\n# Define what to measure\nsli = SLIDefinition(\n    name=\"api-availability\",\n    sli_type=SLIType.AVAILABILITY,\n    description=\"Fraction of requests that return non-5xx status\",\n    good_event_filter=\"status_code < 500\",\n    valid_event_filter=\"all API requests\",\n)\n\n# Define the target\nslo = SLODefinition(\n\u2026",
        "from src.sli_metrics import SLIComputer, MetricDataPoint\nfrom datetime import datetime, timedelta\n\ncomputer = SLIComputer()\nnow = datetime.utcnow()\n\n# Your metric data (from Prometheus, Datadog, CloudWatch, etc.)\ndata_points = [\n    MetricDataPoint(timestamp=now - timedelta(minutes=i), value=1,\n                    labels={\"status_code\": \"200\" if i % 1000 != 0 else \"500\"})\n    for i in range(10000)\n]\n\nresult = computer.compute_availability(\n\u2026"
      ],
      "included_files": [
        "products/capacity-planning-toolkit/README.md",
        "products/capacity-planning-toolkit/source/README.md",
        "products/capacity-planning-toolkit/source/configs/thresholds.yaml",
        "products/capacity-planning-toolkit/source/examples/sample_utilization.csv",
        "products/capacity-planning-toolkit/source/guide/01-capacity-planning-fundamentals.md",
        "products/capacity-planning-toolkit/source/guide/02-load-forecasting-methods.md",
        "products/capacity-planning-toolkit/source/guide/03-resource-utilization-tracking.md",
        "products/capacity-planning-toolkit/source/guide/04-scaling-decisions-and-cost-modeling.md",
        "products/capacity-planning-toolkit/source/guide/05-capacity-review-process.md",
        "products/capacity-planning-toolkit/source/guides/capacity_review_guide.md",
        "products/capacity-planning-toolkit/source/src/__init__.py",
        "products/capacity-planning-toolkit/source/src/cost_model.py",
        "products/capacity-planning-toolkit/source/src/forecaster.py",
        "products/capacity-planning-toolkit/source/src/scaling_advisor.py",
        "products/capacity-planning-toolkit/source/src/utilization.py",
        "products/capacity-planning-toolkit/source/tests/test_forecaster.py",
        "products/chaos-engineering-toolkit/README.md",
        "products/chaos-engineering-toolkit/source/README.md",
        "products/chaos-engineering-toolkit/source/experiments/dependency_failure.yaml",
        "products/chaos-engineering-toolkit/source/experiments/latency_injection.yaml",
        "products/chaos-engineering-toolkit/source/experiments/pod_failure.yaml",
        "products/chaos-engineering-toolkit/source/guide/01-chaos-engineering-foundations.md",
        "products/chaos-engineering-toolkit/source/guide/02-experiment-design.md",
        "products/chaos-engineering-toolkit/source/guide/03-steady-state-hypothesis.md",
        "products/chaos-engineering-toolkit/source/guide/04-game-day-planning.md",
        "products/chaos-engineering-toolkit/source/guide/05-chaos-maturity-model.md",
        "products/chaos-engineering-toolkit/source/guides/chaos_maturity_model.md",
        "products/chaos-engineering-toolkit/source/src/__init__.py",
        "products/chaos-engineering-toolkit/source/src/blast_radius.py",
        "products/chaos-engineering-toolkit/source/src/failure_injector.py",
        "products/chaos-engineering-toolkit/source/src/steady_state.py",
        "products/chaos-engineering-toolkit/source/templates/experiment_proposal.md",
        "products/chaos-engineering-toolkit/source/templates/gameday_plan.md",
        "products/chaos-engineering-toolkit/source/tests/test_chaos.py",
        "products/on-call-management-kit/README.md",
        "products/on-call-management-kit/source/README.md",
        "products/on-call-management-kit/source/configs/opsgenie/escalation_policies.yaml",
        "products/on-call-management-kit/source/configs/opsgenie/routing_rules.yaml",
        "products/on-call-management-kit/source/configs/opsgenie/schedules.yaml",
        "products/on-call-management-kit/source/configs/pagerduty/alert_routing.yaml",
        "products/on-call-management-kit/source/configs/pagerduty/escalation_policies.yaml",
        "products/on-call-management-kit/source/configs/pagerduty/services.yaml",
        "products/on-call-management-kit/source/guide/01-building-an-on-call-program.md",
        "products/on-call-management-kit/source/guide/02-configuration-as-code.md",
        "products/on-call-management-kit/source/guide/03-rotation-generation-and-coverage.md",
        "products/on-call-management-kit/source/guide/04-incident-communication-templates.md",
        "products/on-call-management-kit/source/guide/05-alert-hygiene-and-burnout-prevention.md",
        "products/on-call-management-kit/source/guides/alert_hygiene.md",
        "products/on-call-management-kit/source/guides/healthy_oncall_program.md",
        "products/on-call-management-kit/source/src/escalation_validator.py",
        "products/on-call-management-kit/source/src/rotation_generator.py",
        "products/on-call-management-kit/source/src/schedule_exporter.py",
        "products/on-call-management-kit/source/templates/incident_comms_sev1.md",
        "products/on-call-management-kit/source/templates/incident_comms_sev2.md",
        "products/on-call-management-kit/source/templates/incident_comms_sev3.md",
        "products/on-call-management-kit/source/templates/on_call_handoff_checklist.md",
        "products/on-call-management-kit/source/templates/stakeholder_comms.md",
        "products/on-call-management-kit/source/templates/status_page_update.md",
        "products/platform-developer-portal/README.md",
        "products/platform-developer-portal/source/README.md",
        "products/platform-developer-portal/source/catalog/catalog-info-api-gateway.yaml",
        "products/platform-developer-portal/source/catalog/catalog-info-notification-service.yaml",
        "products/platform-developer-portal/source/catalog/catalog-info-payment-service.yaml",
        "products/platform-developer-portal/source/catalog/catalog-info-user-service.yaml",
        "products/platform-developer-portal/source/docs/api/payment-service-openapi.yaml",
        "products/platform-developer-portal/source/docs/api/user-service-openapi.yaml",
        "products/platform-developer-portal/source/docs/onboarding/getting-started.md",
        "products/platform-developer-portal/source/docs/onboarding/golden-path.md",
        "products/platform-developer-portal/source/docs/onboarding/service-ownership.md",
        "products/platform-developer-portal/source/docs/techdocs/docs/architecture.md",
        "products/platform-developer-portal/source/docs/techdocs/docs/index.md",
        "products/platform-developer-portal/source/docs/techdocs/mkdocs.yml",
        "products/platform-developer-portal/source/guide/01-idp-fundamentals.md",
        "products/platform-developer-portal/source/guide/02-service-catalog-design.md",
        "products/platform-developer-portal/source/guide/03-software-templates-and-golden-paths.md",
        "products/platform-developer-portal/source/guide/04-api-documentation-and-techdocs.md",
        "products/platform-developer-portal/source/guide/05-self-service-infrastructure.md",
        "products/platform-developer-portal/source/infra/modules/ecs-service/README.md",
        "products/platform-developer-portal/source/infra/modules/ecs-service/main.tf",
        "products/platform-developer-portal/source/infra/modules/ecs-service/variables.tf"
      ],
      "file_count": 80,
      "download_size_bytes": 969319,
      "download_size_human": "946.6 KB",
      "product_url": "https://datanest-stores.com/sre-platform/#product-sre-complete-bundle",
      "preview_url": null,
      "demo_url": null
    }
  ]
}
