An open API service indexing awesome lists of open source software.

https://github.com/hugoblox/kit

โšก The Open Research Copilot. Build high-perf Portfolios, Lab Sites & Docs in Markdown + Jupyter. 100% Data Control. ๐Ÿฆซ ๆ•ฐๆฎ็ง‘ๅญฆๅฎถ็š„ๅผ€ๆบ Copilotใ€‚ไธ€้”ฎ้ƒจ็ฝฒ ๐Ÿ‘‡
https://github.com/hugoblox/kit

academic blog blog-engine cms data-science documentation-tool github-pages hugo hugo-theme jupyter netlify open-science page-builder portfolio r rmarkdown rstudio static-site-generator theme website-builder

Last synced: about 1 month ago
JSON representation

โšก The Open Research Copilot. Build high-perf Portfolios, Lab Sites & Docs in Markdown + Jupyter. 100% Data Control. ๐Ÿฆซ ๆ•ฐๆฎ็ง‘ๅญฆๅฎถ็š„ๅผ€ๆบ Copilotใ€‚ไธ€้”ฎ้ƒจ็ฝฒ ๐Ÿ‘‡

Awesome Lists containing this project

README

          

[**ไธญๆ–‡**](./README.zh.md)



HugoBlox โ€” AI-generated sites you own as Markdown

Describe your site. AI builds it. You own it as Markdown.


HugoBlox is the open-source framework for building professional sites from structured Markdown โ€” landing pages, portfolios, blogs, publications, docs, and more.

Pick a template, let Hugo Chat AI generate your pages, and deploy anywhere. Every file is plain Markdown you can read, edit, and own forever.


Generate Pages with AI
ย ย |ย ย 
Browse Templates
ย ย |ย ย 
Ownable CMS for VS Code


GitHub Stars


Discord


VS Code Installs


VS Code Rating


Follow on X



Trusted since 2016 ยท 150,000+ sites (Meta, Stanford, NVIDIA) ยท Rated 4.9/5 by users (official survey) ยท Used by teams at NVIDIA Research, MIT, and King's College London ยท Featured by GitHub Release Radar

---

## โšก How it works

**1. ๐ŸŽจ Pick a template**

Choose a [template](https://hugoblox.com/templates/?utm_source=github&utm_medium=readme&utm_content=how_it_works) or scaffold with the CLI.

Landing pages, portfolios, blogs, research sites, docs โ€” ready in seconds.

**2. โœจ Generate pages with AI**

Open [Hugo Chat](https://hugo.chat/?utm_source=github&utm_medium=readme&utm_content=how_it_works) and describe what you need.

*"Create a landing page with hero, pricing, and testimonials"* โ€” done.

**3. ๐Ÿš€ Deploy anywhere**

Push to GitHub. Deploy on Netlify, Vercel, Cloudflare โ€” or any static host.

No database. No runtime. Free hosting.

---

## ๐Ÿ† Why HugoBlox

Every other tool makes you choose. HugoBlox doesn't.

| | **AI site builders** (Lovable, v0, Bolt) | **CMS platforms** (WordPress, Webflow) | **HugoBlox** |
| :--- | :---: | :---: | :---: |
| AI generates your pages | Yes | No | **Yes** |
| You own the output as readable files | No โ€” React code | No โ€” locked in a database | **Yes โ€” plain Markdown** |
| Works without a runtime server | Sometimes | No | **Yes โ€” static HTML** |
| Structured content types (publications, projects, team pages) | No | Partial | **Yes โ€” 20+ built-in types** |
| Human-editable after AI generates it | Barely | Through the CMS only | **Yes โ€” it's Markdown** |
| Free to host forever | No | No | **Yes** |
| Open source | No | No | **Yes โ€” MIT licensed** |

> [!IMPORTANT]
> **The pitch:** other tools generate code you can't maintain or lock your content in a database you can't leave. HugoBlox gives you AI-generated pages as plain Markdown on a Tailwind + Hugo stack โ€” readable, portable, and yours.

---

## ๐Ÿงฑ What you can build


Sites built with HugoBlox

HugoBlox includes **20+ structured content types** with proper front matter, metadata, and layouts. Tell Hugo Chat what you need and it generates the right one:

- ๐Ÿš€ **Landing pages** โ€” hero, features, pricing, testimonials, CTA sections via the block system
- ๐Ÿ“ **Blogs & articles** โ€” posts with tags, categories, authors, and SEO metadata
- ๐Ÿ’ผ **Portfolios & project pages** โ€” showcase your work with descriptions, tech stacks, and images
- ๐Ÿ“š **Publication pages** โ€” academic papers with BibTeX/DOI citation workflows
- ๐Ÿ“– **Documentation** โ€” searchable docs with sidebar navigation and versioning
- ๐Ÿ‘ฅ **Team & author profiles** โ€” bio, avatar, social links, publication lists
- ๐ŸŽค **Event & talk pages** โ€” conferences, workshops, presentations with slides
- ๐ŸŽž๏ธ **Slide decks** โ€” Markdown-powered presentations using reveal.js
- ๐Ÿ“„ **Resumes & CVs** โ€” structured career pages, exportable to PDF
- ๐Ÿ”ฌ **Jupyter notebooks & LaTeX** โ€” render `.ipynb` and math-heavy pages natively


Browse all templates

---

## ๐Ÿ› ๏ธ Get started

### Step 1: Create your site

**Option A: Start from a template** (fastest)

> [!TIP]
> Pick a template and launch in your browser in 60 seconds:
> [**Browse templates**](https://hugoblox.com/templates/?utm_source=github&utm_medium=readme&utm_content=get_started)

**Option B: Use the CLI** (full control)

```bash
# Requires Hugo Extended & Node.js
npm install -g hugoblox
hugoblox create site
```

### Step 2: Customize with AI + visual editing

**Hugo Chat** โ€” AI page generation

Describe what you need in plain English. Hugo Chat generates structured Hugo pages with correct front matter, shortcodes, and HugoBlox blocks.

> *"Generate a landing page for my consulting firm with services, testimonials, and a contact form"*

[**Try Hugo Chat โ€” free**](https://hugo.chat/?utm_source=github&utm_medium=readme&utm_content=step2)

**Ownable CMS** โ€” visual editing in VS Code

Drag-and-drop blocks, live preview, and YAML validation without leaving your editor. The power of a visual website builder inside VS Code.

1. Install [Ownable CMS](https://marketplace.visualstudio.com/items?itemName=ownable.ownable) from the Marketplace
2. Open your HugoBlox project
3. Click the Ownable icon to start editing


Ownable CMS โ€” visual editing inside VS Code

> [!NOTE]
> **Need docs?** See [**docs.ownable.dev**](https://docs.ownable.dev/?utm_source=github&utm_medium=readme&utm_content=docs) for guides, configuration reference, and best practices.

---

## ๐Ÿ”“ Open source. No lock-in. No catch.

- โœ… **MIT licensed.** The framework is and will always be open source.
- โœ… **Plain Markdown files.** Your content is never locked in a database or proprietary format. Take it anywhere.
- โœ… **Static output.** No server to maintain, no database to patch, no vendor to depend on.
- โœ… **Free hosting.** Deploy to Netlify, Vercel, GitHub Pages, Cloudflare Pages โ€” all free tier.
- โœ… **AI is free to start.** Hugo Chat includes free messages every day. No credit card needed.
- โœ… **Future-proof.** Markdown has been readable since 2004. Your content will outlast any platform.

> [!IMPORTANT]
> *"Every AI website builder generates React code you'll throw away in six months. Every CMS locks your content in a database you'll never migrate. HugoBlox is the gap between them."*

**Want more?** Upgrade to [**Pro**](https://hugoblox.com/pricing?utm_source=github&utm_medium=readme&utm_content=plans) for visual editing, AI automations, BibTeX import, and priority support. [Compare plans โ†’](https://hugoblox.com/pricing?utm_source=github&utm_medium=readme&utm_content=plans)

---

## ๐ŸŒ Who uses HugoBlox

HugoBlox powers sites for **researchers, consultants, founders, developer advocates, and teams** at organizations including:

- [NVIDIA Research Labs](https://research.nvidia.com/research-labs)
- [MIT MetaConscious Group](https://www.metaconscious.org/)
- [King's College London](https://cai4cai.ml/)
- [Stanford](https://profiles.stanford.edu/), [Google](https://google.com), [Meta](https://meta.com), [OpenAI](https://openai.com)

150,000+ sites created since 2016. Rated 4.9/5 by users.

> *"We tried Lovable and v0 first. They generated a landing page in minutes โ€” but it was 400 lines of React we couldn't touch. Hugo Chat generated the same page as Markdown files our whole team could edit. We shipped that afternoon. Hosting: $0/month."*
> โ€” **Priya Ramanathan**, Co-founder & CTO

> *"I described our research areas to Hugo Chat and it generated 30 publication pages with correct BibTeX metadata, team profiles, and a news section. My postdocs were editing their own pages within an hour โ€” it's just Markdown. No CMS training, no tickets to IT."*
> โ€” **Dr. James Park**, Principal Research Scientist, Applied AI Lab

> *"I've rebuilt my site four times โ€” Jekyll, Gatsby, Next.js, Notion. HugoBlox is the first time I know I won't have to again. My content is plain Markdown. If something better exists in five years, I take my files and leave. Nothing has come close."*
> โ€” **Marcus Oliveira**, Senior Developer Advocate

---

๐Ÿš€ Ready to build?


Pick a template, let AI generate your pages, and deploy for free.

Your content stays as Markdown you own forever.


Generate Pages with AI
ย ย |ย ย 
Browse Templates
ย ย |ย ย 
Read the Docs

---

## Community & support

- **Questions?** Join the [Discord](https://discord.gg/z8wNYzb) or search the [Docs](https://docs.ownable.dev/)
- **Bug?** Open an [Issue](https://github.com/HugoBlox/kit/issues)
- **Want to contribute?** Read the [Contributing Guide](./CONTRIBUTING.md)
- **Love it?** [Star this repo](https://github.com/HugoBlox/kit) โ€” it helps others find it

### Sponsors

[**โค๏ธ Sponsor on GitHub**](https://github.com/sponsors/gcushen) | [**๐Ÿข Become a Partner**](https://github.com/sponsors/gcushen)

---

## License

Copyright 2016-present [**Lore Labs**](https://lore.tech/?utm_source=github&utm_medium=readme).
Released under the [MIT License](./LICENSE.md).


HugoBlox is a trademark of Lore Labs.