惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
IT之家
IT之家
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - Franky
I
InfoQ
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
雷峰网
雷峰网
博客园 - 聂微东
N
Netflix TechBlog - Medium
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
D
Docker

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Seeking Advice: Using AI to build tools for the (sufferin...
Steph Burr · 2026-05-29 · via DEV Community
Cover image for Seeking Advice: Using AI to build tools for the (suffering) nonprofit community

Steph Burr

Seeking Advice: Using AI to build tools for the (suffering) nonprofit community

Hello! TL:DR - Please help! Small nonprofits have created horrible mutant tech stacks and are drowning, with no resources. We are trying to build a system to help provide relief from common pain points, but are just a couple of crazy nonprofit workers and artists with a dream and no real development or cybersecurity experience. We need real expert advise because our tools are helping people, but we want to do this right.

__

Hi, I'm Steph, and I'm here looking for advice. Quick background context, about 6 years ago I became the director of a small failing nonprofit organization with an INSANE tech stack, including a hyper-customized Salesforce trash fire. I have spent the past 6 years learning tons of different SaaS platforms and trying to make sense of how nonprofits even function in the current tech landscape.

Our nonprofit is an umbrella organization, providing support to 100+ small nonprofits and cultural groups. We recently did some research and have designed a pilot program to help vibe code some very simple applications to save nonprofit workers time (and sanity), so they can focus on more mission-driven work.

Now, the program is growing, but we are realizing we have to think more seriously about security. Here is what we have built into the approach so far: tools work from data exports rather than connecting to live systems, we are avoiding third-party API and SaaS dependencies, no tool is given direct access to partner accounts or credentials.

Many of the use cases involve users inputting CSV files to output dashboard views. The problem we face now is we are working with some organizations with more valuable data and we want to 1. protect them and 2. protect ourselves. I guess the question is, where should we even begin?

Thank you!