Software Alternatives & Reviews

I am very new to web dev, so I apologize if this question is a bit daft. If I make a project on VScode with HTML and CSS, where and how would I post it online for others to see?

CodePen GitHub Pages GitHub localhost.run Neocities Glitch Firebase Hosting JSFiddle Pantheon
  1. A front end web development playground.
    Codepen.io: You can actually do your coding here, provides an automatic view update if you want, and you can do html, css, and JS all on one page. It’s all public though, but you can share a link and people can see your work. No need to add script or link tags, it’s setup to work right away.

    #Text Editors #Programming #Code Collaboration 484 social mentions

  2. A free, static web host for open-source projects on GitHub
    Pricing:
    • Open Source
    In order of simplest to most complex: Neocities, Github Pages, Netlify. None of those require you to buy a domain. Neocities is my top recommendation if you just want to upload some HTML/CSS files and post it online because that's all it does. Don't jump to Netlify as your first step because you will get lost.

    #Static Site Generators #Cloud Computing #Blogging 466 social mentions

  3. 3
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    • Open Source
    Well you could post it a number of places, github.com is a good option, you could also post it on publically accessible sandboxes like codepen.io which has a fantastic vibrant community.

    #Code Collaboration #Git #Version Control 2041 social mentions

  4. Instantly share your localhost environment!
    If you just want to show it to someone your site and then turn it off there's services like localhost.run (which I wrote so it's my favs) or ngrok that will let you temporarily put your local web server on an internet accessible domain, but neither of these are suited to things you want always on.

    #Localhost Tools #Testing #Webhooks 41 social mentions

  5. Create your own free website. Unlimited creativity, zero ads.
    Pricing:
    • Open Source
    In order of simplest to most complex: Neocities, Github Pages, Netlify. None of those require you to buy a domain. Neocities is my top recommendation if you just want to upload some HTML/CSS files and post it online because that's all it does. Don't jump to Netlify as your first step because you will get lost.

    #Website Builder #CMS #Blogging 162 social mentions

  6. 6
    Glitch is the friendly community where everyone builds the web. Simple, powerful interface for creating web apps.
    Pricing:
    • Open Source
    • Free
    • Free Trial
    Glitch.com: free static sites, you can upload the files you created. Ability to edit your code there in the browser as well. You can connect your own domain or use their auto-generated one (usually something like “green-flower-car.glitch.me”).

    #Text Editors #Cloud Hosting #Code Collaboration 112 social mentions

  7. Production-grade Hosting for Developers
    I really like Firebase Hosting. All you need to do is add a simple configuration file to your code and execute 'firebase deploy'. For beginners they also make it real easy to point a custom domain to what you've deployed.

    #Developer Tools #Website Builder #Static Site Generators 23 social mentions

  8. Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
    If you just want to showcase your work you can use codepen.io or jsfiddle.net and if it's your portfolio you can host it on GitHub. You can even use Heroku or netlify.

    #Programming #Text Editors #Programming Tools 193 social mentions

  9. The professional website platform for Drupal & WordPress sites.
    Closest thing I've come across is https://pantheon.io/ but you can't hook up your own domain or have large traffic on the free tier so might not be useful.

    #Wordpress Hosting #Web Hosting #Cloud Hosting 19 social mentions

Discuss: I am very new to web dev, so I apologize if this question is a bit daft. If I make a project on VScode with HTML and CSS, where and how would I post it online for others to see?

Log in or Post with