Skip to content

Release v1.0.0 — Initial Public Release

Latest

Choose a tag to compare

@ndk123-web ndk123-web released this 15 Dec 16:40
· 14 commits to main since this release

Release v1.0.0 — Initial Public Release

This is the first public release of TaskPlexus, a production-style task and goal management SaaS built to demonstrate real-world full-stack engineering.

Highlights

  • Workspace-based task and goal management
  • Offline-first frontend with IndexedDB and background sync
  • Interactive flowchart visualization using React Flow
  • Secure authentication (JWT + Google OAuth)
  • Razorpay payment integration with webhook-driven verification
  • Subscription handling with cache invalidation
  • AI-powered task planning and workspace summarization

Technical Focus

  • Go backend using Clean Architecture
  • React + TypeScript frontend with Zustand
  • PostgreSQL for payments, MongoDB for application data
  • Redis for caching and plan status
  • Webhook-based payment state management

Notes

  • This repository is intended for learning, review, and architectural reference
  • Secrets, production credentials, and hosted infrastructure are not included
  • MIT licensed