create-dachshund
v1.1.4
Published
๐ Create Dachshund apps with one command
Downloads
9
Maintainers
Readme
create-dachshund
๐ Create Dachshund apps with one command.
Usage
# Create a new project
npx create-dachshund my-app
# Navigate to the project
cd my-app
# Install dependencies
npm install
# Start development server
npm run devWhat is Dachshund?
Dachshund is an ultra-lightweight React framework (~5kb) with perfect SEO, no SSR required.
- โ Zero SSR - No Node.js server required
- โ Perfect SEO - Meta tags, Open Graph, Twitter Cards, and JSON-LD automatic
- โ Ultra Lightweight - ~5kb gzipped (16x smaller than Next.js)
- โ Static Generation - Pre-rendered HTML for each route
- โ SPA Navigation - Instant navigation without reload
- โ
Dynamic Routes - Full support for
/blog/:idand parameters
Links
- ๐ฆ NPM: https://www.npmjs.com/package/@dachshund_framework/core
- ๐ GitHub: https://github.com/lucodifier/dachshund
- ๐ง Email: [email protected]
License
MIT ยฉ 2025 Lucodifier
