Nepali Startups
HomeDiscoverCategoriesLaunchesBlogAbout
Submit Venture
Sign in
Nepali Startups
Sign InCreate Account
Submit Venture
ExploreHomeDiscoverCategoriesLaunchesBlogAboutPlatformFounder DashboardGuidelinesContact Desk

Nepal's startup registry

Kathmandu, Nepal
HomeDiscoverSubmitAccount
Nepali Startups

The verified registry and discovery platform for technology companies, founders, and digital products in Nepal.

[email protected] +977 9743620222 Kathmandu, Nepal

Explore

Startup DirectoryFeatured StartupsAll CategoriesLaunchesCommunity FeedBlogOpen Data

Platform

Submit StartupFounder DashboardFind TalentInvestor DirectoryEmbed & APINepal → Global

Company

AboutContactMarket PartnersSponsor Content

Support & Legal

Submission GuidelinesFAQsTerms of ServicePrivacy Policy Bagmati Province, Nepal
© 2026 Nepali Startups. All rights reserved.•Independent & Non-partisan
Kathmandu, Nepal

Embed Nepal Startups

Show live Nepal startup data on your website, blog, or dashboard. All data is free under CC BY 4.0. Just copy, paste, and go.

Top 10 Startups Table

A clean HTML table of Nepal's top 10 startups by community signal.

<iframe
  src="https://nepalistartups.com/api/embed?limit=10"
  width="100%"
  height="420"
  style="border:none;border-radius:8px;"
  loading="lazy"
  title="Nepali Startups — Top 10"
></iframe>

FinTech Startups

Filtered to a specific sector — FinTech in this example.

<iframe
  src="https://nepalistartups.com/api/embed?limit=10&sector=FinTech"
  width="100%"
  height="420"
  style="border:none;border-radius:8px;"
  loading="lazy"
  title="Nepali Startups — FinTech"
></iframe>

JSON Data Feed

Programmatic access via JSON. Perfect for dashboards and custom UIs.

fetch("https://nepalistartups.com/api/data/startups.json")
  .then(r => r.json())
  .then(data => {
    console.log(data.startups);  // Array of startup objects
    console.log(data.meta);      // { totalStartups, totalCategories, ... }
  });

RSS Feed

Subscribe to recent blog posts and top startups via RSS.

<!-- Add to your <head> -->
<link
  rel="alternate"
  type="application/rss+xml"
  title="Nepali Startups"
  href="https://nepalistartups.com/feed.xml"
/>

Markdown for AI

Use the LLM-friendly endpoints in AI pipelines and RAG systems.

# Compact index (top 50 startups)
curl https://nepalistartups.com/llms.txt

# Full knowledge base (all startups + sectors + hubs)
curl https://nepalistartups.com/llms-full.txt

API Reference

Embed Widget

GET /api/embed

Returns an HTML table of startups. Perfect for iframes.

limit — Number of startups (1-50, default 10)sector — Filter by sector name

JSON API

GET /api/data/startups.json

Full dataset as JSON. Includes metadata, categories, and all published startups.

No parameters required

RSS Feed

GET /feed.xml

Recent blog posts and top startups in standard RSS 2.0 format.

No parameters required

LLM Knowledge Base

GET /llms.txt · /llms-full.txt

Markdown-optimized endpoints for AI/LLM consumption. CC BY 4.0 licensed.

/llms.txt — Compact (top 50)/llms-full.txt — Complete dump

Citation

When using this data, please cite:

Nepali Startups. (2026). Nepal Startup Ecosystem Registry. Retrieved from https://nepalistartups.com. License: CC BY 4.0.