Prompt Buddy logoPrompt Buddy

prisma ยท Prisma Docs

Build a Tweet SaaS with Next.js, Prisma Postgres, and Ollama (/docs/ai/tutorials/typefully-clone

A step-by-step tutorial for building a full-stack SaaS application using Next.js, Prisma Postgres, and Ollama with AI assistance.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Build a Tweet SaaS with Next.js, Prisma Postgres, and Ollama (/docs/ai/tutorials/typefully-clone

A step-by-step tutorial for building a full-stack SaaS application using Next.js, Prisma Postgres, and Ollama with AI assistance.

When To Use

Use when building a full-stack SaaS application using Next.js, Prisma, and local LLMs like Ollama.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-workflow-guide.mdA step-by-step tutorial for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.Questions about a step-by-step tutorial for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor.bashA bash command to pull the gemma3:4b model using Ollama for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A bash command to pull the gemma3:4b model using Ollama for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-2.bashA bash command to run the gemma3:4b model using Ollama for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A bash command to run the gemma3:4b model using Ollama for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-3.bashA curl command used to list available models from a local Ollama API instance.Exact payloads, commands, or snippets shown in A curl command used to list available models from a local Ollama API instance.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor.jsonA JSON configuration object defining Ollama model parameters and quantization levels for a Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A JSON configuration object defining Ollama model parameters and quantization levels for a Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-4.bashThe bash command to initialize a new Next.js application named tweetsmith for the Typefully clone tutorial.Exact payloads, commands, or snippets shown in The bash command to initialize a new Next.js application named tweetsmith for the Typefully clone tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-5.bashA bash command to initialize a new Next.js application using pnpm for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A bash command to initialize a new Next.js application using pnpm for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-6.bashBash commands to initialize a Next.js application named tweetsmith for the Typefully clone tutorial.Exact payloads, commands, or snippets shown in Bash commands to initialize a Next.js application named tweetsmith for the Typefully clone tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-7.bashThe bash command to initialize a new Next.js application named tweetsmith using bunx.Exact payloads, commands, or snippets shown in The bash command to initialize a new Next.js application named tweetsmith using bunx.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-8.bashBash commands to navigate to the project directory and initialize the environment for the Typefully clone tutorial.Exact payloads, commands, or snippets shown in Bash commands to navigate to the project directory and initialize the environment for the Typefully clone tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-9.bashThe bash command to start the development server for the Typefully clone tutorial using npm.Exact payloads, commands, or snippets shown in The bash command to start the development server for the Typefully clone tutorial using npm.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-10.bashThe bash command used to start the development server for the Typefully clone tutorial.Exact payloads, commands, or snippets shown in The bash command used to start the development server for the Typefully clone tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-11.bashThe bash command used to start the development server for the Typefully clone tutorial.Exact payloads, commands, or snippets shown in The bash command used to start the development server for the Typefully clone tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-12.bashThe bash command to run the development server for the Typefully clone tutorial using bun.Exact payloads, commands, or snippets shown in The bash command to run the development server for the Typefully clone tutorial using bun.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-13.bashBash commands for initializing a git repository and setting up the initial Next.js application for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands for initializing a git repository and setting up the initial Next.js application for the Tweet SaaS tut...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor.markdownA tutorial guide for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.Exact payloads, commands, or snippets shown in A tutorial guide for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-14.bashBash commands for staging and committing changes to the TweetSmith UI within the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands for staging and committing changes to the TweetSmith UI within the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-2.markdownA TypeScript implementation of a helper function to communicate with a local Ollama LLM using the /api/generate endpoint.Exact payloads, commands, or snippets shown in A TypeScript implementation of a helper function to communicate with a local Ollama LLM using the /api/generate endpo...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-3.markdownA markdown guide detailing the implementation of a Next.js API route that uses Ollama to transform tweet drafts.Exact payloads, commands, or snippets shown in A markdown guide detailing the implementation of a Next.js API route that uses Ollama to transform tweet drafts.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-4.markdownA markdown guide detailing how to update the TweetTransformer component to handle error states and call the transform API in a Next.js application.Exact payloads, commands, or snippets shown in A markdown guide detailing how to update the TweetTransformer component to handle error states and call the transform...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-5.markdownA markdown guide demonstrating how to update the ollama.ts file to include a temperature parameter in the OllamaRequest type for response variety.Exact payloads, commands, or snippets shown in A markdown guide demonstrating how to update the ollama.ts file to include a temperature parameter in the OllamaReque...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-15.bashGit commands used to commit changes for connecting to the Ollama LLM for tweet transformation in the Typefully clone tutorial.Exact payloads, commands, or snippets shown in Git commands used to commit changes for connecting to the Ollama LLM for tweet transformation in the Typefully clone...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-16.bashThe bash command to install the lucide-react icon library for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in The bash command to install the lucide-react icon library for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-17.bashA bash command to install the lucide-react icon library using pnpm for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A bash command to install the lucide-react icon library using pnpm for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-18.bashA bash command to install the lucide-react icon library using yarn for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A bash command to install the lucide-react icon library using yarn for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-19.bashA bash command to install lucide-react using the bun package manager for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A bash command to install lucide-react using the bun package manager for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-6.markdownA React component implementation for FilterButton and FilterPanel using TypeScript to manage tweet generation constraints like character limits and emoji modes.Exact payloads, commands, or snippets shown in A React component implementation for FilterButton and FilterPanel using TypeScript to manage tweet generation constra...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-7.markdownA React component implementation for ContextButton and ContextPanel using localStorage for context management in a Next.js application.Exact payloads, commands, or snippets shown in A React component implementation for ContextButton and ContextPanel using localStorage for context management in a Ne...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-8.markdownA markdown guide detailing updates to the TweetTransformer.tsx component structure within a Next.js and Ollama-based Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A markdown guide detailing updates to the TweetTransformer.tsx component structure within a Next.js and Ollama-based...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-9.markdownA markdown guide detailing how to update the app/api/transform/route.ts file to implement character limits and emoji filtering for an AI-powered tweet transformation feature.Exact payloads, commands, or snippets shown in A markdown guide detailing how to update the app/api/transform/route.ts file to implement character limits and emoji...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-20.bashA series of git commands used to commit changes for filter options and context settings in the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A series of git commands used to commit changes for filter options and context settings in the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-10.markdownA React component implementation for a tweet-like preview card with loading and empty states for a Next.js application.Exact payloads, commands, or snippets shown in A React component implementation for a tweet-like preview card with loading and empty states for a Next.js application.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-11.markdownInstructions for updating the Next.js app/page.tsx file to replace header text with a logo image component.Exact payloads, commands, or snippets shown in Instructions for updating the Next.js app/page.tsx file to replace header text with a logo image component.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-21.bashBash commands for staging and committing changes to a tweet preview card and logo in a Next.js and Prisma project.Exact payloads, commands, or snippets shown in Bash commands for staging and committing changes to a tweet preview card and logo in a Next.js and Prisma project.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-22.bashBash commands to install Prisma, tsx, and necessary PostgreSQL adapters for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands to install Prisma, tsx, and necessary PostgreSQL adapters for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-23.bashBash commands to install Prisma, tsx, and necessary database adapters for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands to install Prisma, tsx, and necessary database adapters for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-24.bashBash commands to install Prisma, tsx, and necessary PostgreSQL adapters for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands to install Prisma, tsx, and necessary PostgreSQL adapters for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-25.bashBash commands to install Prisma, tsx, and necessary PostgreSQL adapters for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands to install Prisma, tsx, and necessary PostgreSQL adapters for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-26.bashBash commands for initializing Prisma and setting up the database environment for a Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands for initializing Prisma and setting up the database environment for a Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-27.bashBash commands to initialize Prisma and set up the database for a Tweet SaaS tutorial using Next.js, Prisma Postgres, and Ollama.Exact payloads, commands, or snippets shown in Bash commands to initialize Prisma and set up the database for a Tweet SaaS tutorial using Next.js, Prisma Postgres,...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-28.bashBash commands to initialize the Prisma schema and create the database for the Typefully clone tutorial.Exact payloads, commands, or snippets shown in Bash commands to initialize the Prisma schema and create the database for the Typefully clone tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-29.bashBash commands to initialize Prisma and create a database for the Typefully clone tutorial.Exact payloads, commands, or snippets shown in Bash commands to initialize Prisma and create a database for the Typefully clone tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-30.bashA bash script snippet demonstrating how to set the DATABASE_URL environment variable for a Next.js and Prisma Postgres project.Exact payloads, commands, or snippets shown in A bash script snippet demonstrating how to set the DATABASEURL environment variable for a Next.js and Prisma Postgres...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor.prismaA Prisma schema definition for a Tweet SaaS application featuring models for saved tweets with original and transformed content.Exact payloads, commands, or snippets shown in A Prisma schema definition for a Tweet SaaS application featuring models for saved tweets with original and transform...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor.typescriptA TypeScript implementation of a singleton PrismaClient pattern using Prisma Postgres for a Next.js application.Exact payloads, commands, or snippets shown in A TypeScript implementation of a singleton PrismaClient pattern using Prisma Postgres for a Next.js application.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-2.jsonThe package.json configuration file containing scripts and dependencies for the Next.js, Prisma, and Ollama tweet SaaS tutorial.Exact payloads, commands, or snippets shown in The package.json configuration file containing scripts and dependencies for the Next.js, Prisma, and Ollama tweet Saa...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-2.typescriptA TypeScript script that tests the Prisma Postgres connection by creating a test saved tweet record.Exact payloads, commands, or snippets shown in A TypeScript script that tests the Prisma Postgres connection by creating a test saved tweet record.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-31.bashBash commands for pushing the database schema and generating the Prisma client for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands for pushing the database schema and generating the Prisma client for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-32.bashBash commands to push the database schema and generate the Prisma client for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands to push the database schema and generate the Prisma client for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-33.bashBash commands to push the database schema and generate the Prisma client for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands to push the database schema and generate the Prisma client for the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-34.bashBash commands for pushing the database schema and generating the Prisma client in a Next.js Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands for pushing the database schema and generating the Prisma client in a Next.js Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-35.bashA bash command to launch Prisma Studio for managing the database in the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A bash command to launch Prisma Studio for managing the database in the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-36.bashA bash command to launch Prisma Studio for managing the database in the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A bash command to launch Prisma Studio for managing the database in the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-37.bashA bash command to launch Prisma Studio for managing the database in the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A bash command to launch Prisma Studio for managing the database in the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-38.bashA bash command to run Prisma Studio using the bun package manager as part of the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in A bash command to run Prisma Studio using the bun package manager as part of the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-12.markdownImplementation of the app/api/tweets/route.ts file containing GET, POST, and DELETE handlers for managing tweets in a Next.js application.Exact payloads, commands, or snippets shown in Implementation of the app/api/tweets/route.ts file containing GET, POST, and DELETE handlers for managing tweets in a...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-39.bashCurl commands to post and retrieve tweets via the local API endpoints in the Typefully clone tutorial.Exact payloads, commands, or snippets shown in Curl commands to post and retrieve tweets via the local API endpoints in the Typefully clone tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-40.bashBash commands for staging and committing changes to the Prisma Postgres database in the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands for staging and committing changes to the Prisma Postgres database in the Tweet SaaS tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-13.markdownA tutorial guide for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.Exact payloads, commands, or snippets shown in A tutorial guide for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-14.markdownA step-by-step tutorial guide for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.Exact payloads, commands, or snippets shown in A step-by-step tutorial guide for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-41.bashBash commands for staging and committing changes to the tweet library in the Typefully clone tutorial.Exact payloads, commands, or snippets shown in Bash commands for staging and committing changes to the tweet library in the Typefully clone tutorial.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-15.markdownA step-by-step tutorial guide for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.Exact payloads, commands, or snippets shown in A step-by-step tutorial guide for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-16.markdownA step-by-step tutorial guide for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.Exact payloads, commands, or snippets shown in A step-by-step tutorial guide for building a Tweet SaaS application using Next.js, Prisma Postgres, and Ollama.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-42.bashBash commands for staging and committing changes in the Typefully clone tutorial project.Exact payloads, commands, or snippets shown in Bash commands for staging and committing changes in the Typefully clone tutorial project.
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-43.bashBash commands to install necessary dependencies including uploadthing and its React component for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands to install necessary dependencies including uploadthing and its React component for the Tweet SaaS tuto...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-44.bashBash commands to install necessary dependencies including uploadthing and @uploadthing/react for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands to install necessary dependencies including uploadthing and @uploadthing/react for the Tweet SaaS tutor...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-45.bashBash commands to install necessary dependencies including uploadthing and @uploadthing/react for the Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands to install necessary dependencies including uploadthing and @uploadthing/react for the Tweet SaaS tutor...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-46.bashBash commands to install necessary dependencies including uploadthing and @uploadthing/react using the bun package manager for a Tweet SaaS tutorial.Exact payloads, commands, or snippets shown in Bash commands to install necessary dependencies including uploadthing and @uploadthing/react using the bun package ma...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-47.bashA bash script containing environment variable configurations for building a Tweet SaaS using Next.js, Prisma Postgres, and UploadThing.Exact payloads, commands, or snippets shown in A bash script containing environment variable configurations for building a Tweet SaaS using Next.js, Prisma Postgres...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-17.markdownA tutorial guide detailing how to implement image uploads for tweets using UploadThing within a Next.js and Prisma application.Exact payloads, commands, or snippets shown in A tutorial guide detailing how to implement image uploads for tweets using UploadThing within a Next.js and Prisma ap...
examples/prisma-build-a-tweet-saas-with-next-js-postgres-and-ollama-docs-ai-tutor-48.bashA bash command sequence for staging changes and committing an image upload feature using UploadThing in a Next.js and Prisma project.Exact payloads, commands, or snippets shown in A bash command sequence for staging changes and committing an image upload feature using UploadThing in a Next.js and...

What This Skill Covers

    • Linktree Clone SaaS: A complete vibe coding tutorial: build a full Linktree clone SaaS application from scratch using Next.js, Prisma ORM, Prisma Postgres,...
  • Main sections: Related pages.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://www.prisma.io/docs/ai/tutorials/typefully-clone