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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry 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.md | A 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.bash | A 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.bash | A 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.bash | A 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.json | A 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.bash | The 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.bash | A 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.bash | Bash 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.bash | The 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.bash | Bash 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.bash | The 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.bash | The 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.bash | The 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.bash | The 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.bash | Bash 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.markdown | A 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.bash | Bash 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.markdown | A 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.markdown | A 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.markdown | A 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.markdown | A 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.bash | Git 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.bash | The 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.bash | A 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.bash | A 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.bash | A 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.markdown | A 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.markdown | A 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.markdown | A 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.markdown | A 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.bash | A 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.markdown | A 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.markdown | Instructions 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | A 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.prisma | A 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.typescript | A 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.json | The 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.typescript | A 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.markdown | Implementation 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.bash | Curl 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.bash | Bash 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.markdown | A 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.markdown | A 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.bash | Bash 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.markdown | A 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.markdown | A 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | Bash 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.bash | A 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.markdown | A 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.bash | A 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - 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