# Website & GitHub Blueprint for AI Agents (`kondasviktor/website-github-blueprint`) Actor

Turn a public GitHub, GitLab, Bitbucket repo or website into an evidence-backed blueprint for Cursor, Claude Code, or Codex. Quick needs no AI key. Deep uses your key and returns an Agent Launch Pack plus a portable Build Skill.

- **URL**: https://apify.com/kondasviktor/website-github-blueprint.md
- **Developed by:** [Viktor Kondas](https://apify.com/kondasviktor) (community)
- **Categories:** AI, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.15 / quick blueprint

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Website & GitHub Blueprint for AI Agents

Turn a **public GitHub, GitLab, Bitbucket repo or website** into an evidence-backed blueprint for **Cursor, Claude Code, or Codex**.

This is **not a GitHub scraper**. It is a reconstruction pack: Analysis Confidence, Source Coverage, and (in Deep mode) an Agent Launch Pack plus a portable Build Skill.

**Store:** [apify.com/kondasviktor/website-github-blueprint](https://apify.com/kondasviktor/website-github-blueprint)

### Pricing (PPE)

| Event | When | Price |
| --- | --- | ---: |
| Actor start | Platform default | Platform default |
| `quick-blueprint` | One Quick Blueprint (any target) | **$0.15** |
| `deep-repository-blueprint` | Deep pack for one public repository | **$1.25** |
| `deep-website-blueprint` | Deep pack for one public website (+ optional screenshots) | **$1.50** |

Minimum charge **$0.15**. Prefer **PPE only** (not + usage). Deep mode uses **your** Gemini / OpenAI / Anthropic / OpenRouter key — model spend is billed by your provider, not Apify.

**Failed runs are not charged.**

### What it does

- Public **GitHub / GitLab / Bitbucket** repositories and public **HTTPS** websites
- **Quick Blueprint** — deterministic map + Source Coverage, **no AI key**
- **Deep Blueprint** — BYOK architecture, journeys, implementation plan, acceptance criteria, Agent Launch Pack ZIP, Build Skill ZIP
- Build-brief controls: goal, preferred stack, focus areas, primary coding agent
- Optional repository API token for **rate limits only** (never unlocks private repos)
- Self-contained dataset record for API / automation clients

### Limitations (v1)

- **Public targets only** — private repos, login walls, CAPTCHA, and paywalls are rejected
- Website crawl capped at **1–10** same-origin pages (default 5)
- Repository file budgets are bounded (Quick ~50 files, Deep ~200)
- Deep mode requires a caller-supplied AI key
- Screenshots are Deep-website only and cover the first page (desktop + mobile)
- Not a full clone, not a GitHub stars/forks scraper, not a SaaS dashboard

### Quick start — GitHub repo (no AI key)

```json
{
  "url": "https://github.com/molin-ai/skills",
  "depth": "quick"
}
```

### Quick start — public website (no AI key)

```json
{
  "url": "https://molin.ai/",
  "depth": "quick",
  "maxPages": 5
}
```

### Deep Blueprint — add your key

```json
{
  "url": "https://molin.ai/",
  "depth": "deep",
  "aiProvider": "gemini",
  "apiKey": "set-this-only-in-Apify-secret-input",
  "buildGoal": "mvp",
  "preferredStack": "Next.js, PostgreSQL, and Tailwind CSS",
  "focusAreas": ["frontend", "integrations", "testing"],
  "agentTarget": "cursor",
  "maxPages": 5,
  "includeScreenshots": true
}
```

### Output

- **Dataset:** one row with the full validated Blueprint, confidence, stack, and artifact manifest
- **Key-value store:**
  - `OUTPUT` — same structured record
  - `ARTIFACT_MANIFEST` — keys that actually exist for this run
  - `QUICK_BLUEPRINT` or `BUILD_BLUEPRINT` — Markdown
  - `SOURCE_COVERAGE` — evidence coverage
  - Deep only: `AGENT_LAUNCH_PACK` and `BUILD_SKILL` (ZIP)
  - Optional: `SCREENSHOT_*` WebP captures

### Examples

- [Map a public GitHub repo (Quick)](https://apify.com/kondasviktor/website-github-blueprint/examples/map-public-github-repo-quick)
- [Map a public website (Quick)](https://apify.com/kondasviktor/website-github-blueprint/examples/map-public-website-quick)
- [Competitive-reference website map (Quick)](https://apify.com/kondasviktor/website-github-blueprint/examples/competitive-reference-website-map-quick)
- [Map a public GitLab repo (Quick)](https://apify.com/kondasviktor/website-github-blueprint/examples/map-public-gitlab-repo-quick)
- [Map a public Bitbucket repo (Quick)](https://apify.com/kondasviktor/website-github-blueprint/examples/map-public-bitbucket-repo-quick)

### Use with Claude, Cursor, and MCP

Available on the [Apify MCP server](https://mcp.apify.com). Pass a public repo or site URL with `depth: "quick"` to try without an AI key. For Deep packs, pass your provider key as a secret input.

### Legal

Analyze only public content you have rights to inspect. Respect each site's terms and robots rules. You are responsible for how you use the results. Not legal advice.

### FAQ

**Is this a GitHub scraper?**\
No. It produces an implementation blueprint and agent pack, not stars/forks/metadata dumps.

**Do I need an AI key for Quick mode?**\
No. Quick is deterministic. Deep requires your Gemini, OpenAI, Anthropic, or OpenRouter key.

**Can I analyze private repositories?**\
No. Private and auth-walled targets are rejected. An optional repository token only raises public API rate limits.

**What is the Agent Launch Pack?**\
A ZIP of portable prompts and context files tailored for Cursor, Claude Code, Codex, or a generic agent.

### Related

- [Website Intelligence + Contact Extractor](https://apify.com/kondasviktor/website-intelligence-contact-extractor) — Contacts and tech stack from company sites
- [Website Change Monitor](https://apify.com/kondasviktor/website-change-monitor) — Watch pages after you blueprint them
- [OpenAI Ads Readiness Checker](https://apify.com/kondasviktor/openai-ads-readiness-checker) — Evidence scans for AdsBot / HTTPS readiness

[All Actors](https://apify.com/kondasviktor)

### Feedback

[Contact](https://vibecoderslife.com/contact) · Built by [Vibe Coder's Life](https://vibecoderslife.com)

# Actor input Schema

## `url` (type: `string`):

A public repository root URL or an HTTPS website URL. Private or login-walled targets are not supported.

## `depth` (type: `string`):

Quick is deterministic and needs no AI key. Deep creates the complete agent launch pack using your key.

## `aiProvider` (type: `string`):

Required for Deep mode.

## `apiKey` (type: `string`):

Your key is decrypted only inside this Actor run and is never stored in results or logs.

## `model` (type: `string`):

Optional provider model ID. Leave blank for a tested default.

## `repositoryToken` (type: `string`):

Optional GitHub, GitLab, or Bitbucket token to raise public API rate limits. Never unlocks private repositories — private targets are always rejected.

## `buildGoal` (type: `string`):

Tailor the Blueprint and agent pack to the outcome you want.

## `preferredStack` (type: `string`):

Optional bounded stack preference, for example: Next.js, PostgreSQL, and Tailwind CSS.

## `focusAreas` (type: `array`):

Optional areas that should receive extra implementation detail.

## `agentTarget` (type: `string`):

Optimizes the implementation instructions while retaining all portable prompt files.

## `maxPages` (type: `integer`):

Same-origin pages only. Repository inputs ignore this setting.

## `includeScreenshots` (type: `boolean`):

Deep website mode only. Adds desktop and mobile evidence for the first page.

## Actor input object example

```json
{
  "url": "https://github.com/molin-ai/skills",
  "depth": "quick",
  "aiProvider": "gemini",
  "buildGoal": "full-reconstruction",
  "focusAreas": [],
  "agentTarget": "generic",
  "maxPages": 5,
  "includeScreenshots": true
}
```

# Actor output Schema

## `blueprint` (type: `string`):

No description

## `dataset` (type: `string`):

No description

## `artifactManifest` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "url": "https://github.com/molin-ai/skills"
};

// Run the Actor and wait for it to finish
const run = await client.actor("kondasviktor/website-github-blueprint").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "url": "https://github.com/molin-ai/skills" }

# Run the Actor and wait for it to finish
run = client.actor("kondasviktor/website-github-blueprint").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "url": "https://github.com/molin-ai/skills"
}' |
apify call kondasviktor/website-github-blueprint --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,kondasviktor/website-github-blueprint"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/TuwWdjAcgSCnbHMdv/builds/nnVQvJ2nebN1uqGRC/openapi.json
