s-m-r-t

@happyvertical/template-site-static-json

Static site template powered by JSON files, SvelteKit, and adapter-static for CDN deployment.

v0.19.0TemplateStaticJSON

Overview

template-site-static-json is a SvelteKit template that generates static sites from JSON data files. Perfect for documentation sites, portfolios, and content sites deployable to any CDN.

Features

  • JSON-based content management
  • Static site generation with SvelteKit
  • CDN-ready (CloudFront, Netlify, Vercel)
  • SEO optimized with meta tags
  • Fast page loads with pre-rendering

Usage

bash
npm create smrt-site@latest my-site -- --template static-json
cd my-site
npm install
npm run dev