humanpages 1.3.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools.js +155 -73
- package/package.json +3 -4
- package/playbooks/community-management.md +0 -210
- package/playbooks/competitor-monitoring.md +0 -193
- package/playbooks/directory-submissions.md +0 -331
- package/playbooks/localization.md +0 -199
- package/playbooks/qa-testing.md +0 -187
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
# Competitor Monitoring Playbook
|
|
2
|
-
|
|
3
|
-
Hire a human to track competitor changes on a recurring basis. Humans can spot subtle shifts in positioning, pricing, features, and messaging that automated scrapers miss or misinterpret.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## When to Use
|
|
8
|
-
|
|
9
|
-
- You need ongoing intelligence on 2-5 key competitors
|
|
10
|
-
- A competitor has launched a new feature or changed pricing
|
|
11
|
-
- You're preparing a pitch, fundraise, or strategy document and need current competitive landscape data
|
|
12
|
-
- Your automated monitoring tools have gaps (e.g., competitors use dynamic rendering, gated content, or change URLs frequently)
|
|
13
|
-
|
|
14
|
-
## Why a Human Is Needed
|
|
15
|
-
|
|
16
|
-
Competitor websites use dynamic content, A/B tests, gated pricing pages, and interactive demos that scrapers handle poorly. A human can navigate a competitor's product as a real user would: sign up for trials, read changelogs, join communities, and interpret qualitative changes in positioning. They can distinguish meaningful changes from cosmetic updates and provide contextual analysis an automated diff cannot.
|
|
17
|
-
|
|
18
|
-
## Search Criteria
|
|
19
|
-
|
|
20
|
-
**Primary search:**
|
|
21
|
-
```json
|
|
22
|
-
{
|
|
23
|
-
"skill": "market research",
|
|
24
|
-
"available_now": true,
|
|
25
|
-
"limit": 10
|
|
26
|
-
}
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
**Fallback search:**
|
|
30
|
-
```json
|
|
31
|
-
{
|
|
32
|
-
"skill": "research",
|
|
33
|
-
"available_now": true,
|
|
34
|
-
"limit": 10
|
|
35
|
-
}
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
**Second fallback:**
|
|
39
|
-
```json
|
|
40
|
-
{
|
|
41
|
-
"skill": "data analysis",
|
|
42
|
-
"available_now": true,
|
|
43
|
-
"limit": 10
|
|
44
|
-
}
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
## Candidate Evaluation
|
|
48
|
-
|
|
49
|
-
Priority criteria when reviewing `get_human_profile` results:
|
|
50
|
-
|
|
51
|
-
1. **Research or analyst experience** — profiles mentioning market research, competitive analysis, or business intelligence
|
|
52
|
-
2. **Attention to detail** — ability to spot subtle differences week-over-week
|
|
53
|
-
3. **Writing quality** — reports must be clear, structured, and actionable
|
|
54
|
-
4. **Industry familiarity** — a candidate who understands your market will catch more meaningful changes
|
|
55
|
-
5. **Consistency** — for recurring tasks, prefer candidates who can commit weekly
|
|
56
|
-
|
|
57
|
-
## Job Offer Template
|
|
58
|
-
|
|
59
|
-
**Title:** Weekly competitor monitoring report — [YOUR_PRODUCT] vs [COMPETITOR_NAMES]
|
|
60
|
-
|
|
61
|
-
**Description:**
|
|
62
|
-
```
|
|
63
|
-
Track the following competitors and deliver a weekly diff report:
|
|
64
|
-
|
|
65
|
-
Competitors to monitor:
|
|
66
|
-
1. [COMPETITOR_1] — [URL_1]
|
|
67
|
-
2. [COMPETITOR_2] — [URL_2]
|
|
68
|
-
3. [COMPETITOR_3] — [URL_3]
|
|
69
|
-
|
|
70
|
-
For each competitor, check and report on:
|
|
71
|
-
|
|
72
|
-
**Pricing & Plans**
|
|
73
|
-
- Any changes to pricing, tiers, or feature packaging
|
|
74
|
-
- New promotions, discounts, or trial offers
|
|
75
|
-
- Changes to free tier limits
|
|
76
|
-
|
|
77
|
-
**Product & Features**
|
|
78
|
-
- New features announced or shipped
|
|
79
|
-
- Changes to existing features
|
|
80
|
-
- Changelog or release notes updates
|
|
81
|
-
- New integrations or partnerships
|
|
82
|
-
|
|
83
|
-
**Positioning & Messaging**
|
|
84
|
-
- Changes to homepage headline, tagline, or hero section
|
|
85
|
-
- New landing pages or campaign pages
|
|
86
|
-
- Changes to "about" or "why us" messaging
|
|
87
|
-
- New case studies or testimonials
|
|
88
|
-
|
|
89
|
-
**Content & Community**
|
|
90
|
-
- New blog posts, guides, or documentation
|
|
91
|
-
- Social media activity highlights (major announcements only)
|
|
92
|
-
- Community forum activity or sentiment shifts
|
|
93
|
-
- Job postings (indicate growth areas)
|
|
94
|
-
|
|
95
|
-
**Report format:**
|
|
96
|
-
For each competitor, structure as:
|
|
97
|
-
| Area | Last Week | This Week | Significance (high/med/low) |
|
|
98
|
-
|
|
99
|
-
End with a "Key Takeaways" section: 3-5 bullet points on what
|
|
100
|
-
matters most for [YOUR_PRODUCT] strategy.
|
|
101
|
-
```
|
|
102
|
-
|
|
103
|
-
**Suggested price:** $10-25 per weekly report, depending on the number of competitors and depth of analysis. 2-3 competitors at surface level: $10. 4-5 competitors with deep analysis: $20-25.
|
|
104
|
-
|
|
105
|
-
## Expected Deliverables
|
|
106
|
-
|
|
107
|
-
1. Structured diff report in markdown, organized by competitor and category
|
|
108
|
-
2. Screenshots of any significant visual or messaging changes
|
|
109
|
-
3. Links to new content, features, or announcements discovered
|
|
110
|
-
4. Significance ratings (high/medium/low) for each change
|
|
111
|
-
5. Key takeaways section with strategic implications for your product
|
|
112
|
-
6. Archived snapshots or URLs for reference (in case pages change again before you review)
|
|
113
|
-
|
|
114
|
-
## Verification Criteria
|
|
115
|
-
|
|
116
|
-
Before calling `mark_job_paid`:
|
|
117
|
-
|
|
118
|
-
1. **Coverage** — all listed competitors should be included in the report
|
|
119
|
-
2. **Accuracy** — spot-check 2-3 reported changes by visiting the competitor sites yourself
|
|
120
|
-
3. **Recency** — changes should be from the current week, not stale data from previous reports
|
|
121
|
-
4. **Actionability** — the key takeaways should contain specific, strategic insights, not generic observations like "they updated their website"
|
|
122
|
-
5. **Consistency** — if this is a recurring engagement, the format should match previous weeks for easy comparison
|
|
123
|
-
|
|
124
|
-
## Communication Template
|
|
125
|
-
|
|
126
|
-
**First message after job offer is accepted:**
|
|
127
|
-
|
|
128
|
-
```
|
|
129
|
-
Hi [NAME], thanks for taking this on!
|
|
130
|
-
|
|
131
|
-
Here's what I need each week:
|
|
132
|
-
|
|
133
|
-
Monitor these [N] competitors and send me a structured report by
|
|
134
|
-
[DAY_OF_WEEK]. Focus on changes since the last report — I don't need
|
|
135
|
-
a full overview each time, just what's new or different.
|
|
136
|
-
|
|
137
|
-
Priority areas for me right now:
|
|
138
|
-
- [SPECIFIC_CONCERN_1, e.g., "pricing changes — we're about to adjust ours"]
|
|
139
|
-
- [SPECIFIC_CONCERN_2, e.g., "any new AI features they ship"]
|
|
140
|
-
|
|
141
|
-
For the first report, include a baseline snapshot of each competitor's
|
|
142
|
-
current state so we have something to diff against going forward.
|
|
143
|
-
|
|
144
|
-
If you spot something urgent (major pricing change, new product launch,
|
|
145
|
-
acquisition news), message me right away — don't wait for the weekly
|
|
146
|
-
report.
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
## Estimated Timeline
|
|
150
|
-
|
|
151
|
-
- **Per weekly report:** 2-4 hours of research
|
|
152
|
-
- **First report (baseline):** 4-6 hours (more thorough initial snapshot)
|
|
153
|
-
- **Delivery deadline:** Same day each week (e.g., every Monday by end of day)
|
|
154
|
-
|
|
155
|
-
## Recurring Schedule
|
|
156
|
-
|
|
157
|
-
**Cadence:** Weekly
|
|
158
|
-
|
|
159
|
-
**Weekly workflow:**
|
|
160
|
-
1. At the start of each week (or on a set day), check if the current monitoring job has been delivered
|
|
161
|
-
2. Review the report and verify against criteria
|
|
162
|
-
3. Pay and review if satisfactory
|
|
163
|
-
4. Create the next week's job offer, referencing any specific areas to watch based on previous findings
|
|
164
|
-
5. Adjust competitor list or focus areas as your strategy evolves
|
|
165
|
-
|
|
166
|
-
**Quarterly review:**
|
|
167
|
-
- Assess whether the competitor set is still correct
|
|
168
|
-
- Add new entrants, remove irrelevant competitors
|
|
169
|
-
- Adjust the reporting template based on what insights have been most valuable
|
|
170
|
-
- Consider increasing/decreasing scope and price accordingly
|
|
171
|
-
|
|
172
|
-
---
|
|
173
|
-
|
|
174
|
-
## Example Agent Workflow
|
|
175
|
-
|
|
176
|
-
```
|
|
177
|
-
1. search_humans({ skill: "market research", available_now: true, limit: 10 })
|
|
178
|
-
2. For each candidate: get_human_profile({ username: candidate.username })
|
|
179
|
-
3. Select best candidate based on evaluation criteria
|
|
180
|
-
4. create_job_offer({
|
|
181
|
-
human_username: selected.username,
|
|
182
|
-
title: "Weekly competitor monitoring — MyApp vs Competitor1, Competitor2",
|
|
183
|
-
description: "...[filled template]...",
|
|
184
|
-
price: 15,
|
|
185
|
-
currency: "USD"
|
|
186
|
-
})
|
|
187
|
-
5. send_job_message({ job_id: job.id, message: "...[communication template]..." })
|
|
188
|
-
6. Poll: get_job_status({ job_id: job.id }) weekly until status is "delivered"
|
|
189
|
-
7. Review report against verification criteria
|
|
190
|
-
8. mark_job_paid({ job_id: job.id })
|
|
191
|
-
9. leave_review({ job_id: job.id, rating: 5, comment: "..." })
|
|
192
|
-
10. Create next week's job offer with updated focus areas
|
|
193
|
-
```
|
|
@@ -1,331 +0,0 @@
|
|
|
1
|
-
# Directory Submissions Playbook
|
|
2
|
-
|
|
3
|
-
Hire a human to submit your product to startup directories, SaaS listings, and backlink sites. This is the highest-leverage task for early-stage growth: broad directory presence drives SEO, referral traffic, and credibility.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## When to Use
|
|
8
|
-
|
|
9
|
-
- A new product or major version has launched
|
|
10
|
-
- Monthly maintenance submissions are due (new directories appear constantly)
|
|
11
|
-
- SEO audit reveals low domain authority or few backlinks
|
|
12
|
-
- A competitor appears in directories where you are absent
|
|
13
|
-
|
|
14
|
-
## Why a Human Is Needed
|
|
15
|
-
|
|
16
|
-
Most directories require manual form submissions with CAPTCHAs, email confirmations, unique descriptions per site, and sometimes account creation. Many reject automated submissions. A human can also adapt descriptions to each directory's tone and requirements, select the right categories, and handle follow-up verification emails.
|
|
17
|
-
|
|
18
|
-
## Prerequisites — Gather From User First
|
|
19
|
-
|
|
20
|
-
Before searching for a human, ask the user to provide:
|
|
21
|
-
|
|
22
|
-
- **Product name** and **URL**
|
|
23
|
-
- **Tagline** (one line, under 100 chars)
|
|
24
|
-
- **Short description** (1-2 sentences for sites with character limits)
|
|
25
|
-
- **Long description** (1-2 paragraphs for sites with room)
|
|
26
|
-
- **Category** (e.g., Productivity, Developer Tools, AI, SaaS)
|
|
27
|
-
- **Logo URL** (direct link to a square logo image)
|
|
28
|
-
- **Screenshot URLs** (1-3 screenshots of the product)
|
|
29
|
-
- **Founder/maker name** and **email** (many directories require this)
|
|
30
|
-
- **Social links** (Twitter/X handle at minimum)
|
|
31
|
-
- **Pricing info** (free, freemium, paid — with prices if applicable)
|
|
32
|
-
|
|
33
|
-
Do not guess or fill in placeholders. The human submitting to directories needs accurate info.
|
|
34
|
-
|
|
35
|
-
## Search Criteria
|
|
36
|
-
|
|
37
|
-
**Primary search:**
|
|
38
|
-
```json
|
|
39
|
-
{
|
|
40
|
-
"skill": "data entry",
|
|
41
|
-
"available_now": true,
|
|
42
|
-
"limit": 10
|
|
43
|
-
}
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
**Fallback search:**
|
|
47
|
-
```json
|
|
48
|
-
{
|
|
49
|
-
"skill": "marketing",
|
|
50
|
-
"available_now": true,
|
|
51
|
-
"limit": 10
|
|
52
|
-
}
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
**Second fallback:**
|
|
56
|
-
```json
|
|
57
|
-
{
|
|
58
|
-
"skill": "SEO",
|
|
59
|
-
"available_now": true,
|
|
60
|
-
"limit": 10
|
|
61
|
-
}
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
## Candidate Evaluation
|
|
65
|
-
|
|
66
|
-
Priority criteria when reviewing `get_human_profile` results:
|
|
67
|
-
|
|
68
|
-
1. **Prior directory/data-entry experience** — look for mentions of form filling, submissions, or listings in their bio or skills
|
|
69
|
-
2. **Attention to detail** — profiles that mention QA, proofreading, or accuracy
|
|
70
|
-
3. **English fluency** — descriptions must read naturally on English-language directories
|
|
71
|
-
4. **Availability** — must be available within 48 hours
|
|
72
|
-
5. **Review history** — prefer candidates with positive reviews on previous jobs
|
|
73
|
-
|
|
74
|
-
## Job Offer Template
|
|
75
|
-
|
|
76
|
-
**Title:** Submit [PRODUCT_NAME] to [N] startup/SaaS directories
|
|
77
|
-
|
|
78
|
-
**Description:**
|
|
79
|
-
```
|
|
80
|
-
Submit [PRODUCT_NAME] ([PRODUCT_URL]) to [N] directories from the provided list.
|
|
81
|
-
|
|
82
|
-
For each submission:
|
|
83
|
-
1. Create an account if required
|
|
84
|
-
2. Fill in all fields accurately using the product info below
|
|
85
|
-
3. Select the most relevant category
|
|
86
|
-
4. Confirm any verification emails
|
|
87
|
-
5. Record the submission URL or screenshot as proof
|
|
88
|
-
|
|
89
|
-
Product info:
|
|
90
|
-
- Name: [PRODUCT_NAME]
|
|
91
|
-
- URL: [PRODUCT_URL]
|
|
92
|
-
- Tagline: [TAGLINE]
|
|
93
|
-
- Description (short): [SHORT_DESCRIPTION]
|
|
94
|
-
- Description (long): [LONG_DESCRIPTION]
|
|
95
|
-
- Category: [CATEGORY]
|
|
96
|
-
- Logo URL: [LOGO_URL]
|
|
97
|
-
- Screenshot URLs: [SCREENSHOT_URLS]
|
|
98
|
-
- Founder/maker name: [FOUNDER_NAME]
|
|
99
|
-
- Founder email: [FOUNDER_EMAIL]
|
|
100
|
-
- Twitter/X: [TWITTER_HANDLE]
|
|
101
|
-
- Pricing: [PRICING_INFO]
|
|
102
|
-
|
|
103
|
-
Deliver a spreadsheet or markdown table with columns:
|
|
104
|
-
| Directory | URL submitted | Status | Notes |
|
|
105
|
-
|
|
106
|
-
Mark each as: submitted, pending approval, requires paid plan, or failed (with reason).
|
|
107
|
-
```
|
|
108
|
-
|
|
109
|
-
**Suggested price:**
|
|
110
|
-
- **Default: one job for 15-20 directories at $25-40.** This is the sweet spot — enough work to be worth the human's time, small enough to verify easily.
|
|
111
|
-
- For a full 80+ directory sweep, create 4-5 sequential jobs of 15-20 directories each. Start with the Launch Platforms category, then move down the list.
|
|
112
|
-
- Do not create a single job for all 80+ directories — it's too much to verify at once.
|
|
113
|
-
|
|
114
|
-
## Expected Deliverables
|
|
115
|
-
|
|
116
|
-
1. Markdown table or spreadsheet with every directory attempted, the submitted URL, and status
|
|
117
|
-
2. Screenshot proof for any directory that does not provide a public listing URL immediately
|
|
118
|
-
3. List of directories that require a paid plan (so you can decide whether to upgrade)
|
|
119
|
-
4. List of directories that were down or no longer accepting submissions
|
|
120
|
-
5. Any login credentials created (delivered securely via job message, not in the public deliverable)
|
|
121
|
-
|
|
122
|
-
### Example Deliverable
|
|
123
|
-
|
|
124
|
-
A completed batch should look like this:
|
|
125
|
-
|
|
126
|
-
| # | Directory | URL Submitted | Status | Notes |
|
|
127
|
-
|---|-----------|--------------|--------|-------|
|
|
128
|
-
| 1 | ProductHunt | https://producthunt.com/posts/focustimer | Submitted | Scheduled for launch 20 Mar |
|
|
129
|
-
| 2 | BetaList | https://betalist.com/startups/focustimer | Pending approval | Review takes 3-5 days |
|
|
130
|
-
| 3 | Uneed | https://uneed.best/tool/focustimer | Live | Approved instantly |
|
|
131
|
-
| 4 | SaaSHub | https://saashub.com/focustimer | Live | Listed under Productivity |
|
|
132
|
-
| 5 | AlternativeTo | https://alternativeto.net/software/focustimer | Live | Listed as alternative to Forest, Be Focused |
|
|
133
|
-
| 6 | BetaList | — | Requires paid plan | $39 for featured listing, skipped |
|
|
134
|
-
| 7 | MicroLaunch | — | Failed | Site at capacity, retry next month |
|
|
135
|
-
| 8 | Fazier | https://fazier.com/launches/focustimer | Pending approval | Submitted, awaiting review |
|
|
136
|
-
|
|
137
|
-
## Verification Criteria
|
|
138
|
-
|
|
139
|
-
Before calling `mark_job_paid`, the agent should verify (not the user):
|
|
140
|
-
|
|
141
|
-
1. **Spot-check at least 3 URLs** — use web fetch to visit the submitted URLs and confirm the product listing exists or is pending review. If web fetch is unavailable, ask the user to check.
|
|
142
|
-
2. **Count check** — the number of confirmed submissions should match or exceed the agreed batch size
|
|
143
|
-
3. **Quality check** — descriptions should be accurate, not copy-pasted boilerplate with errors
|
|
144
|
-
4. **No duplicates** — each directory should appear only once in the deliverable
|
|
145
|
-
5. **Failed submissions explained** — any failures should have a clear reason
|
|
146
|
-
|
|
147
|
-
## Communication Template
|
|
148
|
-
|
|
149
|
-
**First message after job offer is accepted:**
|
|
150
|
-
|
|
151
|
-
```
|
|
152
|
-
Hi [NAME], thanks for taking this on!
|
|
153
|
-
|
|
154
|
-
I've attached the product info and directory list below. Please start
|
|
155
|
-
with the Launch Platforms category and work down. For each submission,
|
|
156
|
-
note the URL and status in a table.
|
|
157
|
-
|
|
158
|
-
A few tips:
|
|
159
|
-
- Use the short description for sites with character limits
|
|
160
|
-
- Use the long description where there's room
|
|
161
|
-
- If a site asks for a category not in my list, pick the closest match
|
|
162
|
-
and note what you chose
|
|
163
|
-
- If a site requires payment, skip it and mark it "requires paid plan"
|
|
164
|
-
|
|
165
|
-
Let me know if you have any questions before you start. I'm happy to
|
|
166
|
-
clarify anything.
|
|
167
|
-
```
|
|
168
|
-
|
|
169
|
-
## Estimated Timeline
|
|
170
|
-
|
|
171
|
-
- **Per batch of 5 directories:** 1-3 hours
|
|
172
|
-
- **Full 80+ directory sweep:** 2-4 days (recommend splitting across 2-3 jobs)
|
|
173
|
-
- **Turnaround expectation:** Set deadline to 48 hours per batch
|
|
174
|
-
|
|
175
|
-
## Recurring Schedule
|
|
176
|
-
|
|
177
|
-
**Cadence:** Monthly
|
|
178
|
-
|
|
179
|
-
**Monthly maintenance task:**
|
|
180
|
-
- Re-check 10 previously submitted directories for listing status (some remove inactive listings)
|
|
181
|
-
- Submit to any new directories discovered that month
|
|
182
|
-
- Update descriptions if the product tagline or pricing has changed
|
|
183
|
-
- Report any directories that have gone offline
|
|
184
|
-
|
|
185
|
-
---
|
|
186
|
-
|
|
187
|
-
## Directory List
|
|
188
|
-
|
|
189
|
-
The following directories are organized by category. Assign batches from this list when creating jobs. Not every directory will be relevant to every product — skip those that clearly do not fit and note them as "not applicable" in the deliverable.
|
|
190
|
-
|
|
191
|
-
### Launch Platforms
|
|
192
|
-
|
|
193
|
-
Sites designed for launching and announcing new products. These often have upvote mechanics and time-sensitive visibility windows.
|
|
194
|
-
|
|
195
|
-
| # | Directory | URL | Notes |
|
|
196
|
-
|---|-----------|-----|-------|
|
|
197
|
-
| 1 | Product Hunt | https://www.producthunt.com | Schedule launch day carefully; one shot |
|
|
198
|
-
| 2 | BetaList | https://betalist.com | Best for pre-launch/beta products |
|
|
199
|
-
| 3 | Uneed | https://www.uneed.best | Indie-friendly, fast approval |
|
|
200
|
-
| 4 | Fazier | https://fazier.com | Startup launch platform |
|
|
201
|
-
| 5 | MicroLaunch | https://microlaunch.net | For micro-SaaS and side projects |
|
|
202
|
-
| 6 | TinyLaunch | https://tinylaunch.com | Small product launches |
|
|
203
|
-
| 7 | Hacker News (Show HN) | https://news.ycombinator.com | Post as "Show HN: [product]"; best on weekday mornings ET |
|
|
204
|
-
| 8 | SideProjectors | https://www.sideprojectors.com | Side project marketplace/directory |
|
|
205
|
-
| 9 | LaunchIgniter | https://launchigniter.com | Launch announcement platform |
|
|
206
|
-
| 10 | PeerPush | https://peerpush.co | Peer-driven product launches |
|
|
207
|
-
| 11 | LaunchIt | https://launchit.today | Simple launch directory |
|
|
208
|
-
| 12 | LaunchYourApp | https://launchyourapp.com | App launch directory |
|
|
209
|
-
| 13 | indie.deals | https://indie.deals | Indie maker deals and launches |
|
|
210
|
-
| 14 | DesiFounder | https://desifounder.com | South Asian founder community |
|
|
211
|
-
| 15 | StartupLab | https://startuplab.io | Startup resources and launches |
|
|
212
|
-
| 16 | FirstoContact | https://firstocontact.com | First contact for new products |
|
|
213
|
-
| 17 | Launching Next | https://www.launchingnext.com | Upcoming startup launches |
|
|
214
|
-
| 18 | PitchWall | https://pitchwall.co | Startup pitch directory |
|
|
215
|
-
| 19 | Startup Buffer | https://startupbuffer.com | Startup promotion platform |
|
|
216
|
-
| 20 | StartupBase | https://startupbase.io | Startup database |
|
|
217
|
-
| 21 | Startup Tracker | https://startuptracker.io | Track and discover startups |
|
|
218
|
-
| 22 | Killer Startups | https://killerstartups.com | Startup reviews and listings |
|
|
219
|
-
| 23 | Startup Ranking | https://www.startupranking.com | Ranked startup directory |
|
|
220
|
-
| 24 | Launched! | https://launched.io | Post-launch showcase |
|
|
221
|
-
| 25 | 10words | https://10words.io | Describe your startup in 10 words |
|
|
222
|
-
| 26 | rankinpublic.xyz | https://rankinpublic.xyz | Public startup ranking |
|
|
223
|
-
| 27 | launchboard.dev | https://launchboard.dev | Developer-focused launch board |
|
|
224
|
-
| 28 | trylaunch.ai | https://trylaunch.ai | AI-focused launch platform |
|
|
225
|
-
| 29 | selected.site | https://selected.site | Curated site directory |
|
|
226
|
-
|
|
227
|
-
### SaaS / Product Directories
|
|
228
|
-
|
|
229
|
-
General-purpose directories for software products. Good for long-term SEO and discovery.
|
|
230
|
-
|
|
231
|
-
| # | Directory | URL | Notes |
|
|
232
|
-
|---|-----------|-----|-------|
|
|
233
|
-
| 30 | AlternativeTo | https://alternativeto.net | List as alternative to known competitors |
|
|
234
|
-
| 31 | SaaSHub | https://www.saashub.com | SaaS comparison and discovery |
|
|
235
|
-
| 32 | OpenAlternative | https://openalternative.co | Open-source alternative listings |
|
|
236
|
-
| 33 | Toolfolio | https://toolfolio.io | Tool and SaaS directory |
|
|
237
|
-
| 34 | LibHunt | https://www.libhunt.com | Library and tool discovery |
|
|
238
|
-
| 35 | SaaS Genius | https://www.saasgenius.com | SaaS reviews and comparisons |
|
|
239
|
-
| 36 | G2 | https://www.g2.com | Major review platform; may require verification |
|
|
240
|
-
| 37 | DevHunt | https://devhunt.org | Developer tool launches |
|
|
241
|
-
| 38 | Capterra | https://www.capterra.com | Enterprise software directory; may require paid listing |
|
|
242
|
-
| 39 | There is an AI for That | https://theresanaiforthat.com | AI tool directory (AI products only) |
|
|
243
|
-
| 40 | Tool Finder | https://toolfinder.co | Curated tool recommendations |
|
|
244
|
-
| 41 | StackShare | https://stackshare.io | Tech stack sharing; good for dev tools |
|
|
245
|
-
| 42 | YourStory | https://yourstory.com | Indian startup media and listings |
|
|
246
|
-
| 43 | Startup Stash | https://startupstash.com | Curated startup resources |
|
|
247
|
-
| 44 | Taaft | https://taaft.com | AI tool directory |
|
|
248
|
-
|
|
249
|
-
### Profile / Backlink Sites
|
|
250
|
-
|
|
251
|
-
Sites where you create a company or project profile. Valuable primarily for backlinks and brand presence.
|
|
252
|
-
|
|
253
|
-
| # | Directory | URL | Notes |
|
|
254
|
-
|---|-----------|-----|-------|
|
|
255
|
-
| 46 | Crunchbase | https://www.crunchbase.com | Create a free organization profile |
|
|
256
|
-
| 47 | About.me | https://about.me | Personal/company profile page |
|
|
257
|
-
| 48 | HackerNoon | https://hackernoon.com | Publish a story or create a company profile |
|
|
258
|
-
| 49 | Devpost | https://devpost.com | Good for hackathon-born projects |
|
|
259
|
-
| 50 | SourceForge | https://sourceforge.net | Open-source project hosting and discovery |
|
|
260
|
-
| 51 | Strikingly | https://www.strikingly.com | Create a simple landing page with backlink |
|
|
261
|
-
| 52 | Site123 | https://www.site123.com | Free site builder with directory listing |
|
|
262
|
-
|
|
263
|
-
### AI Agent Directories
|
|
264
|
-
|
|
265
|
-
Specialized directories for AI agents, autonomous tools, and x402/crypto-native services.
|
|
266
|
-
|
|
267
|
-
| # | Directory | URL | Notes |
|
|
268
|
-
|---|-----------|-----|-------|
|
|
269
|
-
| 53 | navtools.ai | https://navtools.ai | AI tool navigation directory |
|
|
270
|
-
| 54 | x402.eco | https://x402.eco | x402 protocol ecosystem directory |
|
|
271
|
-
| 55 | hermesx402.com | https://hermesx402.com | Hermes x402 agent directory |
|
|
272
|
-
| 56 | nullpath.com | https://nullpath.com | AI agent listings |
|
|
273
|
-
| 57 | aiagentstore.ai | https://aiagentstore.ai | AI agent marketplace |
|
|
274
|
-
|
|
275
|
-
### Additional High-Value Directories
|
|
276
|
-
|
|
277
|
-
Supplementary directories worth submitting to for broader coverage.
|
|
278
|
-
|
|
279
|
-
| # | Directory | URL | Notes |
|
|
280
|
-
|---|-----------|-----|-------|
|
|
281
|
-
| 58 | Indie Hackers | https://www.indiehackers.com | Community + product listing |
|
|
282
|
-
| 59 | BetaPage | https://betapage.co | Beta product directory |
|
|
283
|
-
| 60 | GetApp | https://www.getapp.com | Gartner-owned software directory |
|
|
284
|
-
| 61 | Software Suggest | https://www.softwaresuggest.com | Software recommendation engine |
|
|
285
|
-
| 62 | Slant | https://www.slant.co | "What is the best..." comparison site |
|
|
286
|
-
| 63 | Product Hunt Ship | https://www.producthunt.com/ship | Pre-launch landing page on PH |
|
|
287
|
-
| 64 | F6S | https://www.f6s.com | Startup deals, accelerators, and profiles |
|
|
288
|
-
| 65 | AngelList / Wellfound | https://wellfound.com | Startup profiles and hiring |
|
|
289
|
-
| 66 | Clutch | https://clutch.co | B2B service directory |
|
|
290
|
-
| 67 | TrustPilot | https://www.trustpilot.com | Create a business profile for reviews |
|
|
291
|
-
| 68 | AppSumo Marketplace | https://appsumo.com | Lifetime deal marketplace (if applicable) |
|
|
292
|
-
| 69 | Pitchbook | https://pitchbook.com | Financial data; create a free profile |
|
|
293
|
-
| 70 | TechCrunch Submit | https://techcrunch.com/submit | Submit for coverage consideration |
|
|
294
|
-
| 71 | Robin Good Tools | https://tools.robingood.com | Curated tool directory |
|
|
295
|
-
| 72 | NocodeList | https://nocodelist.co | No-code tool directory (if applicable) |
|
|
296
|
-
| 73 | MakerPad | https://www.makerpad.co | No-code community and tools |
|
|
297
|
-
| 74 | Remote Tools | https://www.remotetools.club | Remote work tool directory |
|
|
298
|
-
| 75 | Futurepedia | https://www.futurepedia.io | AI tool directory |
|
|
299
|
-
| 76 | AI Valley | https://aivalley.ai | AI tool discovery |
|
|
300
|
-
| 77 | TopAI.tools | https://topai.tools | Ranked AI tools |
|
|
301
|
-
| 78 | AI Tools Directory | https://aitoolsdirectory.com | General AI tools listing |
|
|
302
|
-
| 79 | SaaSWorthy | https://www.saasworthy.com | SaaS reviews and awards |
|
|
303
|
-
| 80 | Crozdesk | https://crozdesk.com | Software discovery platform |
|
|
304
|
-
| 81 | GoodFirms | https://www.goodfirms.co | Software reviews and listings |
|
|
305
|
-
| 82 | Gartner Peer Insights | https://www.gartner.com/reviews | Enterprise reviews (for established products) |
|
|
306
|
-
| 83 | All Top Startups | https://alltopstartups.com | Startup news and directory |
|
|
307
|
-
| 84 | EU Startups | https://www.eu-startups.com | European startup directory |
|
|
308
|
-
| 85 | BetaBound | https://www.betabound.com | Beta testing community and listings |
|
|
309
|
-
|
|
310
|
-
---
|
|
311
|
-
|
|
312
|
-
## Example Agent Workflow
|
|
313
|
-
|
|
314
|
-
```
|
|
315
|
-
1. search_humans({ skill: "data entry", available_now: true, limit: 10 })
|
|
316
|
-
2. For each candidate: get_human_profile({ username: candidate.username })
|
|
317
|
-
3. Select best candidate based on evaluation criteria
|
|
318
|
-
4. create_job_offer({
|
|
319
|
-
human_username: selected.username,
|
|
320
|
-
title: "Submit ProductName to 5 startup directories (Batch 1: Launch Platforms)",
|
|
321
|
-
description: "...[filled template]...",
|
|
322
|
-
price: 10,
|
|
323
|
-
currency: "USD"
|
|
324
|
-
})
|
|
325
|
-
5. send_job_message({ job_id: job.id, message: "...[communication template]..." })
|
|
326
|
-
6. Poll: get_job_status({ job_id: job.id }) until status is "delivered"
|
|
327
|
-
7. Verify deliverables against criteria
|
|
328
|
-
8. mark_job_paid({ job_id: job.id }) if verified
|
|
329
|
-
9. leave_review({ job_id: job.id, rating: 5, comment: "..." })
|
|
330
|
-
10. Schedule next batch or monthly maintenance
|
|
331
|
-
```
|