May 2020 Summaries
8 posts from Strapi
Filter
Month:
Year:
Post Summaries
Back to Blog
Strapi has announced the general availability of its Community Edition, marking a significant milestone for the open-source headless CMS project. This stable release, five years in development, showcases the collaborative efforts of thousands of contributors and introduces several key features such as a Content-Type Builder, customizable API endpoints using REST or GraphQL, and a dynamic media library. Strapi is being utilized by a diverse array of companies, from small businesses to large corporations like IBM and NASA, as well as in mobile applications and IoT devices. Delivery Hero, for example, employs Strapi in its B2B partners portal, highlighting the CMS’s adaptability and efficiency. The release also sets the foundation for an upcoming Enterprise Edition with features aimed at large-scale enterprise adoption, alongside the introduction of paid support and a network of Solutions Partners to aid in implementation.
May 27, 2020
1,060 words in the original blog post.
This is Strapi, an open-source headless CMS that allows developers to create custom applications with a flexible and modular architecture. The Strapi community has created a series of video tutorials called "Jim's Recipes" which provide practical walkthroughs for various features and concepts in the platform. These videos are designed to be accessible and easy to follow, making it easier for developers to learn and implement new features in their applications. The tutorials cover topics such as login providers, single types, email notifications, and more, providing a comprehensive guide to building custom applications with Strapi. By following along with Jim's Recipes, developers can gain a better understanding of how to work with the platform and create high-quality applications.
May 26, 2020
611 words in the original blog post.
Strapi, Inc has successfully raised $10 million in Series A funding led by Index Ventures, following a previous $4 million seed round, positioning the company with $14 million in total funding. This significant investment underscores Strapi's potential to become a leading Headless CMS, thanks to its open-source approach and community-driven development model. The company aims to empower developers with a highly customizable content management system, supporting a global community through enhanced documentation, tutorials, and meetups. As the CMS landscape evolves towards API-first solutions, Strapi's open-core model combines free and paid features to cater to diverse user needs, ensuring sustainability while fostering innovation. The recent funding will facilitate further development of Strapi's plugin system, expansion of community engagement, and rollout of new features, all while maintaining a commitment to its open-source roots and community-centric ethos.
May 20, 2020
1,455 words in the original blog post.
During a virtual meetup, Maxime Castres from Strapi and Shu Uesugi from Vercel discussed modern internet infrastructure and the JAMstack's efficiency, then demonstrated these concepts by building and deploying a blog using Strapi and Next.js on Heroku and Vercel, respectively. The event was recorded and is available for those who missed it, offering a step-by-step guide for deploying a blog. The meetup highlighted the energetic collaboration between the Strapi community and those interested in innovative web development approaches. Additionally, Maxime, who began coding in 2015 and is part of Strapi's Growth team, enjoys creating content for the community and encourages interaction through Twitter. The blog post notes that new versions of Strapi may have rendered some tutorials outdated, inviting feedback to address any issues.
May 19, 2020
392 words in the original blog post.
The text discusses the evolving landscape of Content Management Systems (CMS), focusing on the transition from traditional to headless CMS models. It outlines the drawbacks of traditional CMS, such as WordPress or Drupal, which integrate both frontend and backend into a monolithic structure, often resulting in cumbersome maintenance and a high barrier to entry for developers. In contrast, headless CMS decouples the frontend from the backend, enabling content to be delivered via an API, which offers greater flexibility, better performance, security, and a streamlined developer experience. This approach allows for faster time-to-market, improved scalability, and frontend independence, empowering developers to use their preferred frameworks and languages without being constrained by the CMS. The text highlights the benefits of headless CMS, such as enhanced localization, ease of content reuse, and reduced downtime, making it an appealing choice for modern businesses seeking to efficiently manage and distribute their content across various platforms.
May 14, 2020
1,490 words in the original blog post.
The text discusses the involvement of a community member, Kwinten, in improving the deployment of Strapi, an open-source headless CMS, particularly on the platform Heroku. Initially, Kwinten encountered a problem where images were lost when Heroku's server went into "sleep mode," but he devised a solution by using Cloudinary to store images, ensuring their availability upon server restart. His journey began while searching for a tool for a freelance project, leading him to Strapi, which he then explored for deployment issues and created a repository to assist others in deploying Strapi on Heroku easily. Kwinten's contribution, which included a pull request that enhanced the setup process, exemplifies the positive impact and motivation that the Strapi community fosters among its members. His involvement also highlights the factors that encourage participation in open-source projects, such as a supportive community and a balance of activity and scale.
May 13, 2020
550 words in the original blog post.
During a recent virtual meetup hosted by Virginie Ky and Alexandre Bodin from Strapi, key new features of the open-source headless CMS were discussed, including Single Types, UID fields, and the Media Library. Single Types streamline the creation of static content by simplifying the management of unique data instances, while UID fields introduce unique identifiers for entries, enhancing the generation of SEO-friendly URLs. The Media Library, developed based on community feedback, allows for efficient media management, including retaining original file names with a unique ID and adding alt text for images. The session also addressed audience questions, covering topics such as plugin usage for AWS s3, image size customization, and potential future features like admin permissions and draft-publish capabilities. The meetup concluded with interactive discussions on personal experiences with Strapi, while attendees were encouraged to view the full event on YouTube for detailed demos and Q&A insights.
May 07, 2020
1,547 words in the original blog post.
Static sites, once the foundation of the web, have experienced a resurgence due to the complexities and security issues associated with dynamic sites. Static site generators, such as Jekyll, Gatsby, Hugo, and Vuepress, simplify website creation by eliminating the need for databases and allowing developers to focus on content and speed. These generators offer a range of benefits, including ease of deployment, stronger security, and faster loading times. The popularity of static sites is further bolstered by movements like Jamstack, encouraging developers to return to the simplicity and efficiency of static sites. Each generator has unique features, with many supporting plugins, themes, and integration with modern frameworks and CMS systems, allowing for versatile and efficient web development.
May 05, 2020
1,965 words in the original blog post.