Repository
Current version released
6 months ago
Dependencies
Versions
- 1.0.0-rc.29Latest
- 1.0.0-rc.28
- 1.0.0-rc.27
- 1.0.0-rc.26
- 1.0.0-rc.25
- 1.0.0-rc.24
- 1.0.0-rc.23
- 1.0.0-rc.22
- 1.0.0-rc.21
- 1.0.0-rc.20
- 1.0.0-rc.19
- 1.0.0-rc.18
- 1.0.0-rc.17
- 1.0.0-rc.16
- 1.0.0-rc.15
- 1.0.0-rc.14
- 1.0.0-rc.13
- 1.0.0-rc.12
- 1.0.0-rc.11
- 1.0.0-rc.10
- 1.0.0-rc.9
- 1.0.0-rc.8
- 1.0.0-rc.7
- 1.0.0-rc.6
- 1.0.0-rc.5
- 1.0.0-rc.4
- 1.0.0-rc.3
- 1.0.0-rc.2
- 1.0.0-rc.1
Pangea
Pangea is a static site generator built with Deno and the React.
Features:
- Exports static files, which can be deployed to Netlify and Vercel
- No JavaScript is shipped to the frontend by default
- Island architecture—only interactive React components are hydrated on the client side
- Built in support for CSS-in-JS, which is statically generated for performance
- Next.js inspired file-system routing
Getting started
deno run -A -r https://pangea.sh my-project-name
cd my-project-name
deno task start