I Tried The Visual Editor in Storyblok and I LOVED IT!

  Рет қаралды 19,183

James Q Quick

James Q Quick

Күн бұрын

Пікірлер: 67
@axolodev
@axolodev Жыл бұрын
I've been dreaming of this type of CMS for literal years. I really need to try this out, it looks amazing
@JamesQQuick
@JamesQQuick Жыл бұрын
It's really pretty nice. I love it!
@s.g.5092
@s.g.5092 Жыл бұрын
It's not as developed as StoryBlok but you can give a try with TinaCMS too. They are building a selfhosted version too to avoid the lockin.
@s.g.5092
@s.g.5092 Жыл бұрын
@@JamesQQuick i never took the opportunity to tell you : great content, thanks man.
@JamesQQuick
@JamesQQuick Жыл бұрын
@@s.g.5092 Thank you so much!
@alexjovermorales1953
@alexjovermorales1953 Жыл бұрын
Just amazing, James! Super clearly explained and it was fun to watch
@JamesQQuick
@JamesQQuick Жыл бұрын
Thanks Alex!!
@denniswenrich6221
@denniswenrich6221 5 ай бұрын
I really like Strapi but having a live preview, especially for clients, is a game changer!! This is what I’m gonna use now! Plus, I get to use any front end *ahem Nuxt* I want! Best of both worlds.
@fortunekay9952
@fortunekay9952 Жыл бұрын
This is great James! Loved watching it 💪🏾
@LucasValdes-br7pe
@LucasValdes-br7pe Жыл бұрын
I love it! Thanks for the video!
@ChristianKolbow
@ChristianKolbow Жыл бұрын
Looks great. It's a shame there isn't a good solution for small clients who don't want to spend $100 a month on their website. I therefore mostly use WordPress as a headless CMS.
@magicalex92
@magicalex92 Жыл бұрын
Yeah, they now offer a headless solution, but the UI is only good for devs. You won’t get the buy in from a business user. And when you need to account for the cost of a dev to make all those changes, that “cost” difference conversation goes out the door. Devs are expensive. Business users could just make changes directly and that ends up being a cheaper long term solution.
@byzero_
@byzero_ Жыл бұрын
It’s actually free for one user and only 9 dollar for 1 more on their community plan 🧐 should be fine, right?
@amazellia
@amazellia Жыл бұрын
They offer like 25,000 stories (kinda like posts) and 1M API requests per month in their free plan, isn’t that more than enough for a small business? But I guess whatever works for you and your clients
@nested9301
@nested9301 3 ай бұрын
bruh they offer a free plan for small startups wtf are you talking about
@waffletube5707
@waffletube5707 11 ай бұрын
That's wild, man. Thanks for the video. Do other headless CMSs offer similar functionality, live previews like that? how is it that the code doesn't change when you make changes in the visual editor?
@djmtype
@djmtype Жыл бұрын
Storybook does look amazing, but it’s very expensive for personal and long term projects. I think self hosted Directus is a better option in this case.
@shixxor
@shixxor Жыл бұрын
Storybook is free :D
@byzero_
@byzero_ Жыл бұрын
Am I the only one seeing the community plan which is free? Additional users seem to be $9 🤔
@alexjoverm
@alexjoverm Жыл бұрын
You're right. There is a community plan forever free, suits very well for a personal, freelance or small company project
@djmtype
@djmtype Жыл бұрын
@@shixxor You're right. I was looking at their site on a phone. The free community plan is all the way towards the bottom, after all other pricing tiers.
@BruceOnder
@BruceOnder Жыл бұрын
StoryBlock 🙂
@patrickodey321
@patrickodey321 Жыл бұрын
Amazing video James
@BryanKlein
@BryanKlein Жыл бұрын
I want this for content in markdown files in a Git repo.
@kwp4047
@kwp4047 Жыл бұрын
Omg your thumbnail cracked me up
@blokche_dev
@blokche_dev Жыл бұрын
I guess the real benefit would be to plug a preview instance/URL rather than a local one for marketing teams? 🤔
@peruvianidol
@peruvianidol Жыл бұрын
I LOLed at the thumbnail 😂
@JamesQQuick
@JamesQQuick Жыл бұрын
I thought it was fun!!
@okleid
@okleid Жыл бұрын
Cloudcannon does the same, is much much cheaper (unlimited sites), git-based (so no traffic bs) and they just released compatibility for Sveltekit (as well as Next, Astro, Hugo etc.)....
@JamesQQuick
@JamesQQuick Жыл бұрын
I’ll have to check it out!
@BryanKlein
@BryanKlein Жыл бұрын
The only downside currently with CloudCannon is the site has to be statically rendered. If you have anything dynamic, like auth based UI, etc. It doesn't work for that yet.
@tinotaylor
@tinotaylor 11 ай бұрын
My comment disappeared about the comparison between storyblok and sanity visual CMS ☹️
@i_youtube_
@i_youtube_ Жыл бұрын
How can we read and understand a library codebase? I hope you answer us.
@sujoykrhaldar
@sujoykrhaldar Жыл бұрын
is it like wordpress where you can change the design as well in cms ??? In jamstack a user cant change a design or css via cms,
@bobbysilver272
@bobbysilver272 Жыл бұрын
What does headless CMS mean? Is this the same as software such as jekyll? Just watched some more of the video. You kind of answer it...But man, why would one need to even get into all this stuff? Isn't a website a website?
@rafalpotasz
@rafalpotasz Жыл бұрын
A CMS is just about managing our content. So if you use something like Wordpress, Wix, Squarespace or Webflow, all of them have a ContentManagementSystem. The content in these cannot be used elsewhere. In a way these are examples of a CMS with a HEAD :)). Where you use this content (data) DOES matter. A HEADLESS CMS is when you can use the data in a CMS with any frontend you want. Create 2 identical apps in SvelteKit or NextJS, you will be able to fetch data from the Headless CMS and use it in both apps. So where you use this content DOES NOT matter. CMS = Content management system with a predefined frontend solution. Headless CMS = Content management system with no opinion as to the frontend. Use the data wherever you want.
@rafalpotasz
@rafalpotasz Жыл бұрын
As to why use it at all? Lets say you're building a website for a client and have decided to use NextJS. But the client wants to be able to edit the content of the website, change images, change the text, etc. Or even have a blog and they need a content editor. A headless CMS lets non-developers edit their content to their hearts content. The logic and styling and routing will be handled by the developer. But you can have content-focused people editing the content.
@bobbysilver272
@bobbysilver272 Жыл бұрын
@@rafalpotasz Thanks for that data! I'm still not sure why people would use the "unusual" technologies, instead of using, wordpress, drupal, webflow, wix etc.... What kind of client wants or "needs" svelte, nextjs etc? I don't get that.
@o_glethorpe
@o_glethorpe Жыл бұрын
He answered that question in the first 2 min of the video man
@JamesQQuick
@JamesQQuick Жыл бұрын
So a CMS is a place where you can store data for your site. Blog posts data is the most common example. Wordpress is the most common example of this going back many years. Problem with Wordpress is (before) you would have to use wordpress to create the site as well as the data. However, lots of people have other ways they want to build their site. So instead of having a CMS and website tied together, you can separate them to get the best of both worlds and flexibility. That's where headless comes into play
@cryMoreLoL
@cryMoreLoL Жыл бұрын
Webflow makes more sense than Storyblok when comparing price, features and use case. Edit: I made a mistake, I didn’t realize there was a free tier until I scrolled to the bottom of the page. Looks like a great alternative! Thanks for the video!
@JamesQQuick
@JamesQQuick Жыл бұрын
Yeahh! Definitely a good free tier! Hope you enjoy it!
@codewithguillaume
@codewithguillaume Жыл бұрын
I've heard about Storyblok but I never used it. Thanks James !
@MattPayneOrg
@MattPayneOrg Жыл бұрын
Please mark ads clearly
@JamesQQuick
@JamesQQuick Жыл бұрын
Is there something else I can do other then call it out in the video and in the description? I would have thought that made it pretty clear.
@MattPayneOrg
@MattPayneOrg Жыл бұрын
@@JamesQQuick "Is This THE BEST commercial Visual Editor In a Headless CMS?" would have been a better video title because then those of us without money would not bother to watch.
@MattPayneOrg
@MattPayneOrg Жыл бұрын
@@JamesQQuick I don't see commercial mentioned in the description.
@JamesQQuick
@JamesQQuick Жыл бұрын
I’m pretty sure you didn’t read the description. It has asterisks around the sentence that says “Sponsored By Storyblok”. Not sure I can do much more. Thanks for watching though
@mso-leap
@mso-leap Жыл бұрын
Using it at work and not liking SB at all.
@JamesQQuick
@JamesQQuick Жыл бұрын
Oh really? Any feedback?
@mso-leap
@mso-leap Жыл бұрын
@@JamesQQuick Bugs, bugs, bugs, slow fixes.
@bryanlatimore8958
@bryanlatimore8958 Жыл бұрын
Looks like you have fallen into the trap. People are all gun ho headless until they realize "Wait.. My authoring experience is gone?" Building a traditional CMS authoring experience on top of a "headless" CMS Headless is great until it isnt
@Something9008
@Something9008 Жыл бұрын
There is a good udemy course out for next js + headless WordPress that shows you how to parse / render block columns, etc.
@justsample9185
@justsample9185 Жыл бұрын
"my favorite live preview visual editor" that you've never used until they asked for sponsorship? Sorry, but I don't really think this is the way.
@JamesQQuick
@JamesQQuick Жыл бұрын
100% this way. What sponsorship does is prioritize me to create content on something I’m already interested in. I don’t do sponsorships I’m not interested in. I also have full control over the content so I choose the topic. In this case I chose something I really really enjoy which is the visual editor. If you have other feedback I’m open but I did this video because I believe in it.
Жыл бұрын
nope.
@yuananda
@yuananda Жыл бұрын
1st here!
@JamesQQuick
@JamesQQuick Жыл бұрын
Nice!
@ricardocnn
@ricardocnn Жыл бұрын
Nuxt has a module for storyblok. Much more easy to use.
@dinarpermadiyusup3558
@dinarpermadiyusup3558 Жыл бұрын
Nuxt + Storyblok = Amazing
I Tried Astro Build and I LOVE IT - 5 Reasons You Will TOO!
12:48
James Q Quick
Рет қаралды 39 М.
The Big Headless CMS Lie (James Mikrut)
18:14
Vercel
Рет қаралды 61 М.
когда не обедаешь в школе // EVA mash
00:51
🍉😋 #shorts
00:24
Денис Кукояка
Рет қаралды 3,8 МЛН
Tips and Tricks for Debugging JavaScript
13:03
James Q Quick
Рет қаралды 412 М.
Day in the Life of a Software Engineer - Top 5 Headless CMS in 2024
4:53
Valentyna in Tech
Рет қаралды 1,3 М.
Sanity: What's New. July & August 2024
27:05
Sanity
Рет қаралды 1 М.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 965 М.
How to set up React with Storyblok from scratch
57:53
Storyblok
Рет қаралды 1,4 М.
DON'T Serve Unoptimized Images - Webp, Srcset, ImageKit, and more!
18:29
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
10 Most asked questions about Storyblok
9:38
Alvaro Dev Labs
Рет қаралды 1,9 М.
когда не обедаешь в школе // EVA mash
00:51