create-noxion
v0.4.0
Published
CLI scaffolding tool for Noxion projects
Maintainers
Readme
create-noxion
CLI scaffolding tool for Noxion — a Notion-powered website builder.
Usage
bun create noxion my-blog
# or
npx create-noxion my-blogThis 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 devOpen http://localhost:3000 — your blog is live.
Documentation
See the full documentation for Notion setup, configuration, deployment guides, and more.
License
MIT
