Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.15 KB

File metadata and controls

40 lines (27 loc) · 1.15 KB

Green Dot Documentation

Documentation site for Green Dot, a security and DX focused Node.js backend framework.

=> green_dot documentation website => green_dot repo

Feel free to contribute, fork or pull request 🚀

🚀 Quick Start

# Install dependencies
yarn install

# Start development server
yarn dev

# Build for production
yarn build

📚 What's Inside

  • API Services - Type-safe route generation with automatic security
  • Models & DAOs - Shared models with unified security policies
  • Authentication Plugins - Managed login, 2FA, and API key auth
  • Frontend SDK - Auto-generated, fully typed client libraries
  • Performance - Built-in caching with TanStack Query

🛠 Tech Stack

🤝 Contributing

This documentation is open source. Feel free to submit issues and pull requests.