Stack & portfolio playbook
Curated front‑end and full‑stack lists recommend building original, data‑heavy and AI‑integrated projects—not clones—using modern stacks like Next.js/React, TypeScript, Node and Python with vector stores. Free roadmaps and Tailwind design‑system prompts were shared to guide projects that combine frontend polish, backend depth and AI workflows. (x.com) (x.com) (x.com)
A new crop of portfolio guides is telling junior developers to stop cloning dashboards and start shipping original apps with real data, backends, and artificial intelligence features. (nextjs.org) (roadmap.sh) The stack showing up again and again is React on the front end, Next.js as the web framework, and TypeScript as the default language choice. Next.js now ships with built-in TypeScript support and its starter flow offers TypeScript, Tailwind CSS, and the App Router as recommended defaults. (nextjs.org) (nextjs.im) Those project lists also push developers past static sites into full-stack work: authentication, databases, APIs, and deployment. Roadmap.sh’s 2026 full-stack guide defines the role as building both the front end and back end and tracking everything needed to push a product into production. (roadmap.sh) The artificial intelligence piece is usually retrieval, which is a search layer that turns text into numbers and looks up similar passages before a model answers. OpenAI’s documentation says embeddings convert text into numbers for search and clustering, and its Retrieval API says vector stores act as the index behind semantic search. (developers.openai.com 1) (developers.openai.com 2) That is why Python keeps appearing beside Node.js in these playbooks. FastAPI’s official documentation describes it as a high-performance Python framework for building APIs, which makes it a common choice for data pipelines, model-serving endpoints, and retrieval systems that sit behind a JavaScript user interface. (fastapi.tiangolo.com) (nextjs.org) On the design side, the advice has shifted from “make it pretty” to “build a system.” Storybook’s Tailwind recipe documents a workflow for building and testing components in isolation, and Tailwind’s own setup guide points developers to framework integrations such as Next.js. (storybook.js.org) (tailwindcss.com) That changes what a portfolio project is supposed to prove. A polished landing page shows layout skills, but a project with a typed front end, an API, a database, and a retrieval feature shows how a developer handles product architecture, data flow, and maintenance. (roadmap.sh) (developers.openai.com) The free-roadmap angle matters because the barrier is no longer access to tutorials so much as picking a stack and finishing something. Roadmap.sh lists separate frontend, backend, and full-stack tracks, while official Next.js and Tailwind documentation now package common setup choices into starter flows. (roadmap.sh) (nextjs.im) (tailwindcss.com) The thread running through all of it is narrower than “learn everything.” Pick one modern web stack, add one real data problem, and ship one app that does more than mimic a tutorial. (roadmap.sh) (developers.openai.com)