Static Site
HTML, CSS, and JavaScript load fast from the Laptika web root.
Official Laptika Platform
With Laptika, the web server becomes only one small part of your product. Your pages stay fast and simple, while your server-side code, database rules, API logic, AI tools, and licensing can live inside protected DLLs.
How Laptika Works
Laptika Server hosts static pages, runs server-side C# or VB code files, and exposes selected public static functions from attached .NET Framework DLLs. Products can store data in Laptika DB, talk to SQL Server, generate sites, answer with AI, or protect .NET output without putting secrets in the browser.
HTML, CSS, and JavaScript load fast from the Laptika web root.
Write server-side C# or VB code files and let Laptika read them like a server language, instead of needing PHP.
The browser calls a named extension route, such as `LaptikaOfficialSite.Commands.ListProducts()`.
The client receives only a response object, not database files, connection strings, product rules, or source code.
Commercial Web Products
A normal website can be copied. A Laptika web product can be installed, configured, licensed, protected, and sold. The public files are only the interface; the valuable code can be locked behind compiled DLLs and protected .NET output.
Move business rules, database calls, calculations, validation, and license checks into DLL commands instead of exposing them in JavaScript.
Ship the site, DLLs, database files, certificates, and service settings as one product that runs locally or on a customer server.
Laptika can read server-side C# and VB code files, so .NET developers can build dynamic web behavior with familiar language and libraries.
Build separate DLL products for API missions, data entry sites, AI features, reports, licensing, or customer-specific integrations.
Product Registry
These records come from the Project20 DLL database. Add the next product in the admin site and the public site plus AI guide update from the same source.
Product Workflow
Create the new project, usually .NET Framework 4.5 / VS2015 compatible.
Use Laptika DB when a product needs local persistent data.
Add clear DLL commands, or C#/VB server-side files, with mappings for request body, client IP, and method.
Add the DLL to Laptika Server and add product facts in this admin site.
Write the AI guide field so any future AI knows what the product is and how to use it.
Data Side Demo
The demo accepts suspicious input, but the browser never receives database logic. The request goes to the Project20 DLL, which classifies the attempt and stores it as data.
{ "decision": "waiting" }
For Any AI
This endpoint gives future AI sessions stable facts about product paths, DLLs, commands, data files, dependencies, and usage rules.
Click Load Guide to read the same structured product facts an AI can use.