https://github.com/atticus64/draft.ia
Powerfull website to get drafts of all topics in the world, for blogs, for investigations, learning and more! :turtle:
https://github.com/atticus64/draft.ia
midudev-cohere-2023
Last synced: about 2 months ago
JSON representation
Powerfull website to get drafts of all topics in the world, for blogs, for investigations, learning and more! :turtle:
- Host: GitHub
- URL: https://github.com/atticus64/draft.ia
- Owner: Atticus64
- Created: 2023-01-27T06:38:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T22:46:36.000Z (over 1 year ago)
- Last Synced: 2025-04-05T19:24:28.296Z (2 months ago)
- Topics: midudev-cohere-2023
- Language: JavaScript
- Homepage: https://draft-ia.vercel.app
- Size: 373 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Draft.ia :pencil2: :notebook_with_decorative_cover:
Generate drafts of any topic on the fly.
* Useful tool to create drafts to initialize your *blog*, *investigation*, *etc*
## Example :eyeglasses:
* Prompt: generate a draft about the topic javascript language
Result: The JavaScript language is a high-level, interpreted, programming language. It is one of the most popular languages in use today, and is the main programming language used in web development. JavaScript is a prototype-based, multi-paradigm language that supports object-oriented, imperative, and functional programming styles
It is a very versatile language, and is used for a wide range of applications, from simple web pages to complex web applications and games. JavaScript is also used in many non-web environments, such as for server-side development and in the creation of desktop and mobile applications. JavaScript is a relatively easy language to learn, and has a large community of developers. It is a very popular language, and is used by millions of developers around the world.## :dizzy: Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :------------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro preview` |
| `npm run astro --help` | Get help using the Astro CLI |