Pular para o conteúdo principal

Introduction to Arkos

Arkos is a powerful, fast and lightweight backend framework built on top of Express.js and Prisma that simplifies RESTful API development. It automates common backend tasks while providing the flexibility developers need for custom solutions.

Key Features

Why Arkos?

Arkos eliminates repetitive setup tasks and boilerplate code, allowing developers to focus on building features rather than infrastructure. It's perfect for:

  • Rapid RESTful API Development
  • Enterprise Solutions
  • MVPs and Prototypes
  • Full-Stack Applications
  • Anything You Can Do With Express

Origin of the Name

The name "Arkos" comes from the Greek word "ἀρχή" (Arkhē), meaning "beginning" or "foundation". This reflects our goal of providing a solid foundation for backend development.

As Simples As This

// src/app.ts
import arkos from "arkos";

arkos.init({ port: 8000 });

Ready to build your API? Let's get started! 🚀

Next Steps