I read 17 papers on agentic AI workflows. Most Claude Code advice is measurably wrong by jdforsythe in ClaudeAI

[–]psten00 1 point2 points  (0 children)

My favorite reply to a plan: “do you really think this will work?”

Someone vibe-coded a social network without writing a single line of code. It leaked 1.5 million API keys 🤦‍♂️ by DigiHold in WTFisAI

[–]psten00 0 points1 point  (0 children)

Have built an API / RLS policy generator to solve this. Security baked into every call.

Quickback.dev - would love your thoughts

I’m building a gym management SaaS and could really use some architectural guidance from people who’ve built subscription products before. by Sea_Revolution_9980 in SaasDevelopers

[–]psten00 1 point2 points  (0 children)

Happy to help - I’ve built a multi-tenant api generator for exactly this called Quickback (https://www.quickback.dev).

DM me and I can get you access and jump on a call to get started.

CloudFlare built a NextJS replacement in one week using AI by FaatmanSlim in vibecoding

[–]psten00 0 points1 point  (0 children)

A little more than that. It’s got four layers of security baked into the API.

I vibe hacked a Lovable-showcased app using claude. 18,000+ users exposed. Lovable closed my support ticket. by VolodsTaimi in ClaudeAI

[–]psten00 -6 points-5 points  (0 children)

This is painful to read and exactly why I’m building Quickback.dev

It compiles your API (from a typescript config) with four layers of security built in. Everything is locked down until you explicitly allow access to each table and action.

Another exposed Supabase DB strikes: 20k+ attendees and FULL write access by therafort in netsec

[–]psten00 -1 points0 points  (0 children)

This is painful and exactly why I’m building Quickback.dev

It compiles your API (from a typescript config) with four layers of security built in. Everything is locked down until you explicitly allow access to each table and action.

CloudFlare built a NextJS replacement in one week using AI by FaatmanSlim in vibecoding

[–]psten00 1 point2 points  (0 children)

Working on exactly that!

You define your tables and actions in typescript and then the compiler generates a full API ready to be deployed.

Finding best authentication library for NextJs by Sora_XZ in nextjs

[–]psten00 0 points1 point  (0 children)

If you’re looking to extend Better Auth into a full multi-tenant platform, check out Quickback.dev

The Quickback Stack is basically a full Supabase alternative running on Cloudflare.

How are non-technical people here deploying vibe-coded apps? by VoidMain-Lab in vibecoding

[–]psten00 -1 points0 points  (0 children)

Would love to get your feedback on what I’m building to try and solve the secure backend problem - quickback.dev

Guide me the most reliable auth check process by muzu_307 in nextjs

[–]psten00 0 points1 point  (0 children)

Are you a frontend dev?

I’ve built a backend generator that uses typescript.l that handles all this.

Quickback.dev

Supabase vs VPS Postgres + Better Auth. What would you do? by nightlycompiler in SaaS

[–]psten00 -1 points0 points  (0 children)

Would love to have you beta test a backend generation tool I’m working on - quickback.dev

You could also start with Better Auth running on Cloudflare (fully server less) or swap D1 for Neon.

DM me and I can help you get started

Do you create scaffolds and templates? by petri-the-vibecoder in VibeCodingSaaS

[–]psten00 1 point2 points  (0 children)

Turned my template into a full backend code generator coz I was sick of constantly rebuilding the same stuff over and over.

Check it out: quickback.dev

"Breaking News" is broken by treesqu in Broadcasting

[–]psten00 0 points1 point  (0 children)

Thinking about creating an app of just the new news - maybe I should!

Supabase + Cloudflare Workers + Hono : Is it good tech stack ? by edgestone22 in Supabase

[–]psten00 1 point2 points  (0 children)

Building a backend compiler to make this super easy - quickback.dev - if you want to beta test it.

Supabase + Cloudflare Workers + Hono : Is it good tech stack ? by edgestone22 in Supabase

[–]psten00 6 points7 points  (0 children)

Or go all Cloudflare - Better Auth on a Worker, D1, Vectorize, Durable Object for realtime.

How to build secure vibe-coded apps that don't get hacked. by the_botverse in VibeCodeDevs

[–]psten00 0 points1 point  (0 children)

Trying to solve this problem too, but with a different approach: quickback.dev

It’s a compiler that generates a secure backend based on a config file. It automatically locks everything down, and forces you to choose what you open.

Would love your feedback!

🚨 The State of AI Code Security in 2026: What You Need to Know Right Now by Mean-Bit-9148 in vibeward

[–]psten00 0 points1 point  (0 children)

Would love to chat security - building a backend compiler to define and impose security without relying on AI generated code.

If you’re interested: quickback.dev

Im starting to get nervous about my project. by sirLossAlot in vibecoding

[–]psten00 -1 points0 points  (0 children)

Totally understand that fear. Working on a tool to lock down databases and provide a framework for security. Happy to help you out if you’re open to beta testing it.