@nearstack-dev/core
v0.1.1
Published
IndexedDB runtime, defineModel(), base Store interface
Readme
🌱 Nearstack
The full-stack framework with no backend.
Build real-time, offline-native apps that live entirely in the browser.
No separate servers. No separate databases. No accounts. Just the good stuff.
✨ What is Nearstack?
Nearstack is a local-first, zero-server framework for building beautiful modern apps—powered entirely by your browser. It’s designed to be:
- 🧠 Composable – Define modules, not endpoints
- 📦 Self-contained – All logic and data live client-side
- 💾 Offline-first – Apps work with or without internet
- 🌀 Real-time – Sync across peers with no backend
- 🛠️ React + TypeScript – Familiar, fast, and typed
Whether you're building a to-do app, a note-taking tool, or a fully featured productivity suite, Nearstack gives you everything you need to create fully functioning software with no cloud dependency.
📦 Install
npx nearstack init my-app
cd my-app
npm run dev