February 2024 Summaries
5 posts from Strapi
Filter
Month:
Year:
Post Summaries
Back to Blog
Strapi, an open-source headless CMS, allows businesses to create, edit, and manage content in the backend and deliver it via APIs across all digital touchpoints. Leveraging a robust hosting and deployment platform such as Azure is essential for seamlessly hosting your Strapi web app. Azure Service Apps offers various features like auto-scaling, continuous deployment, seamless integration with Azure ecosystem, increased security, and monitoring and analytics to ensure smooth operation of Strapi applications. To deploy Strapi on Azure, one needs an Azure account, Azure CLI, Node.js and NPM, PostgreSQL or MySQL, and Git installed. The process involves setting up Strapi locally, pushing it to GitHub, configuring Azure Service Apps plan, integrating with Azure Database for MySQL and Storage Account, using Deployment Center to integrate the GitHub repository, routing via API Gateway, implementing Web Application Firewall (WAF) for security, and optimizing performance using Azure Front Door.
Feb 26, 2024
1,140 words in the original blog post.
Strapi has introduced the Developer Plan to cater to individual developers, freelancers, and small teams in the early stages of their project lifecycle. The plan is designed for ease of use, flexibility, and cost-effectiveness, offering a comprehensive suite of features that scale with projects' evolving needs. It includes a monthly subscription fee of $29, 1 seat by default, and the option to add up to two additional seats at $15 per month each. The plan also offers 1,000 CMS database entries, 25 MB of database storage, 15 GB of asset storage, and a generous API requests limit. Strapi has also made adjustments to its plans, offering five options: Community, Developer, Pro, Team, and Enterprise. The company is committed to supporting open-source projects and non-profit organizations by providing significant discounts on its Cloud services.
Feb 20, 2024
1,709 words in the original blog post.
Strapi is hosting a series of free events aimed at supporting and enhancing its open-source community. These include Office Hours, Community Calls, Community Committee, and Strapi Cloud Onboarding Webinar. Office Hours are led by solution engineers to provide insights and advice directly from experts. Community Calls highlight community contributions, updates on releases and features, and the product roadmap. The Community Committee allows members to influence Strapi's future development. Lastly, the Strapi Cloud Onboarding Webinar helps users get started with deploying, managing, and scaling applications using Strapi Cloud. These events aim to foster a supportive, knowledgeable, and engaged community around Strapi's platform.
Feb 09, 2024
324 words in the original blog post.
Strapi, the leading open source headless CMS, has introduced a new initiative offering significant discounts to qualifying Open Source projects and non-profit organizations. The aim is to support these initiatives' sustainability and growth while fostering innovation in the tech industry. Open Source maintainers must have a publicly available source code meeting OSI definition, and Non-profit organizations need proof of non-commercial status and web presence. After verification, eligible projects will receive discount codes for Strapi's services. The company hopes to encourage collaboration and make technology more accessible for positive impact on society.
Feb 08, 2024
424 words in the original blog post.
The tutorial provides a comprehensive guide on implementing a soft delete functionality using Strapi.js, integrating it with a user interface built with Next.js 14 App Router. Soft deletion allows records to be marked as inactive rather than permanently removed, enabling potential recovery. The process involves adding custom actions and routes within Strapi to manage soft deletion, recovery, and permanent deletion of articles. A cron job is set up to automatically delete articles that have been in the recycle bin for over 30 days. The frontend application utilizes Next.js to provide a user interface that includes functionalities like adding, searching, and managing articles and their soft-deleted states. The tutorial aims to create a fully operational system for article management, complete with a recycle bin feature, by the end of the guide.
Feb 02, 2024
5,417 words in the original blog post.