X Tutup
Skip to content

iRestWeb/StartupEngine

 
 

Repository files navigation

StartupEngine: the CMS for Startups

A beautiful & open-source platform for launching startups.

Powered by Contentful, Heroku, Laravel, and Webslides.

Table of Contents

Screenshots

Features

Everything you need to launch & grow your website, app, or business.

Create content
  • Landing pages
  • Products & Services
  • Articles
  • Help & Documentation
Control access
  • Public (viewable by guests)
  • Private (unlisted, requires direct link)
  • Protected (requires password)
  • Premium (requires login)
  • Paid (requires paid subscription)
Strategic benefits
  • Completely free.
  • Completely plug-and-play. No coding required.
  • Automatic updates via Github & Heroku.
  • Decoupled architecture: if you ever want to move your site to another platform, you can do so without having to migrate your data.

Deploying

Requirements

You will need a free Contentful account to manage your content on StartupEngine.

Simply specify your account credentials (Space ID, API Key, and Management Token) during deployment.

Deploy to Heroku

Click the button below to deploy a new instance of StartupEngine to Heroku instantly.

Deploy

Import Default Content

After deploying, you will need to import the default content to your Contentful space.

Connect to your StartupEngine instance using the Heroku CLI

$ heroku run bash --app $yourHerokuAppName
$ npm install contentful-import
$ php artisan command:ImportDefaultSpace

Your Contentful space is now populated with content.

Simply edit the existing pages or create new ones to administrate your site.

License

StartupEngine is open-sourced software licensed under the MIT license.

About

A beautiful & open-source platform for launching startups.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 79.8%
  • PHP 20.0%
  • Other 0.2%
X Tutup