Skip to content

kodelyx/akashfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Typing SVG

Profile Views ย  Followers ย  Focus


> whoami

package main

type Developer struct {
    Name     string
    Location string
    Stack    []string
    Building []string
}

func main() {
    me := Developer{
        Name:     "Akash Yadav",
        Location: "India ๐Ÿ‡ฎ๐Ÿ‡ณ",
        Stack:    []string{"Go", "Next.js", "TypeScript", "Docker", "Linux"},
        Building: []string{
            "๐Ÿ”“ Free Gemini API โ€” Use Google Gemini for free",
            "๐Ÿ“ฑ WhatsApp APIs โ€” Fastest WA API in Go",
            "๐Ÿ’ณ UPI Gateway โ€” Zero-fee payment system",
            "๐Ÿค– Automation tools that save hours daily",
        },
    }
    me.Ship() // no excuses, just ship it
}

โšก What I Actually Build

๐Ÿ”“ Free Gemini API

Use Google Gemini for FREE โ€” Text, Image, Video & Music Gen.

No API key. No billing. Pure Go.

Repo Stars

๐Ÿ–ผ๏ธ Gemini Watermark Remover

AI-powered watermark remover for Gemini media. Runs in browser.

Zero upload. Full privacy. Client-side only.

Repo Stars

๐Ÿ’ฌ Superfast WhatsApp API

The world's fastest WhatsApp API. Built in Go + Fiber.

Blazing fast. Low latency. Production-ready.

Repo Stars

๐Ÿ’ณ UPI Gateway

Self-hosted UPI payment gateway. Auto-detects payments via email.

Zero fees. No Razorpay. No middleman.

Repo Stars

๐Ÿ“ธ go-instagrapi

Instagram Private API wrapper in Go โ€” 130+ APIs, 22 modules.

Full feature parity with Python instagrapi.

Repo Stars

๐Ÿ“ฑ WhatsApp Business API

Official WhatsApp Business API integration.

Production-grade messaging automation.

Repo Stars


๐Ÿ› ๏ธ Tech Arsenal

Domain Technologies
Languages Go TypeScript JavaScript Python
Backend Fiber Next.js Node.js
Frontend React Framer Motion TailwindCSS
Infra Docker Linux Nginx Cloudflare
APIs REST WhatsApp Google AI

๐Ÿ“Š GitHub Stats

ย ย 


๐Ÿ Contribution Graph

github contribution grid snake animation


๐Ÿค Let's Connect

ย  ย 



"I don't fix bugs. I add features that make them irrelevant."

About

My GitHub Profile README

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors