feat: migrate from React/TanStack Start to SvelteKit 5#15
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
feat: migrate from React/TanStack Start to SvelteKit 5#15devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
- Replace React + TanStack Router/Start with SvelteKit 2 + Svelte 5 (runes) - Port all pages: home, podcast feed, episode detail, latest episode - Port all components using Svelte 5 runes ($state, $derived, $effect, $props) - Keep Tailwind CSS v4 with identical theme variables and styles - Maintain RTL Hebrew layout and multi-podcast theme switching - Port audio player using Svelte context API - Port floating chat component with Gemini AI API - Port soccer API integration (league standings, next match, form) - Port RSS feed parsing for podcast episodes - Port transfers display component - Port trophies section - Set up Vercel adapter for deployment - Add ESLint + Prettier for Svelte - svelte-check passes with 0 errors and 0 warnings - Build succeeds Co-Authored-By: Itamar Sharify <itamarsharify@gmail.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Full rewrite of the hakapit website from React 19 + TanStack Router/Start to SvelteKit 2 + Svelte 5 (runes).
What changed:
$state,$derived,$effect,$propsrunes@sveltejs/adapter-vercelfor VercelWhat's preserved:
Routes:
//[podcast]/[podcast]/episodes/[id]/[podcast]/latest/api/chatBuild status:
svelte-checkpasses with 0 errors, 0 warnings.vite buildsucceeds.Review & Testing Checklist for Human
sveltekitframework and env vars are set (HAKAPIT_RSS,NITK_RSS,BALCONY_RSS,FOOTBALL_DATA_API_KEY,GOOGLE_GENERATIVE_AI_API_KEY,CONVEX_URL)/hakapit,/nitk,/balcony-albums) and confirm theme colors switchRecommended test plan: Deploy to Vercel preview, visit each page, switch between podcasts, play an episode, and try the chat widget.
Notes
$env/dynamic/privateso the build doesn't fail when they're missing — they're resolved at runtimeconvex/folder is kept as-is since it's the backend schematypecheckscript alias that runssvelte-checkfor CI compatibility/api/loadand/api/notifyare not yet ported (the warning is expected)Link to Devin session: https://app.devin.ai/sessions/c1478829a40e48049e235f972c8c8c8c
Requested by: @ItamarShDev