Skip to content

Comments

Add competitor scout#51

Open
MMeteorL wants to merge 3 commits intotinyfish-io:mainfrom
MMeteorL:add-competitor-scout
Open

Add competitor scout#51
MMeteorL wants to merge 3 commits intotinyfish-io:mainfrom
MMeteorL:add-competitor-scout

Conversation

@MMeteorL
Copy link

Added the app competitor scout CLI app to the tinyfish-cookbook.

@coderabbitai
Copy link

coderabbitai bot commented Feb 14, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@npkhang99 npkhang99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, I think the core idea is solid.
Just a few minor fixes before merging.

Great work, btw.

Comment on lines +13 to +17
export async function POST(request: NextRequest) {
const { competitors, question } = (await request.json()) as {
competitors: Competitor[];
question: string;
};
Copy link

@npkhang99 npkhang99 Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we need some kind of rate limiting for this route to make sure your demo app won't explode your API bill.

Also, capping the amount of competitors is not a bad idea here.

Comment on lines +3 to +5
typescript: {
ignoreBuildErrors: true,
},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m not sure why this is here, but I would prefer it to be removed. Better to address the TypeScript errors properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants