zlacker

[return to "Launch HN: Modelence (YC S25) – App Builder with TypeScript / MongoDB Framework"]
1. Soeren+a9[view] [source] 2026-02-03 16:39:35
>>eduard+(OP)
The TypeScript + MongoDB combination for AI coding is a smart architectural choice. I've found that schema-less databases reduce the class of errors agents struggle with most - the migration/schema drift issues that require understanding of state over time.

Question: How are you handling the built-in auth when users want to extend it? For example, adding OAuth providers that aren't pre-configured, or custom claims/roles logic. Is this something the framework supports as extension points, or would users need to fork/modify core auth code?

The Claude Agent SDK integration is interesting - have you found specific prompting patterns that work better for TypeScript generation vs other languages? Curious if the type system actually helps agents self-correct as expected.

◧◩
2. winrid+T62[view] [source] 2026-02-04 02:51:48
>>Soeren+a9
LLMs are pretty great with django...
[go to top]