All Projects → jamiew → Heroku Static Site

jamiew / Heroku Static Site

A basic Ruby/Rack app for publishing a static HTML/CSS/javascript website on Heroku (for free)

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Heroku Static Site

Create Static Site
Create static websites with no build configuration.
Stars: ✭ 124 (-11.43%)
Mutual labels:  static-site
Nextjs Ts
Opinionated Next JS project boilerplate with TypeScript and Redux
Stars: ✭ 134 (-4.29%)
Mutual labels:  static-site
H12y
The email service for when just "hey.com" isn't enough.
Stars: ✭ 139 (-0.71%)
Mutual labels:  static-site
Simple scheduler
An enhancement for Heroku Scheduler + Sidekiq for scheduling jobs at specific times.
Stars: ✭ 127 (-9.29%)
Mutual labels:  heroku
Websiteone
A website for Agile Ventures
Stars: ✭ 132 (-5.71%)
Mutual labels:  heroku
Dotnetlabs
.NET Labs -- Show Me the Tips and Tricks and Code
Stars: ✭ 135 (-3.57%)
Mutual labels:  heroku
Reactly Starter Kit
Deployable React + Webpack 2 starter kit
Stars: ✭ 122 (-12.86%)
Mutual labels:  heroku
Actions Netlify
🚀 Netlify deploy from GitHub Actions
Stars: ✭ 138 (-1.43%)
Mutual labels:  static-site
Bandwidth Hero Proxy
⚡️ Proxy that compresses images to low-resolution
Stars: ✭ 130 (-7.14%)
Mutual labels:  heroku
Learn Devops
🚧 Learn the craft of "DevOps" (Developer Operations) to Deploy your App and Monitor it so it stays "Up"!
Stars: ✭ 139 (-0.71%)
Mutual labels:  heroku
Heroku Node Telegram Bot
Starter pack for running telegram bot on the Heroku using Node.js
Stars: ✭ 128 (-8.57%)
Mutual labels:  heroku
Deepfriedmemes.com
🅱️ Deep fries your pics. Serve with laundry sauce.
Stars: ✭ 131 (-6.43%)
Mutual labels:  static-site
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (-4.29%)
Mutual labels:  static-site
Nextjs Pwa Graphql Sql Boilerplate
Next.js serverless PWA with GraphQL (Apollo) + Postgres SQL boilerplate
Stars: ✭ 125 (-10.71%)
Mutual labels:  heroku
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (-0.71%)
Mutual labels:  static-site
Jamstack.org
The official Jamstack site
Stars: ✭ 2,108 (+1405.71%)
Mutual labels:  static-site
Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (+1150%)
Mutual labels:  static-site
Scar
Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.
Stars: ✭ 1,715 (+1125%)
Mutual labels:  static-site
Gatsby Starter Try Ghost
Publish flaring fast blogs with Gatsby and Ghost
Stars: ✭ 137 (-2.14%)
Mutual labels:  static-site
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+1198.57%)
Mutual labels:  heroku

heroku-static-site

A simple ruby + rack application for serving a basic static website, suitable for deploying to Heroku. Their free 1-dyno plan covers 80% of my projects and Just Works™

For even simpler free HTML cloud hosting check out GitHub Pages.

I put static sites on Heroku when I will be adding some simple dynamic stuff later, or for redundancy with GH pages (whose uptime isn't perfect).

Usage

Run the app locally:

  1. gem install bundler
  2. bundle install
  3. bundle exec rackup
  4. Visit http://localhost:9292

Make something great, then push it to your Heroku account:

  1. gem install heroku
  2. heroku login
  3. heroku create --stack=cedar mynewapp
  4. heroku git:clone -a mynewapp
  5. git add .
  6. git commit -am "make it better"
  7. git push heroku master

License

© copyfree 2012 Jamie Dubs. This source code made freely available under an MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].