Next.js Developers,
I built an easy-to-use wiring tool for Next.js called QuickWire! Check it out here: https://ashrafbinahmad.github.io...
What it does:
Code and export any function in the src/backend folder.
QuickWire automatically generates an API endpoint in the Next.js api folder and creates a type-safe client function with the same name, making it feel like you’re calling server functions directly from the client.
It auto-generates Swagger API documentation for your endpoints.
Features:
Swagger API Docs: Automatically generated for seamless documentation.
Smart HTTP Methods: The generated API uses HTTP methods based on function names (e.g., GET for functions starting with get, list, or search; PUT for update, edit, etc.), configurable in quickwire.config.json.
Type-Safe: Create backend functions in the backend folder and call them on the client with identical, type-safe function names.
Try It Yourself: You’ll love how intuitive it is! 😊
Future Plans:
Next.js’s built-in API can have performance limitations, so I’m working on generating an Express or Fastify app automatically, callable in the same seamless way.
I’d love your feedback, feature requests, or a GitHub star to support the project! 🌟
I’m available for hire—feel free to reach out!
Report
Maker
Had some bugs
Checkout Version 1.0.0
Report
No reviews yetBe the first to leave a review for Quickwire