glim-nextjs
v0.3.3
Published
π Premium AI-flavored blog scaffold for Next.js with App Router, TypeScript, Tailwind CSS, and Zustand. Features dark mode, SEO optimization, and ISR support.
Downloads
14
Maintainers
Readme
glim-nextjs
Beautiful Next.js blog in 30 seconds. Zero config, just works.
Quick Start
# Create Next.js app + Blog in one go
npx create-next-app@latest my-blog --ts --app --tailwind --use-npm
cd my-blog
npx glim-nextjs init --yes
npm run devVisit http://localhost:3000 - Your blog is ready at /blog! π
What You Get
- β Working blog with 10 AI-themed sample posts
- π Dark mode that actually remembers your preference
- π¨ Beautiful UI with gradients and animations
- π± Responsive design that looks great everywhere
- π Fast - Static generation with ISR
- π SEO optimized out of the box
- π TypeScript for type safety
- π― Zero config - everything just works
Commands
# Check your setup
npx glim-nextjs doctor
# Initialize blog
npx glim-nextjs init
# Skip all prompts
npx glim-nextjs init --yes
# Use custom path
npx glim-nextjs init --path blog
# Force overwrite
npx glim-nextjs init --forceOptions
| Flag | Description |
|------|-------------|
| -y, --yes | Skip prompts |
| -f, --force | Overwrite files |
| --src-dir | Auto-detect src |
| --path <dir> | Blog directory |
Troubleshooting
# Check what's wrong
npx glim-nextjs doctor
# Missing Tailwind?
npm i -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
# Missing Zustand?
npm i zustandWhy glim-nextjs?
- Zero friction - One command, working blog
- Production ready - Not a toy, real quality
- Modern stack - Next.js 14+, App Router, TypeScript
- Extensible - Easy to customize and extend
- No lock-in - Standard Next.js structure
Coming Soon
- π MDX support
- π Search
- π‘ RSS feeds
- π·οΈ Tags & categories
- π Analytics
License
MIT Β© Glim Team
