Template for building your own custom ChatGPT style doc search powered by Fresh, Deno, OpenAI, and Supabase.
The Deno Fresh OpenAI Doc Search StarterTemplate is a tool for building a custom ChatGPT style document search, powered by Fresh, Deno, OpenAI, and Supabase. This starter template takes .mdx files from the docs directory and processes them to use as custom context within OpenAI Text Completion prompts. It provides a step-by-step guide for installation and deployment.
The Deno Fresh OpenAI Doc Search StarterTemplate is a powerful tool for building a custom ChatGPT style document search. It leverages technologies like Fresh, Deno, OpenAI, and Supabase to provide a seamless experience. The installation process is straightforward, with clear instructions for setting up environment variables and deploying the application. By following the provided steps, users can quickly create their own custom ChatGPT powered document search.
Fresh is a full stack modern web framework for JavaScript and TypeScript developers, designed to make it trivial to create high-quality, performant, and personalized web applications. You can use it to create your home page, a blog, a large web application like GitHub or Twitter, or anything else you can think of. At its core, Fresh is a combination of a routing framework and templating engine that renders pages on demand, on the server
Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.