Resources¶
Curated assets and defaults we actually use. Keep this opinionated and up to date.
Internal Assets¶
- Logos:
images/logo.svg,images/logo.png,images/logo+word.svg(use SVG where possible). - Slides/docs: reuse the logo above and keep margins generous; prefer light backgrounds.
- Contract templates: see contracts/templates for Service Agreements.
- Branding: see branding quick reference.
Design & Product (Our Defaults)¶
- Icons: Heroicons, Lucide
- Colors: Radix Colors for accessible palettes
- Fonts: Inter or Manrope via Fontsource (self-hosted)
- Illustrations (sparingly): unDraw, Storyset
Dev & Infra Tooling (Our Defaults)¶
- Editors: VS Code, Neovim
- API testing: curl, HTTPie, Postman/Insomnia
- Databases: TablePlus (GUI), psql/psqlrc, Redis Insight
- DevOps: Docker, Docker Compose, k9s, Terraform, GitHub Actions
- Monitoring/observability: OpenTelemetry, Grafana, Loki/Promtail, Sentry
AI & RAG Stack¶
- Providers: OpenAI, Anthropic (Claude), plus self-hosted options when needed
- Frameworks: LangChain/LangGraph, Vercel AI SDK (for TS frontends)
- Vector stores: pgvector (default), Pinecone or Qdrant when managed/clustered is needed
- Patterns: heading-based chunking, citation-enforced prompts, feedback loops for relevance/latency
Learning & Reference¶
- Core docs: MDN, Elixir Docs, TypeScript Handbook, React/Next.js docs
- Books: Designing Data-Intensive Applications; Elixir in Action
- Quick helpers: RegExr, Crontab Guru, Can I Use
See also: