This is a project to study Next.js apps, building a platform to store and view shared nice prompts to use on AI tools.
This is a project from JavaScript Mastery.
- SignIn with Google authentication
- Create a prompt with tags to be easier to identify the subject.
- The prompts can be copied easily.
- Filter by prompt text, tag or username.
- Edit and delete yours prompts.
- Check all profile prompts.
Dillinger uses a number of open source projects to work properly:
Promptopia requires Node.js v20+ to run.
Go to .env.local and update with your google credentials values.
Install the dependencies and devDependencies and start the server.
npm i
npm run dev