Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Latest commit

 

History

History
121 lines (107 loc) · 2.84 KB

File metadata and controls

121 lines (107 loc) · 2.84 KB
  • components

  • mode toggle dropdown link whole item

  • toast min width

  • dialog scroll

  • [-] only add example if examples

  • center demo h/v

  • copy/paste button position

  • component tab scroll

  • site heading

  • [-] smaller font for code blocks

  • code blocks scroll above nav

  • component arg descriptions

  • toc indent

  • mobile nav

  • mobile content width

  • examples

  • example names

  • card example - select is wonky on content example

  • popover content demo - compare to shadcn

  • select - dropdown width in example

  • checkbox disabled example

  • text area examples - spacing

  • icons

  • wtform demo

  • [-] table sorting example -> htmx

  • fastapi

  • docs

  • Introduction

  • Installation

  • JinjaX

  • HTMX

  • Dark Mode

  • CLI

  • Typography

  • About

  • Contribution

  • GitHub link

  • site footer

  • favicon

  • copy/paste button on code blocks is sometimes off

  • AI - llms.txt

  • Changelog - tagging and conventional commits

  • package components in sub dirs?

  • monetization strategy

  • tool to install component via copier

  • add basic-components dep to examples

4. Project Management

Changelog & Version Control

  1. Implement Conventional Commits

    • feat: New features
    • fix: Bug fixes
    • docs: Documentation changes
    • style: Code style changes
    • refactor: Code refactoring
    • test: Test updates
    • chore: Maintenance tasks
  2. Version Tagging Strategy

    • Major (x.0.0): Breaking changes
    • Minor (0.x.0): New features
    • Patch (0.0.x): Bug fixes
    • Example: v1.2.3

Release Strategy

  • Regular releases (bi-weekly/monthly)
  • Clear changelogs
  • Migration guides for breaking changes
  • Component status updates

5. Monetization Strategy

Tiered Approach

  1. Open Source Core

    • All basic components
    • Documentation
    • Examples
    • Community support
  2. Premium Components

    • Advanced components (Calendar, Chart, Carousel)
    • Complex integrations
    • Premium themes
    • Priority support
  3. Enterprise Support

    • Custom component development
    • Implementation consulting
    • Priority bug fixes
    • Direct support channel

Additional Revenue Streams

  1. Documentation & Training

    • Advanced tutorials
    • Video courses
    • Best practices guides
    • Implementation patterns
  2. Themes & Templates

    • Premium design systems
    • Industry-specific templates
    • Custom variants
    • Dark mode optimizations
  3. Integration Services

    • FastAPI/Django setup
    • Component customization
    • Performance optimization
    • Security hardening

Success Metrics

  • Component adoption rate
  • GitHub stars/forks
  • Documentation usage
  • Community contributions
  • Premium subscriptions
  • Support ticket resolution
  • Implementation examples