Deploy Sculpin in 60 Seconds

Share Static Sites Instantly

🎖 500,000+ happy users

Zero-Config Sculpin Deployment

Deploy Sculpin-generated sites without PHP server setup or hosting complexities. Perfect for developers who want to share static content quickly and professionally.

Share Your Sculpin Site in 3 Simple Steps

1. Generate Your Site

Run 'sculpin generate' to create your static files, then zip the output folder.

2. Choose Your URL

Upload your zip and pick a custom URL for your static site.

3. Share Instantly

Get an instant shareable link to your deployed Sculpin site.

Features

What else is there?

⚡ Instant Deploy

Upload and share your Sculpin site in seconds - no PHP configuration needed.

📱 Mobile-Ready

Your static site looks perfect on all devices with responsive design support.

🔄 Quick Updates

Push content changes instantly without rebuilding your entire site.

👥 Team Sharing

Share site previews with team members for quick feedback and approval.

🔐 Private Sites

Password protect development builds or client previews easily.

📊 Site Analytics

Track visitor engagement with built-in analytics tools.

Simpler Than Traditional
PHP Hosting Options

Shared Hosting

Digital Ocean

AWS EC2

VPS

cPanel

Heroku

Power Your Static Content

Personal Blog

Launch your Markdown-powered blog without database setup.

Company Site

Deploy business sites with blazing-fast load times.

Project Docs

Share documentation with your team or clients securely.

Resources

Master Static Site Deployment

Static Website Hosting: A Beginner's Guide

Learn the fundamentals of hosting static sites and making the most of your Sculpin deployment.

Static and Fast: The Next Big Thing

Discover how static site generators like Sculpin enhance speed and security in web development.

Best Practices for Building Static Websites

Follow these best practices to ensure your Sculpin site is optimized for performance.

Frequently Asked Questions

What is Sculpin?

Sculpin is a static site generator built in PHP that converts Markdown files into HTML websites. It's perfect for blogs, documentation, and business sites, offering the simplicity of static files with the power of Twig templating.

How to Install and start using sculpin?

Install Sculpin via Composer with 'composer require sculpin/sculpin', create a new project with 'sculpin init', and start writing content in Markdown. Use 'sculpin generate' to build your static site.

How to deploy a Sculpin site?

Generate your static site with 'sculpin generate --env=prod', zip the 'output_prod' directory, and upload to Tiiny Host. Your site will be instantly accessible with a shareable URL.

How to schedule posts with Sculpin?

Set future dates in your Markdown files' front matter. When generating your site with 'sculpin generate', posts will appear based on their scheduled dates. Regularly rebuild your site to publish new content.

Deploy Your Sculpin Site