Position Levkin around custom software, automation, and AI workflows #3
@ -4,16 +4,16 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||
<title>Levkin — Company Specification</title>
|
||||
<meta name="description" content="Levkin Inc.: software development and automation for production systems." />
|
||||
<meta name="description" content="Levkin Inc.: custom software, automation, and AI workflows for production systems." />
|
||||
<meta property="og:title" content="Levkin — Company Specification" />
|
||||
<meta property="og:description" content="Levkin Inc.: software development and automation for production systems." />
|
||||
<meta property="og:description" content="Levkin Inc.: custom software, automation, and AI workflows for production systems." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://levkin.ca/" />
|
||||
<meta property="og:site_name" content="Levkin Inc." />
|
||||
<meta property="og:image" content="https://levkin.ca/og-image.png" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Levkin — Company Specification" />
|
||||
<meta name="twitter:description" content="Levkin Inc.: software development and automation for production systems." />
|
||||
<meta name="twitter:description" content="Levkin Inc.: custom software, automation, and AI workflows for production systems." />
|
||||
<meta name="twitter:image" content="https://levkin.ca/og-image.png" />
|
||||
<link rel="canonical" href="https://levkin.ca/" />
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||
@ -23,7 +23,7 @@
|
||||
"@type": "ProfessionalService",
|
||||
"name": "Levkin Inc.",
|
||||
"url": "https://levkin.ca/",
|
||||
"description": "Software development and automation for production systems.",
|
||||
"description": "Custom software, automation, and AI workflows for production systems.",
|
||||
"email": "ilia@levkine.ca",
|
||||
"areaServed": ["North America", "Europe"],
|
||||
"sameAs": [
|
||||
@ -105,7 +105,8 @@
|
||||
<article class="instrument">
|
||||
<header class="letterhead">
|
||||
<p class="doc-class">Company Specification</p>
|
||||
<h1>Levkin Software Development Company</h1>
|
||||
<h1>Levkin</h1>
|
||||
<p class="doc-tagline">Custom software, automation & AI workflows</p>
|
||||
<p class="doc-lead">Master overview of services and engagement terms. This document is not a binding agreement; a statement of work is issued for each engagement.</p>
|
||||
|
||||
<table class="meta-table">
|
||||
@ -120,7 +121,7 @@
|
||||
|
||||
<div id="preamble" class="preamble clause-anchor">
|
||||
<h2 class="section-heading"><span class="section-num">—</span> Preamble</h2>
|
||||
<p><strong>Levkin Inc.</strong> builds and maintains software for businesses — custom applications, automation, and specialized practice systems. Work is scoped, documented, and built to run in production without hand-holding.</p>
|
||||
<p><strong>Levkin Inc.</strong> builds and maintains software for businesses — custom applications, automation, AI workflows, CaseWare, and QA. Work is scoped, documented, and built to run in production without hand-holding.</p>
|
||||
<p><span class="badge">AVAILABLE</span> Taking on new engagements. Remote across North American and European time zones.</p>
|
||||
</div>
|
||||
|
||||
@ -142,6 +143,10 @@
|
||||
<h3 class="subsection-title">Automation</h3>
|
||||
<p>Workflows and integrations that run reliably in the background — reporting, notifications, data sync, and repetitive ops work off your plate. <span class="xref">See <a href="https://auto.levkin.ca" rel="noopener noreferrer">auto.levkin.ca<span class="sr-only"> (external)</span></a>.</span></p>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<h3 class="subsection-title">AI workflows</h3>
|
||||
<p>Internal copilots, document and process automation, and LLM workflows — human-reviewed, production-ready systems with documentation and handoff.</p>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<h3 class="subsection-title">CaseWare</h3>
|
||||
<p>Templates, releases, and practice customization for firms on CaseWare — from small fixes to full pipeline overhauls. <span class="xref">See <a href="https://caseware.levkin.ca" rel="noopener noreferrer">caseware.levkin.ca<span class="sr-only"> (external)</span></a>.</span></p>
|
||||
|
||||
@ -365,6 +365,14 @@ a:hover { color: var(--link-hover); }
|
||||
line-height: 1.3;
|
||||
letter-spacing: 0.01em;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 0.4rem;
|
||||
}
|
||||
|
||||
.doc-tagline {
|
||||
font-size: 0.95rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
color: var(--ink);
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
|
||||
@ -234,7 +234,12 @@ body {
|
||||
|
||||
.body--has-preview .body-copy h1 {
|
||||
font-size: 1.2rem;
|
||||
margin-bottom: 0.2rem;
|
||||
margin-bottom: 0.1rem;
|
||||
}
|
||||
|
||||
.body--has-preview .body-copy .tagline {
|
||||
font-size: 0.88rem;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.body--has-preview .body-copy h2 {
|
||||
@ -485,10 +490,19 @@ a.site-preview:hover {
|
||||
font-size: 1.35rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.25;
|
||||
margin-bottom: 0.35rem;
|
||||
margin-bottom: 0.2rem;
|
||||
color: var(--ink);
|
||||
}
|
||||
|
||||
.tagline {
|
||||
font-family: var(--display);
|
||||
font-size: 0.95rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.35;
|
||||
color: var(--ink);
|
||||
margin-bottom: 0.45rem;
|
||||
}
|
||||
|
||||
.body h2 {
|
||||
font-family: var(--display);
|
||||
font-size: 1.05rem;
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||
<title>Levkin — Company Files</title>
|
||||
<meta name="description" content="Levkin Inc. — company specification, filed by section." />
|
||||
<meta name="description" content="Levkin Inc. — custom software, automation & AI workflows." />
|
||||
<meta property="og:title" content="Levkin — Company Files" />
|
||||
<meta property="og:description" content="Levkin Inc. — company specification, filed by section." />
|
||||
<meta property="og:description" content="Levkin Inc. — custom software, automation & AI workflows." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://levkin.ca/folders/" />
|
||||
<meta property="og:site_name" content="Levkin Inc." />
|
||||
@ -20,7 +20,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header desk-footer">
|
||||
Levkin Inc. · production software, automation, and handoff-ready systems ·
|
||||
Levkin Inc. · custom software, automation & AI workflows ·
|
||||
<a href="https://cal.levkin.ca/ilia/consult" target="_blank" rel="noopener noreferrer">book discovery call</a>
|
||||
</header>
|
||||
|
||||
@ -41,8 +41,9 @@
|
||||
<div class="body body--has-preview">
|
||||
<div class="body-copy">
|
||||
<p class="file-id">LK-SPEC-1.0 · Cover sheet</p>
|
||||
<h1>Levkin Software Development Company</h1>
|
||||
<p class="lead">Custom applications, automation, and practice systems — <span class="hi">scoped</span>, <span class="hi">documented</span>, and built to run in <span class="hi">production</span>.</p>
|
||||
<h1>Levkin</h1>
|
||||
<p class="tagline">Custom software, automation & AI workflows</p>
|
||||
<p class="lead">Custom apps, automation, AI workflows, CaseWare, and QA — <span class="hi">scoped</span>, <span class="hi">production-ready</span>, and easy to <span class="hi">hand off</span>.</p>
|
||||
<p class="avail"><span class="badge badge--avail">AVAILABLE</span> <span class="hi">Taking on new engagements</span> · remote NA & EU</p>
|
||||
<div class="cta-block">
|
||||
<a class="btn btn--primary" href="https://cal.levkin.ca/ilia/consult" target="_blank" rel="noopener noreferrer">Book 15-minute discovery call</a>
|
||||
@ -84,6 +85,7 @@
|
||||
<ul class="service-deep-list">
|
||||
<li><strong>Custom software</strong> — Web apps, APIs, and internal tools; fit the problem, not a preset stack.</li>
|
||||
<li><strong>Automation</strong> — Reporting, notifications, data sync, ops in the background. <span class="xref"><a href="https://auto.levkin.ca" target="_blank" rel="noopener noreferrer">auto.levkin.ca</a></span></li>
|
||||
<li><strong>AI workflows</strong> — Internal copilots, document/process automation, and LLM workflows; human-reviewed and production-ready.</li>
|
||||
<li><strong>CaseWare</strong> — Templates, releases, practice customization, pipeline work. <span class="xref"><a href="https://caseware.levkin.ca" target="_blank" rel="noopener noreferrer">caseware.levkin.ca</a></span></li>
|
||||
<li><strong>Quality & testing</strong> — Test strategy, automation, release confidence. <span class="xref"><a href="https://iliadobkin.com" target="_blank" rel="noopener noreferrer">iliadobkin.com</a></span></li>
|
||||
</ul>
|
||||
|
||||
File diff suppressed because one or more lines are too long
1
www/assets/spec-DxwyFHq9.css
Normal file
1
www/assets/spec-DxwyFHq9.css
Normal file
File diff suppressed because one or more lines are too long
1
www/assets/stackFolder-BILV_-_Q.css
Normal file
1
www/assets/stackFolder-BILV_-_Q.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -4,9 +4,9 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||
<title>Levkin — Company Files</title>
|
||||
<meta name="description" content="Levkin Inc. — company specification, filed by section." />
|
||||
<meta name="description" content="Levkin Inc. — custom software, automation & AI workflows." />
|
||||
<meta property="og:title" content="Levkin — Company Files" />
|
||||
<meta property="og:description" content="Levkin Inc. — company specification, filed by section." />
|
||||
<meta property="og:description" content="Levkin Inc. — custom software, automation & AI workflows." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://levkin.ca/folders/" />
|
||||
<meta property="og:site_name" content="Levkin Inc." />
|
||||
@ -16,14 +16,14 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Instrument+Sans:wght@400;500;600&family=Literata:opsz,wght@7..72,400;7..72,600&display=swap" rel="stylesheet" />
|
||||
<script type="module" crossorigin src="/assets/stackFolder-_Qi-mHWa.js"></script>
|
||||
<script type="module" crossorigin src="/assets/stackFolder-Bhyto98x.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill-B5Qt9EMX.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/stackFolder-DTsVZwGE.css">
|
||||
<link rel="stylesheet" crossorigin href="/assets/stackFolder-BILV_-_Q.css">
|
||||
<script defer src="https://stats.levkin.ca/script.js" data-website-id="2a3bc7b2-b827-4770-8b31-c94016667734"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header desk-footer">
|
||||
Levkin Inc. · production software, automation, and handoff-ready systems ·
|
||||
Levkin Inc. · custom software, automation & AI workflows ·
|
||||
<a href="https://cal.levkin.ca/ilia/consult" target="_blank" rel="noopener noreferrer">book discovery call</a>
|
||||
</header>
|
||||
|
||||
@ -44,8 +44,9 @@
|
||||
<div class="body body--has-preview">
|
||||
<div class="body-copy">
|
||||
<p class="file-id">LK-SPEC-1.0 · Cover sheet</p>
|
||||
<h1>Levkin Software Development Company</h1>
|
||||
<p class="lead">Custom applications, automation, and practice systems — <span class="hi">scoped</span>, <span class="hi">documented</span>, and built to run in <span class="hi">production</span>.</p>
|
||||
<h1>Levkin</h1>
|
||||
<p class="tagline">Custom software, automation & AI workflows</p>
|
||||
<p class="lead">Custom apps, automation, AI workflows, CaseWare, and QA — <span class="hi">scoped</span>, <span class="hi">production-ready</span>, and easy to <span class="hi">hand off</span>.</p>
|
||||
<p class="avail"><span class="badge badge--avail">AVAILABLE</span> <span class="hi">Taking on new engagements</span> · remote NA & EU</p>
|
||||
<div class="cta-block">
|
||||
<a class="btn btn--primary" href="https://cal.levkin.ca/ilia/consult" target="_blank" rel="noopener noreferrer">Book 15-minute discovery call</a>
|
||||
@ -87,6 +88,7 @@
|
||||
<ul class="service-deep-list">
|
||||
<li><strong>Custom software</strong> — Web apps, APIs, and internal tools; fit the problem, not a preset stack.</li>
|
||||
<li><strong>Automation</strong> — Reporting, notifications, data sync, ops in the background. <span class="xref"><a href="https://auto.levkin.ca" target="_blank" rel="noopener noreferrer">auto.levkin.ca</a></span></li>
|
||||
<li><strong>AI workflows</strong> — Internal copilots, document/process automation, and LLM workflows; human-reviewed and production-ready.</li>
|
||||
<li><strong>CaseWare</strong> — Templates, releases, practice customization, pipeline work. <span class="xref"><a href="https://caseware.levkin.ca" target="_blank" rel="noopener noreferrer">caseware.levkin.ca</a></span></li>
|
||||
<li><strong>Quality & testing</strong> — Test strategy, automation, release confidence. <span class="xref"><a href="https://iliadobkin.com" target="_blank" rel="noopener noreferrer">iliadobkin.com</a></span></li>
|
||||
</ul>
|
||||
|
||||
@ -4,16 +4,16 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||
<title>Levkin — Company Specification</title>
|
||||
<meta name="description" content="Levkin Inc.: software development and automation for production systems." />
|
||||
<meta name="description" content="Levkin Inc.: custom software, automation, and AI workflows for production systems." />
|
||||
<meta property="og:title" content="Levkin — Company Specification" />
|
||||
<meta property="og:description" content="Levkin Inc.: software development and automation for production systems." />
|
||||
<meta property="og:description" content="Levkin Inc.: custom software, automation, and AI workflows for production systems." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://levkin.ca/" />
|
||||
<meta property="og:site_name" content="Levkin Inc." />
|
||||
<meta property="og:image" content="https://levkin.ca/og-image.png" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Levkin — Company Specification" />
|
||||
<meta name="twitter:description" content="Levkin Inc.: software development and automation for production systems." />
|
||||
<meta name="twitter:description" content="Levkin Inc.: custom software, automation, and AI workflows for production systems." />
|
||||
<meta name="twitter:image" content="https://levkin.ca/og-image.png" />
|
||||
<link rel="canonical" href="https://levkin.ca/" />
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||
@ -23,7 +23,7 @@
|
||||
"@type": "ProfessionalService",
|
||||
"name": "Levkin Inc.",
|
||||
"url": "https://levkin.ca/",
|
||||
"description": "Software development and automation for production systems.",
|
||||
"description": "Custom software, automation, and AI workflows for production systems.",
|
||||
"email": "ilia@levkine.ca",
|
||||
"areaServed": ["North America", "Europe"],
|
||||
"sameAs": [
|
||||
@ -45,9 +45,9 @@
|
||||
} catch (e) { /* ignore */ }
|
||||
})();
|
||||
</script>
|
||||
<script type="module" crossorigin src="/assets/spec-B2lX7K2V.js"></script>
|
||||
<script type="module" crossorigin src="/assets/spec-H-fBCeLP.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill-B5Qt9EMX.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/spec-Cx4F7IDd.css">
|
||||
<link rel="stylesheet" crossorigin href="/assets/spec-DxwyFHq9.css">
|
||||
<script defer src="https://stats.levkin.ca/script.js" data-website-id="2a3bc7b2-b827-4770-8b31-c94016667734"></script>
|
||||
</head>
|
||||
<body>
|
||||
@ -108,7 +108,8 @@
|
||||
<article class="instrument">
|
||||
<header class="letterhead">
|
||||
<p class="doc-class">Company Specification</p>
|
||||
<h1>Levkin Software Development Company</h1>
|
||||
<h1>Levkin</h1>
|
||||
<p class="doc-tagline">Custom software, automation & AI workflows</p>
|
||||
<p class="doc-lead">Master overview of services and engagement terms. This document is not a binding agreement; a statement of work is issued for each engagement.</p>
|
||||
|
||||
<table class="meta-table">
|
||||
@ -123,7 +124,7 @@
|
||||
|
||||
<div id="preamble" class="preamble clause-anchor">
|
||||
<h2 class="section-heading"><span class="section-num">—</span> Preamble</h2>
|
||||
<p><strong>Levkin Inc.</strong> builds and maintains software for businesses — custom applications, automation, and specialized practice systems. Work is scoped, documented, and built to run in production without hand-holding.</p>
|
||||
<p><strong>Levkin Inc.</strong> builds and maintains software for businesses — custom applications, automation, AI workflows, CaseWare, and QA. Work is scoped, documented, and built to run in production without hand-holding.</p>
|
||||
<p><span class="badge">AVAILABLE</span> Taking on new engagements. Remote across North American and European time zones.</p>
|
||||
</div>
|
||||
|
||||
@ -145,6 +146,10 @@
|
||||
<h3 class="subsection-title">Automation</h3>
|
||||
<p>Workflows and integrations that run reliably in the background — reporting, notifications, data sync, and repetitive ops work off your plate. <span class="xref">See <a href="https://auto.levkin.ca" rel="noopener noreferrer">auto.levkin.ca<span class="sr-only"> (external)</span></a>.</span></p>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<h3 class="subsection-title">AI workflows</h3>
|
||||
<p>Internal copilots, document and process automation, and LLM workflows — human-reviewed, production-ready systems with documentation and handoff.</p>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<h3 class="subsection-title">CaseWare</h3>
|
||||
<p>Templates, releases, and practice customization for firms on CaseWare — from small fixes to full pipeline overhauls. <span class="xref">See <a href="https://caseware.levkin.ca" rel="noopener noreferrer">caseware.levkin.ca<span class="sr-only"> (external)</span></a>.</span></p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user