Submit a project to SaaSCity
submit_projectList a product on the SaaSCity launch directory. Creates an inert draft and returns a claim URL; the human opens it to sign in, confirm the listing and pick a launch Monday. Nothing is published or charged until they do, and every listing is reviewed by a person. Free to submit. Free subdomain hosts (github.io, netlify.app...) and domains that already have a listing are refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Up to 10 short keywords (optional) | |
| title | Yes | Product name | |
| tagline | Yes | One line on what it does and for whom | |
| category | Yes | Listing category id | |
| github_url | No | Public repo URL (optional) | |
| description | Yes | Plain text: the problem, who it is for, what makes it different | |
| twitter_url | No | X/Twitter profile URL (optional) | |
| website_url | Yes | Product homepage, https, on its own domain |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claimUrl | Yes | The human must open this to publish the listing | |
| expiresAt | Yes | ISO date after which the draft is discarded | |
| claimToken | Yes | Pass to get_submission_status | |
| badgeSnippet | Yes | HTML that earns a dofollow link once verified with check_badge |