Has anyone created a desktop application using the T3 stack?

I'd love to get some opinions on this. It would be pretty awesome if we could use RPC to perform the tasks of executing commands on the local system
5 Replies
πŸ…·πŸ…΄πŸ…»πŸ…ΈπŸ†‡
Would also love to see this as my application has a react electron app that I would love to convert to a t3 electron app if possible
Yiannis
Yiannisβ€’15mo ago
I think I saw somewhere trpc used with electron. Maybe use the turborepo and add an electron app there
πŸ…·πŸ…΄πŸ…»πŸ…ΈπŸ†‡
Yeah I’ve already got an existing turborepo and electron app inside so I was hoping to convert the electron app to nextjs and use trpc on the backend
ΞœΞ›Ξ£Ξž
ΞœΞ›Ξ£Ξžβ€’5mo ago
Hey anyone created t3 stack with electron for desktop application ?
Yiannis
Yiannisβ€’5mo ago
Look up create-t3-turbo (same org as t3 app on github) and just add one there
Want results from more Discord servers?
Add your server
More Posts
Handle trailing slash in NextJS API routes?I'm trying to create an integration to Fibery through NextJS's API routes, but Fibery's integration Rate Limit in Next Middleware or TRPC MiddlewareWhat do you think is the best way to rate limit your app with t3 stack. To me rate limit in next midBest practice to re-route user if no session exists with t3Hi! What’s the best practice to re-route users when they arent signed in? I see a lot of examples Hi guys! So I'm planning to buy a domain from vercel like app.coHi guys! So I'm planning to buy a domain from vercel like app.co, I was confused how I'm going to beConditional trpc hook queryWhen calling a trpc hook, is there a way to only make it call, if the input is validated client sideError validating datasource `db`: the URL must start with the protocol `file:`error when I run prisma db pull: ``` Error: Prisma schema validation - (get-config wasm) Error code:TRPC clerk middleware error in middleware.tsFollowing along with the t3 stack tutorial and getting an error in the terminal even though i have useSession must be wrapped in a <SessionProvider />pages/_app.tsx ```tsx // pages/_app.tsx export type NextPageWithLayout = NextPage & { getLayout?: Integrating a Python endpoint in the t3 stackIs it possible to integrate a Python endpoint in the t3 stack? I need a Python endpoint because the best way to conditionally show a logo on black or white depending on which nextjs page?not sure how high it should be in component hierarchy while maintaining visual consistency/being inl