Work

Douglas Pereira

Public repos I still point people at. The interesting part is the constraint each one was built under — retrieval, a starter that other people actually cloned, file-based mobile routing — not a gallery of screenshots.

Contexta

A retrieval-augmented generation stack split across two repos: a Python service that owns chunking, embeddings, and search, and a TypeScript client that talks to it. The split is the point. The model never sees the whole corpus; the API returns the passages the prompt is allowed to use.

I care about the retrieval contract more than the chat UI: what is indexed, how it is scored, what happens when the index is empty. The client stays thin so swapping the backend does not mean rewriting the product.

douglas-henrique/contextaRAG system for AI applications using pythonPython0Forks 0 douglas-henrique/contexta-clientClient for RAG system for AI applications using pythonTypeScript0Forks 0

Next.js complete boilerplate

A template, not a demo app. Next.js 12.3 with SWC, Styled Components, Jest, Testing Library, ESLint, Prettier, and Plop generators so a new page or component is a prompt, not a copy-paste of folder structure.

It is marked as a GitHub template (~54 stars, 7 forks). That is the test that mattered: other people started repos from it. MDX is in the stack too — same bet this site makes, a few years earlier.

douglas-henrique/nextjs-complete-boilerplateNext js 12.3.1 boilerplate with Styled Components, Jest, React Testing Library, Prettier, ESLint, Plop JS and more 🚀JavaScript54Forks 7

Expo Router + Nativewind

A mobile starter with Expo Router (file-system routes, same idea as App Router) and Nativewind (Tailwind tokens on React Native). TypeScript from the first file. The goal was a repo you clone and already have navigation, styling, and types — not a blank expo init plus three blog posts.

douglas-henrique/expo-router-ts-nativewindSimple ready to use project with expo-router (file based system routes), native wind (tailwind for mobile) and typescriptTypeScript1Forks 0