Built with .NET · Open Source

Build sites at the
speed of thought

SuCoS is a blazing-fast static site generator for .NET developers. Write Markdown, ship a complete website — with live reload, pagination, sitemaps, and Liquid templates included.

terminal

$ SuCoS new-site ./my-blog

✓ Created site at ./my-blog

$ cd my-blog && SuCoS serve

✓ Serving at http://localhost:2341

✓ Watching for changes...

Performance Unmatched

Our top priority is giving you the power to create, build, and deploy rapidly. SuCoS provides lightning-fast performance, allowing you to focus on what matters most: your content.

Simplicity Meets Flexibility

Ease of use doesn't mean you have to compromise on flexibility. SuCoS leverages the power of Liquid templates, providing an intuitive, easy-to-use templating system that won't limit your creativity.

Live Server

Say goodbye to manual reloads. SuCoS offers a live server feature that lets you see your changes as they happen. Just save your file, and watch your site transform in real time.

Weekly Releases

We believe in moving forward. We offer weekly releases to ensure you're always working with the most cutting-edge tools. Our dedication to fast, frequent updates means you'll never be left behind.

Latest release Latest Pipepline

Getting Started

Your journey to faster, simpler web development begins here.

Check out our Get Started Guide 2 for a comprehensive walkthrough on setting up your first SuCoS project.

Join Our Community

SuCoS is more than just a tool - it's a growing community of developers like you. We're dedicated to supporting each other and pushing the boundaries of what's possible in web development.

Join our Matrix and Discord community channels, check out our GiLab repository, or follow us on Twitter and Mastodon for the latest news and updates.

Up and running in 60 seconds

No runtime to install. No configuration files to learn. Download the binary, run one command, and you have a working site.

Installation Guide →
bash
# 1. Download SuCoS for your platform
#    https://gitlab.com/sucos/sucos/-/releases

# 2. Create a new site
SuCoS new-site ./my-site
cd my-site

# 3. Add your first post
echo "# Hello World" > content/blog/hello.md

# 4. Preview locally
SuCoS serve

# 5. Build for production
SuCoS build

Ready to build something?

Join developers who use SuCoS to ship personal blogs, documentation sites, and project pages — fast.