Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

create-noxion

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-noxion

CLI scaffolding tool for Noxion projects

latest
Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
17
70%
Maintainers
1
Weekly downloads
 
Created
Source

create-noxion

CLI scaffolding tool for Noxion — a Notion-powered website builder.

Usage

bun create noxion my-blog
# or
npx create-noxion my-blog

This scaffolds a complete Next.js project in seconds (blog, docs, portfolio, or full), pre-configured with:

  • Next.js App Router
  • Notion as CMS (via @noxion/core)
  • SEO automation (via @noxion/adapter-nextjs)
  • React components (via @noxion/renderer)
  • ISR with on-demand revalidation
  • Docker support

After Scaffolding

cd my-blog
# Edit .env with your Notion page ID
bun run dev

Open http://localhost:3000 — your blog is live.

Documentation

See the full documentation for Notion setup, configuration, deployment guides, and more.

License

MIT

Keywords

notion

FAQs

Package last updated on 26 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts