Skip to content

ashutoshkrris/TechyWrite

Repository files navigation

Logo

Awesome

Welcome to our website, where you will find a curated collection of active publishers, publications, and agencies that pay fair rates for high-quality technical content. You might have heard the quote by The Joker - Heath Ledger: If you're good at something, never do it for free.

As a technical writer, I understand the value and hard work that goes into creating exceptional technical content. That's why I've created this website to help fellow technical writers find paid opportunities in the market.

My goal is to make it easy for writers to find publishers, publications, and agencies that recognize the value of their work and are willing to pay fair rates for it. I've done the research and compiled a comprehensive list of reputable companies that are actively looking for technical writers.

I hope that this website helps you find the perfect gig or connect with awesome writers.

👨‍💻 Tech Stack

Vue JS Tailwind CSS Gridsome

🛠️ Installation Steps

Star and Fork the Repo 🌟 and this will keep us motivated.

Install Gridsome CLI tool

npm install --global @gridsome/cli

Clone the repository

git clone https://github.com/ashutoshkrris/TechyWrite.git

Change the working directory

cd TechyWrite

Install dependencies

npm install

Run the app

gridsome develop

Adding a new opportunity to the list

Found a paid technical writing opportunity we don't have yet? You can easily add it from our website: https://techywrite.ashutoshkrris.in/new-source

Alternatively, you can add it using the following steps:

  1. Go to the opportunities list JSON file: https://github.com/ashutoshkrris/TechyWrite/blob/master/src/data.json

  2. Add an object to it as follows:

{
  "name": "Digital Ocean",
  "type": "Publication",
  "link": "https://www.digitalocean.com/community/pages/write-for-digitalocean",
  "categories": ["Infrastructure", "Open Source"],
  "minRate": 300,
  "maxRate": 400,
  "description": "Matches payments with donations to tech-focused charities. Further opportunities for paid updates to existing tutorials."
}
  • In case of Publication type, include minRate and maxRate. If there is fixed rate, then don't include minRate. Just include maxRate.
  • In case of Publisher type, include royaltyRate only.
  • In case of Agency type, include hourlyMinRate and hourlyMaxRate. If there is fixed rate, then don't include hourlyMinRate. Just include hourlyMaxRate.
  1. Once done you can now raise a Pull Request to the main branch

License

This project follows the MIT License.

Made with ♥ by Ashutosh Krishna

forthebadge

github linkedin

Thank you for visiting and I wish you all the best in your technical writing endeavors!