TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Rails-like CLI for building full-stack Nextjs apps faster

10 pointsby gookyover 1 year ago
Hello, HN! Excited to share Kirimase, a CLI tool I built to scratch a recurring itch: is there a better way to set up my nextjs projects with my essentials packages? If you’ve grappled with the repetitive chore of configuring orm (drizzle orm or prisma), auth (next-auth, clerk or lucia-auth), trpc, shadcn-ui and resend (email), I hope this can help!<p>Features Quick init: Dive straight into development without the mundane initial setup for core packages. Scaffolding: Inspired by the Rails CLI&#x27;s scaffold feature, Kirimase helps you quickly set up new DB models + controllers (api and trpc routers) + views (using shadcn ui).<p>Quick demo: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;nicoalbanese10&#x2F;status&#x2F;1704848924576821605" rel="nofollow noreferrer">https:&#x2F;&#x2F;twitter.com&#x2F;nicoalbanese10&#x2F;status&#x2F;170484892457682160...</a><p>Deep dive: <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;cb329939c83b4c9eb6a56abfd2638bd4?sid=6d902fcc-3ef6-4436-bf7d-9d0c2943812f" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;cb329939c83b4c9eb6a56abfd2638bd4?...</a><p>Check out the GitHub repo (<a href="https:&#x2F;&#x2F;github.com&#x2F;nicoalbanese&#x2F;kirimase">https:&#x2F;&#x2F;github.com&#x2F;nicoalbanese&#x2F;kirimase</a>) and share your thoughts, pull requests, or even just a star if you find it handy!

2 comments

zenorochaover 1 year ago
Resend founder here. This looks super cool. Congrats on the project!
评论 #37956286 未加载
quickthrower2over 1 year ago
Thanks Nico. I&#x27;ll give this a try!