@TheSeagullDev0I just deployed my first svelte app! It’s not done but I’m really happy with how it’s going so far especially considering I’ve never used a JS framework before (just vanilla).
Here it is! todo.theseagull.dev
psst - it’s also my first real project with tailwind
@TheSeagullDev0I just deployed my first svelte app! It’s not done but I’m really happy with how it’s going so far especially considering I’ve never used a JS framework before (just vanilla).
Here it is! todo.theseagull.dev
psst - it’s also my first real project with tailwind
@AamirA0I finally got my scrapbook account fixed, bummed custom domain's don't work, but it is ok. Today I started another new project. The name, mutter, is tbd but the idea is a user friendly way to generate subtitles using whisper (whisperx or whisper.cpp). I know there are a few of these out there but none of them seem to be maintained or plug in play enough for my liking. The tech stack I have decided on is Tauri + SvelteKit + TypeScript, tauri will allow the app to be packaged in a small binary and svelte will make the ui interactive and pretty. This will be a great way for me to try to learn rust too.
@guacmd0finally returning to the scrapbook - today I properly began work on my first project for Shipwrecked, a playlist migration tool that transfers playlists between streaming services! First step was getting the Spotipy python module working with my Flask back-end and Svelte front-end.
@hex40I've added theming to Modulo! If you recall at the very start, I made an update about figuring out how to change the Tailwind theme on-the-fly. This is why! I used a color picker library called svelte-awesome-color-picker, and hooked its onInput event to a function that updates the theme's CSS variable.
but i made the current dot highlighted and since my code was getting messy i moved the dot into its own Svelte component - this'll make it much easier to add the dot logging feature tomorrow 👀
git.new/modulo-bb8c0b0
@kai0I made the board from 11x7 instead of 11x11 so the games won't feel so boring at the start. I have added in the ability to attack other pieces, as well as the main goal, to move the core pieces next to eachother.
I will release the official ruleset soon@kai0Working on my new chess-like game, it doesn't have a name yet but I want to prove that the game is playable before I get attached to it@ms7ru0allmost finished my svete js app
@ms7ru0working on links animation for my svelte js protifolio
Today is day #C07TTG7NVPX| of #C045S4393CY| (i took a 1 day break yesterday), today i worked on the site for #C08EL3G9K2B|
Uses svelte, and stuff uh idk.
I spent a lot of time making shit work cause it kept on breaking
@TheRealCraig0fixed a few bugs, updated boards styling, and started working on removing the flash on load in Codeboard today. also did some research on how i could implement jumpstarts, but i didn't find much. (day 9? of #C045S4393CY|)
@hex40hai scrapbook, i'm back! today I migrated my dashboard for getting things done, Mosaic (name still pending) to use
Svelte components, and implemented
widget dragging! Because of the blur I applied to the windows they make this glassy effect which I quite like!
@JovannMC0not too much work today in terms of features, it's mostly fixes and cleaning up code a bit. example here with using svelte's snippet feature to reduce the code needed for the same thing!
@EvanGan0Today I moved a slack bot over to the raspberry pi I setup yesterday & started reading through svelte's demo "sveldle" to get an understanding how svelte kit works more
@AnantRaj0MILESTONE: Shadcs inspired UI library Written in svelte
Desc: This is a ui library that was written in svelte and inspired by the Shadcn ui library. I have just finished prototyping all of the 20+ components and still need to add the picture previews on the github. The library will be available for use soon.
Repo: github.com/Anant-raj2/ui-lib
@kai0Cool little autoclicker I made in Svelte & Tauri
sadly linux wouldn't build and I couldn't run it on my Macbook I never could figure out how to fix anything...
github.com/mavdotjs/lambda-autoclicker
@ChayapatPakham(Pat)0I've made a product comparing website using GPT-4o Vision API and Svelte.
You can simply give it images of two similar / different products then it'll give you pros and cons of it.
Finally there's a meter recommending which you should choose.
WebsiteGithub
@BrandonKirbyson0Finished and published the new version of my team's robotics website I made for fun with svelte. Was a lot of fun to make it for the arcade especially making it look clean with the gradients. Still have plans to make two more pages, competition and robots, which will look cool and possibly have 3d models! Github: github.com/SaMoTechRobotics/SaMoTechRobotics-Website. Website: samotechrobotics.com
@Aaryan0Created a zoom clone! Made this to learn react and nextjs to eventually migrate my own project over and was following this great tutorial: www.youtube.com/watch?v=R8CIO1DZ2b8 Overall, a great intro to next js especially learning about useState and useEffects. For sure migrating my svelte site over to react for more reactivity. Also learnt how to use this great video and audio messaging service and Clerk auth. Really amazing tutorial and I recommended anyone trying to get into react and next js to make this! github.com/Aaryan-N/Zoom_Clone
@tsvrn90I put up a quick personal site built with svelte and tailwind! owenwang.dev
@NotRewd0Making a school website that is easy to use and has modern UI with Svelte and SvelteKit, has features such as user accounts, permissions, user settings and so on... I'm posting this because of the 25 hour limit since this is a quite more ambitious project and takes longer than I originally have thought.
Github repo: github.com/NotRewd/proclass-website/tree/master
@BrandonKirbyson0Flexi is a web app made with SvelteKit and Supabase designed for a school to manage flex periods and share opportunities with students. It aims to make the process of signing up for flex classes easier for both students and teachers, removing the unnecessary and incredibly time-consuming process currently associated with the current outdated and costly system. It also allows for school-wide announcements and featured flex opportunities to be shared with students. Flexi is still in active development, here is the link: github.com/BrandonKirbyson/Flexi
@0x4f480Started work today on rewriting my front-end in Rust! Progress is really slow, and I really miss the comfort and DX of Svelte, but this will allow me to implement secure auth so it's kinda worth it. github.com/4f48/semail
@Craze0Today, I completed my URL shortener. For this, I did some experimenting with SvelteKit and Django (I realized later that I should have just used regular Svelte but oh well). It's nothing too complicated, just a simple sqlit3 file that keeps a record of all of the urls and sends that url back to the svelte application. I have the sveltekit and the django running on 2 different ports.
GitHub: github.com/CrazeXD/URL-Shortener@Craze0Today, I finished the backend API for my URL shortener website. For the backend, I am using Python's Django as a REST Framework. I still need to complete the integration with the frontend, which I am developing in Svelte. This project is very experimental, since I have never worked with Node.js or any JS framework in the frontend, and instead of using Django's inbuilt template rendering system, I decided to integrate it with Svelte even though it isn't really necessary.
github.com/CrazeXD/URL-Shortener
@AnkushRoy0I am done with my first portfolio, made using Svelte.
In this journey I learnt how to use svelte, it was my first time with it. For js framework I only tried react once earlier and that's it. I learned a lot in this project :). In the upcoming days I'll make it responsive for mobile devices and larger devices too.
This is the GitHub repo:-
github.com/AnkushRoy-code/Anksite
And this is where it is hosted:-
anksite.vercel.app
Hope you like it :)
@Nikhil-U079JUC2FKR0#arcade I made a budget tracking web application/website with svelte. This was my first svelte project, so I apologize if its unoptimized. I initially started out this project using plan html, css, and js, and I quickly realized I need to use a framework to maintain my sanity. I was initially thinking of using react, but I wanted to give svete a try, because I haven’t used it before, and I heard it was a pretty user friendly framework.
I also learned a decent bit of creating resources on Azure to host this application, here’s the link to it.
finance.centralindia.cloudapp.azure.com
Thank You!
@Nikhil-U079JUC2FKR0#arcade I made a budget tracking web application/website with svelte. This was my first svelte project, so I apologize if its unoptimized. I initially started out this project using plan html, css, and js, and I quickly realized I need to use a framework to maintain my sanity. I was initially thinking of using react, but I wanted to give svete a try, because I haven’t used it before, and I heard it was a pretty user friendly framework.
I also learned a decent bit of creating resources on Azure to host this application, here’s the link to it.
finance.centralindia.cloudapp.azure.com
Thank You!
@KrishnanShankar0Finally finished a MVP of my website redesign!
Old: Python Flask + Firebase + Bootstrap
New: Svelte + Tailwind + shadcn/ui
Now it doesn't require a server (free hosting?), and I think Tailwind/shadcn looks a lot cleaner and cooler than stock bootstrap.
GitHub: github.com/krishnans2006/website-shadcn
@moritz0I started working on a youtube-dl app using Svelte and Rust (tauri), as of now it can fetch youtube videos title from url.. My second rust project!
@lorenzo0Today I’ve built the todo app in two new frameworks:
• Svelte
• Next (With prisma and drizzle)
I’ve probably finished the ideas of new frameworks