Skip to content

cr2007/chatgpt-url-maker

Repository files navigation

AI Chat Prompt URL Generator

Ask DeepWiki

A small web app built in Vite that builds shareable AI Chat URLs with prefilled prompts and optional feature hints.

You can try out the app now at https://cr2007.github.io/chatgpt-url-maker

Why this helps

  • Create, copy, and open URLs that prefill prompts in your favourite AI chat app for sharing or quick reuse.
  • Adds optional flags (features, temporary chat) to the URL so workflows can be shared precisely.

Quick start

Bun (recommended)

This application was built in Bun, so it is recommended that you use Bun if possible.

Install and run

# Clone the repository
git clone https://github.com/cr2007/chatgpt-url-maker
cd chatgpt-url-maker

bun i   # Installs the dependencies
bun dev # Starts the development server

And then you can access the web app at http://localhost:5173

Node.js

If you wish to run the application via Node.js, you can do so using the following steps:

# Clone the repository
git clone https://github.com/cr2007/chatgpt-url-maker
cd chatgpt-url-maker

npm i       # Installs the dependencies
npm run dev # Starts the development server

And then you can access the web app at http://localhost:5173

About

Create shareable URLs to your favourite AI tools using this simple web app

Topics

Resources

Stars

Watchers

Forks

Contributors