Make Cryden accessible from any language via REST and gRPC.
- Phase: Planning (waiting for core v1)
- Progress: 0%
- Target: After cryden v1.0.0
- REST API endpoints
- gRPC server
- OpenAPI/Swagger docs
- Docker container
- Production config
- WebSocket support
- Rate limiting per API key
- Request/response logging
go run cmd/server/main.go
curl http://localhost:8080/healthπ‘ API Endpoints (Planned)
POST /auth/signup
POST /auth/login
POST /auth/logout
POST /auth/refresh
GET /auth/sessions
DELETE /auth/sessions/:id
π Dependencies
Β· cryden core library
- Documentation: docs.crydensync.com
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Discord: Join our server (coming soon)
We welcome contributions! Please:
- Read CONTRIBUTING.md
- Check open issues
- Join Discord
Current needs:
- π Bug hunters
- π Documentation writers
- π§ͺ Testers
- π‘ Feature ideas
MIT Β© CrydenSync
This is open source software. Use it freely, modify it, share it.