Production-Ready TypeScript Framework

Build Fullstack Apps
The Professional Way

Enterprise-grade monorepo framework with NestJS, Next.js, and React Native.
Built for scale. Designed for productivity.

Type-Safe End-to-End

Full TypeScript coverage with tRPC, Prisma, and Zod validation. Zero runtime errors.

Production Battle-Tested

Authentication, observability, queue processing, and caching out of the box.

Monorepo Architecture

Share code across backend, web, and mobile. One codebase, infinite possibilities.

Quick Start
# Install packages
pnpm add @natiwo/api @natiwo/database @natiwo/auth

# Create your first tRPC router
import { createTRPCRouter } from '@natiwo/api';
import { getPrismaClient } from '@natiwo/database';

export const userRouter = createTRPCRouter({
  list: publicProcedure.query(async () => {
    return getPrismaClient().user.findMany();
  }),
});

# That's it! Type-safe from DB to UI.

13 Powerful Packages

Everything you need to build production-ready applications.
Type-safe, tested, and ready to ship.

15.3%

1.2K

@natiwo/database

23.7%

980

@natiwo/auth

18.2%

1.5K

@natiwo/api

12.1%

756

@natiwo/cache

9.4%

643

@natiwo/queue

14.8%

521

@natiwo/events

11.3%

834

@natiwo/storage

20.5%

1.1K

@natiwo/observability

7.9%

892

@natiwo/config

16.4%

1.3K

@natiwo/validator

13.6%

945

@natiwo/utils

19.1%

1.4K

@natiwo/types

10.7%

678

@natiwo/ui

13
Packages
100%
TypeScript
MIT
License
v0.1
Stable Release