Generate prompts for AI chatbots like ChatGPT, GPT-3, and others with a simple and easy-to-use interface. You can generate prompts for various use cases like chatbots, creative writing, and more.
- Github @alifarooq9
- Twitter @AliFarooqDev
- Create t3 App
- Next.js
- TailwindCSS
- Shadcn/ui
- Emilkowalski/sonner
- Lucia-auth
- Drizzle
- Google/Gemini
- Turso
- Clone the project
git clone https://github.com/alifarooq9/prompt
- Go to the project directory
cd prompt
- Install dependencies
pnpm install
-
Create turso db Create your instance of turso db from their website: turso or using their cli: turso cli quickstart.
-
Google/Gemini Api Key Create a google gemini api key. Google/Gemini.
-
Set up your .env file You will find .env.example. Create your own copy, and rename .env.example to .env, or copy the environment variables from below.
#Add your turbo url and token
DATABASE_URL="xxxxx"
DATABASE_AUTH_TOKEN="xxxxx"
#Add your gemini access token
GEMINI_API_KEY="xxxxx"
- Push schema to turso
pnpm db:push
- Run locally
pnpm dev
or
pnpm dev:turbo
Contributions are always welcome!
For support, email ping@alifarooq.xyz or message me on 𝕏 (formerly twitter) @AliFarooqDev.