CLI tool to browse and install landing page templates
npm install snowbase-templates-installerbash
npm install -g snowbase-templates-installer
`
Usage
Run the CLI:
`bash
snowbase-templates
`
Features
- š Browse available landing page templates
- š View live preview links
- š„ Install templates with a single command
- šØ Multiple template categories (SaaS, Portfolio, etc.)
- ā” Fast local installation
Available Templates
$3
- Preview: https://ai-saas-template-preview.vercel.app
- Description: Modern landing page for AI-powered SaaS products
- Technologies: HTML, CSS, JavaScript, Tailwind CSS
- Tags: saas, ai, tech, modern
$3
- Preview: https://open-engineer-landing-page.vercel.app/
- Description: Professional landing page for engineering portfolios
- Technologies: HTML, CSS, JavaScript
- Tags: portfolio, engineering, professional, technical
Development
$3
1. Create a new folder in landing-pages/
2. Add your template files to that folder
3. Update templates.json with the new template info
Example template structure:
`
landing-pages/
āāā your-template/
ā āāā index.html
ā āāā style.css
ā āāā assets/
`
$3
`bash
Install dependencies
npm install
Run the CLI locally
npm start
``