A beautiful & open-source platform for launching startups.
Powered by Contentful, Heroku, Laravel, and Webslides.
Table of Contents
Everything you need to launch & grow your website, app, or business.
- Landing pages
- Products & Services
- Articles
- Help & Documentation
- Public (viewable by guests)
- Private (unlisted, requires direct link)
- Protected (requires password)
- Premium (requires login)
- Paid (requires paid subscription)
- 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.
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.
Click the button below to deploy a new instance of StartupEngine to Heroku instantly.
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.
StartupEngine is open-sourced software licensed under the MIT license.

