Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.specific.dev/llms.txt

Use this file to discover all available pages before exploring further.

Live Demo

Try it in your browser

Source Code

View on GitHub

Database with Sync service diagram

Run locally

1

Install the CLI and clone

curl -fsSL https://specific.dev/install.sh | sh
git clone https://github.com/specific-dev/examples.git
cd examples/node-realtime-click-counter
npm install
2

Start the development server

specific exec web -- npm run db:migrate
specific dev
Open https://web.spcf.localhost to view the app.
3

Deploy to production

specific deploy