hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Thursday, 12 September, 2019 UTC

Monthly Update - September 2019

Our short-term mission is to make Strapi the easiest and seamless content management software for developers. A few months ago, we ran a survey over the community to understand what were the pain points and how we could find solutions. After analysis, ... more


Tuesday, 20 August, 2019 UTC

The new way to generate a Strapi application

In the latest Monthly Update, we told you about create-strapi-app , the new supported way to generate an application with Strapi. Let's dig a bit deeper into this and explain why we modified the way an app is generated with Strapi. The new create-strapi-app ... more


Tuesday, 6 August, 2019 UTC

Monthly Update - August '19

Written by AurΓ©lien Georget. Just a few weeks ago, I wrote the first Monthly Update in which I explained the vision and roadmap for Strapi over the coming months. If you didn't get a chance yet, I recommend reading it πŸ˜‰! Finalizing the vision and roadmap ... more


Tuesday, 30 July, 2019 UTC

Why I moved from Drupal to Strapi - A user story

Strapi’s note: this is a guest post from Baldeep Singh Kwatra, a great Strapi user in Delhi, willing to share his experience on Strapi. He's been using the project for more than a year now. The Journey to Strapi. Gone are the days when server-side rendering ... more


Tuesday, 9 July, 2019 UTC

Monthly update - July 2019

From an observers’ point-of-view, building a product may seem like an easy mission. But, in reality, it is very challenging to build a product that perfectly answers the multiple needs of your users. And it is even more challenging to build an open-source ... more


Wednesday, 19 June, 2019 UTC

�� �� Open Buffet for you all

React Components Library made with styled-components. 🚨 We are very excited to announce the release of a new component library, Buffet.js. While this project is just out of the oven, you can already give it a try. This effort is part of our roadmap ... more


Wednesday, 5 June, 2019 UTC

Strapi Beta is out ��

Welcome to the future of content management! Strapi beta has finally arrived. We're so excited about this release, our biggest release to date. Many of you pointed out that the tag alpha made you insecure about using Strapi in production. It is now a ... more


Thursday, 16 May, 2019 UTC

A true story about Strapi and the new Netlify Beta Dev CLI

If you're a web developer these days, then it is nearly a certainty that you have heard of Netlify. In fact, chances are you actually tried their starter plan or even already use them. What you have perhaps not heard of, and it’s understandable with ... more


Tuesday, 16 April, 2019 UTC

Announcing [email protected] - Filter on deep nested objects

Sit back, relax and have a look at what's coming in this release. I'm particularly happy to announce this release as it will be the ultimate alpha of Strapi. Yes, next one will be the first beta! This is the reason why we stopped merging PR as you probably ... more


Thursday, 28 March, 2019 UTC

The Promise of JAMStack

Pedro Duarte, author of the excellent website JAMstack.wtf forwards the following promise about the JAMStack: β€œJAMstack is revolutionising the way we think about workflow by providing a simpler developer experience, better performance, lower cost and ... more


Monday, 18 March, 2019 UTC

Release [email protected] - Admin Panel Onboarding Videos

Today we are excited to announce the release of Strapi 3.0.0-alpha.25. We focused on user onboarding on top on usual bug fixes on this release: πŸ“Ή Onboarding videos πŸ“š Improved Documentation πŸ› Bug Fixes πŸ“Ή Onboarding Videos We received feedbacks saying ... more


Friday, 8 February, 2019 UTC

Release 3.0.0-alpha.22 - Quickstart, SQLite and Settings View

Today we are excited to announce the release of Strapi 3.0.0-alpha.22 with brand new features you will like: πŸ“š SQLite support ⏩ Quickstart Mode πŸ‘€ Content Manager Setting View πŸ“š SQLite support SQLite database support has been highly demanded on the ... more


Thursday, 7 February, 2019 UTC

Release 3.0.0-alpha.24 - Quickstart, SQLite and Settings View

Today we are excited to announce the release of Strapi 3.0.0-alpha.24 with brand new features you will like: πŸ“š SQLite support ⏩ Quickstart Mode πŸ‘€ Content Manager Setting View πŸ“š SQLite support SQLite database support has been highly demanded on the ... more


Tuesday, 15 January, 2019 UTC

10 reasons why you should use a headless CMS

If you are a developer or managing a dev team, you surely must have heard about the emergence and adoption of headless CMSs. Through articles about their popularity, or perhaps through comparisons between monolithic CMSs and headless CMSs you may have ... more


Thursday, 3 January, 2019 UTC

Goodbye 2018, Hello 2019 ��

Entering 2019, Strapi is leading the charge in making it the year where the Headless CMS space matures and becomes the standard way for individuals and companies to build their sites and apps. Strapi is already followed by countless proprietary, paid ... more


Thursday, 20 December, 2018 UTC

Introducing the API Documentation (Swagger) Plugin ��

Today we are thrilled to release our freshly developed API Documentation Plugin πŸ”₯ and let's face it, it has been a while since we have released a new plugin for Strapi. Even though it is still in alpha a lot of APIs are being created with Strapi and ... more


Wednesday, 19 December, 2018 UTC

Restricting Permissions in Strapi Admin Panel ��

Being of the main contributors of Strapi ( the most advanced open-source headless CMS to manage your content with no effort. ) I'm often asked on Slack: Community member: Hey Cyril, do you have an ETA on that Administrators Roles Plugin? I really need ... more


Thursday, 1 November, 2018 UTC

Adding Webhooks in Strapi ��

If you are using a static website generator (or framework with build option) with Strapi (Gatsby, Nuxt, Next, etc.) it is necessary to rebuild it when the content is updated in Strapi. In a Headless CMS, this is typically called a Webhook feature. Unfortunately ... more


Saturday, 13 October, 2018 UTC

�� Deliveroo Clone - NextJS, Strapi, GraphQL, Stripe (Part 2/7 - Restaurant List)

This tutorial is a part of the Β« NextJS, Strapi, GraphQL, Stripe Deliveroo clone (Part 2/7 - Restaurant List)(Vue.js), GraphQL, Strapi and Stripe tutorial series Β»: Table of contents πŸ—οΈ Setup (part 1) 🏠 Restaurants (part 2) - current πŸ” Dishes (part ... more


Saturday, 13 October, 2018 UTC

�� Deliveroo Clone - NextJS, Strapi, GraphQL, Stripe, React Context (Part 1/7 - Setup)

This tutorial is an adaptation of Pierre's Nuxtjs and Strapi Deliveroo clone here This tutorial will be adapted to use Nextjs (React) over Nuxt (Vue) on the front end, complete with GraphQL, Strapi, Stripe and React Context . Get ready to develop a Deliveroo ... more


Saturday, 13 October, 2018 UTC

�� Deliveroo Clone - NextJS, Strapi, GraphQL, Stripe (Part 3/7 - Dishes)

This tutorial is a part of the Β« NextJS, Strapi, GraphQL, Stripe Deliveroo clone (Part 3/7 - Dishes)(React.js), GraphQL, Strapi and Stripe tutorial series Β»: Table of contents πŸ—οΈ Setup (part 1) 🏠 Restaurants (part 2) πŸ” Dishes (part 3) - current πŸ” ... more


Saturday, 13 October, 2018 UTC

�� Deliveroo Clone with Next (React.js), GraphQL, Strapi and Stripe - �� Order and Checkout (part 6/7)

This tutorial is a part of the Β« NextJS, Strapi, GraphQL, Stripe Deliveroo clone (Part 6/7 - Order and Checkout) Β»: Table of contents πŸ—οΈ Setup (part 1) 🏠 Restaurants (part 2) πŸ” Dishes (part 3) πŸ” Authentication (part 4) πŸ›’ Shopping Card (part 5) πŸ’΅ ... more


Saturday, 13 October, 2018 UTC

�� Deliveroo Clone - NextJS, Strapi, GraphQL, Stripe, React Context (Part 7/7 - Deploy)

This tutorial is a part of the Β« NextJS, Strapi, GraphQL, Stripe Deliveroo clone (Part 7/7 - Deploy) Β»: Table of contents πŸ—οΈ Setup (part 1) 🏠 Restaurants (part 2) πŸ” Dishes (part 3) πŸ” Authentication (part 4) πŸ›’ Shopping Card (part 5) πŸ’΅ Order and ... more


Saturday, 13 October, 2018 UTC

�� Deliveroo Clone - NextJS, Strapi, GraphQL, Stripe (Part 4/7 - Authentication)

This tutorial is a part of the Β« NextJS, Strapi, GraphQL, Stripe Deliveroo clone (Part 2/7 - Restaurant List) tutorial series Β»: Table of contents πŸ—οΈ Setup (part 1) 🏠 Restaurants (part 2) πŸ” Dishes (part 3) πŸ” Authentication (part 4) - current πŸ›’ Shopping ... more


Saturday, 13 October, 2018 UTC

�� Deliveroo Clone - NextJS, Strapi, GraphQL, Stripe (Part 5/7 - Cart)

This tutorial is a part of the Β« NextJS, Strapi, GraphQL, Stripe Deliveroo clone (Part 2/7 - Restaurant List) Β»: Table of contents πŸ—οΈ Setup (part 1) 🏠 Restaurants (part 2) πŸ” Dishes (part 3) πŸ” Authentication (part 4) πŸ›’ Shopping Card (part 5) - current ... more


Thursday, 30 August, 2018 UTC

Release [email protected] - GraphQL Aggregations, Customization & Security ��

Here comes Strapi [email protected], with a set of eagerly-awaited features: πŸŽ‰ GraphQL Aggregations & Grouping 🎨 Content Manager Customization πŸ” Security improvements πŸŽ‰ GraphQL Aggregations & Grouping Aggregations & Grouping are very handful ... more


Wednesday, 4 July, 2018 UTC

�� Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe - �� Restaurants list (part 2/7)

This tutorial is part of the Β« Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe Β»: πŸ‘‹ Intro πŸ—οΈ Setup (part 1) 🏠 Restaurants (part 2) - current πŸ” Dishes (part 3) πŸ” Authentication (part 4) πŸ›’ Shopping Card (part 5) πŸ’΅ Order ... more


Wednesday, 4 July, 2018 UTC

�� Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe - ��️ Setup (part 1/7)

Get ready to develop a Deliveroo clone, using amazing technologies: Nuxt (Vuejs), GraphQL, Stripe and Strapi ! From signup to order, you are going to let users discover restaurants, dishes and select their happy meal. The demo of the final result should ... more


Wednesday, 4 July, 2018 UTC

�� Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe - �� Dishes list (part 3/7)

This tutorial is part of the Β« Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe Β»: πŸ‘‹ Intro πŸ—οΈ Setup (part 1) 🏠 Restaurants (part 2) πŸ” Dishes (part 3) - current πŸ” Authentication (part 4) πŸ›’ Shopping Card (part 5) πŸ’΅ Order ... more


Wednesday, 4 July, 2018 UTC

�� Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe - �� Shopping card (part 5/7)

This tutorial is part of the Β« Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe Β»: πŸ‘‹ Intro πŸ—οΈ Setup (part 1) 🏠 Restaurants (part 2) πŸ” Dishes (part 3) πŸ” Authentication (part 4) πŸ›’ Shopping Card (part 5) - current πŸ’΅ Order ... more