Skip to content
View arthur-fontaine's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Organizations

@HiberFile @Quice

Block or report arthur-fontaine

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
arthur-fontaine/README.md

websitetwitterdiscord


my experiments

  • Watercrawl — An AI-powered web crawler/scraper designed to be simple and to be used with the tools YOU want to use
  • Nanomachine — A type-safe state machine builder based on Nanostores and inspired by XState
  • Yielable JSX — JSX runtime that works with yield
  • JSXon — Serve UI as JSON and render it on the client side natively (on Kotlin, Swift, web, or whatever)

my published libs

  • Agrume — A type-safe way to build RPC APIs directly in your frontend

my released apps

my starters


looking for my config? arthur-fontaine/dotfiles

Pinned Loading

  1. agrume agrume Public

    Server-side functions in your frontend for any tool. Easy, customizable and type-safe. Made for frontend developers.

    TypeScript 13

  2. watercrawl watercrawl Public

    An AI-powered web crawler/scraper designed to be simple and to be used with the tools YOU want to use.

    TypeScript 6

  3. `nanomachine` is a type-safe state m... `nanomachine` is a type-safe state machine builder based on Nanostores and inspired by XState.
    1
    import * as nanostores from "nanostores";
    2
    import type { MaybePromise } from "./types/MaybePromise.ts";
    3
    import type { MergeDeep } from "type-fest";
    4
     
    5
    class StateMachineContextBuilder {
  4. jsxon jsxon Public

    An experimental project to serve UI as JSON and render it on the client side natively.

    TypeScript

  5. yieldable-jsx yieldable-jsx Public

    An experimental JSX runtime that works with yield.

    TypeScript

  6. kcorp-api kcorp-api Public

    Go 9