---
title: "Jainil Prajapati"
url: "https://jaainil.com"
description: "Portfolio and technical writings of Jainil Prajapati. Full-stack development, Docker workflows, CI/CD automation, Linux administration, and Dokploy open-source contributions."
---

Open to full-time roles

# Jainil Prajapati

Full-stack developer and DevOps engineer in Gujarat, India. I build the web app and the infrastructure under it, then write up how it went.

[See the builds](#builds)[Email me](mailto:jainilprajapati9@gmail.com)[Résumé](/resume/Jainil.pdf)

Full-stack & DevOps Engineer at Aexaware Infotech · Dokploy contributor · npm publisher

## Pieces in this set

-   Debian baseplate
-   Docker services
-   Next.js apps
-   CI on every push

Counting readers…

## The build so far

Three steps, in order. Each one lists only what that step added.

1.  1
    
    2021 – 2025
    
    ### Learned by running real servers
    
    B.E. in Information Technology at SVIT. In parallel, a homelab that got out of hand: a Proxmox host, Debian VMs, Nginx reverse proxies, UFW firewalls, and enough downtime to learn what uptime costs.
    
    Added in this step
    
    -   Linux administration
    -   Docker & Compose
    -   DNS, DHCP, subnetting
    
2.  2
    
    2024 – 2025
    
    ### Built software in public
    
    Moderated r/AI\_India as it grew from 1,000 to 21,000 members. Founded Shravonix and published 25-plus deep dives on AI and infrastructure, peaking at 5,000 monthly readers. Shipped React and Remix apps on the side.
    
    Added in this step
    
    -   Technical writing
    -   Community operations
    -   React & Remix
    
3.  3
    
    You are here
    
    Sep 2025 – now
    
    ### Shipping client work at Aexaware Infotech
    
    Full-time in Vadodara. Full-stack apps on Next.js, Node and Prisma, delivered from schema to deployment. GitHub Actions pipelines, Docker Compose environments, Nginx and SSL on Debian servers, migrations with a rollback plan.
    
    Added in this step
    
    -   Production delivery
    -   CI/CD pipelines
    -   Client communication
    

## Stamps collected

Hackathons and certificates, kept for the record.

SVIT · 2024

### MECIA Hacks

Finalist. Built and shipped an AI-assisted web app in 24 hours.

Hack2skill

### Snap AR Lens Hackathon

Built an interactive Snapchat lens with custom 3D elements.

Web3Dev

### Web Development Bootcamp

Hands-on training in JavaScript and full-stack architecture.

freeCodeCamp

### Responsive Web Design

Certified. Responsive layouts and flexbox standards.

## Builds

Four things I built end to end. Every claim links to the artifact, so you can check my work.

01v1.9live on npm as @imjp/writenex-astro

### Writenex CMS

A visual editor for Astro content collections. Published on npm, and this site is written through it.

1.  1Designed a TypeScript-first fields API: 25-plus field types with autocomplete inference.
2.  2Auto-discovers collections and content config, so setup is zero-config.
3.  3Added shadow-copy version history and drag-and-drop media management.

-   Astro
-   TypeScript
-   MDX & Markdoc

[Open the docs](https://writenex-writenex.vercel.app/astro)

0210+pull requests merged upstream

### Dokploy templates

Deployment blueprints for the open-source PaaS, upstreamed to the official repository.

1.  1Wrote a meta.json CLI validator: schema checks, dedupe, and port checks across 100-plus templates.
2.  2Added GitHub Actions CI so a broken compose file never merges.
3.  3Shipped 10-plus templates, including Habitica, Statping-NG, BookLore and Gitea.

-   Docker Compose
-   GitHub Actions
-   JSON Schema

[Read the merged PRs](https://github.com/Dokploy/templates/pulls?q=is%3Apr+author%3Ajaainil)

03<200msinitial page load, measured

### Blog Maker

A multi-tenant blogging SaaS: sign up, get a blog, pay for it.

1.  1Modeled the Prisma and PostgreSQL schema with tenant isolation from day one.
2.  2Wired Stripe webhooks with retry logic and idempotency checks.
3.  3Fetched data server-side; initial page loads land under 200ms.

-   Next.js
-   Prisma
-   Stripe

[Open the demo](https://blog-maker.vercel.app/)

04150+organizations tracked

### India AI Tracker

A dashboard tracking 150-plus Indian AI startups, research initiatives and LLM projects.

1.  1Collected and structured the dataset by hand before writing any UI.
2.  2Built command-menu search and dynamic filters with CMDK.
3.  3Charted it with Recharts in both themes.

-   React
-   Recharts
-   CMDK

[Open the dashboard](https://india-ai-tracker.vercel.app)

05150+resources cataloged

### MemoryView

A searchable directory of AI and ML learning resources for developers and students.

1.  1Curated 150-plus resources, sorted by what each one actually teaches.
2.  2Wired Fuse.js for instant fuzzy search, no server round trips.
3.  3Rendered it server-side with Remix for fast loads and clean indexing.

-   Remix
-   Fuse.js
-   Tailwind

[Open the directory](https://remix-llm-resoures.vercel.app/)

0625+deep dives published

### Shravonix

The publication you are reading right now: independent technical writing on Linux, AI and infrastructure.

1.  1Founded it and grew it to 5,000 monthly readers at peak.
2.  2Built on Astro with static pages behind an edge CDN.
3.  3Migrated the full archive to this site, and still publishing.

-   Astro
-   MDX
-   Edge CDN

[Read the publication](/articles)

## Parts in the kit

The full inventory, sorted by where each part goes. No filler pieces.

Frontend

8 pcs

Astro · React · Next.js · Remix · Vite · Tailwind CSS · TypeScript · Radix UI

Backend & data

7 pcs

Node.js · Express · Prisma ORM · PostgreSQL · MongoDB · Redis · Stripe

DevOps & infra

7 pcs

Docker · Docker Compose · GitHub Actions · Linux (Debian) · Proxmox VE · Nginx · Vercel

Networking

5 pcs

TCP/IP & DNS · DHCP & subnetting · UFW firewalls · Reverse proxies · SSL

AI & automation

4 pcs

LLM integrations · LangChain basics · Webhooks · Fuse.js search

Design & media

5 pcs

Figma · Photoshop · Illustrator · Premiere Pro · After Effects

Workbench

4 pcs

Git & GitHub · Bash · Postman · SSH

Depth over breadth: I'd rather ship one Postgres schema at 2am than list thirty logos.

## Field notes

I write up what I learn at Shravonix. Latest three:

[All 27 notes](/articles)

[01Open-Weight AI Models Are Getting Scarily Good — My Experience Building a RAG System with GLM-5.3-Flash30 Aug 2026 · AI · 5 min read](/articles/open-weight-ai-models-are-getting-scarily-good-my-experience-building-a-rag-system-with-glm-53-flash)[02How I Built My Own RAG System Into My Portfolio Website27 Aug 2026 · Programming · 5 min read](/articles/how-i-built-my-own-rag-system-into-my-portfolio-website)[03India’s NavIC GPS Problem Explained: Why It Can’t Currently Navigate on Its Own20 Aug 2026 · Tech · 5 min read](/articles/indias-navic-gps-problem-explained-why-it-cant-currently-navigate-on-its-own)

## Open a build slot

Need an app built, containerized and deployed? Or an engineer who owns the whole stack, not just the pretty parts? Email works fastest.

[jainilprajapati9@gmail.com](mailto:jainilprajapati9@gmail.com)[+91 97252 84302](tel:+919725284302)

### Elsewhere

-   [GitHub@jaainil](https://github.com/jaainil)
-   [LinkedIn/in/jaainil](https://www.linkedin.com/in/jaainil/)
-   [Instagram@jaainil](https://www.instagram.com/jaainil/)
-   [npm~imjp](https://www.npmjs.com/~imjp)
-   [Redditu/enough\_jainil](https://www.reddit.com/user/enough_jainil/)

Anand, Gujarat, India. Open to remote and relocation.