ProsePilot

Are you tired of static text on your website?
Want to simultaneously adapt your writing style to different classes of readers?

Look no further than our ProsePilot button! With just a simple HTML integration, your readers can easily change the writing style of your text to fit their preferences. Whether they prefer the simplicity of a summary or the elegance of a New York Times article, our button has got them covered. Plus, by integrating your own API keys with GPT-3, the prose can be generated at build time for even more customization options. Not only does this add an interactive element to your website, but it also improves accessibility by catering to individual user needs. Give your ideas a wider audience with the ProsePilot button.

Demo ProsePilot
In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content. Lorem ipsum may be used as a placeholder before final copy is available. It is also used to temporarily replace text in a process called greeking, which allows designers to consider the form of a webpage or publication, without the meaning of the text influencing the design.
Lorem ipsum is typically a corrupted version of De finibus bonorum et malorum, a 1st-century BC text by the Roman statesman and philosopher Cicero, with words altered, added, and removed to make it nonsensical and improper Latin.
Versions of the Lorem ipsum text have been used in typesetting at least since the 1960s, when it was popularized by advertisements for Letraset transfer sheets. Lorem ipsum was introduced to the digital world in the mid-1980s, when Aldus employed it in graphic and word-processing templates for its desktop publishing program PageMaker. Other popular word processors, including Pages and Microsoft Word, have since adopted Lorem ipsum, as have many LaTeX packages

Instructions for developers

ProsePilotâ„¢ can be added to any project in only 3 simple steps.

1. Copy and paste the link to our script in the HTML file's header section.

<‍head>

...

<‍script type="text/javascript"
src="https://cdn.discordapp.com/attachments/1066065493825425418/1066735008179568680/prosepilot.js"><‍/script>

...

<‍/head>      
            

2. Insert ProsePilot button by placing the HTML element into your code as such:

<‍div>

...

<‍prosepilot-element><‍/prosepilot-element>

...

<‍/div>
          

3. Add prosepilot-test-select as a class attribute to one or more HTML text elements. For example:

  
<‍div class="prosepilot-text-select">
  This text will be prosepilotted!
<‍/div>