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, gRPC service, 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

Setup5-Min Quickstart

Get your environment ready and build your first endpoint
2

Build Something Real

Full InstallationCRUD APITesting

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

Understand the Framework

ApplicationControllersServicesDI

Deep dive into core concepts and architecture patterns
4

Go to Production

Best PracticesAPI 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.