17 packages matching “luckystack”
@luckystack/cli
v0.10.1 · 17 days ago
LuckyStack project CLI. `npx luckystack add <feature>` installs an optional package AND injects the consumer-`src/` assets it needs (login pages, presence client mounts) that a plain `npm i` can't — the inverse of create-luckystack-app's optional-package
No known vulnerabilities
@luckystack/core
v0.10.1 · 17 days ago
LuckyStack core: socket-first transport contracts, Redis adapter, project-config registry, hooks registry, response normalization, rate limiting, and shared session types. Foundation for every other @luckystack/* package.
No known vulnerabilities
@luckystack/devkit
v0.10.1 · 17 days ago
Dev-time tooling for LuckyStack: hot reload, route discovery, generated type-map emitter, Zod schema emitter, deploy-config validator CLI. Install as a devDependency in projects that build LuckyStack apps locally.
No known vulnerabilities
@luckystack/login
v0.10.1 · 17 days ago
Authentication for LuckyStack: credentials + OAuth (Google/GitHub/Facebook/Discord/Microsoft/custom), Redis-backed sessions, single-session enforcement, password reset, 2FA, lifecycle hooks, and pluggable user/session adapters. Pairs with @luckystack/core
No known vulnerabilities
create-luckystack-app
v0.10.1 · 17 days ago
Scaffold a new LuckyStack project. Run `npx create-luckystack-app my-app` to generate a starter with the recommended overlay layout, selected ORM/package-manager setup, and config files in place.
No known vulnerabilities
@luckystack/mcp
v0.10.1 · 17 days ago
Read-only MCP server that exposes a LuckyStack project's committed AI context (decisions, dependency graph, routes, runbooks, capabilities) to Claude Code as queryable tools.
No known vulnerabilities
@luckystack/server
v0.10.1 · 17 days ago
One-call server bootstrap for LuckyStack: HTTP + Socket.io + framework routes (api, sync, _health, /auth, uploads) wired together. Consumer's server.ts shrinks to ~20 lines.
No known vulnerabilities
@luckystack/docs-ui
v0.10.1 · 17 days ago
Dev-only API docs UI for LuckyStack. Mounts a Swagger-style page at /_docs that reads `apiDocs.generated.json` and renders every API route, its inputs/outputs, auth, and rate-limit metadata.
No known vulnerabilities
@luckystack/test-runner
v0.10.1 · 17 days ago
Generated-type-driven test layers for LuckyStack: contract smoke (Zod-valid input), auth enforcement, rate-limit, and crash-resistance fuzz. Walks every endpoint via the generated apiMethodMap.
No known vulnerabilities
@luckystack/presence
v0.10.1 · 17 days ago
Presence and activity awareness for LuckyStack: AFK detection, room-peer notifications, lifecycle (connect / disconnect / reconnect), single-session enforcement integration. For multiplayer and collaborative apps.
No known vulnerabilities
@luckystack/secret-manager
v0.10.1 · 17 days ago
Rotation-aware secret resolver client for LuckyStack. Commit `.env` pointers (e.g. OPENAI_KEY=OPENAI_AUTHORIZATION_KEY_V5) instead of real secrets; at boot this client resolves them against an external append-only secret-manager server and writes the real
No known vulnerabilities
@luckystack/router
v0.10.1 · 17 days ago
Standalone HTTP + WebSocket load-balancer for multi-instance LuckyStack deployments. Redis-backed health, boot-UUID handshake, service-key-aware routing, optional dev->staging fallback. Optional package — only needed for horizontal scale or split-environm
No known vulnerabilities
@luckystack/cron
v0.10.1 · 17 days ago
Leader-elected, Redis-backed cron scheduler for LuckyStack: declarative recurring jobs with one active leader under a healthy lease, overlap guards, jitter, per-tenant fan-out, and run stats. Best-effort lease semantics require idempotent jobs.
No known vulnerabilities
@luckystack/api
v0.10.1 · 17 days ago
Type-safe API request handlers for LuckyStack. WebSocket-first via socket.io, with HTTP fallback. File-based routing, generated route map, integrated rate limiting, validation, hooks, and error-tracking tracing.
No known vulnerabilities
@luckystack/sync
v0.10.1 · 17 days ago
Real-time sync transport for LuckyStack: type-safe room-based fanout, server + per-client validation, streaming, optimistic offline queue. Server entry plus a browser-safe ./client subpath.
No known vulnerabilities
@luckystack/email
v0.10.1 · 17 days ago
Pluggable transactional email for LuckyStack: Console (dev), Resend, and SMTP adapters with a registry-based plug-in pattern. Optional dep — install only when forgotPassword='framework' or you want to send transactional mail.
No known vulnerabilities
@luckystack/error-tracking
v0.10.1 · 17 days ago
Optional, pluggable error-tracking integration for LuckyStack with Sentry, Datadog, and PostHog adapters. Auto-wires error/performance capture into the framework hook surface and is a safe no-op until a tracker is configured.
No known vulnerabilities