Skip to content
View NvlFR's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report NvlFR

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
NvlFR/README.md


โšก About Me

I'm a developer and founder of Axiom Core โ€” a custom automation systems studio based in Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ. I don't sell plugins, templates, or SaaS products. I build systems that integrate directly into my clients' workflows โ€” clean, robust, and fully owned by them.

const noval = {
  name    : "Noval Faturrahman",
  alias   : "NvlFR",
  company : "Axiom Core",
  tagline : "Build systems that last. Automate what matters.",
  location: "Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ",
  markets : ["Indonesia", "International", "China ๐Ÿ‡จ๐Ÿ‡ณ"],
  languages: ["Bahasa Indonesia", "English", "Mandarin"],

  stack: {
    automation : ["Baileys", "whatsapp-web.js", "BuilderBot"],
    ai         : ["Gemini API", "OpenAI", "LLM Orchestration"],
    backend    : ["Node.js", "Python", "Express", "Fastify"],
    frontend   : ["React", "Next.js", "TypeScript", "TailwindCSS"],
    database   : ["PostgreSQL", "MongoDB", "Redis", "Supabase"],
    infra      : ["Docker", "VPS", "Linux"],
  },

  currentFocus: [
    "Custom WhatsApp Automation Systems",
    "AI Integration for Business Ops",
    "Enterprise CRM & Internal Tools",
    "Anti-ban, production-grade bot architecture",
  ],

  coreValues: ["Clean Code", "Robust", "Secure", "Maintainable"],
  model     : "Project-based โ€” clients own their system. No SaaS fees. Ever.",
};

๐Ÿข Axiom Core

"Axiom membangun sistem otomasi yang benar-benar custom โ€” bukan plugin, bukan template, bukan SaaS. Setiap sistem diintegrasikan langsung ke workflow klien, dibangun dengan kode bersih, dan dirancang untuk bertahan dan berkembang."

๐Ÿข Business Axiom Core
๐Ÿ’ผ Model Project-based (bukan SaaS)
๐ŸŒ Market Indonesia ยท International ยท China
๐Ÿ—ฃ๏ธ Languages Bahasa Indonesia ยท English ยท Mandarin

โšก Spesialisasi

โœ…  WhatsApp Automation     โ€”  Baileys / whatsapp-web.js
โœ…  AI Integration          โ€”  Gemini API & LLM Pipelines
โœ…  Business Process Auto   โ€”  CRM, Database, Internal Ops
โœ…  Custom System Integ     โ€”  Direct workflow integration

๐Ÿ† Keunggulan Kompetitif

Keunggulan Penjelasan
๐ŸŽฏ 100% Custom Tidak kaku, integrasi langsung ke sistem internal klien
๐Ÿ›ก๏ธ Anti-Ban Tech Random delay + variasi pola pesan, zero risk ke nomor WA klien
๐Ÿ” Transparan Klien paham cara kerja sistem yang mereka pakai
๐Ÿงน Clean Code Robust, maintainable, mudah dikembangkan
๐Ÿ’ฐ No SaaS Fee Sekali bayar, sistem jadi milik klien sepenuhnya

๐Ÿ› ๏ธ Tech Stack

๐Ÿ’ป Frontend

React Next.js TypeScript TailwindCSS JavaScript

โš™๏ธ Backend & Tools

Node.js Python Express Docker Linux

๐Ÿค– AI & Automation

Gemini OpenAI WhatsApp Bot Automation

๐Ÿ—„๏ธ Database & Infra

PostgreSQL MongoDB Redis Supabase


๐ŸŽจ Featured Projects

๐Ÿค– Axiom WA Engine

Enterprise-grade WhatsApp Automation

Custom WhatsApp bot engine with AI integration, anti-ban architecture, CRM sync, and zero SaaS dependencies. Built to run for years.

๐Ÿš‚ KAI Bot System

National Railway Automation (Enterprise)

End-to-end automation system for Indonesia's national railway โ€” train schedules, ticket ordering, and customer ops. Full IP ownership.

โš™๏ธ Business Process Automation

Internal ops, CRM & data pipeline automation

Automating business workflows, CRM integrations, and data pipelines. Custom-built per client โ€” no templates, no generic tools.

๐ŸŒ Full-Stack Web Apps

Production-ready web applications

Full-stack web applications with clean UI, robust backend, and scalable architecture. Built for real users and real traffic.


๐Ÿ Snake Game

Click the image below to play Snake on a live demo, or add the Platane/snk GitHub Action to your repo to get an animated snake eating your contribution graph!

Snake eating my contribution graph
๐ŸŽฎ How to add this animated snake to YOUR profile
  1. Create a new GitHub Actions workflow in your profile repo (.github/workflows/snake.yml):
name: Generate Snake

on:
  schedule:
    - cron: "0 */12 * * *"
  workflow_dispatch:

jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk@v3
        with:
          github_user_name: ${{ github.repository_owner }}
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
      - uses: crazy-max/ghaction-github-pages@v3
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  1. Replace the image src in your README with:
https://raw.githubusercontent.com/YOUR_USERNAME/YOUR_USERNAME/output/github-contribution-grid-snake-dark.svg

๐Ÿ’ผ Core Competencies

WhatsApp Automation:
  - Baileys & whatsapp-web.js (production-grade)
  - Anti-ban architecture (random delay, message variation)
  - Multi-session management & CRM sync
  - AI-powered conversation flows

AI Integration:
  - Gemini API & OpenAI LLM pipelines
  - RAG, Function Calling, Memory Management
  - Flowise & LangChain orchestration
  - Personality-consistent AI agents

Backend Development:
  - RESTful APIs & Node.js / Python services
  - Database Design (SQL & NoSQL)
  - Data pipelines & web scraping
  - Authentication & Authorization

Frontend Development:
  - React & Next.js (App Router, SSR, SSG)
  - TypeScript & Modern JavaScript
  - TailwindCSS & Component Libraries
  - Responsive & Accessible UI

DevOps & Infra:
  - Docker & containerization
  - Linux VPS management & deployment
  - Git & CI/CD workflows
  - Environment & performance optimization

๐Ÿ“Š GitHub Stats

GitHub Streak

๐Ÿ† GitHub Achievements

GitHub Trophies

๐ŸŒ Let's Connect!

LinkedIn GitHub Email Axiom Core


๐Ÿ’ก "Build systems that last. Automate what matters."

Made with by Noval

Popular repositories Loading

  1. antam-bot-war antam-bot-war Public

    Blade 6 2

  2. debt-tracker-app debt-tracker-app Public

    JavaScript 1

  3. NvlFR NvlFR Public

    My GitHub Profile

    1

  4. beatland-festival beatland-festival Public

    Forked from CodeHawks-Contests/2025-07-beatland-festival

    ๐Ÿ›ก๏ธ My personal fork for the CodeHawks Beatland Festival contest. This repo contains audit notes, findings, and PoC testing related to the 2025-07-beatland-festival smart contracts.

    Solidity 1

  5. my-web3-developer-path my-web3-developer-path Public

    My personal learning journey to become a professional Smart Contract Developer. This repository contains all the code, projects, and notes following a structured roadmap from zero to hero.

    1

  6. gourmet-pos gourmet-pos Public

    Aplikasi Point-of-Sale (POS) modern untuk bisnis F&B dengan manajemen inventaris level bahan baku. Dibangun dengan React, Chakra UI, dan Supabase

    TypeScript 1