awesome-startups
Awesome list of curated resources, tools, and references for startups and founders.
About this tool
awesome-startups
Category: Themed Directories
Tags: startups, business-tools, awesome-lists
A GitHub-hosted, automatically updated directory of the top 100 startups worldwide, plus country-specific startup lists, based on data from Startupranking.
Overview
awesome-startups is an open-source curated list that aggregates startup rankings from startupranking.com. It maintains:
- A global list of the top 100 startups
- Per-country lists of startups
- A ranking-based structure that’s regenerated regularly using a PHP script and JSON data files
The project follows the broader awesome-* list convention and is designed as a reference resource for founders, researchers, and startup enthusiasts.
Features
-
Global Top 100 List
- Maintains a list of the top 100 startups worldwide.
- Rankings are sourced directly from Startupranking and ordered by rank.
-
Country-based Startup Lists
countries/directory contains per-country startup lists.- Countries are sorted in descending order by the number of startups associated with each country.
- Within each country file, startups are sorted in ascending order of their rankings.
-
Automated Daily Updates
- A PHP script (
fetch-countries.phpandindex.php) fetches and processes the latest data from startupranking.com. - Lists are regenerated on a daily basis to keep rankings current.
- README includes a
Last Updated Ontimestamp indicating the last successful update.
- A PHP script (
-
Structured Data Source Handling
- Uses
supported-countries.jsonto track which countries are supported (i.e., have startups registered on Startupranking). - Script logic “crunches” raw ranking data into structured lists used in the README and country files.
- Uses
-
Open-source Repository Layout
README.md– main listing and documentation.countries/– country-wise startup listings.supported-countries.json– machine-readable list of supported countries.pre-readme-content.txtandpost-readme-content.txt– template fragments to build the dynamic README.LICENSE– license file (open-source terms)..gitignore– standard Git configuration.
-
Dynamic README Generation
- README is programmatically generated, combining template files with live data.
- Includes a contents section and a data freshness timestamp.
-
Inspired by
awesome-*Ecosystem- Follows conventions of popular “awesome lists” (curated, topic-focused, GitHub-native).
Data Source
- Primary data source: Startupranking.
- All rankings and country/startup associations are derived from Startupranking’s listings.
Pricing
This is an open-source GitHub repository and directory list. There is no pricing or paid plan; usage and access are free, subject to the project’s LICENSE.
Loading more......
Information
Categories
Tags
Similar Products
3 result(s)Large-scale web crawl dataset containing 3.5 billion web pages from CommonCrawl (2012), suitable for web mining, search, and network analysis research. Listed as part of an awesome-style collection of computer networks datasets.
An Awesome-style collection of short, easy-to-understand JavaScript code snippets you can grasp in 30 seconds.
A GitHub repository by Brad Traversy containing 50+ small, focused web development mini projects built with HTML, CSS, and JavaScript, useful as a curated collection of example projects for learning or referencing in awesome-style directories.