Magic Tools is a chat application & playground powered by AI. It is my submission for the Co:here Hackathon hosted by Midudev.
- Responsive design
- Keyboard accessible
- Works when JS is disabled
- Multilanguage
- Command Palette
- Shortcuts
- Chat with special commands
- Playground with advanced parameters
Download the repository, open the folder and install the dependencies:
git clone https://github.com/buhodev/cohere-hackathon.git
cd cohere-hackathon
npm install # or pnpm install
Once you've created the project and installed the dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev --open
📢 If you're using Visual Studio Code, install the official extension Svelte for VS Code.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
- https://joyofcode.xyz/sveltekit-environment-variables
- https://twitter.com/buildsghost/status/1587519227207950336
- https://www.smashingmagazine.com/2021/12/create-custom-range-input-consistent-browsers/
- https://medium.com/weekly-webtips/js-implementing-auto-complete-f4c5a5d5c009
- https://codingpotions.com/input-autocompletado-javascript
MIT