TanStack

T

TanStack

TanStack is a community of passionate software engineers striving for high-quality, open-source software for web devs

Join

react-query-questions

solid-query-questions

table-questions

virtual-questions

router-questions

react-charts-questions

ranger-questions

vue-query-questions

svelte-query-questions

bling-questions

form-questions

angular-query-questions

start-questions

db-questions

start-showcase

router-showcase

📣-announcements

like-gold
like-gold11/12/2025

ottomate - PC automation with voice, sho...

Hi all! Today I'm launching ottomate in beta, and it will be free for at least the first month, to gauge interest from people and gather feedback. It is powered by SolidJS, TanStack Start and Convex!...
ambitious-aqua
ambitious-aqua11/5/2025

A few months ago I started building my

A few months ago I started building my Vendure storefront. I decided against NextJS for philosophical reasons and tried React Router v7 (former Remix), but honestly didn't enjoy it and dropped the project. Recently, Tanstack Start caught my eye. To learn the framework, I decided to convert Vendure's official NextJS storefront starter. I loved it! While it doesn't have RSC, the SSR is amazing and the full-stack type safety is game-changing. Since this was a learning project, I was able to reuse most of the original code, so the quality should be solid. One caveat: I am not so sure about my authentication implementation. It was the trickiest part to migrate, and I'm not deeply experienced there—though I followed examples and docs carefully, so it should work well....
optimistic-gold
optimistic-gold10/23/2025

GitHub - daveycodez/tanstack-start-hybri...

I just finished my repo showcasing TanStack Start as a single codebase for a hybrid application, deployed to Cloudflare Workers for web & API, then deployed to mobile via Capacitor and Desktop via Tauri. Fully supports server functions & API routes. Runs in SSR mode on the server and SPA mode for the offline native apps: https://github.com/daveycodez/tanstack-start-hybrid...
sunny-green
sunny-green10/21/2025

Anyone have a showcase with a pnpm

Anyone have a showcase with a pnpm monorepo with tailwind v4? Having some issues with my setup
magic-amber
magic-amber10/7/2025

BootStepper | Learn Line Dancing with St...

🥾 I built a site that fixes everything wrong with line dance websites 💃🕺 Line dance sites haven’t changed in decades. They’re slow, hard to search, and not built for mobile. So I built BootStepper — a fresh, modern platform where you can find dances, songs, and choreographers instantly, track trends, create playlists, and even host live sessions....
xenophobic-harlequin
xenophobic-harlequin6/18/2025

GitHub - akshat-OwO/z1-chat: A next-gene...

z1-Chat delivers blazing-fast, real-time experiences powered by zero sync engine, tanstack, better auth, aisdk The cool part? Resumable LLM streams! 🤯 Reload? Stream picks up exactly where it left off! Built as a theo cloneathon project...
conscious-sapphire
conscious-sapphire6/17/2025

null.multi-domain.learnjs.eu.org

🚀 TanStack Start Multi-Tenant Template Just converted Vercel's Next.js platforms example to TanStack Start! Features custom subdomain routing, Redis storage, and admin interface for managing tenants. 🔗 Live Demo: https://multi-domain.learnjs.eu.org 📂 Repo: https://github.com/xiaoyu2er/tanstack-platforms...
eastern-cyan
eastern-cyan6/15/2025

Launch Nicely

👋 hello all just moved https://www.launchnicely.com to tanstack start + convex + better-auth stack now all hosted on hetzner vps via coolify 🔥...
extended-salmon
extended-salmon6/12/2025

Breadcrumbs with static data

Not a full project, but I'm really proud of my breadcrumbs implementation: ```tsx <div className="hidden md:flex items-center pl-2"> <Breadcrumbs.Root className="my-auto">...
fair-rose
fair-rose6/3/2025

Implement Dark Mode in TanStack Start

Hey @Jp, Thank you for sharing this. What does optimistic brings here? I would naively implement something like presented in this blog post https://nisabmohd.vercel.app/tanstack-dark...
wise-white
wise-white5/19/2025

Image rendering

I try make instagram clone with tanstack start Technologies: - Tanstack Start,...
adverse-sapphire
adverse-sapphire5/16/2025

Screenshot API: Capture, Automate & Inte...

Hey community! I just created an Screenshot API called Screenshothis all using the TanStack Start 🙌 Feedback is welcome https://screenshothis.com/...
correct-apricot
correct-apricot5/4/2025

GitHub - CarlosZiegler/fullstack-start-t...

Hey Guys, I am building my own boilerplate using Tanstack Start ( yes a new boilerplate haha ) if someone want to take a look here is : Core Technologies - Framework: TanStack Start - Routing: TanStack Router (Type-safe client and server routing)...
useful-bronze
useful-bronze4/11/2025

TO Comix Press

I'm a small comics publisher; I just relaunched our comic reader site, with 1800+ pages of short comics from our last decade of publishing. A node script audits all the page assets and exports a per-book json object with each page's blurhash, average color, dimensions, and so forth. It's all flatfiles, the site has no database at all. The comics reader should feel pretty snappy! Give it a whirl and let me know if you spot any woes....
absent-sapphire
absent-sapphire4/6/2025

Yes, it's fully based on Tanstack Start

Yes, it's fully based on Tanstack Start. 🚀
extended-salmon
extended-salmon4/4/2025

ImageSnap - Share beautifully framed ima...

I made Image Snap with router. Needed something like Ray.so for screenshots capturing, couldn't find anything so I built a simple website where i can do it whenever. Now i can't stop making images with it. I might move it to Start since start has a nicer way of setting up meta stuff (with router i think I need to change the index.html file??). But anyway, here it is: https://imgsnap.pages.dev/...
No description
fair-rose
fair-rose3/26/2025

BITS | Bar in the Sun

Hey all! I have been working on a web app that helps people find bars, pubs and restaurants which are in the sun/shade. Originally it was made using Remix but when TanStack start was released, I wanted to migrate for the many benefits, especially native caching. I have now completed the migration and wanted to share it with you all. The app is mainly focused on the UK but should be able to be used anywhere. You can find it here https://sun.barinthe.app/. I would say that the only issue I ran into really was with virtual file routes. It seems API routes are not supported (or I couldn't figure how to get them working). So was a bit tricky as I serve the sitemap from one, as it is dynamically generated, and wanted it to be accessible at /sitemap.xml. Other than that one issue/confusion, I really enjoyed working with Start, it is easy to use has some awesome features and believe it has improved the responsiveness of the app. It also uses Router and Query, all of which are awesome!...
foreign-sapphire
foreign-sapphire3/26/2025

Nice work! Just bought a pro membership

Nice work! Just bought a pro membership for launchnicely.
optimistic-gold
optimistic-gold3/24/2025

Ultimate Guide to Integrating React Hook...

Hey All! I just dropped a guide on integrating TanStack Start with React Hook Form—type-safe forms with client + server validation, working with or without JS. Check it out: https://dipankarmaikap.com/integrating-react-hook-form-with-tanstack-start/. Thoughts? Let me know!
Next