For the complete documentation index, see llms.txt
AI integration
AI coding assistants are fast, but they hallucinate on Midnight. Compact and the Midnight SDK are barely represented in their training data, so an assistant left on its own invents syntax, calls functions that do not exist, and hands you code that fails at compile time.
This section covers tools that close that gap. They keep you in the loop, where you steer and approve, while the assistant checks its own output against the real Compact compiler, SDK, and source. You spend less time debugging invented code and more time building.
What you can do
- Write Compact smart contracts without hallucinated syntax, checked against the real compiler.
- Scaffold a DApp frontend and wire it to a contract and the Lace wallet.
- Spin up and health-check a local devnet (node, indexer, and proof server).
- Review your own contract for privacy leaks before you push.
Start here
Midnight Expert
A suite of Claude Code plugins for building on Midnight. Install, run doctor, and compile your first verified contract in minutes.
Midnight Academy
New to Midnight? Learn selective disclosure, ZK proofs, and how to build, through guided, interactive lessons.
More coming
Midnight Expert is the first tool covered here, not the last. More first-party AI integration tools are on the way, including Midnight Manual and Compass P. Each gets a quick start here and links out to its own documentation as it becomes ready.