Skip to content

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.

Learning Roadmap โ€‹

1

First Steps

Setup โ†’ 5-Min Quickstart

Get your environment ready and build your first endpoint
2

Build Something Real

Full Installation โ†’ CRUD API โ†’ Testing

Create a complete API with database, validation, and tests
3

Understand the Framework

Application โ†’ Controllers โ†’ Services โ†’ DI

Deep dive into core concepts and architecture patterns
4

Go to Production

Best Practices โ†’ API Reference

Learn patterns, security, performance, and deployment

New to backend development?

Check out our Glossary for explanations of key terms like Controllers, Repositories, and Dependency Injection.