Channel
Interviewed Person
Various
This is an exclusive first look. ShedCN just dropped CLI version 4. Honestly, I thought this was gonna be some small update, but this is massive. We have new commands, new goodies we've all been asking for, big changes to the ShedCN UI itself, Plus, ShedCN is officially going towards AI. Let me break down everything for you, but first, let's hear from our sponsor. This video is sponsored by me. I have a project called Agent Packs where you
can get pre-configured AI agents. There are 14 different packs available with 37 specialized agents. You have packs like content creator pack, dev team, solopreneur, fitness and training, health, finances, everything you need to automate your life. You simply download the agents from the portal that you can see here, drop them inside of your OpenClaw instance and you can start talking to them. There is also a discord community for all the pro members of agent packs. They we
are sharing all the cool stuff, use cases, and if you don't know how to set up your open claw, don't worry, I'm going to personally help you out to set it up on your machine and to start automating your life with Agent Packs. I created 10 discount coupons, so see you there on Discord. And now, let's see what goodies Shed CM prepared for us. Let's start from the beginning. First thing I'm going to show you is the new shedCN init command. You're going to notice that I'm using at rc in all of my commands here. By the time you're watching
this video, you can just normally use npx shedCN init. So let's start. First new thing that we have here are new templates. Before we had only Next.js with 10 stack start. Now we have React router, Astro and Laravel, which is really awesome, especially if you love these frameworks, if you're using these frameworks, now you have three more options. I'm going to choose vid here because that's the fastest option currently. And we have now our second new thing and that's would you like to set
up a monorepo? Shetian giving us this feature right here that we set up a monorepo directly when we are initializing and creating our new project is really powerful. To get everything set up with all those frameworks, that is really crazy. I love this one. I'm not going to set up a monorepo now because I want to show you all the nice details. So next thing we have to select a component library. So we can select between Redix and Base UI. That one is
old, but we have it now in the CLI. We don't have to do it anymore from the CreateShed page, I'm going to choose base UI and now we have that newest thing which is genius and that one is called a preset. This is a new thing in ShedCN, I'm going to show you that one in a moment. So what we can do here in the CLI, we can choose here different presets, we can see here for Nova that we have lucid icons and Geist
font, then we have Vega which is lucid icons plus inter font, so basically all the presets are different Here we can see Phosphor Icons and JetBrains Mono, I'm going to choose that one, and now we just need to pick a name for a project. As always, it is going to be ifloveshedcn. And now we are creating a new vid project. This may take a few minutes. It's probably going to take like 15 seconds or something like that. And there it is. Now we can just go to ifloveshedcn and run pmpmdev. And we have the project running
on our localhost. And we can go and run it inside of our browser. We can see here that we have project ready. You may now add components and start building and we have all those preset things that we chose inside of CLI. So this here currently is base UI with phosphor icons, and we can see also that on D we can toggle to dark mode. So that is also a good thing. We have dark mode and everything working. from scratch right here in our new project.