Skip to content

luis70/vibecoder-fullstack-vps-quickstart

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

66 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Vibecoder Fullstack VPS Quick Start

Run through these steps to have a VPS with your domain attached to it and an instance of claude code ready to create any app that uses:

  • a frontend (React + Next + Tailwind)
  • an api (Node + Express)
  • a database (Postgres)
  1. Run this setup and harden script in a new clean Ubuntu 24.04 Hetzner VPS and make sure you set at least one SSH key for the creation of VPS as it will be only way to login after running this line:
curl -sSL https://raw.githubusercontent.com/MarcoWorms/ubuntu-vps-harden/main/fullstack-harden.sh | sudo bash && sudo reboot

To connect with your Hetzner VPS use ssh with key: ssh root@VPS_IP_ADDRESS -i PATH/TO/SSH_KEY -p 22

  1. Then reconnect to your VPS using the SSH key authorized in Hetzner dashboard, and run this line to install claude code and copy a initial CLAUDE.md and instructions for how to navigate and restart all services in our webserver:
cd / && curl -sSL https://raw.githubusercontent.com/MarcoWorms/ubuntu-vps-hardened-fullstack-webserver/main/CLAUDE.md > CLAUDE.md && \
npm install -g @anthropic-ai/claude-code && \
echo "βœ… Claude Code installed! Run 'claude' to start AI-assisted coding"
  1. Then to run claude in completely unhinged vibe code mode use this:
export IS_SANDBOX=1; claude --dangerously-skip-permissions
  1. Deploying into a domain:

    1. Buy a domain
    2. Create a Cloudflare account
    3. Set the Cloudflare DNS urls in your domain provider
    4. Create an A record in Cloudflare that points @ to your Hetzner server IP.

πŸ“œ License

MIT License - Use freely for personal or commercial projects.


Remember: This script provides a strong foundation, but ongoing maintenance, updates, and monitoring are essential for production systems. Always follow security best practices and keep your applications updated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%