Skip to content

PCWProps/Dev-Apps-And-Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dev Apps & Extensions - Production Monorepo

License: MIT pnpm Turborepo

A production-grade monorepo for VS Code extensions, cloud infrastructure, and web applications using pnpm + Turborepo.

πŸ—οΈ Architecture

This monorepo contains:

  • 🎨 VS Code Extensions - Core (Free/MIT) and Pro (Paid) editions with licensing
  • ☁️ Cloudflare Workers - Auth, licensing, analytics, Stripe webhooks (KV, R2, D1, Vectorize, Queues)
  • ⚑ Vercel Edge/API - Rate limiting, authentication, license validation
  • πŸ“š GitHub Pages - Jekyll-based documentation website
  • πŸ› οΈ Shared Tools - Logging, utilities, dev tooling
  • πŸ€– Automation - CLI tools, scripts, generators

πŸš€ Quick Start

Prerequisites

  • Node.js: >=18.0.0
  • pnpm: >=8.0.0 (install: npm install -g pnpm)
  • VS Code: >=1.80.0 (for extension development)

Installation

# Clone the repository
git clone https://github.com/PCWProps/Dev-Apps-And-Extensions.git
cd Dev-Apps-And-Extensions

# Install dependencies
pnpm install

# Build all packages
pnpm build

πŸ“¦ Workspace Packages

Extensions

  • extensions/core-extension - BearBuddy Core (Free/MIT) - Base functionality
  • extensions/pro-extension - BearBuddy Pro (Paid) - Advanced features with licensing

Cloud Infrastructure

  • cloudflare - Cloudflare Workers for backend services
  • vercel - Vercel Edge Functions and API routes
  • website - GitHub Pages documentation site (Jekyll)

Tools & Automation

  • tools/logger - Shared logging utilities
  • tools/shared-utils - Common utilities and licensing logic
  • automation - CLI tools and automation scripts

πŸ”¨ Development

Build Commands

pnpm build              # Build all packages
pnpm dev                # Start development mode (parallel)
pnpm lint               # Lint all packages
pnpm test               # Run all tests
pnpm type-check         # TypeScript type checking

Extension Development

# Build extensions
pnpm package:extensions

# Publish to marketplaces
pnpm publish:extensions

CLI Tools

# Access automation CLI
pnpm cli

# Available commands:
pnpm cli scaffold-extension
pnpm cli scaffold-worker
pnpm cli scaffold-vercel
pnpm cli check-env

πŸ“‚ Project Structure

monorepo/
β”œβ”€β”€ extensions/          # VS Code extensions
β”œβ”€β”€ cloudflare/          # Cloudflare Workers
β”œβ”€β”€ vercel/             # Vercel Edge/API functions
β”œβ”€β”€ website/            # GitHub Pages site
β”œβ”€β”€ tools/              # Shared utilities
β”œβ”€β”€ automation/         # Scripts and CLI
β”œβ”€β”€ config/             # Shared configurations
β”œβ”€β”€ docs/               # Documentation
β”œβ”€β”€ environments/       # Environment configs
└── infrastructure/     # IaC and seeds

πŸ“– Documentation

🌍 Environments

The monorepo supports multiple environments:

  • Development (environments/dev/)
  • Staging (environments/staging/)
  • Production (environments/prod/)

Each environment has dedicated configurations for Cloudflare and Vercel.

πŸ” Infrastructure

Cloudflare Services

  • KV (Key-Value storage)
  • R2 (Object storage)
  • D1 (SQLite database)
  • Vectorize (Vector database)
  • Queues (Message queues)
  • Access (Zero Trust)

Vercel Services

  • Edge Functions
  • API Routes
  • Edge Config

🀝 Contributing

We welcome contributions! Please read CONTRIBUTING.md for details on our code of conduct and development process.

πŸ“„ License

  • Monorepo Infrastructure: MIT License
  • Core Extension: MIT License
  • Pro Extension: Proprietary License

See individual package LICENSE files for details.

πŸ‘₯ Authors

PCW|Props - @PCWProps

πŸ™ Acknowledgments

Built with amazing open source tools:


Made with ❀️ by PCW|Props

About

MonoRepo For Extension Development

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •