Skip to content

starfederation/datastar

Repository files navigation

Version License Stars

Datastar

The hypermedia framework.

Datastar is a lightweight framework for building everything from simple sites to real-time collaborative web applications.

Getting started is as easy as adding a single 11.80 KiB script tag to your HTML.

<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@v1.0.1/bundles/datastar.js"></script>

Then start adding frontend reactivity using declarative data-* attributes.

<input data-bind:title />
<div data-text="$title.toUpperCase()"></div>
<button data-on:click="@post('/endpoint')">Save</button>

Visit the Datastar Website Β»

Watch the Videos Β»

Join the Discord Server Β»

Getting Started

Read the Getting Started Guide Β»

Contributing

Read the Contribution Guidelines Β»

Star History Chart

About

The hypermedia framework.

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Contributors