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.
This application was built in Bun, so it is recommended that you use Bun if possible.
# 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 serverAnd then you can access the web app at http://localhost:5173
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 serverAnd then you can access the web app at http://localhost:5173