Skip to content
View Rae-ARK's full-sized avatar

Block or report Rae-ARK

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
Rae-ARK/README.md

🍀 Rae ARK — 嵐久 怜

✍️ Writer first. Everything else is vibe-coded.

I'm not a developer — I'm a web novelist who happens to build the tools I need myself. This profile, the author site below, all of it exists because I wanted it to and figured out how, not because I do this professionally.


📖 About Me

  • ✍️ Hobbyist web novelist — fantasy and science fantasy, mostly about people rebuilding themselves.
  • 📚 Three ongoing works, spanning reincarnation, isekai, and contemporary drama.
  • 🖋️ Publishing under my own imprint, Horizon ARK Studio.
  • 💻 Not a coder by trade — I vibe-code small personal tools (like my author site) when I need something specific to exist.
  • 🎯 Goal: finish what I start, even the projects designed to be short on purpose.

📚 What I Write

🌌 Enigmatic Pathways Mystic Circuits (EPMC)

Light Novel Reincarnation Progression Fantasy Psychological DramaOn Hiatus

A researcher who never learned to live wakes up with a second life in a world of magic — and has to learn how to actually use it.

Royal Road Scribble Hub

🤖 Summoned by Mistake, I Decided to Learn How to Live (SBM)

Web Novel Isekai Soft Sci-Fi Character DramaOngoing

A man who never understood his own life is handed an AI companion instead of power, and has to figure out what to do with it. Also in print.

Royal Road Scribble Hub

🎭 The Shadow I Cast Over Two Beautiful Flowers (STBF)

Web Novel Vol. 1 Reincarnation Contemporary Drama18+ · On Break

Written short and focused, on purpose — one volume, four acts, meant to prove I could actually finish a story.

Royal Road


🖊️ Currently Writing

Work Status
EPMC — Volume 3 🟢 In progress
SBM — Arc 3 🟢 Ongoing
STBF — Act 2 🟡 On break

🛠️ Vibe-Coded Projects

🌐 Author Site + Android App

A Vue 3 + TypeScript site (Home / Works / Store / Journal / About / Feedback / Privacy / Terms) with light/dark theming that follows your system, offline support, and a native Android app wrapped via Capacitor — hardware back button, native status bar, safe-area-aware layout for edge-to-edge screens. Debug APK builds automatically via CI on every push.

Vue 3 TypeScript Vite Capacitor Android Cloudflare Workers

GitHub

🔄 Next up: migrating this site off Vue 3 and onto ARKlight — a Python-first static site compiler I'm building in parallel, write pages as Python functions and it compiles to plain HTML/CSS/JS.


🛍️ In Print

Published under Horizon ARK Studio.

Amazon Walmart eBay AU Saxo


📫 Connect

X

"I hope for people to hold the book in their hands someday, and to sit on the shelves." — Rae ARK

Pinned Loading

  1. ARKlight ARKlight Public

    A Python-first compiler for building beautiful static websites. Users write Python. ARKlight produces standard HTML. The browser never executes Python. arklight build site.py -o dist produces dist/…

    Python

  2. ARKlight-Playground ARKlight-Playground Public

    An IDE for ARKlight compiler.

    JavaScript