Skip to content

Migration restaurant-comparison-tool to Tinyfish SDK #171

Open
KrishnaAgarwal7531 wants to merge 3 commits intotinyfish-io:mainfrom
KrishnaAgarwal7531:mig-resturant-comparision
Open

Migration restaurant-comparison-tool to Tinyfish SDK #171
KrishnaAgarwal7531 wants to merge 3 commits intotinyfish-io:mainfrom
KrishnaAgarwal7531:mig-resturant-comparision

Conversation

@KrishnaAgarwal7531
Copy link
Copy Markdown
Contributor

Removes the last Vite artefact from the App Router migration. src/App.tsx was a near-identical duplicate of src/app/page.tsx left over from the Vite entry point — nothing imported it, now it's gone.
Also fixes the README setup flow: setup step now points to .env.example with a cp command instead of instructing users to hand-author a .env.local, and the sign-up link corrected from agent.tinyfish.ai to tinyfish.ai to match .env.example. README fully rewritten to match the current codebase.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 18, 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.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 709d285e-0f2c-48e2-ab65-118d5b0c6fa9

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

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
Copy Markdown
Contributor

@simantak-dabhade simantak-dabhade left a comment

Choose a reason for hiding this comment

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

Clean migration — SDK idiomatic, no Mino, build passes, Vite leftovers removed, README references .env.example. Old #139 issues all addressed.

Two fixes needed:

1. Remove GROQ_API_KEY from .env.example

Lines 5-7 list GROQ_API_KEY but there are zero Groq references anywhere in src/. The app only needs TINYFISH_API_KEY. Having a dead key misleads users into signing up for Groq they don't need.

2. README sign-up URL

Line 96 shows https://tinyfish.ai — should be https://agent.tinyfish.ai/api-keys to match .env.example and the canonical URL.

Nits (non-blocking):

  • eslint.config.js still imports eslint-plugin-react-refresh (Vite leftover) — npm run lint would fail
  • next-env.d.ts is committed — normally .gitignored

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