June 2023 Summaries
6 posts from Strapi
Filter
Month:
Year:
Post Summaries
Back to Blog
This tutorial provides a comprehensive guide on developing a full-stack online food ordering application using a tech stack that includes Next.js, GraphQL, Stripe, and Strapi. It involves setting up both the front-end and back-end components, where Next.js is used for server-rendered applications with Tailwind for styling, and Strapi serves as the Headless CMS for the backend, utilizing PostgreSQL for database management. The tutorial walks through creating a project directory, configuring environment variables, and establishing a Strapi API to handle user authentication, restaurant, and menu management, along with Stripe for payment integration. The guide highlights the installation and configuration processes for each technology, ensuring a seamless development experience, and provides access to the source code on GitHub, serving as a valuable resource for developers looking to build scalable and secure web applications.
Jun 28, 2023
1,742 words in the original blog post.
The text is a comprehensive guide on integrating OpenAI with LangChain to create a ChatGPT-like chat application using Strapi, a highly customizable open-source headless CMS. It details the process of building the backend using Strapi by explaining how to set up routes, controllers, and services, along with managing chat sessions and conversation histories using a custom SessionManager class. The tutorial also covers the creation of a frontend with Next.js, emphasizing the use of private environment variables through Next.js Route Handlers to securely manage API requests. By leveraging the LangChain framework, the application can handle multiple conversation sessions with memory capabilities, allowing it to recall previous interactions. The guide concludes by suggesting the potential development of a Strapi plugin to expand and share the functionality, possibly including various OpenAI services like chat and image generation, accessible via API endpoints from within the Strapi admin panel.
Jun 28, 2023
6,268 words in the original blog post.
In today's globalized market, the integration of Crowdin and Strapi presents a transformative solution for businesses aiming to streamline their localization processes. Crowdin, a comprehensive localization software, simplifies the translation and management of multilingual content by providing a centralized hub for collaboration and workflow automation. Strapi, a flexible headless CMS, enhances this process through its Internationalization plugin, although it initially lacked some automation capabilities. The integration of Crowdin with Strapi bridges these gaps, ensuring seamless synchronization of content changes and facilitating real-time collaboration between developers and translators. By automating content synchronization and translation updates, this integration significantly reduces manual handling, minimizes errors, and accelerates time-to-market for localized content. With a user-friendly setup process, the Crowdin+Strapi integration empowers businesses to enhance their global reach and deliver personalized user experiences across multiple languages, ultimately improving efficiency and collaboration between development and localization teams.
Jun 20, 2023
1,000 words in the original blog post.
Strapi's latest release, v4.9, enhances data management and security features for its users, introducing the ability to transfer data between Strapi projects by pulling data from remote environments, completing the data transfer cycle initiated in previous versions. This update also supports configuring private Amazon S3 buckets, addressing privacy concerns and improving media management by allowing secure upload and visualization of assets with private URLs. Strapi's marketplace now features over 100 plugins and custom fields, including new additions like a timezone selection field, ChatGPT integration, and video preview capabilities, highlighting community contributions and expanding functionality. The platform's growth is driven by community support, with ongoing invitations for feedback and participation in its development, including contributing to GitHub, suggesting features on the public roadmap, and joining the Strapi Cloud Beta program.
Jun 19, 2023
846 words in the original blog post.
StrapiConf 2023 was marked by exciting product announcements, including the general availability of Strapi Cloud and the release of Strapi v4.11, both of which introduce significant enhancements to the platform. The conference featured a wealth of sessions covering topics such as migrating from Strapi v3 to v4, the integration of TypeScript, and the development of tools for automated content creation. The event also highlighted community contributions, recognizing plugin developers and contest winners, and provided opportunities to catch up on missed talks via YouTube. The conference underscored Strapi's commitment to evolving its platform to meet modern app development needs, while expressing gratitude to sponsors, the community, and the speakers who contributed to the event's success.
Jun 09, 2023
560 words in the original blog post.
Strapi has announced the general availability of Strapi Cloud and the release of Strapi v4.11 during StrapiConf 2023. Strapi Cloud is a fully managed platform that enables users to build, deploy, and manage Strapi applications with features like custom domain setup and European hosting for GDPR compliance. The latest updates include a customizable plan for users, batch publishing capabilities for content managers, and an automated schema type generation feature to streamline development. Additionally, review workflows have been introduced to enhance collaboration in content management, and Strapi v4.11 also includes improvements to the date time picker and updated React dependencies to React18. Users are encouraged to participate in the community to help improve the open-source product.
Jun 07, 2023
986 words in the original blog post.