Show HN: Semantic Calculator (king-man+woman=?) (calc.datova.ai)
51 points by nxa 2h ago 58 comments
Launch HN: Jazzberry (YC X25) – AI agent for finding bugs
26 points by MarcoDewey 6h ago 17 comments
Does fullstack Next.js need a Rails-style framework?
2 lailslove 1 5/13/2025, 1:03:00 PM dev.to ↗
I love the flexibility of React and Next.js, but recently I’ve found that Next.js 14 (especially the App Router) introduces so much abstraction and architectural freedom that it actually slows me down. I missed the Rails/Laravel experience — where structure, clarity, and speed are built in.
So I’m trying to bring that back. Refraim.ts aims to:
- Generate schema/service/controller/route structure automatically - Use a declarative route DSL (defineRoute()) - Include an integrated UI layer (Tailwind + Radix + Framer) via Rebirth UI - Let developers scaffold entire features via CLI
It’s early-stage, open source, and still in progress. But the vision is to help developers build faster with less mental overhead.
*I’d love to hear your thoughts:* - Is the current meta-framework ecosystem too flexible? - Would a CLI-driven, opinionated structure be useful to you? - What has helped you move faster in fullstack development?
GitHub: https://github.com/Refraim-ts/Refraim.ts
Thank you!