feat: add saas-launch-radar recipe — autonomous SaaS pricing intellig…#219
Open
pritpatel2412 wants to merge 1 commit into
Open
feat: add saas-launch-radar recipe — autonomous SaaS pricing intellig…#219pritpatel2412 wants to merge 1 commit into
pritpatel2412 wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ence dashboard Adds a new cookbook recipe that autonomously discovers newly launched SaaS products in any market niche using TinyFish Search API (multi-angle Product Hunt, Hacker News queries), then deploys parallel TinyFish Browser Agents to audit landing pages and extract structured pricing models, features, and target audiences. - Next.js 16 App Router with SSE streaming for real-time agent telemetry - TinyFish SDK (Search + Agent stream) integration with proper error handling - TinyFish brand-aligned UI: #FF6700 accents, #fafaf9 backgrounds, 3px border-radius, halftone dot patterns - Parallel browser agent dispatch with live terminal-style progress logs - Structured pricing matrix, feature aggregation, and audience segment display - Clean deduplication filtering (URL + domain level) - .env.example included for easy API key setup
e1c5920 to
59a38b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
saas-launch-radar— Autonomous SaaS Pricing Intelligence DashboardSummary
Adds a new cookbook recipe that autonomously scouts newly launched SaaS products in any market niche, deploys parallel TinyFish browser agents to audit their landing pages, and synthesizes structured pricing intelligence — all streamed live to the user.
What This Recipe Demonstrates
This recipe is a showcase of three TinyFish capabilities working in concert:
client.search.queryclient.agent.streamTechnical Architecture
Parallelism: All candidates are scraped concurrently via
Promise.all, each with its own SSE stream consumed via the Streams API (response.body.getReader()).SDK Usage
Search (Discovery)
Agent Stream (Audit)
Key Implementation Details
origin + pathname) and root domain — preventing the same product appearing twice from different query anglesProductName,Tagline,Description,KeyFeatures,TargetAudience,PricingModels) with explicit type annotations, minimizing schema drift```json ```) from the agent result, with a regex fallback\n\nto correctly handle partial SSE frames across TCP packetsexport const maxDuration = 300on both route handlers to support long-running agent sessions on VercelStack
@tiny-fish/sdk ^0.0.8#FF6700accents,#fafaf9stone background,border-radius: 3pxboxy buttons, teal halftone dot patternsFiles Added
Root
README.mdupdated: recipe listed in Featured and Research & Market Intelligence sections.Testing
Developer Tools,AI Copilots,Marketing Tech.env.exampleprovided for setup