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 πŸ™

Β© 2026 – Pkg Stats / Ryan Hefner

mcp-obsidian-site

v0.0.1

Published

🌐 **Live Site**: [mcp-obsidian.org](https://mcp-obsidian.org)

Readme

MCP-Obsidian Website

🌐 Live Site: mcp-obsidian.org

This is the official landing page and documentation website for MCP-Obsidian - a Model Context Protocol (MCP) server that enables AI assistants like Claude to interact securely and intelligently with Obsidian vaults.

🎯 Project Objective

This website serves to:

  • Showcase MCP-Obsidian: Demonstrate the capabilities and benefits of connecting AI assistants to Obsidian
  • Provide Installation Guide: Clear, step-by-step instructions for setting up MCP-Obsidian
  • Interactive Demo: Live demonstrations of AI-powered note management
  • Documentation Hub: Comprehensive guides, examples, and best practices
  • Community Resource: Links to support, contributions, and discussions

✨ Features

  • Modern Design: Beautiful, responsive interface built with Astro and Tailwind CSS
  • Interactive Demo: Live terminal simulation showing AI-Obsidian interactions
  • Code Examples: Syntax-highlighted configuration examples
  • Feature Comparison: Clear comparison tables showing MCP-Obsidian advantages
  • Dark/Light Theme: Automatic theme switching with system preferences
  • Performance Optimized: Static site generation for fast loading

πŸ› οΈ Tech Stack

  • Framework: Astro - Static site generation with component islands
  • Styling: Tailwind CSS - Utility-first CSS framework
  • Interactive Components: React - For dynamic UI elements
  • Icons: Lucide React - Beautiful, customizable icons
  • Code Highlighting: Shiki - Syntax highlighting
  • Runtime: Bun - Fast JavaScript runtime and package manager

πŸš€ Getting Started

Prerequisites

  • Bun runtime installed
  • Node.js 18+ (for compatibility)

Installation

  1. Clone the repository:

    git clone https://github.com/bitbonsai/mcp-obsidian.org.git
    cd mcp-obsidian.org
  2. Install dependencies:

    bun install
  3. Start development server:

    bun run dev
  4. Open your browser: Navigate to http://localhost:4321

Build Commands

# Start development server with hot reload
bun run dev

# Build for production
bun run build

# Preview production build
bun run preview

# Type checking
bun run astro check

πŸ“ Project Structure

src/
   components/          # Reusable UI components
      Hero.astro      # Main hero section
      Terminal.astro  # Installation terminal
      FeatureGrid.astro # Features showcase
      InteractiveDemo.tsx # Live demo component
      CodeExample.astro # Syntax-highlighted examples
      ...
   layouts/
      Layout.astro    # Base layout template
   pages/
      index.astro     # Homepage
      about.astro     # About page
   styles/             # Global styles

πŸ”§ Development

Adding New Components

  1. Create component in src/components/
  2. Use Astro for static content, React for interactivity
  3. Follow existing naming conventions
  4. Import and use in pages or other components

Styling Guidelines

  • Use Tailwind CSS utility classes
  • Follow existing color scheme and spacing
  • Responsive design with mobile-first approach
  • Dark/light theme support using CSS custom properties

Code Style

  • TypeScript for type safety
  • Prettier for formatting
  • Component-scoped styles when needed
  • Semantic HTML structure

🌐 Deployment

This site is configured for static deployment and can be hosted on:

  • Vercel (recommended)
  • Netlify
  • GitHub Pages
  • Cloudflare Pages
  • Any static hosting service

The build output is generated in the dist/ directory.

🀝 Contributing

Contributions are welcome! Please feel free to:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Make your changes: Follow the development guidelines
  4. Commit your changes: git commit -m 'Add amazing feature'
  5. Push to the branch: git push origin feature/amazing-feature
  6. Open a Pull Request

Contribution Guidelines

  • Ensure responsive design across all devices
  • Test your changes thoroughly
  • Follow existing code style and conventions
  • Update documentation if needed
  • Add meaningful commit messages

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ”— Related Projects

πŸ’¬ Support & Community


Visit Live Site β€’ View Source

Made with ❀️ for the Obsidian community