By Kendall Strautman
April 30, 2020
Recently, our founders, Scott Gallant and Jordan Patterson, along with Lead Tina Developer, Nolan Phillips, sat down with the folks from the Software Engineering Daily Podcast to talk about the CMS…
By Nolan Phillips & Kendall Strautman
April 9, 2020
Plugins are a powerful concept. In general plugins are used to extend core functionality of a base system. While many plugin systems are static, TinaCMS is powered by a dynamic plugin system. In this…
By Scott Byrne
March 23, 2020
Writing an adaptable UI is hard. When you're writing code for a quickly changing project, you want that code to be cheap and replaceable. Styled Components allow us to write styles right alongside…
By Nolan Phillips
March 13, 2020
This week we deployed Visual Open Authoring on the TinaCMS website to make the editing experience for ourselves and all the community members totally amazing! You may have noticed that the editing…
By Scott Gallant
March 9, 2020
We're focused on improving the independent web as a whole. We want to craft tools that help people build better sites and create better content. In line with this mission, we sought to create…
By Madelyn Eriksen
February 25, 2020
Static site generators like Gatsby are a massive win for developers. They provide us with automated deployments, faster development cycles, and reduced security burden. Despite the technical gains…
By Kendall Strautman
February 17, 2020
In the previous post, we learned how to create a custom field component and register it to the sidebar. With that baseline, let's go full circle on the topic of custom fields in TinaCMS. In this…
By Kendall Strautman
January 20, 2020
Form fields are the bread and butter of any CMS. While Tina provides a solid collection of fields 'out-of-the-box', you can also create your own. This post will show you the basic concepts of how to…