Getting Started with Ignis โ
Welcome to Ignis โ a TypeScript framework that combines enterprise architecture patterns with Hono's blazing performance. Whether you're building a SaaS backend, REST API, or microservice, these guides will take you from installation to production-ready code with type-safe database operations, auto-generated OpenAPI docs, and clean dependency injection.
Setup
Install Bun, PostgreSQL, and configure your IDE
5-Min Quickstart
Your first endpoint in 5 minutes
Full Installation
Production-ready project setup
Build a CRUD API
Complete Todo API with database
Testing
Write tests for your application
Philosophy
Why Ignis? Design decisions explained
Learning Roadmap โ
Build Something Real
Full Installation โ CRUD API โ Testing
Create a complete API with database, validation, and testsUnderstand the Framework
Application โ Controllers โ Services โ DI
Deep dive into core concepts and architecture patternsGo to Production
Best Practices โ API Reference
Learn patterns, security, performance, and deploymentNew to backend development?
Check out our Glossary for explanations of key terms like Controllers, Repositories, and Dependency Injection.