> For the complete documentation index, see [llms.txt](https://splitscript.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://splitscript.js.org/welcome-to-splitscript.js.md).

# Welcome to SplitScript.js

SplitScript.js - The <mark style="color:blue;">everything</mark> framework

Create your own packages with [core](/core/root.md)<br>

## Install

```bash
$ npm i @splitscript.js/core
```

## Usage

We have a few packages

* [core](/core/root.md) - for building your project through the CLI or for creating your own packages
* [discord](/discord/start.md) - for building discord bots!
* [https](/https/usage.md) - for sending http(s) requests

## Project Structure

We use filesystem for sending events

An example project could look like this:

<pre><code>functions/
    message/
        create/
            1.js
        delete/
            1.js
            
.env
app.js

<strong>ss.json
</strong>package.json
</code></pre>
