Clone example
Together with Claude Code, we have created a minimal example to get you familiar with Specific; a click counter with database persistence and realtime sync.
Start the development server
Now start the dev server:This spins up the web app and any dependencies (Postgres, sync engine, etc.) locally with everything connected automatically. The database schema is also automatically applied.To visualize your architecture and manage your data, visit the admin UI at http://localhost:3000.To try the app itself, visit http://localhost:3001.
Deploy to Specific Cloud
Deploying to Specific Cloud requires an account. The command will automatically prompt you to log in.
Continue building with your agent
Now you can run the following command to give your agent of choice (e.g. Claude Code, Cursor, Codex, etc.) the knowledge it needs to build with Specific:From now on, your agent should have the context it needs.
To verify that this is the case, ask your agent Your agent should understand that it can use Specific’s S3-compatible object storage and proceed with implementing it.
What is Specific? and the answer should be clear.Now try passing it the following prompt: