Prismic.io goes live
prismic.io
Prismic.io goes live
1–10 of 54 posts
Re: Prismic.io goes live
#2Re: Prismic.io goes live
#3Can you help me understand exactly what this does, and how it is better than basic CMS? (not being a brat, I'm actually curious. It's just that I just couldn't quite figure it out by reading the website at a quick glance, which you could also take as feedback I guess)
Put simply, it is a backend called "Writing Room" for managing and structuring content, and an Restful API for developers to integrate this content in any technology (websites or apps).
Re: Prismic.io goes live
#4Edit: Only when the video is playing
Re: Prismic.io goes live
#5Can you help me understand exactly what this does, and how it is better than basic CMS? (not being a brat, I'm actually curious. It's just that I just couldn't quite figure it out by reading the website at a quick glance, which you could also take as feedback I guess)
maybe this blog post can help https://blog.prismic.io/Ux-QjgEAAGMGit8h/writing-room-and-co... Put simply, it is a backend called "Writing Room" for managing and structuring content, and an Restful API for developers to integrate this content in any technology (websites or apps).
Not a bad idea; worth checking out if you're in the market, I figure.
Re: Prismic.io goes live
#6Can you help me understand exactly what this does, and how it is better than basic CMS? (not being a brat, I'm actually curious. It's just that I just couldn't quite figure it out by reading the website at a quick glance, which you could also take as feedback I guess)
If you did you'd end up with many one-line bits of text that can be edited, out of context. Well, Prismic doesn't provide context AFAICT, but it does provide much nicer writing tools.
Beyond that I don't have a great understanding yet. I can't see how you'd associate new text with objects in your app (or even if they should be maintained outside); it doesn't handle the generate-URLs-on-the-fly-from-my-routing-system so they don't break when URLs are re-structured...
..or where assets are stored, or (if it's actually for longer-form writing than I'm considering) why you'd choose it instead of Wordpress.
I like the UI, I like the concept, but like you I'm struggling to think laterally enough for the use-cases.
Re: Prismic.io goes live
#7Can you help me understand exactly what this does, and how it is better than basic CMS? (not being a brat, I'm actually curious. It's just that I just couldn't quite figure it out by reading the website at a quick glance, which you could also take as feedback I guess)
I would say: - You write your content in a WYSIWYG like editor (no need to build a new one) - The content is structured: you explicitly define which kind of information you want (the editor will be adapted accordingly). - It provides an API to get your informations. So you can build a website using your techno (say Ruby on Rails) which fetches the content from prismic.io. - There are also development kits to make this part more easily. - More technical: it's cache friendly. An URL can be cached infinitely, the content it returns will never change.
By the way you can use prismic.io to manage the content of an existing website or mobile application.
Re: Prismic.io goes live
#8Or is the API the only way to consume content published on a repository/site?
Re: Prismic.io goes live
#9Anyone figure out how to view a site created from scratch that has newly published documents? Not obvious how to view a site as an unauthenticated user. Or is the API the only way to consume content published on a repository/site?