Quxe.dev

Coding was never as easy as now!

Powerful, simple, and standalone programming language. Build Discord bots, backend APIs, automation scripts and more.

Notify Me

Why Quxe?

Simple Syntax

Write less code and get more done. Quxe is designed to be intuitive for beginners and powerful for pros.

Standalone Runtime

Run Quxe anywhere without installing Python, Node or other dependencies. One binary, everything included.

Powerful Modules

Use built-in modules like Discord, MySQL, HTTP, AI, Math and more – instantly usable with use module.

See it in Action

Discord Bot Example

use discord
import: token from config.json

discord:start with token :token:

discord:command:math-plus arg:number arg2:number

discord:oncommand:math-plus {
    result = arg + arg2
    reply "The answer is " + result
}
        

Backend with MySQL

use mysql
use http

mysql:connect user:"root" password:"pass" database:"shop"

http:start on 8080

http:on "/users" {
    users = mysql:query "SELECT * FROM users"
    return users
}
        

Community Packages

Install community modules with a single command and extend Quxe instantly.

discord mysql http math ai-helper

Get Notified!

Sign up to receive updates when Quxe.dev officially launches.