AI SummaryPlektos is a Nostr-based decentralized events and calendar platform with Copilot integration instructions for developers building on React 18, TailwindCSS, and modern web tools. It benefits developers creating Nostr client applications and event management features.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "plektos — Copilot Instructions" prompt rules to my project. Repository: https://github.com/derekross/plektos Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Plektos is a decentralized meetup, events, and calendar platform built on Nostr.
Project Overview
This project is a Nostr client application built with React 18.x, TailwindCSS 3.x, Vite, shadcn/ui, and Nostrify.
Technology Stack
• React 18.x: Stable version of React with hooks, concurrent rendering, and improved performance • TailwindCSS 3.x: Utility-first CSS framework for styling • Vite: Fast build tool and development server • shadcn/ui: Unstyled, accessible UI components built with Radix UI and Tailwind • Nostrify: Nostr protocol framework for Deno and web • React Router: For client-side routing • TanStack Query: For data fetching, caching, and state management • TypeScript: For type-safe JavaScript development
Project Structure
• /src/components/: UI components including NostrProvider for Nostr integration • /src/hooks/: Custom hooks including useNostr and useNostrQuery • /src/pages/: Page components used by React Router • /src/lib/: Utility functions and shared logic • /public/: Static assets
UI Components
The project uses shadcn/ui components located in @/components/ui. These are unstyled, accessible components built with Radix UI and styled with Tailwind CSS. Available components include: • Accordion: Vertically collapsing content panels • Alert: Displays important messages to users • AlertDialog: Modal dialog for critical actions requiring confirmation • AspectRatio: Maintains consistent width-to-height ratio • Avatar: User profile pictures with fallback support • Badge: Small status descriptors for UI elements • Breadcrumb: Navigation aid showing current location in hierarchy • Button: Customizable button with multiple variants and sizes • Calendar: Date picker component • Card: Container with header, content, and footer sections • Carousel: Slideshow for cycling through elements • Chart: Data visualization component • Checkbox: Selectable input element • Collapsible: Toggle for showing/hiding content • Command: Command palette for keyboard-first interfaces • ContextMenu: Right-click menu component • Dialog: Modal window overlay • Drawer: Side-sliding panel • DropdownMenu: Menu that appears from a trigger element • Form: Form validation and submission handling • HoverCard: Card that appears when hovering over an element • InputOTP: One-time password input field • Input: Text input field • Label: Accessible form labels • Menubar: Horizontal menu with dropdowns • NavigationMenu: Accessible navigation component • Pagination: Controls for navigating between pages • Popover: Floating content triggered by a button • Progress: Progress indicator • RadioGroup: Group of radio inputs • Resizable: Resizable panels and interfaces • ScrollArea: Scrollable container with custom scrollbars • Select: Dropdown selection component • Separator: Visual divider between content • Sheet: Side-anchored dialog component • Sidebar: Navigation sidebar component • Skeleton: Loading placeholder • Slider: Input for selecting a value from a range • Sonner: Toast notification manager • Switch: Toggle switch control • Table: Data table with headers and rows • Tabs: Tabbed interface component • Textarea: Multi-line text input • Toast: Toast notification component • ToggleGroup: Group of toggle buttons • Toggle: Two-state button • Tooltip: Informational text that appears on hover These components follow a consistent pattern using React's forwardRef and use the cn() utility for class name merging. Many are built on Radix UI primitives for accessibility and customized with Tailwind CSS.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts