DEV Community

Khawaja Shaikh
Khawaja Shaikh

Posted on

I Built a Free Toolkit Website for Students, Researchers, and Developers

Over the past few weeks, I built a small web platform that provides free browser-based tools for students, researchers, and developers.

The idea came from a simple observation:
students and developers constantly search for small utilities like word counters, citation generators, JSON formatters, or calculators while working on assignments or projects.

Instead of opening multiple websites, I wanted a single place where these tools are available instantly.

So I built Amza Student & Research Tools.

πŸ”— https://tools.amza.in

Why I Built This

While working on technical documentation and academic writing, I often needed quick utilities such as:

word counter

APA citation generator

JSON formatter

Pomodoro timer

scientific calculator

password generator

Most existing sites were either cluttered with ads or required logins.

So I decided to build a fast, lightweight toolkit that runs directly in the browser.

No sign-up.
No server processing.
Just tools.

Features

The platform currently includes 30+ tools, including:

Writing & Research

Word Counter

Character Counter

APA Citation Generator

MLA Citation Generator

IEEE Citation Generator

Thesis Statement Generator

Abstract Generator

Developer Utilities

JSON Formatter

Base64 Encoder / Decoder

Regex Tester

Hash Generator

UUID Generator

Math & Academic Tools

Percentage Calculator

Scientific Calculator

Standard Deviation Calculator

Matrix Calculator

Productivity

Pomodoro Timer

Reading Time Calculator

Study Planner

All tools run directly in the browser, meaning:

βœ” no login required
βœ” no data stored
βœ” extremely fast loading

Tech Stack

The project is intentionally simple.

HTML

CSS

Vanilla JavaScript

Hosted on Cloudflare Pages

Because it’s static and lightweight, the site loads extremely fast and performs well in Core Web Vitals.

SEO & Performance

I also spent time optimizing the platform for performance and discoverability:

structured data (schema.org)

OpenGraph metadata

semantic HTML

lazy-loaded fonts

lightweight scripts

The goal is to keep the site fast even on slower internet connections.

What I Learned

Building small tools taught me something important:

Sometimes simple tools solve real problems.

You don't always need a complex framework or a massive backend system. A well-designed static website can still provide real value.

Feedback Welcome

I’m planning to add more tools in the future, including:

Markdown editor

Unit converters

Data analysis helpers

Research productivity tools

If you have ideas or suggestions, I’d love to hear them.

Thanks for reading!

Top comments (0)