Turn Any SvelteKit Website Into A Desktop App With Tauri (Complete Windows Setup)

แชร์
ฝัง

ความคิดเห็น • 33

  • @riigel
    @riigel 11 หลายเดือนก่อน +8

    More of this Tauri + Sveltekit video please!!!! 😢😢😢😢

  • @BRODZELi
    @BRODZELi 9 หลายเดือนก่อน +5

    Please create more SvelteKit tutorials; your explanations are unbelievably awesome! 🚀👏

  • @MrAverageViewer
    @MrAverageViewer 9 หลายเดือนก่อน

    This is amazing!! Thank you for presenting this tutorial :-) it would be great to see even more on actual projects with Tauri + SvelteKit.

  • @davemorgan8349
    @davemorgan8349 9 หลายเดือนก่อน +1

    Definitely interested in more stuff on Tauri. I have just watched the vid, not implemented it yet, but it looks like the executable is pretty small compared with something like Electron. Sure, bring on more; I'm particularly interested in file system access. :)

  • @m12652
    @m12652 ปีที่แล้ว +1

    Definitely interested 👍great stuff, thanks

  • @marktwain3083
    @marktwain3083 8 หลายเดือนก่อน

    Extremely informative and to the point.

  • @sammy3362
    @sammy3362 10 หลายเดือนก่อน

    thank you, would appreciate more of this

  • @paulclarke4099
    @paulclarke4099 10 หลายเดือนก่อน

    Fantastic, all your videos are great, you really do a great job of explaining things very succinctly 💯😃👍

  • @DolevDublon
    @DolevDublon ปีที่แล้ว

    Hi cooper code , thank you a lot

  • @SheeceGardazi
    @SheeceGardazi 5 หลายเดือนก่อน

    love it!

  • @paulthomas1052
    @paulthomas1052 ปีที่แล้ว +5

    Pretty Cool !! - I can see some benefits for using this approach...although the installation could be streamlined 😄 Thanks for the demo !
    I built and ran the app successfully on Mac (Ventura 13.5). I'd be interested in any additional Tauri demos you have planned - it looks like it could be very useful.

    • @CooperCodes
      @CooperCodes  ปีที่แล้ว +6

      Glad to see you got the mac setup working! Will definitely release a full video showcasing a project with SvelteKit and Tauri, I'm thinking a MP3 player for now so I can show some basic stuff like "get users mp3s from folder" which would show off the Tauri side a little bit (Allowing us to do things beyond just the website). Glad you enjoyed :)

    • @paulthomas1052
      @paulthomas1052 ปีที่แล้ว

      @@CooperCodes Great stuff thanks for the repjy

    • @Methapon2001
      @Methapon2001 10 หลายเดือนก่อน

      ​@@CooperCodes That would be cool, I wanted to create my own music player myself too. I actually know how but it has not started just yet. So I really am interested in it. (I'm going to make it for the FLAC file though)

  • @Nimeshangakumara
    @Nimeshangakumara 2 หลายเดือนก่อน

    Helpful video, great. thank you a lot. If you can make a video Tauri for HTML, CSS, and JavaScript.

  • @txdrxd
    @txdrxd 5 หลายเดือนก่อน

    Very interesting! Can you look into Tauri 2 and SvelteKit deploying of mobile apps? Great content, cheers.

  • @kvetoslavnovak423
    @kvetoslavnovak423 ปีที่แล้ว

    Thank you very much for the video. Any chance you make a video concerning SvelteKit as PWA?

  • @twd2
    @twd2 ปีที่แล้ว

    Impressive!!!

  • @nro337
    @nro337 ปีที่แล้ว

    Great video idea!

    • @CooperCodes
      @CooperCodes  ปีที่แล้ว

      Thank you, thanks for watching!

  • @jaejonmalloy1341
    @jaejonmalloy1341 3 หลายเดือนก่อน

    More Tauri, for sure! Do some vanilla js shit!

  • @prashlovessamosa
    @prashlovessamosa 6 หลายเดือนก่อน

    Great.

  • @LekkerLuistere
    @LekkerLuistere ปีที่แล้ว +1

    Can you do the same for wails, with sveltekit and skeleton?

  • @Xamy-
    @Xamy- 8 หลายเดือนก่อน

    Interested :)

  • @gwndavid5892
    @gwndavid5892 7 หลายเดือนก่อน

    More taurii

  • @raynosebastian6275
    @raynosebastian6275 ปีที่แล้ว

    is there anything like tauri but for android app ?

    • @ourmarkas
      @ourmarkas 10 หลายเดือนก่อน

      Soon, tauri also can build into android package

  • @raphaeljaggerd3585
    @raphaeljaggerd3585 10 หลายเดือนก่อน +1

    So i don't need to know rust to use tauri?

    • @bjbk6373
      @bjbk6373 10 หลายเดือนก่อน

      There are javascript api's for Tauri so no need to know rust.

  • @shriram3565
    @shriram3565 11 หลายเดือนก่อน

    hello sir i am from india, i do have some doubts regarding monaco text editor can u help me, reply to this comment soon

  • @onyilimba
    @onyilimba ปีที่แล้ว

    The only reason I'm yet to checkout tauri is because of rust. Nice tutorial. Make an inventory management system with tauri and sveltekit

    • @CooperCodes
      @CooperCodes  ปีที่แล้ว +2

      Yep Rust is definitely blocking a lot of people from using it. An inventory management system would be a great project. Right now I'm thinking of building a mp3 player so I can use the file system (storing MP3s in a folder for example) so I can show the SvelteKit / Tauri interaction with operating system related things. TBD though, but I appreciate the idea I will keep it in mind!

  • @jozefm.h.dassen7036
    @jozefm.h.dassen7036 5 หลายเดือนก่อน

    Nice, but........
    Like 99% of the youtube videos it covers the bare basics, most which I can find in the documentation. There are two questions that are important and I do not see addressed.
    1. what happens to Sveltekit server code (+page.server.js)... will this run properly in an SSG adapter ? If not how do I run background operations (without re-doing it in rust)??
    2. can I use node.js libraries/packages without limit? I use a lot of image libraries and sqlite in the backend. I don't feel (yet) ready to replace all my nodejs code by rust.
    I would have liked to see a more realistic Sveltekit application converted to Tauri. After all you said "Any Sveltekit Website"..........