> For the complete documentation index, see [llms.txt](https://vc.shibin.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vc.shibin.co/vc/vc-tech-stack.md).

# VC Tech Stack

## Matchmaking

* [Lunchclub](https://lunchclub.ai/)
* [Funderbeam](https://www.funderbeam.com)
* [Republic](https://republic.co)
* [Sploda](https://sploda.com)
* [Investor Scout](https://investorscout.co)
* [FounderNest](https://www.foundernest.com)
* [Fundsup](https://fundsup.co)
* [Signal](https://signal.nfx.com)
* [AngelList](https://angel.co/)

## CRM

* [ClickUp](https://clickup.com/)
* [Attio](https://attio.com/)
* [Affinity](https://www.affinity.co/)
* [Trello](https://trello.com)
* [Streak](https://www.streak.com)
* [Gmelius](https://gmelius.com)

## Research

* [G2 Track](https://track.g2.com)
* [Enterprise Comparables](https://www.meritechcapital.com/public-comparables/enterprise#HistoricalTradingData)
* [Kumu](https://kumu.io)
* [Apteo](https://app.apteo.co)
* [Digital Insight](https://www.digital-insight.com)
* [IDC](https://www.idc.com)
* [Techspert.io](https://www.techspert.io)
* [Forrester](https://go.forrester.com)
* [Ask Wonder](https://askwonder.com)
* [Earnest](https://www.earnestresearch.com)
* [IBIS World](https://www.ibisworld.com)
* [Bullet Point Network](https://www.bulletpoint.network/bpn-homepage)
* [Tegus](https://www.tegus.co)
* [Quid](https://quid.com)
* [Harvest Exchange](https://www.hvst.com)
* [Papers with Code](https://paperswithcode.com)
* [Public Comps](https://www.publiccomps.com)

## Alternative Data

* [Second Measure](https://secondmeasure.com/)
* [Baremetrics](https://baremetrics.com)
* [MixRank](https://mixrank.com)
* [Oxydata](https://www.oxydata.io)
* [AngelList Salary Comps](https://angel.co/salaries)
* [TrustRadius](https://www.trustradius.com)
* [Capterra](https://www.capterra.com)
* [Statista](https://www.statista.com)
* [SensorTower](https://sensortower.com)
* [SimilarWeb](https://www.similarweb.com)
* [Dataprovider](https://www.dataprovider.com/#)
* [BuiltWith](https://builtwith.com)
* [Bombora](https://bombora.com)
* [IPqwery](https://ipqwery.com)
* [Apptopia](https://apptopia.com)
* [App Annie](https://www.appannie.com/en/)

## Traditional Data

* [Tracxn](https://tracxn.com/)
* [Dealroom](https://tracxn.com/)
* [CooleyGO](https://www.cooleygo.com/trends/)
* [US Census Bureau](https://www.census.gov)
* [Bureau of Labor Statistics](https://www.bls.gov)
* [Factiva](https://professional.dowjones.com/factiva/#services)
* [CB Insights](https://www.cbinsights.com)
* [Specter](https://tryspecter.com)
* [Pitchbook](https://pitchbook.com)
* [Crunchbase](https://www.crunchbase.com)

## Network Tools

* [4degrees](https://4degrees.ai)
* [Relationship Science](https://www.relsci.com)
* [People Data Labs](https://www.peopledatalabs.com)

## Portfolio Management

* [Visible.vc](https://visible.vc/investors/)
* [Paperstreet](https://www.paperstreet.vc/)
* [Aumni](https://www.aumni.fund)
* [Assure](https://www.assure.co/)
* [Investory](https://investory.io)
* [Rundit](https://rundit.com)
* [Carta](https://carta.com)

## Sourcing Tools

* [FuelUp](https://fuelup.co)
* [Product Hunt](https://www.producthunt.com)
* [BetaList](https://betalist.com)
* [EDGAR](https://www.sec.gov/edgar.shtml)
* [Stackshare](https://stackshare.io)
* [Companies House](https://www.gov.uk/government/organisations/companies-house)

## Liquidity

* [SharesPost](https://sharespost.com)
* [EquityZen](https://equityzen.com)
* [Captable](https://captable.io/)

## Others

* <https://www.producthunt.com/e/tools-for-investors>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://vc.shibin.co/vc/vc-tech-stack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
