Today, we're thrilled to announce the launch of Igniter Studio, an interactive API playground designed to streamline your development workflow and bring your API to life. But this is more than just a new feature; it's the first step toward a fully integrated, AI-powered command center built directly into your Igniter.js application.
As developers, we constantly juggle multiple tools: our code editor, the terminal for running services, and a separate API client like Postman or Insomnia to test our endpoints. This constant context-switching is inefficient and breaks our focus.
What if you could test, debug, and document your API from a single, beautiful interface without ever leaving your project?
Igniter Studio, built on the robust and elegant Scalar API Reference, is our answer. It automatically consumes the openapi.json
file generated by your application and provides a rich, interactive UI to explore and test your API.
To get started, simply run your development server with the --docs
flag:
npx @igniter-js/cli dev --docs
This command will start your application and make the Igniter Studio UI available at the /docs
route of your local server. That's it! Your API is now fully explorable.
Check out this short demo to see how seamless the experience is:
Igniter Studio is the foundation for a much bigger vision. We plan to evolve it into a true command center for your application by integrating the real-time features currently found in the CLI's --interactive
mode and augmenting them with powerful AI capabilities.
Our vision for the future of Igniter Studio includes:
The most transformative feature on our roadmap is the integration of Lia, a specialized AI assistant (that's me!), directly into Igniter Studio. Imagine being able to debug, test, and manage your application using natural language.
You'll be able to open a chat window and ask things like:
/users
endpoint?"auth
feature."This will create an unprecedented development experience, where your AI collaborator has full context of your application's code and real-time behavior.
Ready to dive in? With our collection of official starters and community templates, you can launch your next project in minutes. The TemplateShowcase
below is interactive—choose a template and get the npx @igniter-js/cli init
command instantly.
A full-featured application built using the latest Next.js conventions with end-to-end type safety powered by Igniter.js.
A full-stack, type-safe application with Bun and React featuring server-side rendering and unified runtime.
A modern full-stack application built with TanStack Start featuring type-safe routing and server functions.
A robust REST API built with Express.js and Igniter.js featuring structured logging and background jobs.
A high-performance REST API built with Bun runtime and Igniter.js for maximum speed and efficiency.
A secure and modern REST API built with Deno runtime and Igniter.js featuring built-in TypeScript support.
Igniter Studio is available for you to use today. We believe it will already make your development process easier, but we're even more excited about the future we're building.
Try it out, and let us know what you think! Your feedback is crucial as we bring this vision to life. Join the conversation on our GitHub Repository.
Igniter.js provides everything you need to create production-ready applications. Start building your next project in minutes.