// Resources
Tools, guides, and references worth your time.
A curated list of resources we actually use and recommend — for clients, collaborators, and fellow developers. No affiliate links. No filler. Updated periodically.
Web Accessibility & ADA Compliance
Clients · DevelopersPractical tools and authoritative references for building and auditing accessible websites — especially relevant under the DOJ's 2024 ADA Title II final rule.
WCAG 2.1 Quick Reference
The authoritative W3C spec, filtered by guideline and technique. Bookmark this — it's the standard your site is measured against.
WebAIM
Practical accessibility guides, a contrast ratio checker, and screen reader tutorials. One of the most useful plain-language resources available.
The A11y Project
Community-driven, beginner-friendly checklists and how-to guides. A great starting point for organizations new to accessibility.
Deque University (Free Tier)
Structured accessibility training from the team behind the axe auditing engine. The free tier covers the fundamentals well.
WAVE Browser Extension
Free, one-click accessibility auditing directly in your browser. An easy first step for any site owner who wants to know where they stand.
DOJ ADA Title II Web Accessibility Rule (2024)
The official DOJ guidance on web accessibility requirements for state and local government entities. Essential reading for public sector and civic tech clients.
AI Tools for Nonprofits & Small Orgs
ClientsPractical AI and productivity tools that can genuinely save time for small teams — no enterprise budget required.
Claude (Anthropic)
Strong for drafting, summarizing documents, policy analysis, and nuanced writing tasks. Particularly well-suited for grant writing and communications work.
ChatGPT (OpenAI)
Versatile general-purpose AI assistant. Useful for brainstorming, content drafts, and Q&A. The free tier is functional for most small-org use cases.
Canva
Design without a designer. Canva's AI-assisted features now include background removal, image generation, and presentation drafting. Free plan is robust; nonprofit discounts available.
Otter.ai
Automatic meeting transcription and summaries. Integrates with Zoom and Google Meet. A practical time-saver for organizations running a lot of meetings.
TechSoup
Discounted and donated software for nonprofits — including Microsoft, Adobe, and more. If your organization isn't registered here yet, it should be.
NTEN — Nonprofit Technology Network
Community, resources, and events for nonprofits navigating technology decisions. Good for staying current on what tools organizations like yours are actually using.
Web Development References
DevelopersCore references and learning resources for web developers — from beginner fundamentals to day-to-day technical lookups.
MDN Web Docs
The definitive reference for HTML, CSS, and JavaScript. If you're looking something up, start here. Maintained by Mozilla and the broader web community.
100Devs
A free, community-driven software engineering program run by Leon Noel. Covers full-stack fundamentals with real emphasis on job readiness and professional skills — not just syntax.
The Odin Project
A well-structured, free full-stack curriculum. Project-based learning that takes you from HTML basics through JavaScript and Ruby or Node. Highly regarded in the self-taught dev community.
freeCodeCamp
Free, self-paced certifications covering web development, JavaScript, data structures, and more. A reliable companion resource alongside structured programs.
CSS-Tricks
Practical CSS techniques, layout deep dives, and front-end guides. The Flexbox and Grid complete guides alone are worth bookmarking.
Can I Use
Browser compatibility tables for HTML, CSS, and JavaScript features. Essential for knowing what you can safely use across your target audience's browsers.
Lighthouse (Chrome DevTools)
Built-in Chrome tool for auditing performance, accessibility, SEO, and best practices. Run it on any site — the accessibility score is a fast first read on compliance gaps.