not a rant, just something i noticed
every project fails the same way. works in the demo, breaks in prod, nobody knows why. the AI didn't write bad code but you just gave it nothing to work with.
i've been building something called bedrock. it's the layer you put in place before the AI touches anything. you run a CLI, answer a few questions about your project, it generates all your context files pre-filled -- CLAUDE.md, .cursorrules, .windsurfrules, whatever tool you use. one source of truth, no duplication.
the part i care most about is 7-sustain. there's a thread on reddit with 562 upvotes called "nobody wants to talk about maintenance." bedrock is my answer to that thread. MAINTAIN.md, REFACTOR.md, HANDOFF_HUMAN.md -- actual protocols for keeping AI-built projects alive past the demo.
also has a full security layer because of two real incidents: the Lovable/Supabase RLS failure that exposed 170 production apps, and the March 2026 Axios supply chain attack. AI skips dependency review by default. bedrock doesn't let it.
It's available on github
https://github.com/mohammed-bfaisal/bedrock
tell me what's missing
p.s. Would love advice and support to make this even better and truly useful. Its in baby stage and im working on it so you might find it incomplete, spare me for that!
Top comments (0)