startupfast
v0.1.0
Published
Official startupfast CLI for Startup Fast submissions
Maintainers
Readme
startupfast CLI
Official CLI for submitting projects to Startup Fast.
Install
npm install -g startupfastCommands
startupfast login
startupfast startups
startupfast categories
startupfast availability --launch-type premium
startupfast submit ./project.json
startupfast status <projectId>Submission file
Example:
{
"name": "Acme Launch",
"description": "Ship your product with StartupFast CLI.",
"websiteUrl": "https://acme.example",
"logoUrl": null,
"coverImageUrl": null,
"categories": ["category_id_here"],
"techStack": ["Next.js", "Postgres"],
"platforms": ["web"],
"pricing": "paid",
"startupId": "startup_id_here",
"scheduledDate": "2026-03-20",
"launchType": "premium"
}logoUrl and coverImageUrl are optional. If omitted, Startup Fast attempts to derive them from the website metadata and upload them.
Publish
From this package directory:
npm pack
npm publish --access publicIf the package name startupfast is already taken on npm, change the package name before publishing and keep the bin.startupfast field as-is so the command name remains startupfast.
