Current Status
LuckyPlans is in active development.
Public today
- the landing site is public at
luckyplans.xyz - this documentation site is public at
docs.luckyplans.xyz - the product app is exposed separately from docs and landing
- the backend already implements real GraphQL, Redis worker, Prisma, and platform-adapter behavior
Available now
- leaderboards by platform
- historical trade analysis
- live plan management
- follower management
- manual simulation plans
- auto simulation workflows
- GraphQL queries, mutations, and subscriptions
- platform support for GNS, GMX, and AVNT in the current backend codebase
In progress
- documentation alignment between the public docs portal and the real product repos
- clearer onboarding for local setup across the split frontend and backend repositories
- stronger reference coverage for frontend environment wiring and operational runbooks
Planned
- broader docs coverage for extension workflows
- cleaner published API examples
- more polished security and disclosure process details
- tighter alignment between the newer beta monorepo and the production product behavior
What to assume
- treat the backend and frontend implementation as real
- treat parts of this docs portal as still being updated to catch up
- avoid assuming every beta-monorepo surface is already wired to the alpha product behavior
- avoid overpromising about roadmap items until they are visible in code or infrastructure