Pagic

A static site generator powered by Deno + React
Alternatives To Pagic
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Nextra8,6837312 hours ago166July 13, 2023218mitTypeScript
Simple, powerful and flexible site generation framework with everything you love from Next.js.
H5 Dooring7,298
7 months ago29gpl-3.0JavaScript
H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. | 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.
Brick Design4,851620 days ago17August 04, 202028mitTypeScript
低代码框架,支持流式布局与自由布局拖拽编排,可视化拖拽、随意嵌套组合、实时渲染、实时辅助线展示、自由布局支持辅助对齐、支持自动吸附、实时组件间距展示、实时拖拽排序、状态域管理,可视化属性配置、可视化样式配置、多设备适配展示,支持逻辑渲染、模板字符变量、表达式、自定义方法、自定义状态
Pagic1,58712153 days ago8April 03, 201710mitJavaScript
A static site generator powered by Deno + React
Lume1,477
3 days ago23mitTypeScript
🔥 Static site generator for Deno 🦕
Charge380
112 years ago19March 12, 202033mitJavaScript
⚡️ An opinionated, zero-config static site generator.
Monobase176
3 years ago11TypeScript
React static site generator
Aoe_technology_radar167
6 days ago7September 06, 202241otherTypeScript
Create your own Technology Radar: A static site generator for a full featured Technology Radar. Features: Quadrants, Rings, Dashboard, Radar Visualization, Item History, Search etc..
Rdoc153113 months ago48September 18, 20199JavaScript
⚛️📄🚀 Fast static site generator for React, Just write Markdown file. @react-doc
Batfish12326252 months ago79December 01, 2021iscJavaScript
A static-site generator for React and Markdown
Alternatives To Pagic
Select To Compare


Alternative Project Comparisons
Readme

Pagic

A static site generator powered by Deno + React

简体中文 | Website | Docs | Config | Demos | Themes | Plugins | Blog

deno pagic discord ci

Features

Easy to configure

  • Convention over configuration
  • Single config file pagic.config.ts
  • Intuitive design

Support md and tsx

  • Render md/tsx to static HTML page
  • Support React Hooks
  • Pre-render to static HTML, run as an SPA once loaded

Themes and plugins

  • Official themes default/docs/blog with dark mode
  • Combine plugins to build process
  • Import third-party themes or plugins through URL

Demos

Get started

Installation

# Install deno https://deno.land/#installation
curl -fsSL https://deno.land/x/install/install.sh | sh
# Install Pagic
deno install --unstable --allow-read --allow-write --allow-net --allow-env --allow-run --name=pagic https://deno.land/x/pagic/mod.ts

Initialize the project

To use pagic to build a static website, the project must include at least one pagic.config.ts config file and one md/tsx page file:

site/
├── pagic.config.ts
└── README.md

You can create the above site project by running the following command:

mkdir site && cd site && echo "export default {};" > pagic.config.ts && echo "# Hello world" > README.md

Run pagic

pagic build --watch --serve

More information

Special thanks

  • StrawBerry Icon: A free and open iconic font library for developer and creator

Backers

Backers

Contributors

Contributors

LICENSE

MIT


Have fun with Pagic!

Popular Reactjs Projects
Popular Site Generator Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Reactjs
Plugin
Theme
Markdown
Static Site Generator
Site Generator