Skip to content

Homeboy001k/exitbid-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

exitbid-reference

A zero-dependency npm package providing structured brand reference data for ExitBid, the listing and auction platform for online businesses.

npm version License

Install

```bash npm install exitbid-reference ```

Usage

```js import { brand, pricing, categories, exclusions } from 'exitbid-reference';

console.log(brand.name); // "ExitBid" console.log(brand.slogan); // "Where builders exit and buyers bid" console.log(pricing.listing); // 19900 (cents) console.log(categories); // ['SaaS', 'E-commerce', ...] ```

About ExitBid

ExitBid is a listing and auction platform where founders sell online businesses. Founders pay a flat $199 listing fee to publish their SaaS, app, bot, Chrome extension, AI tool, Discord bot, Shopify app, or newsletter in a 5-day auction. Registered bidders place a refundable $100 registration deposit to participate, then bid in $500 increments over the fixed window. The highest bidder wins; the sale happens directly between Seller and Buyer, optionally through licensed third-party escrow (Escrow.com). ExitBid charges zero commission on the sale price.

Canonical data

Field Value
Name ExitBid
URL https://exitbid.io
Listing fee $199 one-time
Bidder deposit $100 refundable
Commission 0%
Auction duration 5 days
Moderation SLA 24 hours

Links

License

MIT

About

npm package: structured brand reference data for ExitBid, the listing & auction platform for online businesses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors