React Coming Soon Page


Simple way to add a Coming Soon page to your next react project.
Get Started with NPM

What is react coming soon?

It's a simple and customizable starter page to let others know you are working.

Collect Emails

Give customers link to a current website or collect their emails with needing to build a new component. Get a mailing list before you launch your project.

Benefits

Let us know what's going on and increase transparency. Let customers see a launch date or more information.

How it works

When ever you place this component anywhere on the page it will cover any thing and show a coming soon page. This cover can be removed so make sure to not show any data behind it.

Generate A Coming Soon Page

Text Color

Background Color
Finish Date
// :
Select an Illustration
404 SVG

None

Under Development

Under Development

React SVG

React

Github

Github

Planning SVG

Planning

Web Development SVG

Web Development

First install our package
npm i react-coming-soon
Then import the package into your App.js
import ComingSoon from 'react-coming-soon'
Customize and copy the code below into your project.
<ComingSoon title="Coming Soon" bgColor="#fff" textColor="#212121" illustration="web-development" />