π₯ Modern Enterprise Secrets Management Platform - Evolved Hybrid Architecture with Complete Package Ecosystem
A next-generation secrets management platform that has evolved significantly from its initial hybrid architecture. Now featuring a complete authentication system, comprehensive package ecosystem, GitHub Marketplace integration, and enterprise-ready monorepo design with enhanced security capabilities.
π Quick Start β’ π What's New β’ π Current Status β’ π οΈ Tech Stack β’ π¦ Package Ecosystem β’ π Architecture β’ π€ Contributing
Aether Vault is a comprehensive secrets management platform that has evolved dramatically from its initial concept. Starting as a hybrid Go/TypeScript architecture, it has grown into a complete ecosystem featuring authentication, package SDKs, GitHub integration, and enterprise-ready capabilities.
- π Enhanced Hybrid Architecture - Go 1.21+ backend + TypeScript 5 frontend + Package Ecosystem
- π¦ Complete Package SDKs - GitHub App, Go SDK, Node.js SDK, Python SDK, VSCode, Docker for maximum integration
- π Complete Authentication System - JWT-based system with login/register forms and context
- β‘ High-Performance Backend - Go-based server with encrypted secrets storage
- π¨ Modern Frontend - Next.js 16 + React 19.2.1 + shadcn/ui component library
- π GitHub Marketplace Integration - Verified GitHub App for secrets orchestration
- ποΈ Enterprise-Ready Design - Scalable, secure, and maintainable architecture
- π Comprehensive Documentation - Package-specific docs and API references
- π οΈ Developer-Friendly - Simplified commands, hot reload, TypeScript strict mode
- β GitHub App Package - Verified Marketplace application for secrets orchestration
- β Go SDK Package - Native Go client library and CLI tools
- β Node.js SDK Package - Universal TypeScript SDK for Node.js and browser
- β Python SDK Package - Python client library for automation and data science
- β VSCode Package - VSCode extension for direct integration
- β Docker Package - Docker runtime for containerized deployment
- β Package Documentation - Complete docs for each package
- β Verified GitHub App - Secrets intelligence and workflow orchestration
- β Multi-Target Secrets Detection - Support for dev, staging, production environments
- β Workflow Orchestration - Automatic GitHub Actions triggering
- β Aether Vault Notifications - Integrated security alert system
- β Package-Based Structure - Modular design with clear separation
- β Cross-Package Integration - Seamless interaction between packages
- β Docker Deployment - Production-ready containers for all packages
- β Security Enhancements - Rate limiting, input validation, CORS, encryption
- β Prisma 7.2.0 - Modern ORM with TypeScript strict mode
- β PostgreSQL - Primary database for production
- β Automatic Migrations - Automated schema management
- β Prisma Studio - Database management interface
β Rapid Evolution: From basic hybrid architecture to complete ecosystem with GitHub Marketplace integration.
- β Complete Authentication System - JWT with login/register forms and React context
- β Hybrid Monorepo Architecture - Go backend + TypeScript frontend workspaces
- β Go Backend Server - High-performance API with encrypted secrets storage
- β Next.js 16 Frontend - Modern React 19.2.1 with shadcn/ui + Tailwind CSS v4
- β Secrets Management - Encrypted storage with user models and access controls
- β CLI Tools - Complete command-line interface for server management
- β GitHub App Package - Verified Marketplace app with secrets orchestration
- β Go SDK Package - Native Go client library and CLI tools
- β Node.js SDK Package - Universal TypeScript SDK with examples
- β Python SDK Package - Python client library with complete examples
- β VSCode Package - VSCode extension for integrated development
- β Docker Package - Containerized runtime for deployment
- β Package Documentation - Complete docs for all packages
- β Secrets Type Detection - Intelligent pattern recognition for all secret types
- β Multi-Target Support - Complex environment management (+dev+staging+prod)
- β Workflow Orchestration - Automatic GitHub Actions triggering
- β Aether Vault Integration - Complete security notification system
- β Prisma ORM - Modern object-relational mapping with TypeScript
- β PostgreSQL - Robust database for production
- β Automatic Migrations - Versioned schema management
- β Prisma Studio - Web-based database management interface
- β Development Environment - Hot reload, TypeScript strict mode, Go modules
- β Docker Deployment - Production-ready containers for all packages
- β Security Implementation - Rate limiting, validation, security headers, encryption
- β Structured Logging - Complete logging with audit trail
- TOTP Dashboard - Complete CRUD interface for TOTP administration
- Role-Based Access Control - Granular permissions and role management
- Security Enhancements - Advanced rate limiting, input validation, CORS
- API Documentation - Complete API documentation and testing
- Testing Suite - Unit and integration tests for all packages
- Secrets Rotation - Automatic secrets rotation with policies
- Web Administration Dashboard - Complete server management interface
- Audit & Compliance - Advanced audit trail and compliance reporting
- Advanced Security - HSM integration, advanced encryption
- Mobile Application - React Native companion app
- Go 1.21.0 or higher (for backend)
- Node.js 18.0.0 or higher (for frontend)
- pnpm 9.0.0 or higher (recommended package manager)
- PostgreSQL 14.0 or higher (for database)
- Docker (optional, for package deployment)
- Make (for command shortcuts - included with most systems)
-
Clone the repository
git clone https://github.com/skygenesisenterprise/aether-vault.git cd aether-vault -
Quick start (recommended)
# One-command setup and start make quick-start -
Manual setup
# Install Go dependencies cd server && go mod download && cd .. # Install Node.js dependencies make install # Environment setup make env-dev # Database initialization make db-migrate # Start development servers make dev
Once running, you can access:
- Frontend: http://localhost:3000
- API Server: http://localhost:8080
- Health Check: http://localhost:8080/health
- CLI:
make cliornpx @aether-vault/cli - Prisma Studio: http://localhost:5555 (database management)
- GitHub App: http://localhost:3000/webhook (if running)
# π Quick Start & Development
make quick-start # Install, migrate, and start dev servers
make dev # Start all services (frontend + backend)
make dev-frontend # Frontend only (port 3000)
make dev-backend # Backend only (port 8080)
# π¦ Package Development (NEW)
make dev-github # Start GitHub App development
make build-packages # Build all packages
make test-packages # Test all packages
# ποΈ Database
make db-studio # Open Prisma Studio
make db-migrate # Run migrations
make db-seed # Seed development data
make db-generate # Generate Prisma client
# π§ Go Backend Commands
make go-server # Start Go server directly
make go-build # Build Go binary
make go-test # Run Go tests
# ποΈ Building & Production
make build # Build all packages
make start # Start production servers
# π§ Code Quality & Testing
make lint # Lint all packages
make typecheck # Type check all packages
make format # Format code with Prettier
# π οΈ Utilities
make help # Show all available commands
make status # Show project status
make health # Check service healthπ‘ Tip: Run
make helpto see all available commands organized by category.
Next.js 16 + React 19.2.1 + TypeScript 5
βββ π¨ Tailwind CSS v4 + shadcn/ui (Styling & Components)
βββ π JWT Authentication (Complete Implementation)
βββ π£οΈ Next.js App Router (Routing)
βββ π TypeScript Strict Mode (Type Safety)
βββ π React Context (State Management)
βββ π§ ESLint + Prettier (Code Quality)
Go 1.21+ + Gin Framework
βββ ποΈ Prisma ORM + PostgreSQL (Database Layer)
βββ π JWT Authentication (Complete Implementation)
βββ π‘οΈ Middleware (Security, CORS, Logging)
βββ π HTTP Router (Gin Router)
βββ π¦ JSON Serialization (Native Go)
βββ π Structured Logging (Zerolog)
Multi-Language Package SDKs
βββ π GitHub App (TypeScript + Fastify)
β βββ Secrets Orchestration
β βββ Webhook Security
β βββ Aether Vault Integration
βββ πΉ Go SDK (Native Go)
β βββ High-Performance Client
β βββ CLI Tools
β βββ Go Modules Support
βββ π¦ Node.js SDK (TypeScript)
β βββ Universal Client (Node.js + Browser)
β βββ Authentication Handling
β βββ Comprehensive Examples
βββ π Python SDK (Python)
β βββ Python Client Library
β βββ Automation Support
β βββ Data Science Integration
βββ π» VSCode Extension (TypeScript)
β βββ Editor Integration
β βββ Syntax Highlighting
β βββ Snippets & Auto-completion
βββ π³ Docker Runtime (Go)
βββ Containerized Runtime
βββ Secrets Injection
βββ Health Monitoring
PostgreSQL + Prisma ORM
βββ ποΈ Schema Management (Auto-migration)
βββ π Query Builder (Type-Safe Queries)
βββ π Encryption at Rest (AES-256)
βββ π€ User & Secrets Models (Complete Implementation)
βββ π Audit Trail (Security Logging)
βββ π― Prisma Studio (Web Management Interface)
Make + pnpm Workspaces + Go Modules + Package Ecosystem
βββ π¦ app/ (Next.js Frontend - TypeScript)
βββ βοΈ server/ (Gin API - Go)
βββ π οΈ cmd/ (CLI Tools - Go)
βββ π§ tools/ (Development Utilities - TypeScript)
βββ π services/ (Core Vault Services - TypeScript)
βββ ποΈ routers/ (API Routing - TypeScript)
βββ ποΈ prisma/ (Database Management - Prisma)
βββ π¦ package/ (Package Ecosystem - NEW)
β βββ github/ (GitHub App - TypeScript)
β βββ golang/ (Go SDK - Go)
β βββ node/ (Node.js SDK - TypeScript)
β βββ python/ (Python SDK - Python)
β βββ vscode/ (VSCode Extension - TypeScript)
β βββ docker/ (Docker Runtime - Go)
βββ π³ docker/ (Container Configuration)
The project has evolved to include a comprehensive package ecosystem:
package/
βββ github/ # π GitHub App for Secrets Orchestration
β βββ Secrets Detection # Intelligent pattern recognition
β βββ Workflow Orchestration # GitHub Actions integration
β βββ Aether Vault Integration
βββ golang/ # πΉ Go SDK & CLI Tools
β βββ Native Go Client # High-performance HTTP client
β βββ CLI Tools # Command-line utilities
βββ node/ # π¦ Node.js/TypeScript SDK
β βββ Universal Client # Node.js + Browser support
β βββ Usage Examples # Comprehensive examples
βββ python/ # π Python SDK
β βββ Python Client # Native Python integration
β βββ Automation Tools # Scripting and data science
βββ vscode/ # π» VSCode Extension
β βββ Editor Integration # Integrated development support
β βββ Auto-completion # Snippets and suggestions
βββ docker/ # π³ Docker Runtime
βββ Containerized Runtime # Execution environment
βββ Secrets Injection # Secret management in containers
Purpose: Verified GitHub Marketplace application for secrets orchestration.
Key Features:
- β Secrets type detection (API keys, database, certificates, tokens)
- β Multi-target secrets support (+dev+staging+prod)
- β Workflow orchestration with GitHub Actions
- β Aether Vault notification integration
- β Webhook security with HMAC-SHA256
- β Docker deployment ready
Usage:
cd package/github
pnpm install && pnpm dev
# or
docker-compose up -dPurpose: Native Go SDK and CLI tools for Aether Vault integration.
Key Features:
- β Native Go client library
- β CLI tools for vault management
- β High-performance HTTP client
- β Type-safe Go structs
- β Go modules support
Usage:
import "github.com/skygenesisenterprise/aether-vault/package/golang"
client := golang.NewClient("http://localhost:8080", "your-api-key")
secret, err := client.Secrets.Get("database-url")Purpose: Universal TypeScript SDK for Node.js and browser environments.
Key Features:
- β Universal client (Node.js + Browser)
- β TypeScript strict mode
- β Authentication handling
- β Secrets management capabilities
- β Comprehensive examples
Usage:
import { AetherVaultClient } from "@aether-vault/node";
const client = new AetherVaultClient({
baseURL: "http://localhost:8080",
apiKey: "your-api-key",
});
await client.secrets.create({
name: "database-url",
value: "postgresql://...",
environment: "production",
});Purpose: Python client library for automation workflows and data science.
Key Features:
- β Native Python client
- β Automation scripts support
- β Data science integration
- β Type hints and documentation
- β pip installation support
Usage:
from aether_vault import AetherVaultClient
client = AetherVaultClient(
base_url="http://localhost:8080",
api_key="your-api-key"
)
secret = client.secrets.get("database-url")Purpose: VSCode extension for integrated development with Aether Vault.
Key Features:
- β Native editor integration
- β Syntax highlighting for configuration files
- β Snippets and auto-completion
- β Documentation navigation
- β Configuration validation
Installation:
# Install from VSCode Marketplace
# Search "Aether Vault" in extensions
# or install from local package
code --install-extension package/vscode/Purpose: Containerized runtime for production Aether Vault deployment.
Key Features:
- β Lightweight runtime for vault services
- β Container orchestration and management
- β Health monitoring and logging
- β Secure vault credentials injection
- β Multi-platform container support
- β Kubernetes integration ready
Usage:
# Build and run Docker runtime
docker build -t aether-vault-runtime package/docker/
docker run -d \
--name vault-runtime \
-p 8080:8080 \
-e VAULT_ENDPOINT=https://vault.example.com \
aether-vault-runtimeaether-vault/
βββ app/ # Next.js 16 Frontend Application (TypeScript)
β βββ components/ # React components with shadcn/ui
β β βββ ui/ # UI component library
β β βββ login-form.tsx # Authentication forms
β β βββ Sidebar.tsx # Navigation components
β βββ context/ # React contexts
β β βββ JwtAuthContext.tsx # Authentication state
β βββ login/ # Authentication pages
β βββ register/ # User registration
β βββ forgot/ # Password recovery
β βββ lib/ # Utility functions
β βββ styles/ # Tailwind CSS styling
βββ server/ # Go Backend Server
β βββ cmd/
β β βββ server/
β β βββ main.go # CLI entry point
β βββ src/
β β βββ config/ # Database and server configuration
β β βββ controllers/ # HTTP request handlers (auth, users, secrets)
β β βββ middleware/ # Gin middleware (auth, validation, monitoring)
β β βββ models/ # Data models and structs
β β βββ routes/ # API route definitions
β β βββ services/ # Business logic (auth, users, secrets)
β β βββ tests/ # Unit and integration tests
β βββ main.go # Main server entry point
β βββ go.mod # Go modules file
β βββ go.sum # Go modules checksum
βββ package/ # π¦ Package Ecosystem (NEW)
β βββ github/ # GitHub App Package
β β βββ src/ # TypeScript source
β β βββ Dockerfile # Container config
β β βββ README.md # Package docs
β βββ golang/ # Go SDK Package
β β βββ go.mod # Go modules
β β βββ README.md # Go package docs
β βββ node/ # Node.js SDK Package
β β βββ src/ # TypeScript source
β β βββ examples/ # Usage examples
β β βββ README.md # Node.js package docs
β βββ python/ # Python SDK Package
β β βββ src/ # Python source
β β βββ examples/ # Usage examples
β β βββ README.md # Python package docs
β βββ vscode/ # VSCode Extension Package
β β βββ src/ # Extension source
β β βββ README.md # Extension docs
β βββ docker/ # Docker Runtime Package
β β βββ Dockerfile # Runtime container
β β βββ README.md # Runtime docs
β βββ README.md # Package ecosystem overview
βββ cli/ # Command Line Interface (TypeScript)
β βββ src/
β β βββ commands/ # CLI commands (users, secrets, backup)
β β βββ utils/ # CLI utilities
β β βββ types/ # TypeScript definitions
β βββ package.json # CLI-specific dependencies
βββ services/ # Core Vault Services (TypeScript)
βββ tools/ # Development Utilities (TypeScript)
βββ routers/ # API Routing Services (TypeScript)
βββ prisma/ # Database Schema & Migrations
β βββ schema.prisma # Database schema definition
β βββ config.ts # Prisma configuration
βββ public/ # Static Assets
βββ docs/ # Documentation
βββ docker/ # Docker Configuration
βββ .storybook/ # Storybook Configuration
βββ electron/ # Electron App (Future)
βββββββββββββββββββ ββββββββββββββββββββ βββββββββββββββββββ
β Next.js App β β Gin API β β PostgreSQL β
β (Frontend) βββββΊβ (Backend) βββββΊβ (Database) β
β Port 3000 β β Port 8080 β β Port 5432 β
β TypeScript β β Go β β β
βββββββββββββββββββ ββββββββββββββββββββ βββββββββββββββββββ
β β β
βΌ βΌ βΌ
JWT Tokens API Endpoints User/Secrets Data
React Context Authentication Prisma ORM
shadcn/ui Components Business Logic Auto-migrations
β β
βΌ βΌ
βββββββββββββββββββ ββββββββββββββββββββ
β Package Ecosystemβ β GitHub App β
β (Multi-Language) β β (Orchestration) β
β GitHub App β β Secrets Detect β
β Go SDK β β Workflow Triggerβ
β Node.js SDK β β Notifications β
β Python SDK β ββββββββββββββββββββ
β VSCode Extension β
β Docker Runtime β
βββββββββββββββββββ
// In your existing Next.js application
import { createVaultClient } from "aether-vault";
const vault = createVaultClient({
baseURL: "/api/v1", // Next.js proxy
auth: { type: "session" },
});
// Secure access to secrets
const dbConfig = await vault.secrets.getValue("DATABASE_URL");
const redisConfig = await vault.secrets.getValue("REDIS_URL");
// Automatic 2FA configuration
const githubTotp = await vault.totp.generate({
name: "GitHub",
account: "dev@company.com",
});// Centralized management via web interface
const vault = createVaultClient({
/* admin config */
});
// Complete access audit
const auditLogs = await vault.audit.list({
startDate: "2024-01-01",
endDate: "2024-01-31",
});
// User management
const users = await vault.identity.list({
roles: ["developer"],
status: "active",
});# docker-compose.yml for production
version: "3.8"
services:
vault-frontend:
image: aether-vault/app:latest
environment:
- NEXT_PUBLIC_VAULT_URL=https://vault.company.com/api/v1
vault-backend:
image: aether-vault/server:latest
environment:
- DATABASE_URL=postgresql://...
- VAULT_SECRET_KEY=${VAULT_SECRET_KEY}
vault-github-app:
image: aether-vault/github:latest
environment:
- GITHUB_APP_ID=${GITHUB_APP_ID}
- GITHUB_PRIVATE_KEY=${GITHUB_PRIVATE_KEY}The project uses a comprehensive Makefile with 60+ commands for streamlined development across Go, TypeScript, and the new package ecosystem:
# π Quick Start & Development
make quick-start # Install, migrate, and start dev servers
make dev # Start all services (frontend + backend)
make dev-frontend # Frontend only (port 3000)
make dev-backend # Backend only (port 8080)
# π¦ Package Development (NEW)
make dev-github # Start GitHub App development
make build-packages # Build all packages
make test-packages # Test all packages
make docs-packages # Generate package documentation
# π§ Go Backend Development
make go-server # Start Go server directly
make go-build # Build Go binary
make go-test # Run Go tests
make go-mod-tidy # Clean Go dependencies
make go-fmt # Format Go code
# ποΈ Building & Production
make build # Build all packages
make build-frontend # Frontend production build
make build-packages # Build all package ecosystem
make start # Start production servers
# π§ Code Quality & Testing
make lint # Lint all packages
make lint-fix # Auto-fix linting issues
make typecheck # TypeScript type checking
make format # Format code with Prettier
make test # Run all tests
make test-coverage # Run tests with coverage
# ποΈ Database Management
make db-generate # Generate Prisma client
make db-migrate # Run database migrations
make db-studio # Open Prisma Studio
make db-seed # Seed development data
make db-reset # Reset database
# π οΈ CLI Tools
make cli # Run CLI commands
make cli-install # Install CLI globally
# π³ Docker & Deployment
make docker-build # Build Docker image
make docker-run # Run with Docker Compose
make docker-stop # Stop Docker services
make docker-packages # Build all package containers
# π§ Maintenance & Utilities
make clean # Clean build artifacts
make reset # Reset project to clean state
make health # Check service health
make status # Show project status
make audit # Security audit dependencies# New developer setup
make quick-start
# Daily development
make dev # Start working (Go + TypeScript)
make lint-fix # Fix code issues
make typecheck # Verify types
make test # Run tests
# Package-specific development
make dev-github # GitHub App development
cd package/github # Work on GitHub App
cd package/golang # Work on Go SDK
cd package/node # Work on Node.js SDK
cd package/python # Work on Python SDK
cd package/vscode # Work on VSCode Extension
cd package/docker # Work on Docker Runtime
# Go-specific development
cd server
go run main.go # Start Go server
go test ./... # Run Go tests
go fmt ./... # Format Go code
go mod tidy # Clean dependencies
# TypeScript-specific development
make dev-frontend # Frontend only
make lint # Check code quality
make typecheck # Verify types
# Before committing
make format # Format code
make lint # Check code quality
make typecheck # Verify types
# Database changes
make db-migrate # Apply migrations
make db-studio # Browse database
# Production deployment
make build # Build everything
make docker-build # Create Docker image
make docker-run # Deploy# Performance & Monitoring
make perf-build # Build with performance analysis
make metrics # Show project metrics
make monitor # Start monitoring tools
# Environment Management
make env-dev # Setup development environment
make env-prod # Setup production environment
# Backup & Recovery
make backup # Create project backup
make restore-backup BACKUP=filename.tar.gz
# CI/CD Helpers
make ci-install # Install for CI environment
make ci-build # Build for CI
make ci-test # Test for CI
# Project Information
make tree # Show project structure
make ports # Show used ports
make deps # Show dependency tree
make help # Show all commands- Make-First Workflow - Use
makecommands for all operations - Go Best Practices - Follow Go conventions for backend code
- TypeScript Strict Mode - All frontend code must pass strict type checking
- Package Standards - Follow package-specific guidelines and conventions
- Hybrid Monorepo Best Practices - Use workspace-specific dependencies
- Conventional Commits - Use standardized commit messages
- Component Structure - Follow established patterns for React components
- API Design - RESTful endpoints with proper HTTP methods
- Error Handling - Comprehensive error handling and logging
- Security First - Validate all inputs and implement proper authentication
The authentication system is fully implemented with Go backend and TypeScript frontend:
- JWT Tokens - Secure token-based authentication with refresh mechanism
- Login/Register Forms - Complete user authentication flow with validation
- Auth Context - Global authentication state management in React
- Protected Routes - Route-based authentication guards
- Go API Endpoints - Complete authentication API with Gin framework
- Password Security - bcrypt hashing for secure password storage
- Session Management - LocalStorage-based session persistence
// Go Backend Registration Process
1. User submits registration β API validation
2. Password hashing with bcrypt β Database storage
3. JWT tokens generated β Client receives tokens
4. Auth context updates β User logged in
// Go Backend Login Process
1. User submits credentials β API validation
2. Password verification β JWT token generation
3. Tokens stored β Auth context updated
4. Redirect to dashboard β Protected route access
// Token Refresh
1. Background token refresh β Automatic renewal
2. Invalid tokens β Redirect to login
3. Session expiration β Clean logout- β Hybrid Monorepo Setup - Go backend + TypeScript frontend workspaces
- β Authentication System - Complete JWT implementation with forms
- β Frontend Framework - Next.js 16 + React 19.2.1 + shadcn/ui
- β Go Backend API - Gin with authentication endpoints
- β Database Layer - Prisma with PostgreSQL and user models
- β CLI Tools - Complete command-line interface
- β Development Environment - TypeScript strict mode, Go modules, hot reload
- β Package Ecosystem Creation - GitHub App, Go SDK, Node.js SDK, Python SDK, VSCode, Docker
- β GitHub Marketplace Integration - Verified GitHub App with secrets orchestration
- β Multi-Language SDKs - Native Go, TypeScript, and Python SDKs
- β Enhanced Documentation - Package-specific docs and architecture guides
- β Docker Deployment - Production-ready containers for all packages
- β Security Implementation - Rate limiting, validation, security headers
- π TOTP Dashboard - Complete CRUD interface for TOTP administration
- π Role-Based Access Control - Granular permissions and role management
- π Security Enhancements - Rate limiting, validation, CORS
- π API Documentation - Comprehensive API docs
- π Testing Suite - Unit and integration tests
- π Performance Optimization - Caching and optimization
- π Secrets Rotation - Automatic secrets rotation with policies
- π Advanced Encryption - HSM integration, enhanced encryption
- π Audit & Compliance - Advanced audit trail and compliance reporting
- π Web Administration Dashboard - Complete server management interface
- π Zero Trust Architecture - Enhanced security model
- π Enterprise SSO - SAML, OIDC, LDAP integration
- π Multi-Region Support - Geographic distribution support
- π Advanced Analytics - Usage patterns and insights
- π Mobile Applications - React Native companion apps
- π High Availability - Clustering and failover
We're looking for contributors to help build this comprehensive evolved secrets management platform! Whether you're experienced with Go, TypeScript, GitHub Apps, security, web development, or package development, there's a place for you.
- Fork the repository and create a feature branch
- Check the issues for tasks that need help
- Join discussions about architecture and features
- Start small - Documentation, tests, or minor features
- Follow our code standards and commit guidelines
- Go Backend Development - API endpoints, business logic, security, secrets management
- TypeScript Frontend Development - React components, UI/UX design, dashboard
- Package Development - GitHub App enhancements, Go SDK features, Node.js SDK improvements, Python SDK, VSCode extension
- Database Design - Schema development, migrations, optimization
- Security Specialists - Authentication, encryption, secrets rotation
- DevOps Engineers - Docker, deployment, CI/CD for hybrid stack
- GitHub App Experts - Webhook handling, Marketplace integration
- CLI Development - Command-line tools and utilities
- Documentation - API docs, user guides, tutorials, package docs
- Choose an area - Core server, frontend, or specific package
- Read package-specific docs - Understand package conventions
- Create a branch with a descriptive name
- Implement your changes following our evolved guidelines
- Test thoroughly in all relevant environments
- Submit a pull request with clear description and testing
- Address feedback from maintainers and community
- Make-First Workflow - Use
makecommands for all operations - Go Best Practices - Follow Go conventions for backend code
- TypeScript Strict Mode - All frontend code must pass strict type checking
- Package Standards - Follow package-specific guidelines and conventions
- Hybrid Monorepo Best Practices - Use workspace-specific dependencies
- Conventional Commits - Use standardized commit messages
- Component Structure - Follow established patterns for React components
- API Design - RESTful endpoints with proper HTTP methods
- Error Handling - Comprehensive error handling and logging
- Security First - Validate all inputs and implement proper authentication
- Performance - Optimization of queries, intelligent caching
- Accessibility - WCAG 2.1 AA compliance minimum
| Component | Status | Technology | Evolution | Notes |
|---|---|---|---|---|
| Hybrid Architecture | β Working | Go + TypeScript | Enhanced | Monorepo with package ecosystem |
| Authentication System | β Working | JWT (Go/TS) | Complete | Full implementation with forms |
| Go Backend API | β Working | Gin + Prisma | Enhanced | High-performance with PostgreSQL |
| Frontend Framework | β Working | Next.js 16 + React 19.2.1 | Enhanced | shadcn/ui + Tailwind CSS v4 |
| Package Ecosystem | β Working | Multi-Language | NEW | GitHub App + Go SDK + Node.js SDK + Python SDK + VSCode + Docker |
| GitHub App | β Working | TypeScript + Fastify | NEW | Verified Marketplace app |
| Go SDK | β Working | Native Go | NEW | High-performance client library |
| Node.js SDK | β Working | TypeScript | NEW | Universal client with examples |
| Python SDK | β Working | Python | NEW | Native Python client |
| VSCode Extension | β Working | TypeScript | NEW | Integrated development support |
| Docker Runtime | β Working | Go + Docker | NEW | Containerized deployment |
| UI Component Library | β Working | shadcn/ui + Tailwind CSS | Enhanced | Complete component set |
| Database Layer | β Working | Prisma + PostgreSQL | Enhanced | Auto-migrations + user models |
| CLI Tools | β Working | TypeScript | Enhanced | Complete command-line interface |
| Docker Deployment | β Working | Multi-Stage | NEW | All packages containerized |
| TOTP Management | π In Progress | Go/TS | Enhanced | Dashboard interface |
| Role-Based Access | π Planned | Go/TS | Planned | Granular permissions system |
| Secrets Rotation | π Planned | Go/TS | Planned | Automatic rotation policies |
| Advanced Security | π Planned | Go/TS | Planned | HSM integration |
| Testing Suite | π Planned | Go/TS | Planned | Unit and integration tests |
| Documentation | β Working | Go/TS | Enhanced | Package-specific docs |
- π Documentation - Comprehensive guides and API docs
- π¦ Package Documentation - Package-specific guides
- π GitHub Issues - Bug reports and feature requests
- π‘ GitHub Discussions - General questions and ideas
- π§ Email - support@skygenesisenterprise.com
When reporting bugs, please include:
- Clear description of the problem
- Steps to reproduce
- Environment information (Go version, Node.js version, OS, etc.)
- Error logs or screenshots
- Expected vs actual behavior
- Package-specific information (if applicable)
- Discord : discord.gg/skygenesisenterprise
- Newsletter : Newsletter
Development led by Sky Genesis Enterprise
We're looking for sponsors and partners to help accelerate development of this open-source evolved secrets management platform.
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2025 Sky Genesis Enterprise
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
- Sky Genesis Enterprise - Project leadership and evolution
- Go Community - High-performance programming language and ecosystem
- Gin Framework - Lightweight HTTP web framework
- Prisma Team - Modern Go database library
- Next.js Team - Excellent React framework
- React Team - Modern UI library
- shadcn/ui - Beautiful component library
- GitHub - Marketplace platform and integration tools
- Fastify Team - High-performance Node.js framework
- pnpm - Fast, disk space efficient package manager
- Make - Universal build automation and command interface
- Docker Team - Container platform and tools
- Open Source Community - Tools, libraries, and inspiration
β Star This Repo β’ π Report Issues β’ π‘ Start a Discussion
π§ Rapid Evolution - Complete Package Ecosystem with GitHub Marketplace Integration!
Made with β€οΈ by the Sky Genesis Enterprise team
Building an evolved secrets management platform with complete authentication, package ecosystem, and GitHub integration