All work
Sillar
July 2026 - Present
A no-code service-automation platform: any business builds its own tables, boards and landing pages without programming. Polymorphic data engine with schema-as-data and cheap search on PostgreSQL.
The problem
Every small business needs the same software in a different shape. Building one per vertical doesn't scale, and existing generic builders charge for it in performance and lock-in.
Features
- Your own tables without programming: the user defines collections and fields, and the engine stores them as data, not as code
- Board system: a board is a JSON describing widgets, what data they bind to and how they look
- Visual page editor built from blocks, with a shell and draggable pieces
- An AI assistant that proposes operations on the app — create a collection, add fields, write a button, lay out the screen — which a person then applies
- A no-code action language: "when this happens, do that", picked from a catalogue instead of written
- Recipes: one user action ("open the register") resolves into several engine steps
- Modules that install in one click and leave a whole vertical set up (Sales, Lube shop)
- Custom widget editor: the user composes charts, buttons and lists from the frontend
- Custom domains with automatic HTTPS for each user's site
- Site theming and configuration by scopes, with its own visual identity
- Automatic SEO: the editor configures nothing and pages still come out indexable
- Roles and monetisation with three platform personas over a hierarchical access model
- AFIP/ARCA e-invoicing as a board widget
My responsibility
Personal project, solo: the schema-as-data engine, the Go API and the frontend monorepo.
Stack
- Frontend
- Next.js (SSR + landings), React, Vite, Atomic Design monorepo
- Backend
- Go, PostgreSQL (JSONB, schema-as-data), full-text search, multi-tenant
GoNext.jsPostgreSQLNo-codeMulti-tenant