npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

schema-driven-astro-starter

v0.1.3

Published

A modern, schema-driven website built with Astro and Decap CMS, featuring structured data and a powerful content management system.

Readme

Schema-Driven Astro Starter Kit

License: MIT GitHub stars npm version Publish Package

A production-ready starter kit that brings structured data, SEO optimization, and schema-driven development to your Astro projects. Built for developers who want to ship fast, maintainable, and search-engine friendly websites.

🎯 Why This Starter Kit?

  • Schema-First Development: Define your data structures once, use them everywhere. No more prop drilling or type mismatches.
  • Decap CMS Integration: Git-based content management with a user-friendly admin interface. Edit content directly in your browser, commit changes to your repository.
  • Accessibility-First Design: First-class accessibility controls for high contrast mode, keyboard navigation, screen reader support and more!
  • SEO Optimized: Built-in structured data and meta tags that search engines love.
  • Type Safety: Full TypeScript support with generated types from your schemas.
  • Performance: Astro's zero JavaScript by default approach means your site loads instantly.
  • Developer Experience: Hot reloading, type checking, and intuitive development workflow.

🚀 Quick Start

# Create a new project using this template
npm create astro@latest my-project -- --template https://github.com/greynewell/schema-driven-astro-starter

# Navigate to your project
cd my-project

# Install dependencies
npm install

# Start the development server
npm run dev

📚 Documentation & Tutorials

🏗️ Project Structure

/
├── src/
│   ├── components/     # Reusable UI components
│   ├── layouts/        # Page layouts
│   ├── pages/          # Route components
│   ├── schemas/        # Your data schemas
│   └── utils/          # Helper functions
├── public/             # Static assets
└── astro.config.mjs    # Astro configuration

🚢 Deployment

GitHub Pages

  1. Push your code to GitHub
  2. Enable GitHub Pages in your repository settings
  3. Set the build command to npm run build
  4. Set the output directory to dist
# Build your site
npm run build

# Preview the production build
npm run preview

🛠️ Available Scripts

| Command | Description | |---------|-------------| | npm run dev | Start development server | | npm run build | Build for production | | npm run preview | Preview production build | | npm run check | Type check your code | | npm run format | Format your code |

🤝 Contributing

Found a bug? Have a feature request? We'd love to hear from you! Please open an issue or submit a pull request.

📄 License

MIT License - feel free to use this starter kit for any project, commercial or personal.

🔗 Links